Update bean_test.py
Browse files- bean_test.py +3 -3
bean_test.py
CHANGED
@@ -41,9 +41,9 @@ Uganda and collected by the Makerere AI research lab.
|
|
41 |
"""
|
42 |
|
43 |
_URLS = {
|
44 |
-
"train": "https://huggingface.co/datasets/masud99r/bean_test/
|
45 |
-
"validation": "https://huggingface.co/datasets/masud99r/bean_test/
|
46 |
-
"test": "https://huggingface.co/datasets/masud99r/bean_test/
|
47 |
}
|
48 |
|
49 |
_NAMES = ["angular_leaf_spot", "bean_rust", "healthy"]
|
|
|
41 |
"""
|
42 |
|
43 |
_URLS = {
|
44 |
+
"train": "https://huggingface.co/datasets/masud99r/bean_test/release/main/data/train.zip",
|
45 |
+
"validation": "https://huggingface.co/datasets/masud99r/bean_test/release/main/data/validation.zip",
|
46 |
+
"test": "https://huggingface.co/datasets/masud99r/bean_test/release/main/data/test.zip",
|
47 |
}
|
48 |
|
49 |
_NAMES = ["angular_leaf_spot", "bean_rust", "healthy"]
|