Update bean_test.py
Browse files- bean_test.py +8 -8
bean_test.py
CHANGED
@@ -40,16 +40,16 @@ by experts from the National Crops Resources Research Institute (NaCRRI) in
|
|
40 |
Uganda and collected by the Makerere AI research lab.
|
41 |
"""
|
42 |
|
43 |
-
_URLS = {
|
44 |
-
"train": "https://huggingface.co/datasets/masud99r/bean_test/tree/main/data/train.zip",
|
45 |
-
"validation": "https://huggingface.co/datasets/masud99r/bean_test/tree/main/data/validation.zip",
|
46 |
-
"test": "https://huggingface.co/datasets/masud99r/bean_test/tree/main/data/test.zip",
|
47 |
-
}
|
48 |
# _URLS = {
|
49 |
-
# "train": "https://huggingface.co/datasets/
|
50 |
-
# "validation": "https://huggingface.co/datasets/
|
51 |
-
# "test": "https://huggingface.co/datasets/
|
52 |
# }
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
_NAMES = ["angular_leaf_spot", "bean_rust", "healthy"]
|
|
|
40 |
Uganda and collected by the Makerere AI research lab.
|
41 |
"""
|
42 |
|
|
|
|
|
|
|
|
|
|
|
43 |
# _URLS = {
|
44 |
+
# "train": "https://huggingface.co/datasets/masud99r/bean_test/tree/main/data/train.zip",
|
45 |
+
# "validation": "https://huggingface.co/datasets/masud99r/bean_test/tree/main/data/validation.zip",
|
46 |
+
# "test": "https://huggingface.co/datasets/masud99r/bean_test/tree/main/data/test.zip",
|
47 |
# }
|
48 |
+
_URLS = {
|
49 |
+
"train": "https://huggingface.co/datasets/beans/resolve/main/data/train.zip",
|
50 |
+
"validation": "https://huggingface.co/datasets/beans/resolve/main/data/validation.zip",
|
51 |
+
"test": "https://huggingface.co/datasets/beans/resolve/main/data/test.zip",
|
52 |
+
}
|
53 |
|
54 |
|
55 |
_NAMES = ["angular_leaf_spot", "bean_rust", "healthy"]
|