Commit
·
fd13715
1
Parent(s):
6645145
Update README.md
Browse files
README.md
CHANGED
@@ -3,11 +3,25 @@ language: zh
|
|
3 |
datasets:
|
4 |
- common_voice
|
5 |
tags:
|
6 |
-
- speech
|
7 |
- audio
|
8 |
- automatic-speech-recognition
|
|
|
9 |
- xlsr-fine-tuning-week
|
10 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
## Colab trial with recording or voice file
|
|
|
3 |
datasets:
|
4 |
- common_voice
|
5 |
tags:
|
|
|
6 |
- audio
|
7 |
- automatic-speech-recognition
|
8 |
+
- speech
|
9 |
- xlsr-fine-tuning-week
|
10 |
license: apache-2.0
|
11 |
+
model-index:
|
12 |
+
- name: XLSR Wav2Vec2 Chinese (Taiwan) by Voidful
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Speech Recognition
|
16 |
+
type: automatic-speech-recognition
|
17 |
+
dataset:
|
18 |
+
name: Common Voice zh-TW
|
19 |
+
type: common_voice
|
20 |
+
args: zh-TW
|
21 |
+
metrics:
|
22 |
+
- name: Test CER
|
23 |
+
type: cer
|
24 |
+
value: 78.03
|
25 |
---
|
26 |
|
27 |
## Colab trial with recording or voice file
|