limitedonly41 commited on
Commit
54c8451
·
verified ·
1 Parent(s): e34c82b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ 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_mistral7b_v02_1200_finetuned_7"
20
 
21
  # Initialize model and tokenizer variables
22
  model = 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
 
21
  # Initialize model and tokenizer variables
22
  model = None