fmagot01 commited on
Commit
40fa843
1 Parent(s): 4551a89

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_file_path
14
+ dtype: string
15
+ - name: image
16
+ dtype: image
17
+ - name: labels
18
+ dtype:
19
+ class_label:
20
+ names:
21
+ '0': angular_leaf_spot
22
+ '1': bean_rust
23
+ '2': healthy
24
+ splits:
25
+ - name: train
26
+ num_bytes: 143754816.662
27
+ num_examples: 1034
28
+ - name: validation
29
+ num_bytes: 18514596.0
30
+ num_examples: 133
31
+ - name: test
32
+ num_bytes: 17719412.0
33
+ num_examples: 128
34
+ download_size: 179978089
35
+ dataset_size: 179988824.662
36
+ ---
37
+ # Dataset Card for "beans_all_preprocessed"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)