santh-cpu commited on
Commit
7e84642
·
verified ·
1 Parent(s): ca8969e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -26,6 +26,9 @@ Trained on a polyglot dataset (Python, Java, C++) to prevent single-language ove
26
  - **Unseen SemEval-2026 Audit (F1):** 0.9921
27
  - **Overall Accuracy:** 99.20%
28
 
 
 
 
29
  ### How to use
30
  To use this model in your own application, download the weights directly from this hub and load them into the custom `TemporalFusionClassifier` architecture.
31
 
 
26
  - **Unseen SemEval-2026 Audit (F1):** 0.9921
27
  - **Overall Accuracy:** 99.20%
28
 
29
+ ### Requires:
30
+ transformers==4.35.2
31
+
32
  ### How to use
33
  To use this model in your own application, download the weights directly from this hub and load them into the custom `TemporalFusionClassifier` architecture.
34