Initial upload of DistilBERT Clickbait Classifier
Browse files
README.md
CHANGED
|
@@ -35,13 +35,13 @@ The model was fine-tuned using the `bhargavasthet/clickbait_dataset`, which cont
|
|
| 35 |
|
| 36 |
## Performance Metrics
|
| 37 |
|
| 38 |
-
|
| 39 |
|
| 40 |
-
- **Accuracy:** `
|
| 41 |
-
- **F1 Score:** `
|
| 42 |
-
- **Precision:** `
|
| 43 |
-
- **Recall:** `
|
| 44 |
-
- **Evaluation Loss:** `
|
| 45 |
|
| 46 |
## Training Constraints & Hyperparameters
|
| 47 |
|
|
|
|
| 35 |
|
| 36 |
## Performance Metrics
|
| 37 |
|
| 38 |
+
The model achieved excellent performance on the `marksverdhei/clickbait_title_classification` validation set:
|
| 39 |
|
| 40 |
+
- **Accuracy:** `0.9864` (98.6%)
|
| 41 |
+
- **F1 Score:** `0.9862` (98.6%)
|
| 42 |
+
- **Precision:** `0.9867` (98.6%)
|
| 43 |
+
- **Recall:** `0.9857` (98.5%)
|
| 44 |
+
- **Evaluation Loss:** `0.0488`
|
| 45 |
|
| 46 |
## Training Constraints & Hyperparameters
|
| 47 |
|