fongios commited on
Commit
082cb1e
·
verified ·
1 Parent(s): 49bf7a3

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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.0694
24
- - Precision: 0.8638
25
- - Recall: 0.8710
26
- - F1: 0.8674
27
 
28
  ## Model description
29
 
@@ -55,14 +55,14 @@ The following hyperparameters were used during training:
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
64
 
65
- - Transformers 4.48.0.dev0
66
  - Pytorch 2.5.0+cu124
67
  - Datasets 3.1.0
68
  - Tokenizers 0.21.0
 
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.0679
24
+ - Precision: 0.8636
25
+ - Recall: 0.8704
26
+ - F1: 0.8670
27
 
28
  ## Model description
29
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
58
+ | 0.0698 | 1.0 | 2350 | 0.0795 | 0.8121 | 0.8344 | 0.8231 |
59
+ | 0.0356 | 2.0 | 4700 | 0.0707 | 0.8438 | 0.8575 | 0.8506 |
60
+ | 0.0184 | 3.0 | 7050 | 0.0795 | 0.8461 | 0.8567 | 0.8513 |
61
 
62
 
63
  ### Framework versions
64
 
65
+ - Transformers 4.48.0
66
  - Pytorch 2.5.0+cu124
67
  - Datasets 3.1.0
68
  - Tokenizers 0.21.0