Update README.md
Browse files
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 |
|