prnvtripathi14 commited on
Commit
953f3ea
·
verified ·
1 Parent(s): 7c072eb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ logging.basicConfig(
10
  )
11
 
12
  # Select the model you want to use (LLaMA, GPT, or CodeT5)
13
- MODEL_NAME = "Qwen/Qwen2.5-Coder-7B-Instruct"
14
 
15
  # Load the model and tokenizer
16
  logging.info(f"Loading the model: {MODEL_NAME}...")
 
10
  )
11
 
12
  # Select the model you want to use (LLaMA, GPT, or CodeT5)
13
+ MODEL_NAME = "Qwen/Qwen2.5-Coder-3B-Instruct"
14
 
15
  # Load the model and tokenizer
16
  logging.info(f"Loading the model: {MODEL_NAME}...")