Update metadata with huggingface_hub
Browse files
README.md
CHANGED
@@ -1 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Just test with my first models
|
|
|
1 |
+
---
|
2 |
+
model-index:
|
3 |
+
- name: teo-ma/stt_en_conformer_ctc_small
|
4 |
+
results:
|
5 |
+
- task:
|
6 |
+
type: automatic-speech-recognition
|
7 |
+
dataset:
|
8 |
+
name: Librispeech (clean)
|
9 |
+
type: librispeech_asr
|
10 |
+
config: other
|
11 |
+
split: test
|
12 |
+
args:
|
13 |
+
language: en
|
14 |
+
metrics:
|
15 |
+
- type: wer
|
16 |
+
value: 8.1
|
17 |
+
name: WER
|
18 |
+
---
|
19 |
Just test with my first models
|