Update metadata with huggingface_hub
Browse files
README.md
CHANGED
@@ -22,9 +22,6 @@ model-index:
|
|
22 |
split: test
|
23 |
args: pl
|
24 |
metrics:
|
25 |
-
# - type: wer
|
26 |
-
# value: 6.912473345757989
|
27 |
-
# name: Wer
|
28 |
- type: wer
|
29 |
value: 6.89
|
30 |
name: WER
|
@@ -58,6 +55,18 @@ model-index:
|
|
58 |
- type: mer
|
59 |
value: 9.1
|
60 |
name: MER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
---
|
62 |
|
63 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
22 |
split: test
|
23 |
args: pl
|
24 |
metrics:
|
|
|
|
|
|
|
25 |
- type: wer
|
26 |
value: 6.89
|
27 |
name: WER
|
|
|
55 |
- type: mer
|
56 |
value: 9.1
|
57 |
name: MER
|
58 |
+
- task:
|
59 |
+
type: automatic-speech-recognition
|
60 |
+
name: Automatic Speech Recognition
|
61 |
+
dataset:
|
62 |
+
name: google/fleurs
|
63 |
+
type: google/fleurs
|
64 |
+
config: pl_pl
|
65 |
+
split: test
|
66 |
+
metrics:
|
67 |
+
- type: wer
|
68 |
+
value: 9.88
|
69 |
+
name: WER
|
70 |
---
|
71 |
|
72 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|