Instructions to use utter-project/mHuBERT-147-base-1st-iter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use utter-project/mHuBERT-147-base-1st-iter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="utter-project/mHuBERT-147-base-1st-iter")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("utter-project/mHuBERT-147-base-1st-iter") model = AutoModel.from_pretrained("utter-project/mHuBERT-147-base-1st-iter") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -206,3 +206,4 @@ This is an output of the European Project UTTER (Unified Transcription and Trans
|
|
| 206 |
|
| 207 |
For more information please visit https://he-utter.eu/
|
| 208 |
|
|
|
|
|
|
| 206 |
|
| 207 |
For more information please visit https://he-utter.eu/
|
| 208 |
|
| 209 |
+
NAVER LABS Europe: https://europe.naverlabs.com/
|