-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51215f6
commit 8e068cd
Showing
1 changed file
with
6 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'; |