comodoro commited on
Commit
857c2fe
2 Parent(s): 08ea7d6 5d125d2

Fix yaml metadata

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