Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: segment_filename
|
5 |
+
dtype: string
|
6 |
+
- name: text
|
7 |
+
dtype: string
|
8 |
+
- name: audio
|
9 |
+
struct:
|
10 |
+
- name: audio
|
11 |
+
struct:
|
12 |
+
- name: array
|
13 |
+
sequence: float32
|
14 |
+
- name: path
|
15 |
+
dtype: string
|
16 |
+
- name: sampling_rate
|
17 |
+
dtype: int64
|
18 |
+
- name: __index_level_0__
|
19 |
+
dtype: int64
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 1927596200
|
23 |
+
num_examples: 2845
|
24 |
+
download_size: 1929570847
|
25 |
+
dataset_size: 1927596200
|
26 |
+
---
|
27 |
+
# Dataset Card for "latest_coraal_test"
|
28 |
+
|
29 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|