Upload folder using huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- music
|
| 5 |
+
- mir
|
| 6 |
+
- automatic-music-transcription
|
| 7 |
+
- mirbox
|
| 8 |
+
library_name: mirbox
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# YourMT3
|
| 12 |
+
|
| 13 |
+
Multi-track automatic music transcription model.
|
| 14 |
+
|
| 15 |
+
## Usage
|
| 16 |
+
|
| 17 |
+
```python
|
| 18 |
+
from mirbox.amt import YourMT3
|
| 19 |
+
|
| 20 |
+
model = YourMT3(device="cuda")
|
| 21 |
+
result = model("input.wav")
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
## Files
|
| 25 |
+
|
| 26 |
+
- `model.pt` — Model weights
|
| 27 |
+
- `config.json` — Model configuration
|
amt/logs/2024/mc13_256_g4_all_v7_mt3f_sqr_rms_moe_wf4_n8k2_silu_rope_rp_b36_nops/checkpoints/last.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae38e415c79efd5592dcb9b658cdb99ddb11d4c4e1eaa364cab04a052473fc25
|
| 3 |
+
size 561544628
|