amiguel commited on
Commit
c9b60f0
·
verified ·
1 Parent(s): 46bf7a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from peft import AutoPeftModelForCausalLM
8
 
9
 
10
  # Load the model and tokenizer
11
- model_name = "amiguel/names_scope_finetuned"
12
  model = AutoPeftModelForCausalLM.from_pretrained(model_name, load_in_4bit = load_in_4bit,)
13
  tokenizer = AutoTokenizer.from_pretrained(model_name)
14
 
 
8
 
9
 
10
  # Load the model and tokenizer
11
+ model_name = "amiguel/itemClassification_Alpaca_Mistral"
12
  model = AutoPeftModelForCausalLM.from_pretrained(model_name, load_in_4bit = load_in_4bit,)
13
  tokenizer = AutoTokenizer.from_pretrained(model_name)
14