Spaces:
Running
Running
Jellyfish042
commited on
Commit
•
eac642a
1
Parent(s):
3dc582a
llama 3.1
Browse files
app.py
CHANGED
@@ -271,7 +271,7 @@ def create_scaling_plot(all_data, period):
|
|
271 |
hovertemplate="<b>%{hovertext}</b><br>Params(B): %{customdata[0]:.2f} B<br>Compression Rate (%): %{customdata[1]:.2f}<extra></extra>"
|
272 |
)
|
273 |
|
274 |
-
names_to_connect = ['Meta-Llama-3-8B',
|
275 |
'stablelm-3b-4e1t',
|
276 |
'Qwen2-1.5B',
|
277 |
'TinyLlama-1.1B-intermediate-step-1431k-3T',
|
|
|
271 |
hovertemplate="<b>%{hovertext}</b><br>Params(B): %{customdata[0]:.2f} B<br>Compression Rate (%): %{customdata[1]:.2f}<extra></extra>"
|
272 |
)
|
273 |
|
274 |
+
names_to_connect = ['Meta-Llama-3.1-8B',
|
275 |
'stablelm-3b-4e1t',
|
276 |
'Qwen2-1.5B',
|
277 |
'TinyLlama-1.1B-intermediate-step-1431k-3T',
|