From 8e068cda8e824e6c345b37d86483b63677f079be Mon Sep 17 00:00:00 2001 From: "Artur A. Galstyan" Date: Sun, 29 Oct 2023 22:45:49 +0100 Subject: [PATCH] fixed constants --- frontend/src/lib/constants.ts | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/frontend/src/lib/constants.ts b/frontend/src/lib/constants.ts index ee81fc61..f049b62f 100644 --- a/frontend/src/lib/constants.ts +++ b/frontend/src/lib/constants.ts @@ -1,20 +1,11 @@ export const PUBLIC_REPO_URL = 'KGQA/leaderboard'; export const NUMERIC_FIELDS = [ - 'Accuracy', - 'Exact Match', - 'F-Score', - 'Precision@1', - 'Precision@5', - 'Hits@1', - 'Hits@5', - 'MRR', - 'EM', - 'Lang_En', - 'Lang_He', - 'Lang_Kn', - 'Lang_Zh' + 'Accuracy', 'Exact Match', 'F-Score', 'Precision@1', 'Precision@5', 'Hits@1', + 'Hits@5', 'MRR', 'EM', 'Lang_En', 'Lang_He', 'Lang_Kn', 'Lang_Zh' ]; -// export const GITHUB_BOT_URL = 'https://kgqa-leaderboard-bot.nliwod.org/make_pull_request'; -export const GITHUB_BOT_URL = 'https://api.leaderboard.agsolutions.dev/make_pull_request'; +export const GITHUB_BOT_URL = + 'https://kgqa-leaderboard-bot.nliwod.org/make_pull_request'; +// export const GITHUB_BOT_URL = +// 'https://api.leaderboard.agsolutions.dev/make_pull_request';