henryL7 commited on
Commit
bb5ef59
1 Parent(s): d97655c

update repo name

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