Model save
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
-
base_model: answerdotai/
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
|
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# modernbert-large-email-importance-classifier
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [answerdotai/
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 1.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
-
- F1 Macro: 0.
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
|
| 56 |
-
| 1.
|
| 57 |
-
| 1.
|
| 58 |
-
|
|
| 59 |
-
|
|
| 60 |
-
| 0.
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
+
base_model: answerdotai/ModernBERT-base
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
|
|
|
| 16 |
|
| 17 |
# modernbert-large-email-importance-classifier
|
| 18 |
|
| 19 |
+
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 1.9648
|
| 22 |
+
- Accuracy: 0.368
|
| 23 |
+
- F1 Macro: 0.3267
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
|
| 56 |
+
| 1.5192 | 1.0 | 155 | 1.7710 | 0.252 | 0.1952 |
|
| 57 |
+
| 1.3485 | 2.0 | 310 | 1.9118 | 0.3 | 0.2403 |
|
| 58 |
+
| 1.1313 | 3.0 | 465 | 1.9024 | 0.296 | 0.2535 |
|
| 59 |
+
| 1.0355 | 4.0 | 620 | 2.0135 | 0.332 | 0.2880 |
|
| 60 |
+
| 0.9768 | 5.0 | 775 | 1.9648 | 0.368 | 0.3267 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|