Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -8,20 +8,21 @@ tags:
8
  - generated_from_trainer
9
  datasets:
10
  - common_voice
 
11
  model-index:
12
  - name: wav2vec2-xls-r-300m-uk
13
  results:
14
- - task:
15
- name: Speech Recognition
16
  type: automatic-speech-recognition
 
17
  dataset:
18
  name: Common Voice uk
19
  type: common_voice
20
  args: uk
21
  metrics:
22
- - name: Test WER
23
- type: wer
24
- value: 12.22
25
  ---
26
 
27
 
 
8
  - generated_from_trainer
9
  datasets:
10
  - common_voice
11
+ base_model: facebook/wav2vec2-xls-r-300m
12
  model-index:
13
  - name: wav2vec2-xls-r-300m-uk
14
  results:
15
+ - task:
 
16
  type: automatic-speech-recognition
17
+ name: Speech Recognition
18
  dataset:
19
  name: Common Voice uk
20
  type: common_voice
21
  args: uk
22
  metrics:
23
+ - type: wer
24
+ value: 12.22
25
+ name: Test WER
26
  ---
27
 
28