asahi417 commited on
Commit
2d01c47
·
verified ·
1 Parent(s): 7b3bf54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -9,3 +9,30 @@ pinned: false
9
  # Japanese ASR
10
 
11
  Hello! This repository contains Japanese ASR models and Japanese ASR dataset for model training and evaluation.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  # Japanese ASR
10
 
11
  Hello! This repository contains Japanese ASR models and Japanese ASR dataset for model training and evaluation.
12
+
13
+
14
+ | model | data | wer |
15
+ |:--------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------|-------:|
16
+ | [japanese-asr/distil-whisper-large-v3-ja-reazonspeech-large](https://huggingface.co/japanese-asr/distil-whisper-large-v3-ja-reazonspeech-large) | [japanese-asr/common_voice_8_0](https://huggingface.co/datasets/japanese-asr/common_voice_8_0) | 59.27 |
17
+ | [japanese-asr/distil-whisper-large-v3-ja-reazonspeech-medium](https://huggingface.co/japanese-asr/distil-whisper-large-v3-ja-reazonspeech-medium) | [japanese-asr/common_voice_8_0](https://huggingface.co/datasets/japanese-asr/common_voice_8_0) | 64.38 |
18
+ | [japanese-asr/distil-whisper-large-v3-ja-reazonspeech-small](https://huggingface.co/japanese-asr/distil-whisper-large-v3-ja-reazonspeech-small) | [japanese-asr/common_voice_8_0](https://huggingface.co/datasets/japanese-asr/common_voice_8_0) | 85.1 |
19
+ | [japanese-asr/distil-whisper-large-v3-ja-reazonspeech-tiny](https://huggingface.co/japanese-asr/distil-whisper-large-v3-ja-reazonspeech-tiny) | [japanese-asr/common_voice_8_0](https://huggingface.co/datasets/japanese-asr/common_voice_8_0) | 99.96 |
20
+ | [japanese-asr/whisper-large-v3](https://huggingface.co/japanese-asr/whisper-large-v3) | [japanese-asr/common_voice_8_0](https://huggingface.co/datasets/japanese-asr/common_voice_8_0) | 55.41 |
21
+ | [japanese-asr/whisper-medium](https://huggingface.co/japanese-asr/whisper-medium) | [japanese-asr/common_voice_8_0](https://huggingface.co/datasets/japanese-asr/common_voice_8_0) | 63.64 |
22
+ | [japanese-asr/whisper-small](https://huggingface.co/japanese-asr/whisper-small) | [japanese-asr/common_voice_8_0](https://huggingface.co/datasets/japanese-asr/common_voice_8_0) | 74.21 |
23
+ | [japanese-asr/whisper-tiny](https://huggingface.co/japanese-asr/whisper-tiny) | [japanese-asr/common_voice_8_0](https://huggingface.co/datasets/japanese-asr/common_voice_8_0) | 93.78 |
24
+ | [japanese-asr/distil-whisper-large-v3-ja-reazonspeech-large](https://huggingface.co/japanese-asr/distil-whisper-large-v3-ja-reazonspeech-large) | [japanese-asr/jsut-basic5000](https://huggingface.co/datasets/japanese-asr/jsut-basic5000) | 64.36 |
25
+ | [japanese-asr/distil-whisper-large-v3-ja-reazonspeech-medium](https://huggingface.co/japanese-asr/distil-whisper-large-v3-ja-reazonspeech-medium) | [japanese-asr/jsut-basic5000](https://huggingface.co/datasets/japanese-asr/jsut-basic5000) | 72.02 |
26
+ | [japanese-asr/distil-whisper-large-v3-ja-reazonspeech-small](https://huggingface.co/japanese-asr/distil-whisper-large-v3-ja-reazonspeech-small) | [japanese-asr/jsut-basic5000](https://huggingface.co/datasets/japanese-asr/jsut-basic5000) | 94.18 |
27
+ | [japanese-asr/distil-whisper-large-v3-ja-reazonspeech-tiny](https://huggingface.co/japanese-asr/distil-whisper-large-v3-ja-reazonspeech-tiny) | [japanese-asr/jsut-basic5000](https://huggingface.co/datasets/japanese-asr/jsut-basic5000) | 100 |
28
+ | [japanese-asr/whisper-large-v3](https://huggingface.co/japanese-asr/whisper-large-v3) | [japanese-asr/jsut-basic5000](https://huggingface.co/datasets/japanese-asr/jsut-basic5000) | 59.34 |
29
+ | [japanese-asr/whisper-medium](https://huggingface.co/japanese-asr/whisper-medium) | [japanese-asr/jsut-basic5000](https://huggingface.co/datasets/japanese-asr/jsut-basic5000) | 69.52 |
30
+ | [japanese-asr/whisper-small](https://huggingface.co/japanese-asr/whisper-small) | [japanese-asr/jsut-basic5000](https://huggingface.co/datasets/japanese-asr/jsut-basic5000) | 82.02 |
31
+ | [japanese-asr/whisper-tiny](https://huggingface.co/japanese-asr/whisper-tiny) | [japanese-asr/jsut-basic5000](https://huggingface.co/datasets/japanese-asr/jsut-basic5000) | 97.72 |
32
+ | [japanese-asr/distil-whisper-large-v3-ja-reazonspeech-large](https://huggingface.co/japanese-asr/distil-whisper-large-v3-ja-reazonspeech-large) | [japanese-asr/reazonspeech_test](https://huggingface.co/datasets/japanese-asr/reazonspeech_test) | 56.62 |
33
+ | [japanese-asr/distil-whisper-large-v3-ja-reazonspeech-medium](https://huggingface.co/japanese-asr/distil-whisper-large-v3-ja-reazonspeech-medium) | [japanese-asr/reazonspeech_test](https://huggingface.co/datasets/japanese-asr/reazonspeech_test) | 62.99 |
34
+ | [japanese-asr/distil-whisper-large-v3-ja-reazonspeech-small](https://huggingface.co/japanese-asr/distil-whisper-large-v3-ja-reazonspeech-small) | [japanese-asr/reazonspeech_test](https://huggingface.co/datasets/japanese-asr/reazonspeech_test) | 82.18 |
35
+ | [japanese-asr/whisper-large-v3](https://huggingface.co/japanese-asr/whisper-large-v3) | [japanese-asr/reazonspeech_test](https://huggingface.co/datasets/japanese-asr/reazonspeech_test) | 60.23 |
36
+ | [japanese-asr/whisper-medium](https://huggingface.co/japanese-asr/whisper-medium) | [japanese-asr/reazonspeech_test](https://huggingface.co/datasets/japanese-asr/reazonspeech_test) | 76.04 |
37
+ | [japanese-asr/whisper-small](https://huggingface.co/japanese-asr/whisper-small) | [japanese-asr/reazonspeech_test](https://huggingface.co/datasets/japanese-asr/reazonspeech_test) | 82.99 |
38
+ | [japanese-asr/whisper-tiny](https://huggingface.co/japanese-asr/whisper-tiny) | [japanese-asr/reazonspeech_test](https://huggingface.co/datasets/japanese-asr/reazonspeech_test) | 94.85 |