luiseduardobrito commited on
Commit
c3f8ac5
·
verified ·
1 Parent(s): 2808f2e

End of training

Browse files
Files changed (2) hide show
  1. README.md +7 -7
  2. tokenizer.json +16 -2
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
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: 0.5127
22
- - F1: 0.8710
23
 
24
  ## Model description
25
 
@@ -50,11 +50,11 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
- | 1.0191 | 1.0 | 313 | 0.8318 | 0.7721 |
54
- | 0.3574 | 2.0 | 626 | 0.6596 | 0.8215 |
55
- | 0.0748 | 3.0 | 939 | 0.5579 | 0.8617 |
56
- | 0.0091 | 4.0 | 1252 | 0.5364 | 0.8682 |
57
- | 0.0015 | 5.0 | 1565 | 0.5127 | 0.8710 |
58
 
59
 
60
  ### Framework versions
 
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: 0.0718
22
+ - F1: 0.9905
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 0.0726 | 1.0 | 479 | 0.0777 | 0.9776 |
54
+ | 0.0374 | 2.0 | 958 | 0.0399 | 0.9887 |
55
+ | 0.0214 | 3.0 | 1437 | 0.0566 | 0.9893 |
56
+ | 0.0037 | 4.0 | 1916 | 0.0690 | 0.9899 |
57
+ | 0.0002 | 5.0 | 2395 | 0.0718 | 0.9905 |
58
 
59
 
60
  ### Framework versions
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 512
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,