dvruette commited on
Commit
67fc313
·
1 Parent(s): 2b90989

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - music
5
+ ---
6
+ # REMI+ Tokenizer
7
+
8
+ Huggingface implementation of the REMI+ input representation from [FIGARO: Controllable Music Generation using Learned and Expert Features](https://openreview.net/forum?id=NyR8OZFHw6i).
9
+
10
+ WORK IN PROGRESS. Documentation and details on usage coming soon.
11
+
12
+ ### Citation
13
+
14
+ ```
15
+ @inproceedings{
16
+ vonruette2023figaro,
17
+ title={{FIGARO}: Controllable Music Generation using Learned and Expert Features},
18
+ author={Dimitri von R{\"u}tte and Luca Biggio and Yannic Kilcher and Thomas Hofmann},
19
+ booktitle={The Eleventh International Conference on Learning Representations },
20
+ year={2023},
21
+ url={https://openreview.net/forum?id=NyR8OZFHw6i}
22
+ }
23
+ ```