patrickvonplaten
commited on
Commit
•
74f5595
1
Parent(s):
3cb65a1
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,9 @@ tags:
|
|
9 |
|
10 |
[Microsoft's UniSpeech](https://www.microsoft.com/en-us/research/publication/unispeech-unified-speech-representation-learning-with-labeled-and-unlabeled-data/)
|
11 |
|
12 |
-
The base model pretrained on 16kHz sampled speech audio with utterance and speaker contrastive loss. When using the model, make sure that your speech input is also sampled at 16kHz.
|
|
|
|
|
13 |
|
14 |
The model was pre-trained on:
|
15 |
|
|
|
9 |
|
10 |
[Microsoft's UniSpeech](https://www.microsoft.com/en-us/research/publication/unispeech-unified-speech-representation-learning-with-labeled-and-unlabeled-data/)
|
11 |
|
12 |
+
The base model pretrained on 16kHz sampled speech audio with utterance and speaker contrastive loss. When using the model, make sure that your speech input is also sampled at 16kHz.
|
13 |
+
|
14 |
+
**Note**: This model does not have a tokenizer as it was pretrained on audio alone. In order to use this model **speech recognition**, a tokenizer should be created and the model should be fine-tuned on labeled text data. Check out [this blog](https://huggingface.co/blog/fine-tune-wav2vec2-english) for more in-detail explanation of how to fine-tune the model.
|
15 |
|
16 |
The model was pre-trained on:
|
17 |
|