sercetexam9
commited on
Training completed!
Browse files- README.md +24 -24
- model.safetensors +1 -1
- tokenizer.json +16 -2
README.md
CHANGED
@@ -19,10 +19,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [xlnet/xlnet-large-cased](https://huggingface.co/xlnet/xlnet-large-cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- F1: 0.
|
24 |
-
- Roc Auc: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -54,26 +54,26 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [xlnet/xlnet-large-cased](https://huggingface.co/xlnet/xlnet-large-cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.7544
|
23 |
+
- F1: 0.7191
|
24 |
+
- Roc Auc: 0.7866
|
25 |
+
- Accuracy: 0.4765
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
57 |
+
| 0.6047 | 1.0 | 139 | 0.5968 | 0.1435 | 0.5 | 0.1300 |
|
58 |
+
| 0.551 | 2.0 | 278 | 0.5818 | 0.1393 | 0.4981 | 0.1318 |
|
59 |
+
| 0.549 | 3.0 | 417 | 0.5342 | 0.3274 | 0.5764 | 0.1931 |
|
60 |
+
| 0.4438 | 4.0 | 556 | 0.5083 | 0.4820 | 0.6362 | 0.3105 |
|
61 |
+
| 0.3647 | 5.0 | 695 | 0.4219 | 0.6477 | 0.7325 | 0.4043 |
|
62 |
+
| 0.3083 | 6.0 | 834 | 0.4281 | 0.6663 | 0.7489 | 0.4079 |
|
63 |
+
| 0.2307 | 7.0 | 973 | 0.4171 | 0.6962 | 0.7756 | 0.4404 |
|
64 |
+
| 0.1962 | 8.0 | 1112 | 0.4786 | 0.6985 | 0.7706 | 0.4242 |
|
65 |
+
| 0.1404 | 9.0 | 1251 | 0.5594 | 0.6960 | 0.7769 | 0.4152 |
|
66 |
+
| 0.0739 | 10.0 | 1390 | 0.5989 | 0.7033 | 0.7768 | 0.4567 |
|
67 |
+
| 0.0604 | 11.0 | 1529 | 0.6251 | 0.7028 | 0.7758 | 0.4603 |
|
68 |
+
| 0.0357 | 12.0 | 1668 | 0.6687 | 0.7077 | 0.7822 | 0.4531 |
|
69 |
+
| 0.0198 | 13.0 | 1807 | 0.7097 | 0.6973 | 0.7701 | 0.4422 |
|
70 |
+
| 0.0339 | 14.0 | 1946 | 0.7104 | 0.6992 | 0.7732 | 0.4531 |
|
71 |
+
| 0.0228 | 15.0 | 2085 | 0.7339 | 0.7150 | 0.7842 | 0.4765 |
|
72 |
+
| 0.0147 | 16.0 | 2224 | 0.7418 | 0.6941 | 0.7734 | 0.4711 |
|
73 |
+
| 0.0078 | 17.0 | 2363 | 0.7514 | 0.7130 | 0.7833 | 0.4765 |
|
74 |
+
| 0.0069 | 18.0 | 2502 | 0.7544 | 0.7191 | 0.7866 | 0.4765 |
|
75 |
+
| 0.0067 | 19.0 | 2641 | 0.7570 | 0.7146 | 0.7845 | 0.4693 |
|
76 |
+
| 0.005 | 20.0 | 2780 | 0.7579 | 0.7134 | 0.7834 | 0.4729 |
|
77 |
|
78 |
|
79 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1445339812
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:201ee7da55424f3b878edc1b9ab4b910c99a6e75d010e75a0fd46d0410663a0a
|
3 |
size 1445339812
|
tokenizer.json
CHANGED
@@ -1,7 +1,21 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 64,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 64
|
12 |
+
},
|
13 |
+
"direction": "Left",
|
14 |
+
"pad_to_multiple_of": null,
|
15 |
+
"pad_id": 5,
|
16 |
+
"pad_type_id": 3,
|
17 |
+
"pad_token": "<pad>"
|
18 |
+
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|