Subha95 commited on
Commit
b6660a5
·
verified ·
1 Parent(s): 0ee7c79

Update chatbot_rag.py

Browse files
Files changed (1) hide show
  1. chatbot_rag.py +1 -1
chatbot_rag.py CHANGED
@@ -40,7 +40,7 @@ def build_qa():
40
  # 3. Load LLM (Phi-3 mini)
41
  print("🔹 Loading LLM...")
42
 
43
- model_id = "meta-llama/Llama-3.2-3B-Instruct"
44
  tokenizer = AutoTokenizer.from_pretrained(model_id)
45
  model = AutoModelForCausalLM.from_pretrained(
46
  model_id,
 
40
  # 3. Load LLM (Phi-3 mini)
41
  print("🔹 Loading LLM...")
42
 
43
+ model_id = "meta-llama/Llama-3.2-1B"
44
  tokenizer = AutoTokenizer.from_pretrained(model_id)
45
  model = AutoModelForCausalLM.from_pretrained(
46
  model_id,