Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: id1
|
6 |
+
dtype: string
|
7 |
+
- name: path1
|
8 |
+
dtype: string
|
9 |
+
- name: audio1
|
10 |
+
dtype: audio
|
11 |
+
- name: id2
|
12 |
+
dtype: string
|
13 |
+
- name: path2
|
14 |
+
dtype: string
|
15 |
+
- name: audio2
|
16 |
+
dtype: audio
|
17 |
+
- name: same_speaker
|
18 |
+
dtype: int64
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 33049342752.0
|
22 |
+
num_examples: 62592
|
23 |
+
download_size: 4888482974
|
24 |
+
dataset_size: 33049342752.0
|
25 |
---
|