Datasets:

Languages:
English
ArXiv:
Rricha commited on
Commit
0de32ae
1 Parent(s): 4c4cd3b

Update climate-evaluation.py

Browse files
Files changed (1) hide show
  1. 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