st192011 commited on
Commit
a314075
·
verified ·
1 Parent(s): 1ea5147

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -1,14 +1,15 @@
1
  ---
2
- title: Midi Composer
3
- emoji: 📚
4
- colorFrom: yellow
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 6.4.0
8
  app_file: app.py
9
  pinned: false
10
- license: apache-2.0
11
- short_description: Generate piano music from text prompts
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
  ---
2
+ title: Llama 3 MIDI Composer
3
+ emoji: 🎹
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.31.5
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
 
11
  ---
12
 
13
+ # 🎹 Llama-3 MIDI Composer
14
+
15
+ Refer to the **Technical Report** tab in the App for details on architecture, tokenization, and training methodology.