End of training
Browse files- README.md +16 -10
- model.safetensors +1 -1
- tokenizer.json +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model was trained from scratch on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -52,11 +52,17 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch
|
56 |
-
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
18 |
|
19 |
This model was trained from scratch on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.1161
|
22 |
+
- Accuracy: 0.5512
|
23 |
+
- F1: 0.5492
|
24 |
+
- Precision: 0.5522
|
25 |
+
- Recall: 0.5478
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
56 |
+
|:-------------:|:------:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
57 |
+
| 1.4516 | 0.3233 | 1200 | 1.4043 | 0.4042 | 0.4014 | 0.4111 | 0.4008 |
|
58 |
+
| 1.3834 | 0.6466 | 2400 | 1.3420 | 0.4434 | 0.4417 | 0.4447 | 0.4418 |
|
59 |
+
| 1.3342 | 0.9698 | 3600 | 1.3308 | 0.4513 | 0.4489 | 0.4540 | 0.4470 |
|
60 |
+
| 1.263 | 1.2931 | 4800 | 1.2413 | 0.4907 | 0.4897 | 0.4941 | 0.4881 |
|
61 |
+
| 1.2209 | 1.6164 | 6000 | 1.2098 | 0.5095 | 0.5079 | 0.5134 | 0.5059 |
|
62 |
+
| 1.1856 | 1.9397 | 7200 | 1.1804 | 0.5174 | 0.5159 | 0.5200 | 0.5139 |
|
63 |
+
| 1.1134 | 2.2629 | 8400 | 1.1527 | 0.5337 | 0.5316 | 0.5373 | 0.5294 |
|
64 |
+
| 1.0924 | 2.5862 | 9600 | 1.1307 | 0.5456 | 0.5440 | 0.5475 | 0.5425 |
|
65 |
+
| 1.0556 | 2.9095 | 10800 | 1.1161 | 0.5512 | 0.5492 | 0.5522 | 0.5478 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1421491284
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6736489c14379781988d99f939fa438f359f5e9c084b15acd3689e1af6628e67
|
3 |
size 1421491284
|
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": 128,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
+
"Fixed": 128
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d847fb96efd08c3b2147179f31dc59c0c47becf1e0917487471cf65c21a1067
|
3 |
size 4920
|