adricl commited on
Commit
dda61fd
·
verified ·
1 Parent(s): 216d4c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This model is trained from scratch using tokenized midi music.
2
+ I have trained a MidiTok tokeniser (REMI) and its made by spliting multi-track midi into a single track.
3
+
4
+ We then trained in on a small dataset.
5
+ Its using the Mistral model that has been cut down quite a bit.
6
+
7
+
8
+
9
+ ---
10
+ license: mit
11
+ metrics:
12
+ - accuracy
13
+ tags:
14
+ - mistral
15
+ - midi
16
+ - miditok
17
+ - music
18
+ - instrument
19
+ ---