File size: 375 Bytes
234bc89
 
 
 
 
 
 
 
 
 
bb5ef59
234bc89
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import os

from huggingface_hub import HfApi

# Info to change for your repository
# ----------------------------------
TOKEN = os.environ.get("TOKEN") # A read/write token for your org

# ----------------------------------

REPO_ID = f"yale-nlp/InstruSumEval"

# If you setup a cache later, just change HF_HOME
CACHE_PATH=os.getenv("HF_HOME", ".")

API = HfApi(token=TOKEN)