SaiCharithaAkula21 commited on
Commit
c9af971
·
verified ·
1 Parent(s): d4ab12e

Upload dataset info

Browse files
Files changed (1) hide show
  1. dataset_info.json +1 -19
dataset_info.json CHANGED
@@ -1,19 +1 @@
1
- {
2
- "citation": "",
3
- "description": "",
4
- "features": {
5
- "file_path": {
6
- "_type": "Image"
7
- },
8
- "label": {
9
- "names": [
10
- "cat",
11
- "dog",
12
- "bird"
13
- ],
14
- "_type": "ClassLabel"
15
- }
16
- },
17
- "homepage": "",
18
- "license": ""
19
- }
 
1
+ {"description": "Sample Image Dataset", "citation": "", "homepage": "", "license": "", "features": {"file_path": {"_type": "Image"}, "label": {"_type": "ClassLabel", "names": ["cat", "dog", "bird"]}}, "splits": {"train": {"name": "train", "num_bytes": 1854, "num_examples": 3}}, "download_size": 0, "dataset_size": 1854, "task_templates": [{"task": "image-classification", "output_mode": "classification", "input_schema": {"id": "image", "type": "Image"}, "label_schema": {"id": "label", "type": "ClassLabel", "num_classes": 3, "names": ["cat", "dog", "bird"]}}]}