Update README.md
Browse files
README.md
CHANGED
|
@@ -18,45 +18,50 @@ widget:
|
|
| 18 |
pipeline_tag: automatic-speech-recognition
|
| 19 |
metrics:
|
| 20 |
- wer
|
|
|
|
| 21 |
model-index:
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
---
|
| 61 |
|
| 62 |
# Kotoba-Whisper (v2.0)
|
|
|
|
| 18 |
pipeline_tag: automatic-speech-recognition
|
| 19 |
metrics:
|
| 20 |
- wer
|
| 21 |
+
- cer
|
| 22 |
model-index:
|
| 23 |
+
- name: kotoba-tech/kotoba-whisper-v2.0
|
| 24 |
+
results:
|
| 25 |
+
- task:
|
| 26 |
+
type: automatic-speech-recognition
|
| 27 |
+
dataset:
|
| 28 |
+
name: CommonVoice_8.0 (Japanese)
|
| 29 |
+
type: japanese-asr/ja_asr.common_voice_8_0
|
| 30 |
+
metrics:
|
| 31 |
+
- name: WER
|
| 32 |
+
type: WER
|
| 33 |
+
value: 58.9
|
| 34 |
+
- name: CER
|
| 35 |
+
type: CER
|
| 36 |
+
value: 9.2
|
| 37 |
+
- task:
|
| 38 |
+
type: automatic-speech-recognition
|
| 39 |
+
dataset:
|
| 40 |
+
name: ReazonSpeech (Test)
|
| 41 |
+
type: japanese-asr/ja_asr.reazonspeech_test
|
| 42 |
+
metrics:
|
| 43 |
+
- name: WER
|
| 44 |
+
type: WER
|
| 45 |
+
value: 55.6
|
| 46 |
+
- name: CER
|
| 47 |
+
type: CER
|
| 48 |
+
value: 11.63
|
| 49 |
+
- task:
|
| 50 |
+
type: automatic-speech-recognition
|
| 51 |
+
dataset:
|
| 52 |
+
name: JSUT Basic5000
|
| 53 |
+
type: japanese-asr/ja_asr.jsut_basic5000
|
| 54 |
+
metrics:
|
| 55 |
+
- name: WER
|
| 56 |
+
type: WER
|
| 57 |
+
value: 63.8
|
| 58 |
+
- name: CER
|
| 59 |
+
type: CER
|
| 60 |
+
value: 8.4
|
| 61 |
+
datasets:
|
| 62 |
+
- japanese-asr/whisper_transcriptions.reazonspeech.all
|
| 63 |
+
- japanese-asr/whisper_transcriptions.reazonspeech.all.wer_10.0
|
| 64 |
+
- japanese-asr/whisper_transcriptions.reazonspeech.all.wer_10.0.vectorized
|
| 65 |
---
|
| 66 |
|
| 67 |
# Kotoba-Whisper (v2.0)
|