frncscp commited on
Commit
a462e19
1 Parent(s): ff4eacd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: image
14
+ dtype: image
15
+ - name: label
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': Patacon-False
20
+ '1': Patacon-True
21
+ - name: index
22
+ dtype: int64
23
+ splits:
24
+ - name: train
25
+ num_bytes: 798131556.0
26
+ num_examples: 874
27
+ - name: validation
28
+ num_bytes: 131098374.0
29
+ num_examples: 143
30
+ - name: test
31
+ num_bytes: 403631748.0
32
+ num_examples: 442
33
+ download_size: 929557514
34
+ dataset_size: 1332861678.0
35
+ ---
36
+ # Dataset Card for "patacon-730.rar"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)