fongios commited on
Commit
1c47ea3
·
verified ·
1 Parent(s): de8985c

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -20,10 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0613
24
- - Precision: 0.8600
25
- - Recall: 0.8744
26
- - F1: 0.8671
27
 
28
  ## Model description
29
 
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
58
- | 0.0718 | 1.0 | 2350 | 0.0775 | 0.8145 | 0.8438 | 0.8289 |
59
- | 0.0345 | 2.0 | 4700 | 0.0696 | 0.8414 | 0.8623 | 0.8517 |
60
- | 0.0181 | 3.0 | 7050 | 0.0781 | 0.8462 | 0.8571 | 0.8516 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0694
24
+ - Precision: 0.8638
25
+ - Recall: 0.8710
26
+ - F1: 0.8674
27
 
28
  ## Model description
29
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
58
+ | 0.0677 | 1.0 | 2350 | 0.0776 | 0.8250 | 0.8429 | 0.8339 |
59
+ | 0.0349 | 2.0 | 4700 | 0.0698 | 0.8397 | 0.8608 | 0.8501 |
60
+ | 0.0181 | 3.0 | 7050 | 0.0790 | 0.8466 | 0.8601 | 0.8533 |
61
 
62
 
63
  ### Framework versions