Model save
Browse files- README.md +16 -16
- final/model.safetensors +1 -1
- final/tokenizer.json +6 -1
- final/training_args.bin +1 -1
- model.safetensors +1 -1
README.md
CHANGED
@@ -21,14 +21,14 @@ 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.
|
25 |
- Precision: 0.5389
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
28 |
-
- Accuracy: 0.
|
29 |
-
- Binary Precision: 0.
|
30 |
-
- Binary Recall: 0.
|
31 |
-
- Binary F1: 0.
|
32 |
- Binary Accuracy: 0.9373
|
33 |
|
34 |
## Model description
|
@@ -60,15 +60,15 @@ The following hyperparameters were used during training:
|
|
60 |
|
61 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | Binary Precision | Binary Recall | Binary F1 | Binary Accuracy |
|
62 |
|:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|:----------------:|:-------------:|:---------:|:---------------:|
|
63 |
-
| No log | 0 | 0 |
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
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.2860
|
25 |
- Precision: 0.5389
|
26 |
+
- Recall: 0.3948
|
27 |
+
- F1: 0.4306
|
28 |
+
- Accuracy: 0.6824
|
29 |
+
- Binary Precision: 0.7543
|
30 |
+
- Binary Recall: 0.4522
|
31 |
+
- Binary F1: 0.5654
|
32 |
- Binary Accuracy: 0.9373
|
33 |
|
34 |
## Model description
|
|
|
60 |
|
61 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | Binary Precision | Binary Recall | Binary F1 | Binary Accuracy |
|
62 |
|:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|:----------------:|:-------------:|:---------:|:---------------:|
|
63 |
+
| No log | 0 | 0 | 3.2225 | 0.1006 | 0.1672 | 0.0384 | 0.1250 | 0.0 | 0.0 | 0.0 | 0.9098 |
|
64 |
+
| 0.3184 | 2.4331 | 1000 | 0.3097 | 0.5223 | 0.3701 | 0.3955 | 0.6607 | 0.7759 | 0.3442 | 0.4769 | 0.9319 |
|
65 |
+
| 0.3056 | 4.8662 | 2000 | 0.3007 | 0.5272 | 0.3835 | 0.4127 | 0.6692 | 0.7653 | 0.3791 | 0.5071 | 0.9335 |
|
66 |
+
| 0.3019 | 7.2993 | 3000 | 0.3016 | 0.5252 | 0.3825 | 0.4131 | 0.6719 | 0.7829 | 0.3730 | 0.5052 | 0.9341 |
|
67 |
+
| 0.2981 | 9.7324 | 4000 | 0.2926 | 0.5413 | 0.3875 | 0.4207 | 0.6754 | 0.7487 | 0.4361 | 0.5511 | 0.9359 |
|
68 |
+
| 0.2952 | 12.1655 | 5000 | 0.2890 | 0.5352 | 0.3971 | 0.4317 | 0.6797 | 0.7439 | 0.4541 | 0.5639 | 0.9367 |
|
69 |
+
| 0.2936 | 14.5985 | 6000 | 0.2891 | 0.5332 | 0.3938 | 0.4288 | 0.6825 | 0.7705 | 0.4254 | 0.5482 | 0.9368 |
|
70 |
+
| 0.2856 | 17.0316 | 7000 | 0.2869 | 0.5434 | 0.3871 | 0.4237 | 0.6838 | 0.7689 | 0.4216 | 0.5446 | 0.9364 |
|
71 |
+
| 0.2888 | 19.4647 | 8000 | 0.2860 | 0.5389 | 0.3948 | 0.4306 | 0.6824 | 0.7543 | 0.4522 | 0.5654 | 0.9373 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
final/model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 598436708
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5e2cca3f2353e925451f37169815e2c4120982698e1a46f7175079c2cf1d281
|
3 |
size 598436708
|
final/tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
final/training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b05515bc301f3559c8f36e2c4adb77a63a0f061c838426684c2c41e01c6e0a8d
|
3 |
size 5368
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 598436708
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5e2cca3f2353e925451f37169815e2c4120982698e1a46f7175079c2cf1d281
|
3 |
size 598436708
|