Update src/utils.py
Browse files- src/utils.py +2 -0
src/utils.py
CHANGED
|
@@ -12,6 +12,8 @@ UNVERIFIED_MODELS = [
|
|
| 12 |
"google/gemini-1.5-pro-0514",
|
| 13 |
"google/flame-24b-july-2024",
|
| 14 |
"Cohere March 2024",
|
|
|
|
|
|
|
| 15 |
]
|
| 16 |
|
| 17 |
# From Open LLM Leaderboard
|
|
|
|
| 12 |
"google/gemini-1.5-pro-0514",
|
| 13 |
"google/flame-24b-july-2024",
|
| 14 |
"Cohere March 2024",
|
| 15 |
+
"facebook/Self-taught-Llama-3-70B",
|
| 16 |
+
"google/flame-1.0-24B-july-2024",
|
| 17 |
]
|
| 18 |
|
| 19 |
# From Open LLM Leaderboard
|