Daetheys commited on
Commit
fa23888
·
1 Parent(s): d1436cb

Changed example model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -331,7 +331,7 @@ with gr.Blocks(title="PhyloLM", theme=gr.themes.Default()) as demo:
331
 
332
  gr.Markdown(
333
  "**To add a new model:**\n"
334
- "1. Enter the name of a model hosted on Hugging Face (e.g., `'mistralai/Mistral-7B-Instruct-v0.3'`).\n"
335
  "2. Click on the **Run PhyloLM** button.\n"
336
  "- If the model has already been processed, you'll be notified and no new run will start.\n"
337
  "- If it hasn't been processed, it will be downloaded and be evaluated.\n\n"
 
331
 
332
  gr.Markdown(
333
  "**To add a new model:**\n"
334
+ "1. Enter the name of a model hosted on Hugging Face (e.g., `'Qwen/Qwen2.5-7B-Instruct'`).\n"
335
  "2. Click on the **Run PhyloLM** button.\n"
336
  "- If the model has already been processed, you'll be notified and no new run will start.\n"
337
  "- If it hasn't been processed, it will be downloaded and be evaluated.\n\n"