Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- music
|
| 7 |
+
- midi
|
| 8 |
+
- transformer
|
| 9 |
+
- generation
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Aurora-2B 🎵
|
| 13 |
+
|
| 14 |
+
Aurora-2B is an experimental transformer-based model for **symbolic music generation**.
|
| 15 |
+
It has been trained on a curated dataset of multi-genre MIDI files with conditional attributes (genres, keys) to explore controllable melody generation.
|
| 16 |
+
|
| 17 |
+
⚠️ **Note**: This is an **early release** — the model is still under active development and testing. Performance and outputs may change significantly in future updates.
|
| 18 |
+
|
| 19 |
+
## Intended Use
|
| 20 |
+
- Research on symbolic music modeling
|
| 21 |
+
- Experimentation with transformer architectures for melody generation
|
| 22 |
+
- Basis for future larger-scale training runs
|
| 23 |
+
|
| 24 |
+
## Current Status
|
| 25 |
+
- Training in progress
|
| 26 |
+
- Checkpoints uploaded for reproducibility
|
| 27 |
+
- No official evaluation metrics or demo yet
|
| 28 |
+
|
| 29 |
+
---
|