Update README.md
Browse files
README.md
CHANGED
|
@@ -29,16 +29,17 @@ It achieves the following results on the evaluation set:
|
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
| 32 |
-
|
|
|
|
| 33 |
|
| 34 |
## Intended uses & limitations
|
| 35 |
|
| 36 |
-
|
|
|
|
|
|
|
| 37 |
|
| 38 |
## Training and evaluation data
|
| 39 |
|
| 40 |
-
More information needed
|
| 41 |
-
|
| 42 |
## Training procedure
|
| 43 |
|
| 44 |
### Training hyperparameters
|
|
|
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
| 32 |
+
This model is a fine-tuned version of distilbert-base-uncased for text classification.
|
| 33 |
+
DistilBERT encoder with a linear classification head
|
| 34 |
|
| 35 |
## Intended uses & limitations
|
| 36 |
|
| 37 |
+
Direct use: quick baseline for short English text classification (binary or multiclass, per your label map).
|
| 38 |
+
Out-of-scope: high-stakes decisions, long-context documents without chunking, non-English domains without re-training.
|
| 39 |
+
Limitations: Augmented data is very similar original data leading to biases and lack of diversity as originally expected.
|
| 40 |
|
| 41 |
## Training and evaluation data
|
| 42 |
|
|
|
|
|
|
|
| 43 |
## Training procedure
|
| 44 |
|
| 45 |
### Training hyperparameters
|