Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- librispeech_asr
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
metrics:
|
7 |
+
- name: Test(clean) WER
|
8 |
+
type: wer
|
9 |
+
value: 4.262
|
10 |
+
- name: Test(clean) CER
|
11 |
+
type: wer
|
12 |
+
value: 1.811
|
13 |
+
pipeline_tag: automatic-speech-recognition
|
14 |
+
tags:
|
15 |
+
- audio
|
16 |
+
- asr
|
17 |
+
- whisper
|
18 |
+
- distillation
|
19 |
+
widget:
|
20 |
+
- example_title: Librispeech sample 1
|
21 |
+
src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
|
22 |
+
- example_title: Librispeech sample 2
|
23 |
+
src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
|
24 |
+
---
|