Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
776c899
1 Parent(s): 36da449

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -18,6 +18,31 @@ task_categories:
18
  - image-classification
19
  task_ids:
20
  - multi-class-image-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
 
23
  # Dataset Card for Beans
@@ -174,4 +199,4 @@ Class Label Mappings:
174
 
175
  ### Contributions
176
 
177
- Thanks to [@nateraw](https://github.com/nateraw) for adding this dataset.
 
18
  - image-classification
19
  task_ids:
20
  - multi-class-image-classification
21
+ dataset_info:
22
+ features:
23
+ - name: image_file_path
24
+ dtype: string
25
+ - name: image
26
+ dtype: image
27
+ - name: labels
28
+ dtype:
29
+ class_label:
30
+ names:
31
+ 0: angular_leaf_spot
32
+ 1: bean_rust
33
+ 2: healthy
34
+ splits:
35
+ - name: test
36
+ num_bytes: 46584
37
+ num_examples: 128
38
+ - name: train
39
+ num_bytes: 382110
40
+ num_examples: 1034
41
+ - name: validation
42
+ num_bytes: 49711
43
+ num_examples: 133
44
+ download_size: 180024906
45
+ dataset_size: 478405
46
  ---
47
 
48
  # Dataset Card for Beans
 
199
 
200
  ### Contributions
201
 
202
+ Thanks to [@nateraw](https://github.com/nateraw) for adding this dataset.