Spaces:
Running
Running
Commit
·
486ddb5
1
Parent(s):
64a69fc
fix
Browse files
app.py
CHANGED
@@ -330,6 +330,7 @@ def create_scaling_plot(all_data, period):
|
|
330 |
"TinyLlama-1.1B-intermediate-step-1431k-3T",
|
331 |
"Mistral-Nemo-Base-2407",
|
332 |
],
|
|
|
333 |
}
|
334 |
|
335 |
names_to_connect = names_to_connect_dict.get(period, names_to_connect_dict["2024-08"])
|
|
|
330 |
"TinyLlama-1.1B-intermediate-step-1431k-3T",
|
331 |
"Mistral-Nemo-Base-2407",
|
332 |
],
|
333 |
+
"2025-01": ["Qwen2.5-1.5B"],
|
334 |
}
|
335 |
|
336 |
names_to_connect = names_to_connect_dict.get(period, names_to_connect_dict["2024-08"])
|