patrickvonplaten
commited on
Commit
•
932b838
1
Parent(s):
3531dc3
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Disclaimer
|
2 |
This is a tiny subset of the SUPERB dataset, which is intended only for demo purposes!
|
3 |
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
datasets:
|
4 |
+
- librispeech_asr
|
5 |
+
tags:
|
6 |
+
- audio
|
7 |
+
- automatic-speech-recognition
|
8 |
+
license: apache-2.0
|
9 |
+
widget:
|
10 |
+
- label: IEMOCAP sample 1
|
11 |
+
src: https://cdn-media.huggingface.co/speech_samples/IEMOCAP_Ses01F_impro03_F013.wav
|
12 |
+
- label: IEMOCAP sample 2
|
13 |
+
src: https://cdn-media.huggingface.co/speech_samples/IEMOCAP_Ses01F_impro04_F000.wav
|
14 |
+
- label: LibriSpeech sample 1
|
15 |
+
src: https://cdn-media.huggingface.co/speech_samples/LibriSpeech_61-70968-0000.flac
|
16 |
+
- label: LibriSpeech sample 2
|
17 |
+
src: https://cdn-media.huggingface.co/speech_samples/LibriSpeech_61-70968-0001.flac
|
18 |
+
- label: VoxCeleb sample 1
|
19 |
+
src: https://cdn-media.huggingface.co/speech_samples/VoxCeleb1_00003.wav
|
20 |
+
- label: VoxCeleb sample 2
|
21 |
+
src: https://cdn-media.huggingface.co/speech_samples/VoxCeleb2_00003.wav
|
22 |
+
---
|
23 |
+
|
24 |
# Disclaimer
|
25 |
This is a tiny subset of the SUPERB dataset, which is intended only for demo purposes!
|
26 |
|