tatianija commited on
Commit
b518a20
·
verified ·
1 Parent(s): 122525d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -974,7 +974,7 @@ def start_answer_generation(model_choice: str):
974
  "Llama 3.3 70B": "meta-llama/Llama-3.3-70B-Instruct",
975
  "Mistral 7B": "mistralai/Mistral-7B-Instruct-v0.3",
976
  "Qwen 2.5": "Qwen/Qwen‑2.5‑Omni‑7B",
977
- "Qwen 2.5 instruct": "Qwen/Qwen/Qwen2.5-14B-Instruct-1M",
978
  "Qwen 3": "Qwen/Qwen3-32B"
979
 
980
  }
 
974
  "Llama 3.3 70B": "meta-llama/Llama-3.3-70B-Instruct",
975
  "Mistral 7B": "mistralai/Mistral-7B-Instruct-v0.3",
976
  "Qwen 2.5": "Qwen/Qwen‑2.5‑Omni‑7B",
977
+ "Qwen 2.5 instruct": "Qwen/Qwen2.5-14B-Instruct-1M",
978
  "Qwen 3": "Qwen/Qwen3-32B"
979
 
980
  }