File size: 375 Bytes
46cc63a | 1 2 3 4 5 6 7 8 9 | # Baseline models
| Entry in `manifest.json` | UI name | On disk |
|--------------------------|---------|---------|
| `lr_tfidf` | LR + TF-IDF (Baseline) | `lr_tfidf.joblib` |
| `frozen_toxic_bert` | Frozen Toxic-BERT (Baseline) | Hugging Face `unitary/toxic-bert` at runtime |
Reports for frozen BERT: `reports/golden_baseline/`. Production model: `../production_final/`.
|