File size: 191 Bytes
bb94aa7
 
 
 
 
1783518
bb94aa7
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import os
from huggingface_hub import HfApi

HF_TOKEN = os.getenv('HF_TOKEN', None)

RESULTS_REPO_ID = 'agent-evals/results'
REPO_ID = 'agent-evals/leaderboard'

API = HfApi(token=HF_TOKEN)