Samuel Thomas commited on
Commit
c1c55d4
·
1 Parent(s): b58439e

change model

Browse files
Files changed (1) hide show
  1. tools.py +2 -2
tools.py CHANGED
@@ -66,10 +66,10 @@ logger = logging.getLogger(__name__)
66
 
67
  # --- Model Configuration ---
68
  def create_llm_pipeline():
69
- #model_id = "meta-llama/Llama-2-13b-chat-hf"
70
  #model_id = "meta-llama/Llama-3.3-70B-Instruct"
71
  #model_id = "mistralai/Mistral-Small-24B-Base-2501"
72
- model_id = "mistralai/Mistral-7B-Instruct-v0.3"
73
  #model_id = "Qwen/Qwen2-7B-Instruct"
74
  return pipeline(
75
  "text-generation",
 
66
 
67
  # --- Model Configuration ---
68
  def create_llm_pipeline():
69
+ model_id = "meta-llama/Llama-2-13b-chat-hf"
70
  #model_id = "meta-llama/Llama-3.3-70B-Instruct"
71
  #model_id = "mistralai/Mistral-Small-24B-Base-2501"
72
+ #model_id = "mistralai/Mistral-7B-Instruct-v0.3"
73
  #model_id = "Qwen/Qwen2-7B-Instruct"
74
  return pipeline(
75
  "text-generation",