Titouan
commited on
Commit
•
4c29221
1
Parent(s):
84f6258
New card
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ Pretrained wav2vec2 models are distributed under the apache-2.0 licence. Hence,
|
|
35 |
|
36 |
## Fine-tune with Fairseq for ASR with CTC
|
37 |
|
38 |
-
As our wav2vec2 models were trained with Fairseq, then can be used in the different tools that they provide to fine-tune the model for ASR with CTC. The full procedure has been nicely
|
39 |
|
40 |
Please note that due to the nature of CTC, speech-to-text results aren't expected to be state-of-the-art. Moreover, future features might appear depending on the involvement of Fairseq and HuggingFace on this part.
|
41 |
|
|
|
35 |
|
36 |
## Fine-tune with Fairseq for ASR with CTC
|
37 |
|
38 |
+
As our wav2vec2 models were trained with Fairseq, then can be used in the different tools that they provide to fine-tune the model for ASR with CTC. The full procedure has been nicely summarized in [this blogpost](https://huggingface.co/blog/fine-tune-wav2vec2-english).
|
39 |
|
40 |
Please note that due to the nature of CTC, speech-to-text results aren't expected to be state-of-the-art. Moreover, future features might appear depending on the involvement of Fairseq and HuggingFace on this part.
|
41 |
|