RZ commited on
Commit
b1a2d40
·
verified ·
1 Parent(s): ef8b29f

End of training

Browse files
Files changed (4) hide show
  1. README.md +10 -10
  2. model.safetensors +1 -1
  3. tokenizer.json +2 -2
  4. tokenizer_config.json +1 -1
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 1.4498
23
- - F1: 0.3440
24
- - Accuracy: 0.4433
25
 
26
  ## Model description
27
 
@@ -41,8 +41,8 @@ More information needed
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 5e-05
44
- - train_batch_size: 32
45
- - eval_batch_size: 16
46
  - seed: 42
47
  - optimizer: Use OptimizerNames.SGD and the args are:
48
  No additional optimizer arguments
@@ -53,11 +53,11 @@ No additional optimizer arguments
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
56
- | 1.6817 | 1.0 | 466 | 1.6321 | 0.2854 | 0.2797 |
57
- | 1.5403 | 2.0 | 932 | 1.5267 | 0.3303 | 0.3708 |
58
- | 1.4888 | 3.0 | 1398 | 1.4770 | 0.3452 | 0.4213 |
59
- | 1.4701 | 4.0 | 1864 | 1.4553 | 0.3449 | 0.4401 |
60
- | 1.454 | 5.0 | 2330 | 1.4498 | 0.3440 | 0.4433 |
61
 
62
 
63
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 1.1575
23
+ - F1: 0.5932
24
+ - Accuracy: 0.6911
25
 
26
  ## Model description
27
 
 
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 5e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 8
46
  - seed: 42
47
  - optimizer: Use OptimizerNames.SGD and the args are:
48
  No additional optimizer arguments
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
56
+ | 1.4075 | 1.0 | 164 | 1.2845 | 0.5763 | 0.6284 |
57
+ | 1.2963 | 2.0 | 328 | 1.2212 | 0.5962 | 0.6743 |
58
+ | 1.2658 | 3.0 | 492 | 1.1842 | 0.6031 | 0.6896 |
59
+ | 1.2241 | 4.0 | 656 | 1.1646 | 0.5929 | 0.6896 |
60
+ | 1.2063 | 5.0 | 820 | 1.1575 | 0.5932 | 0.6911 |
61
 
62
 
63
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:803d867e52c722f3b151cca1ae59b9c5ff187d66d10f7f93f2c93261cb095a9e
3
  size 598449012
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fe4c91582e71dc34110b6bde9b582443b49db0f5ce6c93084ed5f8cfffbde61
3
  size 598449012
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
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,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 1024
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
tokenizer_config.json CHANGED
@@ -937,7 +937,7 @@
937
  "input_ids",
938
  "attention_mask"
939
  ],
940
- "model_max_length": 512,
941
  "pad_token": "[PAD]",
942
  "sep_token": "[SEP]",
943
  "tokenizer_class": "PreTrainedTokenizerFast",
 
937
  "input_ids",
938
  "attention_mask"
939
  ],
940
+ "model_max_length": 1024,
941
  "pad_token": "[PAD]",
942
  "sep_token": "[SEP]",
943
  "tokenizer_class": "PreTrainedTokenizerFast",