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