anuragshas
commited on
Commit
•
b911b90
1
Parent(s):
ce407ed
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,28 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
-
|
|
|
5 |
datasets:
|
6 |
-
-
|
|
|
|
|
7 |
model-index:
|
8 |
- name: wav2vec2-large-xls-r-300m-as
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- as
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
+
- automatic-speech-recognition
|
7 |
+
- robust-speech-event
|
8 |
datasets:
|
9 |
+
- mozilla-foundation/common_voice_7_0
|
10 |
+
metrics:
|
11 |
+
- wer
|
12 |
model-index:
|
13 |
- name: wav2vec2-large-xls-r-300m-as
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
type: automatic-speech-recognition
|
17 |
+
name: Speech Recognition
|
18 |
+
dataset:
|
19 |
+
type: mozilla-foundation/common_voice_7_0
|
20 |
+
name: Common Voice as
|
21 |
+
args: as
|
22 |
+
metrics:
|
23 |
+
- type: wer # Required. Example: wer
|
24 |
+
value: 67.679 # Required. Example: 20.90
|
25 |
+
name: Test WER # Optional. Example: Test WER
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|