ManuD commited on
Commit
d53f3f4
1 Parent(s): 4f694db

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: file
5
+ dtype: string
6
+ - name: video_id
7
+ dtype: string
8
+ - name: time
9
+ dtype: string
10
+ - name: image
11
+ dtype: image
12
+ - name: label
13
+ dtype: int32
14
+ - name: label_str
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 2733540565.6
19
+ num_examples: 34996
20
+ - name: test
21
+ num_bytes: 683385141.4
22
+ num_examples: 8749
23
+ download_size: 3413132166
24
+ dataset_size: 3416925707.0
25
+ ---
26
+ # Dataset Card for "dfl_classification"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)