Spaces:
Sleeping
Sleeping
update
Browse files
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-
|
| 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}...")
|