Che237 commited on
Commit
1a7766e
·
verified ·
1 Parent(s): df8ae40

Phase 3: Add transformer models (URL BERT + DGA + SecurityLLM via Inference API)

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt CHANGED
@@ -7,6 +7,11 @@ pandas>=2.2.0
7
  numpy>=2.0.0
8
  joblib>=1.4.0
9
 
 
 
 
 
 
10
  # Gradio UI
11
  gradio>=5.20.0
12
 
 
7
  numpy>=2.0.0
8
  joblib>=1.4.0
9
 
10
+ # Transformers (for phase-3 BERT URL classifier + DGA detector)
11
+ torch>=2.2.0
12
+ transformers>=4.40.0
13
+ tokenizers>=0.19.0
14
+
15
  # Gradio UI
16
  gradio>=5.20.0
17