Update climate-evaluation.py
Browse files- climate-evaluation.py +3 -1
climate-evaluation.py
CHANGED
@@ -29,7 +29,9 @@ _HOMEPAGE = "https://arxiv.org/abs/2401.09646"
|
|
29 |
|
30 |
_LICENSE = ""
|
31 |
|
32 |
-
_BASE_HF_URL = Path("./")
|
|
|
|
|
33 |
|
34 |
print(f"_BASE_HF_URL: {_BASE_HF_URL}")
|
35 |
|
|
|
29 |
|
30 |
_LICENSE = ""
|
31 |
|
32 |
+
_BASE_HF_URL = "https://huggingface.co/datasets/eci-io/climate-evaluation/resolve/main/data" #Path("./")
|
33 |
+
|
34 |
+
# _BASE_HF_URL = Path("./")
|
35 |
|
36 |
print(f"_BASE_HF_URL: {_BASE_HF_URL}")
|
37 |
|