Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: identifier
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: duration
|
| 7 |
+
dtype: float64
|
| 8 |
+
- name: phones
|
| 9 |
+
sequence: string
|
| 10 |
+
- name: start
|
| 11 |
+
sequence: float64
|
| 12 |
+
- name: end
|
| 13 |
+
sequence: float64
|
| 14 |
+
splits:
|
| 15 |
+
- name: train.clean.100
|
| 16 |
+
num_bytes: 82467382
|
| 17 |
+
num_examples: 28538
|
| 18 |
+
- name: train.clean.360
|
| 19 |
+
num_bytes: 299289981
|
| 20 |
+
num_examples: 104008
|
| 21 |
+
- name: train.other.500
|
| 22 |
+
num_bytes: 399300922
|
| 23 |
+
num_examples: 148645
|
| 24 |
+
- name: dev.clean
|
| 25 |
+
num_bytes: 4622976
|
| 26 |
+
num_examples: 2703
|
| 27 |
+
- name: dev.other
|
| 28 |
+
num_bytes: 4307221
|
| 29 |
+
num_examples: 2864
|
| 30 |
+
- name: test.clean
|
| 31 |
+
num_bytes: 4529794
|
| 32 |
+
num_examples: 2620
|
| 33 |
+
- name: test.other
|
| 34 |
+
num_bytes: 4410296
|
| 35 |
+
num_examples: 2938
|
| 36 |
+
download_size: 141001340
|
| 37 |
+
dataset_size: 798928572
|
| 38 |
+
---
|
| 39 |
+
# Dataset Card for "librispeech_MFA_alignments"
|
| 40 |
+
|
| 41 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|