alexedw commited on
Commit
ab8c6b3
·
verified ·
1 Parent(s): 6eabd72

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: mp4_file_path
12
+ dtype: string
13
+ - name: semantic_tokens
14
+ sequence: int64
15
+ - name: text
16
+ dtype: string
17
+ - name: points
18
+ sequence:
19
+ sequence:
20
+ sequence:
21
+ sequence: float64
22
+ splits:
23
+ - name: train
24
+ num_bytes: 2542962024.8054476
25
+ num_examples: 34425
26
+ - name: test
27
+ num_bytes: 133851770.19455253
28
+ num_examples: 1812
29
+ download_size: 81792513
30
+ dataset_size: 2676813795.0
31
+ ---
32
+ # Dataset Card for "vox2_combined"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)