Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,11 @@ data_full = [
|
|
63 |
['CultriX/Qwen2.5-14B-Ultima', 'https://huggingface.co/CultriX/Qwen2.5-14B-Ultima', 0.7413, 0.8335, 0.7487, 0.6156, 0.4500, 0.7601],
|
64 |
['sometimesanotion/Lamarck-14B-v0.7-rc4', 'https://huggingface.co/sometimesanotion/Lamarck-14B-v0.7-rc4', 0.7541, 0.8310, 0.7487, 0.6043, 0.4400, 0.7421],
|
65 |
]
|
66 |
-
|
|
|
|
|
|
|
|
|
67 |
df_full = pd.DataFrame(data_full, columns=columns)
|
68 |
|
69 |
def plot_average_scores():
|
|
|
63 |
['CultriX/Qwen2.5-14B-Ultima', 'https://huggingface.co/CultriX/Qwen2.5-14B-Ultima', 0.7413, 0.8335, 0.7487, 0.6156, 0.4500, 0.7601],
|
64 |
['sometimesanotion/Lamarck-14B-v0.7-rc4', 'https://huggingface.co/sometimesanotion/Lamarck-14B-v0.7-rc4', 0.7541, 0.8310, 0.7487, 0.6043, 0.4400, 0.7421],
|
65 |
]
|
66 |
+
columns = [
|
67 |
+
"Model Configuration", "Model Link", "tinyArc", "tinyHellaswag",
|
68 |
+
"tinyMMLU", "tinyTruthfulQA", "tinyTruthfulQA_mc1", "tinyWinogrande"
|
69 |
+
]
|
70 |
+
df_full = pd.DataFrame(data_full, columns=columns)
|
71 |
df_full = pd.DataFrame(data_full, columns=columns)
|
72 |
|
73 |
def plot_average_scores():
|