C0uchP0tat0 commited on
Commit
653ffc3
1 Parent(s): d4a4b63

End of training

Browse files
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: 7.6538
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
- | 10.9229 | 1.6 | 25 | 10.5844 |
53
- | 10.3434 | 3.19 | 50 | 9.8909 |
54
- | 9.8567 | 4.79 | 75 | 9.5807 |
55
- | 9.6367 | 6.38 | 100 | 9.4535 |
56
- | 9.5384 | 7.98 | 125 | 9.3692 |
57
- | 9.4568 | 9.57 | 150 | 9.2894 |
58
- | 9.3755 | 11.17 | 175 | 9.1763 |
59
- | 9.2723 | 12.77 | 200 | 9.0257 |
60
- | 9.1276 | 14.36 | 225 | 8.8652 |
61
- | 9.0174 | 15.96 | 250 | 8.6803 |
62
- | 8.8551 | 17.55 | 275 | 8.5146 |
63
- | 8.7365 | 19.15 | 300 | 8.2912 |
64
- | 8.5503 | 20.74 | 325 | 8.0806 |
65
- | 8.4153 | 22.34 | 350 | 7.8582 |
66
- | 8.266 | 23.94 | 375 | 7.6538 |
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": 64,
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:d7d7152fff8469263506d42775bf9045e13af057a81141ec5727524516896b24
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": "</s>",
 
 
 
 
 
 
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": "</s>",
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:48b3d54437b058f9d9ad195c4d902156fff1d1e014be87376947a56f46efa886
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2729ac8f55c02f07d5e0fc8c44d41d7a749f69b0b71acb223f9cae006ed7bfef
3
  size 4600