comodoro commited on
Commit
c53b4c9
2 Parent(s): 857c2fe 30c5919

Fix yaml metadata

Browse files
Files changed (1) hide show
  1. README.md +29 -28
README.md CHANGED
@@ -1,32 +1,33 @@
1
- ---
2
- datasets:
3
- - mozilla-foundation/common_voice_8_0
4
- language: cs
5
  license: apache-2.0
6
- metrics:
7
- - wer
8
- model-index:
9
- -
10
- name: "Czech comodoro Wav2Vec2 XLSR 300M CV8"
11
- -
12
- results:
13
- dataset:
14
- args: cs
15
- name: "Common Voice 8.0 cs"
16
- type: mozilla-foundation/common_voice_8_0
17
- metrics:
18
- type: wer
19
- value: 0.47455377483706096
20
- task:
21
- name: "Speech Recognition"
22
- type: automatic-speech-recognition
23
- tags:
24
- - generated_from_trainer
25
- - audio
26
- - automatic-speech-recognition
27
- - speech
28
- - xlsr-fine-tuning-week
29
-
 
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
  should probably proofread and complete it, then remove this comment. -->
32
 
 
1
+ ---
2
+ language:
3
+ - cs
 
4
  license: apache-2.0
5
+ tags:
6
+ - automatic-speech-recognition
7
+ - mozilla-foundation/common_voice_8_0
8
+ - generated_from_trainer
9
+ - robust-speech-event
10
+ - xlsr-fine-tuning-week
11
+ datasets:
12
+ - common_voice
13
+ model-index:
14
+ - name: Czech comodoro Wav2Vec2 XLSR 300M CV8
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Common Voice 8
21
+ type: mozilla-foundation/common_voice_8_0
22
+ args: cs
23
+ metrics:
24
+ - name: Test WER
25
+ type: wer
26
+ value: 47.46
27
+ - name: Test CER
28
+ type: cer
29
+ value: 10.88
30
+ ---
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
32
  should probably proofread and complete it, then remove this comment. -->
33