Commit
•
7082677
1
Parent(s):
d24b6e0
add eval script
Browse files- .ipynb_checkpoints/README-checkpoint.md +14 -14
- README.md +14 -14
.ipynb_checkpoints/README-checkpoint.md
CHANGED
@@ -13,20 +13,20 @@ datasets:
|
|
13 |
model-index:
|
14 |
- name: wav2vec2-xls-r-300m-ar
|
15 |
results:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
13 |
model-index:
|
14 |
- name: wav2vec2-xls-r-300m-ar
|
15 |
results:
|
16 |
+
- task:
|
17 |
+
name: Automatic Speech Recognition
|
18 |
+
type: automatic-speech-recognition
|
19 |
+
dataset:
|
20 |
+
name: Robust Speech Event - Dev Data
|
21 |
+
type: speech-recognition-community-v2/dev_data
|
22 |
+
args: ar
|
23 |
+
metrics:
|
24 |
+
- name: Test WER
|
25 |
+
type: wer
|
26 |
+
value: 1.0
|
27 |
+
- name: Test CER
|
28 |
+
type: cer
|
29 |
+
value: 1.0
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
README.md
CHANGED
@@ -13,20 +13,20 @@ datasets:
|
|
13 |
model-index:
|
14 |
- name: wav2vec2-xls-r-300m-ar
|
15 |
results:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
13 |
model-index:
|
14 |
- name: wav2vec2-xls-r-300m-ar
|
15 |
results:
|
16 |
+
- task:
|
17 |
+
name: Automatic Speech Recognition
|
18 |
+
type: automatic-speech-recognition
|
19 |
+
dataset:
|
20 |
+
name: Robust Speech Event - Dev Data
|
21 |
+
type: speech-recognition-community-v2/dev_data
|
22 |
+
args: ar
|
23 |
+
metrics:
|
24 |
+
- name: Test WER
|
25 |
+
type: wer
|
26 |
+
value: 1.0
|
27 |
+
- name: Test CER
|
28 |
+
type: cer
|
29 |
+
value: 1.0
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|