Skip to content

Commit

Permalink
fixed constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur-Galstyan committed Oct 29, 2023
1 parent 51215f6 commit 8e068cd
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions frontend/src/lib/constants.ts
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';

0 comments on commit 8e068cd

Please sign in to comment.