Add: readme
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: ja
|
3 |
+
datasets:
|
4 |
+
# - common_voice
|
5 |
+
- jsut
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
+
- cer
|
9 |
+
tags:
|
10 |
+
- audio
|
11 |
+
- automatic-speech-recognition
|
12 |
+
- speech
|
13 |
+
- xlsr-fine-tuning-week
|
14 |
+
license: apache-2.0
|
15 |
+
model-index:
|
16 |
+
- name: Japanese XLSR Wav2Vec2 Large 53
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
name: Speech Recognition
|
20 |
+
type: automatic-speech-recognition
|
21 |
+
dataset:
|
22 |
+
name: Common Voice ja
|
23 |
+
type: common_voice
|
24 |
+
args: ja
|
25 |
+
metrics:
|
26 |
+
- name: Test WER
|
27 |
+
type: wer
|
28 |
+
value: 0.2048140044
|
29 |
+
- name: Test CER
|
30 |
+
type: cer
|
31 |
+
value: 0.06610296027
|
32 |
+
---
|