Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -8,34 +8,35 @@ tags:
|
|
8 |
- robust-speech-event
|
9 |
datasets:
|
10 |
- kresnik/zeroth_korean
|
|
|
11 |
model-index:
|
12 |
- name: Wav2Vec2 XLS-R 1B Korean
|
13 |
results:
|
14 |
- task:
|
15 |
-
name: Automatic Speech Recognition
|
16 |
type: automatic-speech-recognition
|
|
|
17 |
dataset:
|
18 |
name: Robust Speech Event - Dev Data
|
19 |
type: speech-recognition-community-v2/dev_data
|
20 |
args: ko
|
21 |
metrics:
|
22 |
-
-
|
23 |
-
type: wer
|
24 |
value: 82.07
|
25 |
-
|
26 |
-
|
27 |
value: 42.12
|
|
|
28 |
- task:
|
29 |
-
name: Automatic Speech Recognition
|
30 |
type: automatic-speech-recognition
|
|
|
31 |
dataset:
|
32 |
name: Robust Speech Event - Test Data
|
33 |
type: speech-recognition-community-v2/eval_data
|
34 |
args: ko
|
35 |
metrics:
|
36 |
-
-
|
37 |
-
type: wer
|
38 |
value: 82.09
|
|
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
8 |
- robust-speech-event
|
9 |
datasets:
|
10 |
- kresnik/zeroth_korean
|
11 |
+
base_model: facebook/wav2vec2-xls-r-1b
|
12 |
model-index:
|
13 |
- name: Wav2Vec2 XLS-R 1B Korean
|
14 |
results:
|
15 |
- task:
|
|
|
16 |
type: automatic-speech-recognition
|
17 |
+
name: Automatic Speech Recognition
|
18 |
dataset:
|
19 |
name: Robust Speech Event - Dev Data
|
20 |
type: speech-recognition-community-v2/dev_data
|
21 |
args: ko
|
22 |
metrics:
|
23 |
+
- type: wer
|
|
|
24 |
value: 82.07
|
25 |
+
name: Test WER
|
26 |
+
- type: cer
|
27 |
value: 42.12
|
28 |
+
name: Test CER
|
29 |
- task:
|
|
|
30 |
type: automatic-speech-recognition
|
31 |
+
name: Automatic Speech Recognition
|
32 |
dataset:
|
33 |
name: Robust Speech Event - Test Data
|
34 |
type: speech-recognition-community-v2/eval_data
|
35 |
args: ko
|
36 |
metrics:
|
37 |
+
- type: wer
|
|
|
38 |
value: 82.09
|
39 |
+
name: Test WER
|
40 |
---
|
41 |
|
42 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|