scampion commited on
Commit
4a4b06e
·
verified ·
1 Parent(s): 4437a17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -21,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.0229
25
  - Precision: 0.9212
26
  - Recall: 0.9272
27
  - F1: 0.9242
@@ -54,13 +54,12 @@ The following hyperparameters were used during training:
54
 
55
  ### Training results
56
 
57
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
- |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
- | 0.0171 | 1.0 | 9156 | 0.0179 | 0.8976 | 0.9056 | 0.9016 | 0.9935 |
60
- | 0.0113 | 2.0 | 18312 | 0.0141 | 0.9155 | 0.9233 | 0.9194 | 0.9948 |
61
- | 0.005 | 3.0 | 27468 | 0.0157 | 0.9194 | 0.9284 | 0.9239 | 0.9951 |
62
- | 0.001 | 4.0 | 36624 | 0.0229 | 0.9212 | 0.9272 | 0.9242 | 0.9953 |
63
-
64
 
65
  ### Framework versions
66
 
 
21
 
22
  This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.001
25
  - Precision: 0.9212
26
  - Recall: 0.9272
27
  - F1: 0.9242
 
54
 
55
  ### Training results
56
 
57
+ | Epoch | Training Loss | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |-------|---------------|-----------------|-----------|--------|-------|----------|
59
+ | 1 | 0.017100 | 0.017944 | 0.897562 | 0.905612 | 0.901569 | 0.993549 |
60
+ | 2 | 0.011300 | 0.014114 | 0.915451 | 0.923319 | 0.919368 | 0.994782 |
61
+ | 3 | 0.005000 | 0.015703 | 0.919432 | 0.928394 | 0.923892 | 0.995136 |
62
+ | 4 | 0.001000 | 0.022899 | 0.921234 | 0.927212 | 0.924213 | 0.995267 |
 
63
 
64
  ### Framework versions
65