Update README.md
Browse files
README.md
CHANGED
@@ -14,24 +14,23 @@ The input must be Japanese speech, while the translation can be in any languages
|
|
14 |
[here](https://github.com/facebookresearch/flores/blob/main/flores200/README.md#languages-in-flores-200).
|
15 |
|
16 |
## Benchmark
|
17 |
-
The folloiwng table shows
|
18 |
-
(subsets of [CoVoST2 and Fleurs](https://huggingface.co/datasets/japanese-asr/
|
19 |
-
the distilled model (`facebook/nllb-200-distilled-600M`) already achieved compatitive result. Also, none of the public OpenAI whisper models are capable of translating
|
20 |
-
Japanese speech to English.
|
21 |
|
22 |
-
| model | [
|
23 |
|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------:|------------------------------------------------------------------------------------------------------:|
|
24 |
-
| [japanese-asr/
|
25 |
-
| [japanese-asr/
|
26 |
-
| [japanese-asr/
|
27 |
-
| [japanese-asr/
|
28 |
-
| [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) |
|
29 |
-
| [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) |
|
30 |
-
| [openai/whisper-large](https://huggingface.co/openai/whisper-large) |
|
31 |
-
| [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) |
|
32 |
-
| [openai/whisper-
|
33 |
-
| [openai/whisper-
|
34 |
-
| [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) |
|
|
|
35 |
|
36 |
See [https://github.com/kotoba-tech/kotoba-whisper](https://github.com/kotoba-tech/kotoba-whisper) for the evaluation detail.
|
37 |
|
|
|
14 |
[here](https://github.com/facebookresearch/flores/blob/main/flores200/README.md#languages-in-flores-200).
|
15 |
|
16 |
## Benchmark
|
17 |
+
The folloiwng table shows WER computed over the reference and predicted translation for translating Japanse speech to English text task
|
18 |
+
(subsets of [CoVoST2 and Fleurs](https://huggingface.co/datasets/japanese-asr/ja2en.s2t_translation)) with different size of NLLB along with OpenAI Whisper models.
|
|
|
|
|
19 |
|
20 |
+
| model | [CoVoST2 (En->Ja)](https://huggingface.co/datasets/japanese-asr/en2ja.s2t_translation)| [Fleurs](https://huggingface.co/datasets/japanese-asr/en2ja.s2t_translation) |
|
21 |
|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------:|------------------------------------------------------------------------------------------------------:|
|
22 |
+
| [japanese-asr/ja-cascaded-s2t-translation](https://huggingface.co/japanese-asr/ja-cascaded-s2t-translation) ([facebook/nllb-200-3.3B](https://huggingface.co/facebook/nllb-200-3.3B)) | 64.3 | 67.1 |
|
23 |
+
| [japanese-asr/ja-cascaded-s2t-translation](https://huggingface.co/japanese-asr/ja-cascaded-s2t-translation) ([facebook/nllb-200-1.3B](https://huggingface.co/facebook/nllb-200-1.3B)) | 65.4 | 68.9 |
|
24 |
+
| [japanese-asr/ja-cascaded-s2t-translation](https://huggingface.co/japanese-asr/ja-cascaded-s2t-translation) ([facebook/nllb-200-distilled-1.3B](https://huggingface.co/facebook/nllb-200-distilled-1.3B)) | 65.6 | 67.4 |
|
25 |
+
| [japanese-asr/ja-cascaded-s2t-translation](https://huggingface.co/japanese-asr/ja-cascaded-s2t-translation) ([facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M)) | 68.2 | 72.2 |
|
26 |
+
| [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) | 71 | 86.1 |
|
27 |
+
| [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) | 66.4 | 78.8 |
|
28 |
+
| [openai/whisper-large](https://huggingface.co/openai/whisper-large) | 66.5 | 86.1 |
|
29 |
+
| [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) | 70.3 | 97.2 |
|
30 |
+
| [openai/whisper-small](https://huggingface.co/openai/whisper-small) | 97.3 | 132.2 |
|
31 |
+
| [openai/whisper-base](https://huggingface.co/openai/whisper-base) | 186.2 | 349.6 |
|
32 |
+
| [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) | 377.2 | 474 |
|
33 |
+
|
34 |
|
35 |
See [https://github.com/kotoba-tech/kotoba-whisper](https://github.com/kotoba-tech/kotoba-whisper) for the evaluation detail.
|
36 |
|