Spaces:
Runtime error
Runtime error
Clémentine
commited on
Commit
•
202d26e
1
Parent(s):
109bcd2
added tigerbot models to do not submit per authors request
Browse files
src/leaderboard/filter_models.py
CHANGED
@@ -14,12 +14,15 @@ FLAGGED_MODELS = {
|
|
14 |
"AIDC-ai-business/Marcoroni-13B": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/287",
|
15 |
"AIDC-ai-business/Marcoroni-7B": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/287",
|
16 |
"TigerResearch/tigerbot-70b-chat-v4-4k": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/438",
|
17 |
-
"TigerResearch/tigerbot-70b-chat-v2": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/438"
|
18 |
}
|
19 |
|
20 |
# Models which have been requested by orgs to not be submitted on the leaderboard
|
21 |
DO_NOT_SUBMIT_MODELS = [
|
22 |
"Voicelab/trurl-2-13b", # trained on MMLU
|
|
|
|
|
|
|
23 |
]
|
24 |
|
25 |
|
|
|
14 |
"AIDC-ai-business/Marcoroni-13B": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/287",
|
15 |
"AIDC-ai-business/Marcoroni-7B": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/287",
|
16 |
"TigerResearch/tigerbot-70b-chat-v4-4k": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/438",
|
17 |
+
"TigerResearch/tigerbot-70b-chat-v2": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/438",
|
18 |
}
|
19 |
|
20 |
# Models which have been requested by orgs to not be submitted on the leaderboard
|
21 |
DO_NOT_SUBMIT_MODELS = [
|
22 |
"Voicelab/trurl-2-13b", # trained on MMLU
|
23 |
+
"TigerResearch/tigerbot-70b-chat", # per authors request
|
24 |
+
"TigerResearch/tigerbot-70b-chat-v2", # per authors request
|
25 |
+
"TigerResearch/tigerbot-70b-chat-v4-4k", # per authors request
|
26 |
]
|
27 |
|
28 |
|