nguyenvulebinh
commited on
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: spk_id
|
5 |
+
dtype: string
|
6 |
+
- name: video_id
|
7 |
+
dtype: string
|
8 |
+
- name: part_id
|
9 |
+
dtype: string
|
10 |
+
- name: landmark
|
11 |
+
dtype: binary
|
12 |
+
splits:
|
13 |
+
- name: dev
|
14 |
+
num_bytes: 127179694727
|
15 |
+
num_examples: 1091726
|
16 |
+
- name: test
|
17 |
+
num_bytes: 4315640750
|
18 |
+
num_examples: 36237
|
19 |
+
download_size: 1839528155
|
20 |
+
dataset_size: 131495335477
|
21 |
+
---
|
22 |
+
# Dataset Card for "voxceleb2-features"
|
23 |
+
|
24 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|