Spaces:
Sleeping
Sleeping
Update chatbot_rag.py
Browse files- chatbot_rag.py +1 -1
chatbot_rag.py
CHANGED
|
@@ -41,7 +41,7 @@ def build_qa():
|
|
| 41 |
# 3. Load LLM (Phi-3 mini)
|
| 42 |
print("🔹 Loading LLM...")
|
| 43 |
|
| 44 |
-
model_id = "microsoft/
|
| 45 |
|
| 46 |
# Load tokenizer
|
| 47 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
|
|
|
| 41 |
# 3. Load LLM (Phi-3 mini)
|
| 42 |
print("🔹 Loading LLM...")
|
| 43 |
|
| 44 |
+
model_id = "microsoft/Phi-3-mini-4k-instruct"
|
| 45 |
|
| 46 |
# Load tokenizer
|
| 47 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|