abdev-leaderboard / about.py
loodvanniekerkginkgo's picture
Modified template and got MVP up
1bcb06b
raw
history blame
353 Bytes
import os
from huggingface_hub import HfApi
ASSAY_LIST = ["AC-SINS_pH7.4", "PSP_CHO", "HIC", "Tm2", "Titer"]
TOKEN = os.environ.get("HF_TOKEN")
CACHE_PATH=os.getenv("HF_HOME", ".")
API = HfApi(token=TOKEN)
organization="ginkgo-datapoints"
submissions_repo = f'{organization}/abdev-bench-submissions'
results_repo = f'{organization}/abdev-bench-results'