tfrere's picture
update
6d3b050
raw
history blame
254 Bytes
// URL du dataset Hugging Face
const HF_DATASET_URL =
"https://huggingface.co/datasets/leaderboard-explorer/leaderboard_explorer/raw/main/final_leaderboards.json";
export const API_URLS = {
leaderboards: HF_DATASET_URL,
};
export default API_URLS;