Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def cache_answer(question: str, answer: str):
|
|
54 |
|
55 |
|
56 |
# --- Model Setup ---
|
57 |
-
MODEL_NAME = 'mistralai/Mistral-7B-Instruct-v0.2'#'microsoft/DialoGPT-small'# 'EleutherAI/gpt-neo-2.7B'#'distilbert/distilgpt2'#'deepseek-ai/DeepSeek-R1-Distill-Qwen-7B'#'mistralai/Mistral-7B-Instruct-v0.2'
|
58 |
|
59 |
|
60 |
|
|
|
54 |
|
55 |
|
56 |
# --- Model Setup ---
|
57 |
+
MODEL_NAME = 'NousResearch/Nous-Hermes-2-Mistral-2.7B-DPO'#'mistralai/Mistral-7B-Instruct-v0.2'#'microsoft/DialoGPT-small'# 'EleutherAI/gpt-neo-2.7B'#'distilbert/distilgpt2'#'deepseek-ai/DeepSeek-R1-Distill-Qwen-7B'#'mistralai/Mistral-7B-Instruct-v0.2'
|
58 |
|
59 |
|
60 |
|