This model is a fine-tuned version of
distilbert-base-uncased on the None dataset.
It achieves the following results on the evaluation set:
This model is a fine-tuned version of distilbert-base-uncased for text classification.
DistilBERT encoder with a linear classification head
Direct use: quick baseline for short English text classification (binary or multiclass, per your label map).
Out-of-scope: high-stakes decisions, long-context documents without chunking, non-English domains without re-training.
Limitations: Augmented data is very similar original data leading to biases and lack of diversity as originally expected.