Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from transformers import (
|
|
9 |
from peft import LoraConfig
|
10 |
|
11 |
# Define the model name and fine-tuned model output path
|
12 |
-
model_name = "
|
13 |
|
14 |
################################################################################
|
15 |
# LoRA Configuration Parameters
|
|
|
9 |
from peft import LoraConfig
|
10 |
|
11 |
# Define the model name and fine-tuned model output path
|
12 |
+
model_name = "blizet/Llama-Phishing-Finetune"
|
13 |
|
14 |
################################################################################
|
15 |
# LoRA Configuration Parameters
|