alexedw commited on
Commit
5f2da9c
·
verified ·
1 Parent(s): 2d349d9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: mp4_file_path
5
+ dtype: string
6
+ - name: audio_file_path
7
+ dtype: string
8
+ - name: points
9
+ sequence:
10
+ sequence:
11
+ sequence:
12
+ sequence: float32
13
+ splits:
14
+ - name: train
15
+ num_bytes: 41555080
16
+ num_examples: 1000
17
+ download_size: 1665351
18
+ dataset_size: 41555080
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
+ ---
25
+ # Dataset Card for "vox2_points"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)