TristanBehrens commited on
Commit
7f13341
1 Parent(s): 7364ae6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -9,11 +9,27 @@ datasets:
9
  base_model: None
10
  ---
11
 
12
- # bach_garland_phariaplus - An xLSTM Model
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  ![Trained with Helibrunna](banner.jpg)
15
 
16
- Trained with [Helibrunna](https://github.com/AI-Guru/helibrunna) by [Dr. Tristan Behrens](https://de.linkedin.com/in/dr-tristan-behrens-734967a2).
17
 
18
  ## Configuration
19
 
 
9
  base_model: None
10
  ---
11
 
12
+ # Bach Garland Pharia Plus - A Pharia model trained on Johann Sebastian Bach Style music
13
+
14
+ Say Hello on [LinkedIn](https://www.linkedin.com/dr-tristan-behrens-734967a2/) and [X](https://x.com/DrTBehrens).
15
+
16
+ ![Cover](bachgarlandphariaplus.jpg)
17
+
18
+ This is a Mamba model trained on music by Johann Sebastian Bach. It includes all pieces of Bach's music that can be played on church organ. The samples come in the prototypical Garland notation.
19
+
20
+ The dataset contains 100K samples and comes with a total token count of 144M.
21
+
22
+ ## How to use
23
+
24
+ 1. Clone this repository and follow the installation instructions: https://github.com/AI-Guru/helibrunna/
25
+ 2. Open and run the notebook `examples/music.ipynb`. Do not forget to add the id of this model.
26
+ 3. Enjoy!
27
+
28
+ ## Training
29
 
30
  ![Trained with Helibrunna](banner.jpg)
31
 
32
+ Trained with [Helibrunna](https://github.com/AI-Guru/helibrunna) by [Dr. Tristan Behrens](https://de.linkedin.com/dr-tristan-behrens-734967a2).
33
 
34
  ## Configuration
35