Feature Extraction
Transformers
PyTorch
hubert
Inference Endpoints
mzboito commited on
Commit
724a080
1 Parent(s): a110791

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -123,11 +123,11 @@ language:
123
  - zh
124
  ---
125
 
126
- **This repository contains the SECOND ITERATION mHuBERT-147 model.**
127
  **The best mHuBERT-147 model is available [here](https://huggingface.co/utter-project/mHuBERT-147).**
128
 
129
 
130
- **MODEL DETAILS:** 2nd iteration, K=1000, HuBERT base architecture (95M parameters), 147 languages.
131
 
132
  # Table of Contents:
133
 
@@ -150,7 +150,7 @@ Training employs a two-level language, data source up-sampling during training.
150
 
151
  **Related Models:**
152
  * [Third Iteration repository](https://huggingface.co/utter-project/mHuBERT-147)
153
- * [First Iteration repository](https://huggingface.co/utter-project/mHuBERT-147-base-1st-iter)
154
  * [CommonVoice Prototype (12 languages)](https://huggingface.co/utter-project/hutter-12-3rd-base)
155
 
156
  # Training
 
123
  - zh
124
  ---
125
 
126
+ **This repository contains the FIRST ITERATION mHuBERT-147 model.**
127
  **The best mHuBERT-147 model is available [here](https://huggingface.co/utter-project/mHuBERT-147).**
128
 
129
 
130
+ **MODEL DETAILS:** 1st iteration, K=1000, HuBERT base architecture (95M parameters), 147 languages.
131
 
132
  # Table of Contents:
133
 
 
150
 
151
  **Related Models:**
152
  * [Third Iteration repository](https://huggingface.co/utter-project/mHuBERT-147)
153
+ * [Second Iteration repository](https://huggingface.co/utter-project/mHuBERT-147-base-2nd-iter)
154
  * [CommonVoice Prototype (12 languages)](https://huggingface.co/utter-project/hutter-12-3rd-base)
155
 
156
  # Training