dungeon29 commited on
Commit
5326532
·
verified ·
1 Parent(s): bd971da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/phishing-deberta-lstm" # HF repo that holds the checkpoint
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