patrickvonplaten
commited on
Commit
•
eb17ab7
1
Parent(s):
f20d8d7
Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,28 @@ tags:
|
|
6 |
- speech
|
7 |
|
8 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
-
#
|
12 |
|
13 |
[Facebook's Data2Vec](https://ai.facebook.com/research/data2vec-a-general-framework-for-self-supervised-learning-in-speech-vision-and-language/)
|
14 |
|
|
|
6 |
- speech
|
7 |
|
8 |
license: apache-2.0
|
9 |
+
widget:
|
10 |
+
- example_title: Librispeech sample 1
|
11 |
+
src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
|
12 |
+
- example_title: Librispeech sample 2
|
13 |
+
src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
|
14 |
+
model-index:
|
15 |
+
- name: data2vec-audio-base-960h
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
name: Automatic Speech Recognition
|
19 |
+
type: automatic-speech-recognition
|
20 |
+
dataset:
|
21 |
+
name: Librispeech (clean)
|
22 |
+
type: librispeech_asr
|
23 |
+
args: en
|
24 |
+
metrics:
|
25 |
+
- name: Test WER
|
26 |
+
type: wer
|
27 |
+
value: 2.8
|
28 |
---
|
29 |
|
30 |
+
# Data2Vec-Audio-Base-960h
|
31 |
|
32 |
[Facebook's Data2Vec](https://ai.facebook.com/research/data2vec-a-general-framework-for-self-supervised-learning-in-speech-vision-and-language/)
|
33 |
|