Update README.md
Browse files
README.md
CHANGED
@@ -7,12 +7,48 @@ tags:
|
|
7 |
- hf-asr-leaderboard
|
8 |
widget:
|
9 |
- example_title: CommonVoice 8.0 (Test Split)
|
10 |
-
src:
|
|
|
11 |
- example_title: JSUT Basic 5000
|
12 |
-
src:
|
|
|
13 |
- example_title: ReazonSpeech (Test Split)
|
14 |
-
src:
|
|
|
15 |
pipeline_tag: automatic-speech-recognition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# Kotoba-Whisper
|
@@ -611,4 +647,4 @@ Training and evaluation code to reproduce Kotoba-Whisper is available at the rep
|
|
611 |
## Acknowledgements
|
612 |
* OpenAI for the Whisper [model](https://huggingface.co/openai/whisper-large-v3).
|
613 |
* Hugging Face 🤗 [Transformers](https://github.com/huggingface/transformers) for the model integration.
|
614 |
-
* Hugging Face 🤗 for sharing the [Distil-Whisper codebase](https://github.com/huggingface/distil-whisper).
|
|
|
7 |
- hf-asr-leaderboard
|
8 |
widget:
|
9 |
- example_title: CommonVoice 8.0 (Test Split)
|
10 |
+
src: >-
|
11 |
+
https://huggingface.co/datasets/japanese-asr/ja_asr.common_voice_8_0/resolve/main/sample.flac
|
12 |
- example_title: JSUT Basic 5000
|
13 |
+
src: >-
|
14 |
+
https://huggingface.co/datasets/japanese-asr/ja_asr.jsut_basic5000/resolve/main/sample.flac
|
15 |
- example_title: ReazonSpeech (Test Split)
|
16 |
+
src: >-
|
17 |
+
https://huggingface.co/datasets/japanese-asr/ja_asr.reazonspeech_test/resolve/main/sample.flac
|
18 |
pipeline_tag: automatic-speech-recognition
|
19 |
+
metrics:
|
20 |
+
- wer
|
21 |
+
model-index:
|
22 |
+
- name: kotoba-tech/kotoba-whisper-v1.0
|
23 |
+
results:
|
24 |
+
- task:
|
25 |
+
type: automatic-speech-recognition
|
26 |
+
dataset:
|
27 |
+
name: japanese-asr/ja_asr.common_voice_8_0
|
28 |
+
type: japanese-asr/ja_asr.common_voice_8_0
|
29 |
+
metrics:
|
30 |
+
- name: WER
|
31 |
+
type: WER
|
32 |
+
value:
|
33 |
+
- task:
|
34 |
+
type: automatic-speech-recognition
|
35 |
+
dataset:
|
36 |
+
name: japanese-asr/ja_asr.reazonspeech_test
|
37 |
+
type: japanese-asr/ja_asr.reazonspeech_test
|
38 |
+
metrics:
|
39 |
+
- name: WER
|
40 |
+
type: WER
|
41 |
+
value:
|
42 |
+
- task:
|
43 |
+
type: automatic-speech-recognition
|
44 |
+
dataset:
|
45 |
+
name: japanese-asr/ja_asr.reazonspeech_test
|
46 |
+
type: japanese-asr/ja_asr.reazonspeech_test
|
47 |
+
metrics:
|
48 |
+
- name: WER
|
49 |
+
type: WER
|
50 |
+
value:
|
51 |
+
|
52 |
---
|
53 |
|
54 |
# Kotoba-Whisper
|
|
|
647 |
## Acknowledgements
|
648 |
* OpenAI for the Whisper [model](https://huggingface.co/openai/whisper-large-v3).
|
649 |
* Hugging Face 🤗 [Transformers](https://github.com/huggingface/transformers) for the model integration.
|
650 |
+
* Hugging Face 🤗 for sharing the [Distil-Whisper codebase](https://github.com/huggingface/distil-whisper).
|