Commit
·
b4ac96b
1
Parent(s):
f4e0dc0
Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ Translation (ST). It uses a pretrained [Wav2Vec2](https://huggingface.co/transfo
|
|
34 |
|
35 |
## Intended uses & limitations
|
36 |
|
37 |
-
This model can be used for end-to-end English speech to
|
38 |
See the [model hub](https://huggingface.co/models?filter=speech2text2) to look for other S2T2 checkpoints.
|
39 |
|
40 |
|
@@ -81,7 +81,7 @@ transcription = processor.batch_decode(generated_ids)
|
|
81 |
|
82 |
## Evaluation results
|
83 |
|
84 |
-
CoVoST-V2 test results for en-
|
85 |
|
86 |
For more information, please have a look at the [official paper](https://arxiv.org/pdf/2104.06678.pdf)
|
87 |
|
|
|
34 |
|
35 |
## Intended uses & limitations
|
36 |
|
37 |
+
This model can be used for end-to-end English speech to Catalon text translation.
|
38 |
See the [model hub](https://huggingface.co/models?filter=speech2text2) to look for other S2T2 checkpoints.
|
39 |
|
40 |
|
|
|
81 |
|
82 |
## Evaluation results
|
83 |
|
84 |
+
CoVoST-V2 test results for en-ca (BLEU score): **35.6**
|
85 |
|
86 |
For more information, please have a look at the [official paper](https://arxiv.org/pdf/2104.06678.pdf)
|
87 |
|