Update README.md
Browse files
README.md
CHANGED
|
@@ -1,32 +1,41 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
-
|
| 19 |
-
-
|
| 20 |
-
-
|
| 21 |
-
|
| 22 |
-
##
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
-
|
| 29 |
-
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- music
|
| 7 |
+
- midi
|
| 8 |
+
- melody
|
| 9 |
+
---
|
| 10 |
+
# πΌ Aurora Melody Model
|
| 11 |
+
|
| 12 |
+
**AI-powered melody generation with VST plugin integration**
|
| 13 |
+
|
| 14 |
+

|
| 15 |
+
|
| 16 |
+
## π Files Included
|
| 17 |
+
|
| 18 |
+
- `melody_model.safetensors` - Pre-trained melody generation model
|
| 19 |
+
- `melody_model_config.json` - Model configuration and hyperparameters
|
| 20 |
+
- `alv_tokenizer-2.0.1-py3-none-any.whl` - MIDI tokenization package
|
| 21 |
+
|
| 22 |
+
## π Model Specifications
|
| 23 |
+
|
| 24 |
+
- **Architecture**: Transformer-based melody generation
|
| 25 |
+
- **Vocabulary Size**: 45,093 tokens
|
| 26 |
+
- **Model Dimensions**: 1,280 embedding size, 20 attention heads
|
| 27 |
+
- **Layers**: 24 transformer layers
|
| 28 |
+
- **Max Sequence Length**: 300 tokens
|
| 29 |
+
- **Format**: SafeTensors
|
| 30 |
+
|
| 31 |
+
## π Backend Integration
|
| 32 |
+
|
| 33 |
+
For complete backend implementation and VST plugin integration, see:
|
| 34 |
+
**https://github.com/WebChatAppAi/Aurora-Labs**
|
| 35 |
+
|
| 36 |
+
The backend repository contains:
|
| 37 |
+
- Model inference engine
|
| 38 |
+
- VST plugin bridge
|
| 39 |
+
- FastAPI server
|
| 40 |
+
- DAW integration
|
| 41 |
+
- Real-time generation capabilities
|