Spaces:
Running
Running
Joschka Strueber
commited on
Commit
·
b8a1ed4
1
Parent(s):
42ed9bf
[Fix] change default models
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ links_markdown = """
|
|
12 |
[🤗 Data](https://huggingface.co/datasets/bethgelab/lm-similarity)
|
13 |
"""
|
14 |
|
15 |
-
model_init = ["HuggingFaceTB/SmolLM2-1.7B-Instruct", "meta-llama/Llama-3.1-8B-Instruct", "microsoft/phi-4", "
|
16 |
dataset_init = "mmlu_pro"
|
17 |
metric_init = "CAPA"
|
18 |
|
|
|
12 |
[🤗 Data](https://huggingface.co/datasets/bethgelab/lm-similarity)
|
13 |
"""
|
14 |
|
15 |
+
model_init = ["HuggingFaceTB/SmolLM2-1.7B-Instruct", "meta-llama/Llama-3.1-8B-Instruct", "microsoft/phi-4", "Qwen/Qwen2.5-14B-Instruct-1M", "meta-llama/Llama-3.3-70B-Instruct"]
|
16 |
dataset_init = "mmlu_pro"
|
17 |
metric_init = "CAPA"
|
18 |
|