krystv commited on
Commit
3eda7dd
·
verified ·
1 Parent(s): 163c2ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -6,6 +6,46 @@ library_name: adapter-transformers
6
 
7
  ---
8
 
9
- # MIDI-Mamba 159M
10
- This model is MIDI based token generation model and trained on vast data collected online like MAESTRO, ADL-Piano etc.
11
- I Trained it as much as possible for me.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
  ---
8
 
9
+ # MIDI Mamba - A MIDI based music generator.
10
+ Model Name - MIDI_Mamba-159M_1536VS
11
+ Model Architecture - [Mamba](https://github.com/state-spaces/mamba)
12
+
13
+ A MIDI Based music generation model based on Mamba archetecture.
14
+
15
+ Download Pre-Trained Model from - [Huggingface 🤗](https://huggingface.co/krystv/MIDI_Mamba-159M). <br>
16
+ Some sample generation/output from this model -
17
+
18
+
19
+ <audio controls>
20
+ <source src="./sample_output/output (3).wav" type="audio/wav">
21
+ <a href="./sample_output/output%20(3).wav"> Audio 1 </a>
22
+ </audio>
23
+ <br>
24
+ <audio controls>
25
+ <source src="./sample_output/output (4).wav" type="audio/wav">
26
+ <a href="./sample_output/output%20(4).wav"> Audio 2 </a>
27
+ </audio>
28
+ <br>
29
+ <audio controls>
30
+ <source src="./sample_output/output (1).wav" type="audio/wav">
31
+ <a href="./sample_output/output%20(1).wav"> Audio 3 </a>
32
+ </audio>
33
+ <br>
34
+ <audio controls>
35
+ <source src="./sample_output/output (2).wav" type="audio/wav">
36
+ <a href="./sample_output/output%20(2).wav"> Audio 4 </a>
37
+ </audio>
38
+ <br>
39
+ <audio controls>
40
+ <source src="./sample_output/output (5).wav" type="audio/wav">
41
+ <a href="./sample_output/output%20(5).wav"> Audio 5 </a>
42
+ </audio>
43
+
44
+
45
+ These are some sample output generation (not cherry picked). My overall expectation was not matched with this performance so I will continue to work more on that niche.
46
+ Want to DM me?
47
+
48
+ [![Instagram](https://img.shields.io/badge/Instagram-%23E4405F.svg?style=for-the-badge&logo=Instagram&logoColor=white)](https://instagram.com/iamhemantindia) [![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/in/iamhemantin) [![X](https://img.shields.io/badge/X-%23000000.svg?style=for-the-badge&logo=X&logoColor=white)](https://x.com/iamhemantindia) [![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://youtube.com/@LogicalSpot)
49
+
50
+ My E-Mail - [email protected]
51
+ Open for any suggestion,advice or collaboration 🤗.