Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ max_seq_length = 2048
|
|
| 11 |
dtype = None # Auto detection of dtype
|
| 12 |
load_in_4bit = True # Use 4-bit quantization to reduce memory usage
|
| 13 |
|
| 14 |
-
peft_model_name = "limitedonly41/
|
| 15 |
|
| 16 |
# Initialize model and tokenizer variables
|
| 17 |
model = None
|
|
|
|
| 11 |
dtype = None # Auto detection of dtype
|
| 12 |
load_in_4bit = True # Use 4-bit quantization to reduce memory usage
|
| 13 |
|
| 14 |
+
peft_model_name = "limitedonly41/website_mistral7b_v02_1200_finetuned_7"
|
| 15 |
|
| 16 |
# Initialize model and tokenizer variables
|
| 17 |
model = None
|