End of training
Browse files- README.md +8 -8
- model.safetensors +1 -1
- tokenizer.json +2 -16
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:
|
23 |
-
- F1: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -53,11 +53,11 @@ No additional optimizer arguments
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
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: 0.6639
|
23 |
+
- F1: 0.6350
|
24 |
+
- Accuracy: 0.6942
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
|
56 |
+
| 0.6847 | 1.0 | 164 | 0.6758 | 0.6493 | 0.6606 |
|
57 |
+
| 0.6784 | 2.0 | 328 | 0.6705 | 0.6428 | 0.6743 |
|
58 |
+
| 0.6734 | 3.0 | 492 | 0.6666 | 0.6385 | 0.6881 |
|
59 |
+
| 0.6721 | 4.0 | 656 | 0.6644 | 0.6319 | 0.6896 |
|
60 |
+
| 0.6679 | 5.0 | 820 | 0.6639 | 0.6350 | 0.6942 |
|
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 598828592
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ca40e8ea69fe0f604d4e3e3f654842ac4e73aaf9556f99faa673ba7ca199954
|
3 |
size 598828592
|
tokenizer.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
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,
|
15 |
-
"pad_id": 50283,
|
16 |
-
"pad_type_id": 0,
|
17 |
-
"pad_token": "[PAD]"
|
18 |
-
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|