Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -163,7 +163,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
| 163 |
"""
|
| 164 |
## 🎶YourMT3+: Multi-instrument Music Transcription with Enhanced Transformer Architectures and Cross-dataset Stem Augmentation
|
| 165 |
### Model card:
|
| 166 |
-
- Model name: `YPTF.MoE+Multi`
|
| 167 |
- Encoder backbone: Perceiver-TF + Mixture of Experts (2/8)
|
| 168 |
- Decoder backbone: Multi-channel T5-small
|
| 169 |
- Tokenizer: MT3 tokens with Singing extension
|
|
@@ -172,7 +172,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
| 172 |
- FP Precision: BF16-mixed for training, FP16 for inference
|
| 173 |
|
| 174 |
#### Caution:
|
| 175 |
-
- Currently running on CPU, and it takes longer than 3 minutes for a 30-second input.
|
| 176 |
- For acadmic reproduction purpose, we strongly recommend to use [Colab Demo](https://colab.research.google.com/drive/1AgOVEBfZknDkjmSRA7leoa81a2vrnhBG?usp=sharing) with multiple checkpoints.
|
| 177 |
### [Paper](https://arxiv.org/abs/2407.04822) [Code](https://github.com/mimbres/YourMT3)
|
| 178 |
""")
|
|
|
|
| 163 |
"""
|
| 164 |
## 🎶YourMT3+: Multi-instrument Music Transcription with Enhanced Transformer Architectures and Cross-dataset Stem Augmentation
|
| 165 |
### Model card:
|
| 166 |
+
- Model name: `YPTF.MoE+Multi (noPS)`
|
| 167 |
- Encoder backbone: Perceiver-TF + Mixture of Experts (2/8)
|
| 168 |
- Decoder backbone: Multi-channel T5-small
|
| 169 |
- Tokenizer: MT3 tokens with Singing extension
|
|
|
|
| 172 |
- FP Precision: BF16-mixed for training, FP16 for inference
|
| 173 |
|
| 174 |
#### Caution:
|
| 175 |
+
- Currently running on CPU, and it takes longer than 3 minutes for a 30-second input. Please try [GPU-HuggingFace-demo](mimbres/YourMT3) for fast inference.
|
| 176 |
- For acadmic reproduction purpose, we strongly recommend to use [Colab Demo](https://colab.research.google.com/drive/1AgOVEBfZknDkjmSRA7leoa81a2vrnhBG?usp=sharing) with multiple checkpoints.
|
| 177 |
### [Paper](https://arxiv.org/abs/2407.04822) [Code](https://github.com/mimbres/YourMT3)
|
| 178 |
""")
|