Manojajj commited on
Commit
5206581
·
verified ·
1 Parent(s): 470974f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def authenticate_hf(token):
15
  return f"Error: {e}"
16
 
17
  # Initialize the model and tokenizer
18
- model_name = "Qwen/Qwen2.5-Coder-32B-Instruct" # Replace with the actual model name
19
  tokenizer = AutoTokenizer.from_pretrained(model_name)
20
  model = AutoModelForCausalLM.from_pretrained(model_name)
21
 
 
15
  return f"Error: {e}"
16
 
17
  # Initialize the model and tokenizer
18
+ model_name = "Qwen/Qwen2.5-1.5B-Instruct" # Replace with the actual model name
19
  tokenizer = AutoTokenizer.from_pretrained(model_name)
20
  model = AutoModelForCausalLM.from_pretrained(model_name)
21