Joschka Strueber commited on
Commit
cb7e104
·
1 Parent(s): 1f20712

[Fix] type in default model name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ links_markdown = """
93
  [🤗 Data](https://huggingface.co/datasets/bethgelab/lm-similarity)
94
  """
95
 
96
- model_init = ["HuggingFaceTB/SmolLM2-1.7B-Instruct", "meta-llama/Llama-3.1-8B-Instruct", "microsoft/phi4", "google/gemma-2-27b-it", "Qwen/Qwen2.5-32B-Instruct", "meta-llama/Llama-3.1-8B-Instruct"]
97
 
98
  # Create Gradio interface
99
  with gr.Blocks(title="LLM Similarity Analyzer") as demo:
 
93
  [🤗 Data](https://huggingface.co/datasets/bethgelab/lm-similarity)
94
  """
95
 
96
+ model_init = ["HuggingFaceTB/SmolLM2-1.7B-Instruct", "meta-llama/Llama-3.1-8B-Instruct", "microsoft/phi-4", "google/gemma-2-27b-it", "Qwen/Qwen2.5-32B-Instruct", "meta-llama/Llama-3.1-8B-Instruct"]
97
 
98
  # Create Gradio interface
99
  with gr.Blocks(title="LLM Similarity Analyzer") as demo: