Fix yaml metadata
Browse files
README.md
CHANGED
@@ -1,30 +1,32 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
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 |
-
|
15 |
-
-
|
16 |
-
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|