Ivan000 commited on
Commit
5b2b87c
·
verified ·
1 Parent(s): 5f33c5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
10
 
11
  # Constants
12
  # =========
13
- MODEL_NAME = "Qwen/Qwen2.5-Coder-0.5B-Instruct"
14
- SYSTEM_MESSAGE = "You are Qwen, created by Alibaba Cloud. You are a helpful assistant."
15
 
16
  # Load Model and Tokenizer
17
  # ========================
 
10
 
11
  # Constants
12
  # =========
13
+ MODEL_NAME = "prithivMLmods/Llama-Magpie-3.2-3B-Instruct"
14
+ SYSTEM_MESSAGE = "you are an AI assistant, and your name is Llama-Magpie-3.2-3B-Instruct"
15
 
16
  # Load Model and Tokenizer
17
  # ========================