Update README.md
Browse files
README.md
CHANGED
|
@@ -20,8 +20,10 @@ tags:
|
|
| 20 |
|
| 21 |
Introduced in the paper: [**PianoCoRe: Combined and Refined Piano MIDI Dataset**](https://doi.org/10.5334/tismir.333).
|
| 22 |
|
| 23 |
-
- **
|
| 24 |
-
- **
|
|
|
|
|
|
|
| 25 |
- **Dataset:** https://huggingface.co/datasets/SyMuPe/PianoCoRe
|
| 26 |
|
| 27 |
## Architecture
|
|
@@ -40,8 +42,12 @@ Introduced in the paper: [**PianoCoRe: Combined and Refined Piano MIDI Dataset**
|
|
| 40 |
|
| 41 |
## Quick Start
|
| 42 |
|
| 43 |
-
Before using this model, ensure you have the `symupe` library installed
|
|
|
|
|
|
|
|
|
|
| 44 |
|
|
|
|
| 45 |
```python
|
| 46 |
import torch
|
| 47 |
from symupe import AutoClassifier
|
|
|
|
| 20 |
|
| 21 |
Introduced in the paper: [**PianoCoRe: Combined and Refined Piano MIDI Dataset**](https://doi.org/10.5334/tismir.333).
|
| 22 |
|
| 23 |
+
- **TISMIR:** https://doi.org/10.5334/tismir.333
|
| 24 |
+
- **arXiv:** https://arxiv.org/abs/2605.06627
|
| 25 |
+
- **SyMuPe:** https://github.com/ilya16/SyMuPe
|
| 26 |
+
- **PianoCoRe:** https://github.com/ilya16/PianoCoRe
|
| 27 |
- **Dataset:** https://huggingface.co/datasets/SyMuPe/PianoCoRe
|
| 28 |
|
| 29 |
## Architecture
|
|
|
|
| 42 |
|
| 43 |
## Quick Start
|
| 44 |
|
| 45 |
+
Before using this model, ensure you have the `symupe` library installed:
|
| 46 |
+
```shell
|
| 47 |
+
pip install -U symupe
|
| 48 |
+
```
|
| 49 |
|
| 50 |
+
Use the following code to classify MIDI files:
|
| 51 |
```python
|
| 52 |
import torch
|
| 53 |
from symupe import AutoClassifier
|