maradsky commited on
Commit
e6345e6
·
verified ·
1 Parent(s): c4b17e8

Model save

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: transformers
3
  license: apache-2.0
4
- base_model: answerdotai/modernbert-large
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/modernbert-large](https://huggingface.co/answerdotai/modernbert-large) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.8113
22
- - Accuracy: 0.548
23
- - F1 Macro: 0.4816
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.4938 | 1.0 | 155 | 1.6757 | 0.312 | 0.2527 |
57
- | 1.1853 | 2.0 | 310 | 1.9619 | 0.36 | 0.3063 |
58
- | 0.9795 | 3.0 | 465 | 1.9798 | 0.36 | 0.2954 |
59
- | 0.8069 | 4.0 | 620 | 1.7912 | 0.516 | 0.4578 |
60
- | 0.6376 | 5.0 | 775 | 1.8113 | 0.548 | 0.4816 |
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