jose-h-solorzano
commited on
Commit
•
7b13ed2
1
Parent(s):
abc235a
Upload README.md with huggingface_hub
Browse files
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: 12342870.9
|
16 |
+
num_examples: 90
|
17 |
+
- name: test
|
18 |
+
num_bytes: 1371430.1
|
19 |
+
num_examples: 10
|
20 |
+
download_size: 13715835
|
21 |
+
dataset_size: 13714301.0
|
22 |
+
---
|
23 |
+
# Dataset Card for "images-various-2"
|
24 |
+
|
25 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|