Subha95 commited on
Commit
29c649d
·
verified ·
1 Parent(s): 99905e4

Update chatbot_rag.py

Browse files
Files changed (1) hide show
  1. 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 = "meta-llama/Llama-3.2-1B-Instruct"
45
  tokenizer = AutoTokenizer.from_pretrained(model_id)
46
  model = AutoModelForCausalLM.from_pretrained(
47
  model_id,
 
41
  # 3. Load LLM (Phi-3 mini)
42
  print("🔹 Loading LLM...")
43
 
44
+ model_id = "meta-llama/Llama-3.2-3B-Instruct"
45
  tokenizer = AutoTokenizer.from_pretrained(model_id)
46
  model = AutoModelForCausalLM.from_pretrained(
47
  model_id,