Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -7,20 +7,21 @@ tags:
|
|
7 |
- he
|
8 |
- hf-asr-leaderboard
|
9 |
- robust-speech-event
|
|
|
10 |
model-index:
|
11 |
- name: wav2vec2-xls-r-300m-hebrew
|
12 |
results:
|
13 |
- task:
|
14 |
-
name: Automatic Speech Recognition
|
15 |
type: automatic-speech-recognition
|
|
|
16 |
dataset:
|
17 |
name: Custom Dataset
|
18 |
type: custom
|
19 |
args: he
|
20 |
metrics:
|
21 |
-
-
|
22 |
-
type: wer
|
23 |
value: 23.18
|
|
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
7 |
- he
|
8 |
- hf-asr-leaderboard
|
9 |
- robust-speech-event
|
10 |
+
base_model: facebook/wav2vec2-xls-r-300m
|
11 |
model-index:
|
12 |
- name: wav2vec2-xls-r-300m-hebrew
|
13 |
results:
|
14 |
- task:
|
|
|
15 |
type: automatic-speech-recognition
|
16 |
+
name: Automatic Speech Recognition
|
17 |
dataset:
|
18 |
name: Custom Dataset
|
19 |
type: custom
|
20 |
args: he
|
21 |
metrics:
|
22 |
+
- type: wer
|
|
|
23 |
value: 23.18
|
24 |
+
name: Test WER
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|