Spaces:
Runtime error
Runtime error
refine this
Browse files- app.py +1 -0
- context_window.json +0 -1
app.py
CHANGED
@@ -908,6 +908,7 @@ with gr.Blocks() as app:
|
|
908 |
)
|
909 |
|
910 |
def submit_feedback(vote, models_state, conversation_state):
|
|
|
911 |
# Map vote to actual model names
|
912 |
match vote:
|
913 |
case "Model A":
|
|
|
908 |
)
|
909 |
|
910 |
def submit_feedback(vote, models_state, conversation_state):
|
911 |
+
global leaderboard_data
|
912 |
# Map vote to actual model names
|
913 |
match vote:
|
914 |
case "Model A":
|
context_window.json
CHANGED
@@ -15,7 +15,6 @@
|
|
15 |
"llama-3.1-70b": 128000,
|
16 |
"llama-3.3-70b": 128000,
|
17 |
"o1": 128000,
|
18 |
-
"o1-mini": 128000,
|
19 |
"Qwen2.5-32B-Instruct": 131072,
|
20 |
"qwen2.5-72b": 32768,
|
21 |
"Qwen2.5-72B-Instruct": 131072,
|
|
|
15 |
"llama-3.1-70b": 128000,
|
16 |
"llama-3.3-70b": 128000,
|
17 |
"o1": 128000,
|
|
|
18 |
"Qwen2.5-32B-Instruct": 131072,
|
19 |
"qwen2.5-72b": 32768,
|
20 |
"Qwen2.5-72B-Instruct": 131072,
|