kingabzpro
commited on
Commit
•
e1fd816
1
Parent(s):
215c2aa
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,36 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
-
|
|
|
5 |
datasets:
|
6 |
-
-
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: wav2vec2-large-xls-r-300m-Indonesian
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -20,19 +44,7 @@ It achieves the following results on the evaluation set:
|
|
20 |
- Wer: 0.2461
|
21 |
- Cer: 0.0666
|
22 |
|
23 |
-
## Model description
|
24 |
-
|
25 |
-
More information needed
|
26 |
-
|
27 |
-
## Intended uses & limitations
|
28 |
-
|
29 |
-
More information needed
|
30 |
-
|
31 |
-
## Training and evaluation data
|
32 |
-
|
33 |
-
More information needed
|
34 |
|
35 |
-
## Training procedure
|
36 |
|
37 |
### Training hyperparameters
|
38 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- id
|
4 |
+
|
5 |
license: apache-2.0
|
6 |
tags:
|
7 |
+
- automatic-speech-recognition
|
8 |
+
- robust-speech-event
|
9 |
datasets:
|
10 |
+
- mozilla-foundation/common_voice_7_0
|
11 |
+
metrics:
|
12 |
+
- wer
|
13 |
+
- cer
|
14 |
model-index:
|
15 |
- name: wav2vec2-large-xls-r-300m-Indonesian
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
|
19 |
+
name: Speech Recognition # Optional. Example: Speech Recognition
|
20 |
+
dataset:
|
21 |
+
type: mozilla-foundation/common_voice_7_0 # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
22 |
+
name: Common Voice id # Required. Example: Common Voice zh-CN
|
23 |
+
args: id # Optional. Example: zh-CN
|
24 |
+
metrics:
|
25 |
+
- type: wer # Required. Example: wer
|
26 |
+
value: 25.06 # Required. Example: 20.90
|
27 |
+
name: Test WER # Optional. Example: Test WER
|
28 |
+
|
29 |
+
- type: cer # Required. Example: wer
|
30 |
+
value: 6.50 # Required. Example: 20.90
|
31 |
+
name: Test CER # Optional. Example: Test WER
|
32 |
+
|
33 |
+
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
44 |
- Wer: 0.2461
|
45 |
- Cer: 0.0666
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
|
|
48 |
|
49 |
### Training hyperparameters
|
50 |
|