RZ commited on
End of training
Browse files- README.md +10 -10
- model.safetensors +1 -1
- tokenizer.json +2 -2
- 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.
|
| 23 |
-
- F1: 0.
|
| 24 |
-
- Accuracy: 0.
|
| 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:
|
| 45 |
-
- eval_batch_size:
|
| 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.
|
| 57 |
-
| 1.
|
| 58 |
-
| 1.
|
| 59 |
-
| 1.
|
| 60 |
-
| 1.
|
| 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:
|
| 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":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
-
"Fixed":
|
| 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":
|
| 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",
|