jose-h-solorzano commited on
Commit
ec66bf7
·
verified ·
1 Parent(s): a398c0d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: image
12
+ dtype: image
13
+ splits:
14
+ - name: train
15
+ num_bytes: 1318493943.6949382
16
+ num_examples: 103351
17
+ - name: test
18
+ num_bytes: 146496699.07860404
19
+ num_examples: 11484
20
+ download_size: 2046572740
21
+ dataset_size: 1464990642.7735422
22
+ ---
23
+ # Dataset Card for "images-various-1"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)