asigalov61 commited on
Commit
3b68b25
·
verified ·
1 Parent(s): ac7df21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -16,9 +16,45 @@ tags:
16
 
17
  # Music Llama
18
 
 
 
19
  ![Music-Llama.webp](https://cdn-uploads.huggingface.co/production/uploads/5f57ea2d3f32f12a3c0692e6/x5xKq1QKsBWuzOlJLWVTc.webp)
20
 
21
  ***
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ### Project Los Angeles
24
  ### Tegridy Code 2024
 
16
 
17
  # Music Llama
18
 
19
+ ## Llama for MIDI music generation
20
+
21
  ![Music-Llama.webp](https://cdn-uploads.huggingface.co/production/uploads/5f57ea2d3f32f12a3c0692e6/x5xKq1QKsBWuzOlJLWVTc.webp)
22
 
23
  ***
24
 
25
+ ## Model Details
26
+
27
+ ### Model Description
28
+
29
+ - **Developed by:** SkyTNT
30
+ - **Trained by:** asigalov61
31
+ - **Model type:** Llama Transformer
32
+ - **License:** apache-2.0
33
+
34
+ ### Model Sources
35
+
36
+ - **Code Repository:** https://github.com/SkyTNT/midi-model
37
+ - **Demo:** https://huggingface.co/spaces/skytnt/midi-composer
38
+
39
+
40
+ ## Training Details
41
+
42
+ ### Training Data
43
+
44
+ - [projectlosangeles/Monster-MIDI-Dataset](https://huggingface.co/datasets/projectlosangeles/Monster-MIDI-Dataset)
45
+
46
+ #### Training Hyperparameters
47
+
48
+ - basemodel: v1.0
49
+ - lr: 1e-4
50
+ - weight-decay: 0.01
51
+ - batch: 8x2x8
52
+ - fp16 mixed precision
53
+
54
+ #### Loss
55
+ - val loss: 0.32
56
+
57
+ ***
58
+
59
  ### Project Los Angeles
60
  ### Tegridy Code 2024