anthony-wss
commited on
Commit
•
7e6a211
1
Parent(s):
8c9854c
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train.clean.360
|
6 |
+
path: data/train.clean.360-*
|
7 |
+
- split: train.other.500
|
8 |
+
path: data/train.other.500-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: text
|
12 |
+
dtype: string
|
13 |
+
- name: id
|
14 |
+
dtype: string
|
15 |
+
- name: unit
|
16 |
+
sequence:
|
17 |
+
sequence: int64
|
18 |
+
splits:
|
19 |
+
- name: train.clean.360
|
20 |
+
num_bytes: 1070603220
|
21 |
+
num_examples: 104014
|
22 |
+
- name: train.other.500
|
23 |
+
num_bytes: 1462474737
|
24 |
+
num_examples: 148688
|
25 |
+
download_size: 406727746
|
26 |
+
dataset_size: 2533077957
|
27 |
+
---
|
28 |
+
# Dataset Card for "librispeech_asr-audiodec_encodec_24k"
|
29 |
+
|
30 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|