LeMat-GenBench / about.py
cgeorgiaw's picture
cgeorgiaw HF Staff
first front end push
1070692
raw
history blame
329 Bytes
import os
from huggingface_hub import HfApi
PROBLEM_TYPES = ["unconditional", "conditional"]
TOKEN = os.environ.get("HF_TOKEN")
CACHE_PATH=os.getenv("HF_HOME", ".")
API = HfApi(token=TOKEN)
organization="cgeorgiaw"
submissions_repo = f'{organization}/lemat-bench-submissions'
results_repo = f'{organization}/lemat-bench-results'