Instructions to use utter-project/mHuBERT-147 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use utter-project/mHuBERT-147 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="utter-project/mHuBERT-147")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("utter-project/mHuBERT-147") model = AutoModel.from_pretrained("utter-project/mHuBERT-147") - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -158,6 +158,8 @@ Please note that since training, there were CommonVoice removal requests. This m
|
|
| 158 |
|
| 159 |
# ML-SUPERB Scores
|
| 160 |
|
|
|
|
|
|
|
| 161 |
|
| 162 |

|
| 163 |
|
|
|
|
| 158 |
|
| 159 |
# ML-SUPERB Scores
|
| 160 |
|
| 161 |
+
mHubert-147 reaches second and first position in the 10min and 1h leaderboards respectively. We achieve new SOTA scores for all LID tasks.
|
| 162 |
+
See more information in our paper.
|
| 163 |
|
| 164 |

|
| 165 |
|