ilya16 commited on
Commit
8009fc9
·
verified ·
1 Parent(s): e159e4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
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
- - **SyMuPe Repo:** https://github.com/ilya16/SyMuPe
24
- - **Project Repo:** https://github.com/ilya16/PianoCoRe
 
 
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 (`pip install -U symupe`).
 
 
 
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