C0uchP0tat0
commited on
Commit
•
653ffc3
1
Parent(s):
d4a4b63
End of training
Browse files- README.md +16 -16
- config.json +1 -1
- model.safetensors +1 -1
- runs/Dec28_08-01-03_29de5df9d89b/events.out.tfevents.1703750470.29de5df9d89b.2425.1 +3 -0
- special_tokens_map.json +7 -1
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [ai-forever/rugpt3medium_based_on_gpt2](https://huggingface.co/ai-forever/rugpt3medium_based_on_gpt2) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss:
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -49,21 +49,21 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [ai-forever/rugpt3medium_based_on_gpt2](https://huggingface.co/ai-forever/rugpt3medium_based_on_gpt2) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 2.9269
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 3.601 | 1.6 | 25 | 3.6157 |
|
53 |
+
| 3.601 | 3.19 | 50 | 3.6010 |
|
54 |
+
| 3.5542 | 4.79 | 75 | 3.5621 |
|
55 |
+
| 3.5309 | 6.38 | 100 | 3.5117 |
|
56 |
+
| 3.496 | 7.98 | 125 | 3.4615 |
|
57 |
+
| 3.446 | 9.57 | 150 | 3.4173 |
|
58 |
+
| 3.34 | 11.17 | 175 | 3.3699 |
|
59 |
+
| 3.3581 | 12.77 | 200 | 3.3214 |
|
60 |
+
| 3.3136 | 14.36 | 225 | 3.2743 |
|
61 |
+
| 3.214 | 15.96 | 250 | 3.2227 |
|
62 |
+
| 3.2098 | 17.55 | 275 | 3.1738 |
|
63 |
+
| 3.1348 | 19.15 | 300 | 3.1153 |
|
64 |
+
| 3.0931 | 20.74 | 325 | 3.0561 |
|
65 |
+
| 3.0383 | 22.34 | 350 | 2.9922 |
|
66 |
+
| 2.9739 | 23.94 | 375 | 2.9269 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
config.json
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
},
|
18 |
"layer_norm_epsilon": 1e-05,
|
19 |
"model_type": "gpt2",
|
20 |
-
"n_ctx":
|
21 |
"n_embd": 1024,
|
22 |
"n_head": 16,
|
23 |
"n_inner": null,
|
|
|
17 |
},
|
18 |
"layer_norm_epsilon": 1e-05,
|
19 |
"model_type": "gpt2",
|
20 |
+
"n_ctx": 2048,
|
21 |
"n_embd": 1024,
|
22 |
"n_head": 16,
|
23 |
"n_inner": null,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1423517184
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62e98ff50b88cae36ff0f22421aee04a4b36e773e59aa6d4f5c71d2a1af32894
|
3 |
size 1423517184
|
runs/Dec28_08-01-03_29de5df9d89b/events.out.tfevents.1703750470.29de5df9d89b.2425.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0676afda0cb7e652a3af237f4609160e555c1dc1497b3122615acf2604fb8488
|
3 |
+
size 11290
|
special_tokens_map.json
CHANGED
@@ -20,7 +20,13 @@
|
|
20 |
"rstrip": false,
|
21 |
"single_word": false
|
22 |
},
|
23 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
"unk_token": {
|
25 |
"content": "<unk>",
|
26 |
"lstrip": false,
|
|
|
20 |
"rstrip": false,
|
21 |
"single_word": false
|
22 |
},
|
23 |
+
"pad_token": {
|
24 |
+
"content": "<pad>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
"unk_token": {
|
31 |
"content": "<unk>",
|
32 |
"lstrip": false,
|
tokenizer_config.json
CHANGED
@@ -49,7 +49,7 @@
|
|
49 |
"errors": "replace",
|
50 |
"mask_token": "<mask>",
|
51 |
"model_max_length": 2048,
|
52 |
-
"pad_token": "
|
53 |
"padding_side": "left",
|
54 |
"tokenizer_class": "GPT2Tokenizer",
|
55 |
"truncation_side": "left",
|
|
|
49 |
"errors": "replace",
|
50 |
"mask_token": "<mask>",
|
51 |
"model_max_length": 2048,
|
52 |
+
"pad_token": "<pad>",
|
53 |
"padding_side": "left",
|
54 |
"tokenizer_class": "GPT2Tokenizer",
|
55 |
"truncation_side": "left",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2729ac8f55c02f07d5e0fc8c44d41d7a749f69b0b71acb223f9cae006ed7bfef
|
3 |
size 4600
|