Views
No views yet
| Property | Value |
|---|---|
| Base model | distilbert-base-uncased |
| Task | Binary text classification (Fake/Real) |
| Training samples | 2,749 (balanced subsample of 44K articles) |
| Epochs | 2 |
| Max sequence length | 256 |
| Dropout | 0.3 |
| Optimizer | AdamW (lr=3e-5, wd=0.01) |
| LR schedule | Cosine annealing |
| Metric | Value |
|---|---|
| Test Accuracy | 0.9933 |
| Test Macro F1 | 0.9933 |
| Test ROC AUC | 0.9988 |
| Cohen's Kappa | 0.9867 |
(Reuters) dateline prefix from real articles before training to prevent data leakage.DistilBERT Encoder (6 layers, 768-d) → [CLS] token
→ Dropout(0.3) → Linear(768→256) → LayerNorm → GELU
→ Dropout(0.3) → Linear(256→2) → Logits