albertvillanova HF staff commited on
Commit
29265e6
1 Parent(s): b21d907

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -66
dataset_infos.json DELETED
@@ -1,66 +0,0 @@
1
- {
2
- "default": {
3
- "description": "Beans is a dataset of images of beans taken in the field using smartphone\ncameras. It consists of 3 classes: 2 disease classes and the healthy class.\nDiseases depicted include Angular Leaf Spot and Bean Rust. Data was annotated\nby experts from the National Crops Resources Research Institute (NaCRRI) in\nUganda and collected by the Makerere AI research lab.\n",
4
- "citation": "@ONLINE {beansdata,\n author=\"Makerere AI Lab\",\n title=\"Bean disease dataset\",\n month=\"January\",\n year=\"2020\",\n url=\"https://github.com/AI-Lab-Makerere/ibean/\"\n}\n",
5
- "homepage": "https://github.com/AI-Lab-Makerere/ibean/",
6
- "license": "",
7
- "features": {
8
- "image_file_path": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "image": {
13
- "_type": "Image"
14
- },
15
- "labels": {
16
- "names": [
17
- "angular_leaf_spot",
18
- "bean_rust",
19
- "healthy"
20
- ],
21
- "_type": "ClassLabel"
22
- }
23
- },
24
- "supervised_keys": {
25
- "input": "image",
26
- "output": "labels"
27
- },
28
- "task_templates": [
29
- {
30
- "task": "image-classification"
31
- }
32
- ],
33
- "builder_name": "beans",
34
- "dataset_name": "beans",
35
- "config_name": "default",
36
- "version": {
37
- "version_str": "0.0.0",
38
- "major": 0,
39
- "minor": 0,
40
- "patch": 0
41
- },
42
- "splits": {
43
- "train": {
44
- "name": "train",
45
- "num_bytes": 143762054.662,
46
- "num_examples": 1034,
47
- "dataset_name": null
48
- },
49
- "validation": {
50
- "name": "validation",
51
- "num_bytes": 18515527.0,
52
- "num_examples": 133,
53
- "dataset_name": null
54
- },
55
- "test": {
56
- "name": "test",
57
- "num_bytes": 17720308.0,
58
- "num_examples": 128,
59
- "dataset_name": null
60
- }
61
- },
62
- "download_size": 179978834,
63
- "dataset_size": 179997889.662,
64
- "size_in_bytes": 359976723.662
65
- }
66
- }