Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: file
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: audio
|
| 7 |
+
dtype:
|
| 8 |
+
audio:
|
| 9 |
+
sampling_rate: 24000
|
| 10 |
+
- name: text
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: speaker_id
|
| 13 |
+
dtype: int64
|
| 14 |
+
- name: chapter_id
|
| 15 |
+
dtype: int64
|
| 16 |
+
- name: id
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: audio_codes
|
| 19 |
+
sequence:
|
| 20 |
+
sequence: int64
|
| 21 |
+
splits:
|
| 22 |
+
- name: test.clean
|
| 23 |
+
num_bytes: 958024726.0
|
| 24 |
+
num_examples: 2620
|
| 25 |
+
download_size: 918826540
|
| 26 |
+
dataset_size: 958024726.0
|
| 27 |
+
configs:
|
| 28 |
+
- config_name: default
|
| 29 |
+
data_files:
|
| 30 |
+
- split: test.clean
|
| 31 |
+
path: data/test.clean-*
|
| 32 |
+
---
|
| 33 |
+
# Dataset Card for "encodec_24khz-librispeech_asr-test.clean-features"
|
| 34 |
+
|
| 35 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|