limitedonly41
commited on
Commit
•
7a45750
1
Parent(s):
dd5374d
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ max_seq_length = 2048
|
|
16 |
dtype = None # Auto detection of dtype
|
17 |
load_in_4bit = True # Use 4-bit quantization to reduce memory usage
|
18 |
|
19 |
-
peft_model_name = "limitedonly41/website_qwen2_7b_2"
|
20 |
-
|
21 |
# Initialize model and tokenizer variables
|
22 |
model = None
|
23 |
tokenizer = None
|
|
|
16 |
dtype = None # Auto detection of dtype
|
17 |
load_in_4bit = True # Use 4-bit quantization to reduce memory usage
|
18 |
|
19 |
+
# peft_model_name = "limitedonly41/website_qwen2_7b_2"
|
20 |
+
peft_model_name = "limitedonly41/website_mistral7b_v02"
|
21 |
# Initialize model and tokenizer variables
|
22 |
model = None
|
23 |
tokenizer = None
|