Spaces:
Runtime error
Runtime error
update repo name
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
@@ -8,7 +8,7 @@ TOKEN = os.environ.get("TOKEN") # A read/write token for your org
|
|
8 |
|
9 |
# ----------------------------------
|
10 |
|
11 |
-
REPO_ID = f"yale-nlp/
|
12 |
|
13 |
# If you setup a cache later, just change HF_HOME
|
14 |
CACHE_PATH=os.getenv("HF_HOME", ".")
|
|
|
8 |
|
9 |
# ----------------------------------
|
10 |
|
11 |
+
REPO_ID = f"yale-nlp/InstruSumEval"
|
12 |
|
13 |
# If you setup a cache later, just change HF_HOME
|
14 |
CACHE_PATH=os.getenv("HF_HOME", ".")
|