limitedonly41 commited on
Commit
7df36de
·
verified ·
1 Parent(s): 13aaad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/website_mistral7b_v02_1200_finetuned_5_big"
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_6"
15
 
16
  # Initialize model and tokenizer variables
17
  model = None