Librarian Bot: Add base_model information to model

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