Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,14 +4,12 @@ Author: Tara Manuel
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
|
| 12 |
---
|
| 13 |
This project implements a GPT-2 based model for generating MIDI music sequences
|
| 14 |
using deep learning. The model is trained on MIDI files from the MAESTRO
|
| 15 |
dataset, converted to a special JSON format. The model uses HuggingFace's
|
| 16 |
-
transformers library for training.
|
| 17 |
-
|
|
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.7.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
| 11 |
---
|
| 12 |
This project implements a GPT-2 based model for generating MIDI music sequences
|
| 13 |
using deep learning. The model is trained on MIDI files from the MAESTRO
|
| 14 |
dataset, converted to a special JSON format. The model uses HuggingFace's
|
| 15 |
+
transformers library for training.
|
|
|