Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -1,28 +1,29 @@
1
  ---
2
  language: en
3
- datasets:
4
- - common_voice
5
- metrics:
6
- - wer
7
  tags:
8
  - audio
9
  - automatic-speech-recognition
10
  - speech
11
- license: apache-2.0
 
 
 
 
12
  model-index:
13
  - name: English XLSR Wav2Vec2 Large 53 with punctuation
14
  results:
15
- - task:
16
- name: Speech Recognition
17
  type: automatic-speech-recognition
 
18
  dataset:
19
  name: Common Voice en
20
  type: common_voice
21
  args: en
22
  metrics:
23
- - name: Test WER
24
- type: wer
25
- value: 1.0
26
  ---
27
 
28
  # Wav2Vec2-Large-XLSR-53-English
 
1
  ---
2
  language: en
3
+ license: apache-2.0
 
 
 
4
  tags:
5
  - audio
6
  - automatic-speech-recognition
7
  - speech
8
+ datasets:
9
+ - common_voice
10
+ metrics:
11
+ - wer
12
+ base_model: facebook/wav2vec2-large-xlsr-53
13
  model-index:
14
  - name: English XLSR Wav2Vec2 Large 53 with punctuation
15
  results:
16
+ - task:
 
17
  type: automatic-speech-recognition
18
+ name: Speech Recognition
19
  dataset:
20
  name: Common Voice en
21
  type: common_voice
22
  args: en
23
  metrics:
24
+ - type: wer
25
+ value: 1.0
26
+ name: Test WER
27
  ---
28
 
29
  # Wav2Vec2-Large-XLSR-53-English