TristanBehrens commited on
Commit
44bac6a
1 Parent(s): 22643df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -9,7 +9,23 @@ datasets:
9
  base_model: None
10
  ---
11
 
12
- # bach_garland_xlstm - An xLSTM Model
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  ![Trained with Helibrunna](banner.jpg)
15
 
 
9
  base_model: None
10
  ---
11
 
12
+ # Bach Garland xLSTM - An xLSTM model trained on Johann Sebastian Bach Style music
13
+
14
+ Say Hello on [LinkedIn](https://www.linkedin.com/in/dr-tristan-behrens-734967a2/) and [X](https://x.com/DrTBehrens).
15
+
16
+ ![Cover](jsfakesxlstm.jpg)
17
+
18
+ This is a xLSTM 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