Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from peft import AutoPeftModelForCausalLM
|
|
8 |
|
9 |
|
10 |
# Load the model and tokenizer
|
11 |
-
model_name = "amiguel/
|
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 |
|