Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ from rag_engine import RAGEngine
|
|
| 39 |
from llm_client import LLMClient
|
| 40 |
|
| 41 |
# --------- Config ----------
|
| 42 |
-
REPO_ID = "dungeon29/
|
| 43 |
CKPT_NAME = "pytorch_model.bin" # the .pt file name
|
| 44 |
MODEL_NAME = "microsoft/deberta-base" # base tokenizer/backbone
|
| 45 |
LABELS = ["benign", "phishing"] # adjust to your classes
|
|
|
|
| 39 |
from llm_client import LLMClient
|
| 40 |
|
| 41 |
# --------- Config ----------
|
| 42 |
+
REPO_ID = "dungeon29/deberta-lstm-detect-phishing"
|
| 43 |
CKPT_NAME = "pytorch_model.bin" # the .pt file name
|
| 44 |
MODEL_NAME = "microsoft/deberta-base" # base tokenizer/backbone
|
| 45 |
LABELS = ["benign", "phishing"] # adjust to your classes
|