skytnt commited on
Commit
ae617e5
1 Parent(s): 31c767d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -1,3 +1,50 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - projectlosangeles/Los-Angeles-MIDI-Dataset
5
+ library_name: transformers
6
+ tags:
7
+ - music
8
+ - midi
9
+ - music generation
10
+ - midi generation
11
  ---
12
+ # Model Card for midi-model
13
+
14
+ Midi event transformer for music generation
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ - **Developed by:** SkyTNT
21
+ - **Model type:** Transformer
22
+ - **License:** apache-2.0
23
+
24
+ ### Model Sources
25
+
26
+ - **Repository:** https://github.com/SkyTNT/midi-model
27
+ - **Demo:** https://huggingface.co/spaces/skytnt/midi-composer
28
+
29
+
30
+ ## Training Details
31
+
32
+ ### Training Data
33
+
34
+ - [projectlosangeles/Los-Angeles-MIDI-Dataset](https://huggingface.co/datasets/projectlosangeles/Los-Angeles-MIDI-Dataset)
35
+
36
+ #### Training Hyperparameters
37
+
38
+ - lr: 2e-4
39
+ - weight-decay: 0.01
40
+ - batch: 2x2x4
41
+ - fp16 mixed precision
42
+
43
+ #### Loss
44
+ - val loss: 0.33
45
+
46
+ ## Files
47
+
48
+ - model.ckpt: latest model checkpoint
49
+ - soundfont.sf2: soundfont file, i put it here for convenient downloading , [source](https://musical-artifacts.com/artifacts/433)
50
+