danielkosyra commited on
Commit
455305d
1 Parent(s): 9818267

End of training

Browse files
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: gpt2
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: polynomial_1450_7e-4_16b_w0.05
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # polynomial_1450_7e-4_16b_w0.05
15
+
16
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 3.0237
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.0007
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 10
42
+ - total_train_batch_size: 160
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: polynomial
45
+ - lr_scheduler_warmup_steps: 250
46
+ - training_steps: 1450
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:------:|:----:|:---------------:|
52
+ | 9.0635 | 0.1029 | 50 | 7.2771 |
53
+ | 6.7176 | 0.2058 | 100 | 6.2551 |
54
+ | 6.0127 | 0.3088 | 150 | 5.7232 |
55
+ | 5.5517 | 0.4117 | 200 | 5.3470 |
56
+ | 5.2297 | 0.5146 | 250 | 5.0446 |
57
+ | 4.9361 | 0.6175 | 300 | 4.7729 |
58
+ | 4.6976 | 0.7205 | 350 | 4.5588 |
59
+ | 4.497 | 0.8234 | 400 | 4.3733 |
60
+ | 4.3221 | 0.9263 | 450 | 4.1939 |
61
+ | 4.1357 | 1.0292 | 500 | 4.0081 |
62
+ | 3.892 | 1.1322 | 550 | 3.8139 |
63
+ | 3.7559 | 1.2351 | 600 | 3.6703 |
64
+ | 3.6297 | 1.3380 | 650 | 3.5671 |
65
+ | 3.5399 | 1.4409 | 700 | 3.4772 |
66
+ | 3.4656 | 1.5438 | 750 | 3.4074 |
67
+ | 3.3949 | 1.6468 | 800 | 3.3532 |
68
+ | 3.3297 | 1.7497 | 850 | 3.3031 |
69
+ | 3.2878 | 1.8526 | 900 | 3.2604 |
70
+ | 3.254 | 1.9555 | 950 | 3.2267 |
71
+ | 3.1231 | 2.0585 | 1000 | 3.1899 |
72
+ | 3.0568 | 2.1614 | 1050 | 3.1603 |
73
+ | 3.0347 | 2.2643 | 1100 | 3.1349 |
74
+ | 3.0197 | 2.3672 | 1150 | 3.1148 |
75
+ | 2.9893 | 2.4702 | 1200 | 3.0940 |
76
+ | 2.9801 | 2.5731 | 1250 | 3.0725 |
77
+ | 2.951 | 2.6760 | 1300 | 3.0551 |
78
+ | 2.9265 | 2.7789 | 1350 | 3.0397 |
79
+ | 2.9438 | 2.8818 | 1400 | 3.0299 |
80
+ | 2.9292 | 2.9848 | 1450 | 3.0237 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.40.1
86
+ - Pytorch 2.3.0+cu121
87
+ - Datasets 2.19.0
88
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt2",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 128,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
+ "n_inner": null,
18
+ "n_layer": 12,
19
+ "n_positions": 1024,
20
+ "reorder_and_upcast_attn": false,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_by_inverse_layer_idx": false,
23
+ "scale_attn_weights": true,
24
+ "summary_activation": null,
25
+ "summary_first_dropout": 0.1,
26
+ "summary_proj_to_labels": true,
27
+ "summary_type": "cls_index",
28
+ "summary_use_proj": true,
29
+ "task_specific_params": {
30
+ "text-generation": {
31
+ "do_sample": true,
32
+ "max_length": 50
33
+ }
34
+ },
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.40.1",
37
+ "use_cache": true,
38
+ "vocab_size": 50257
39
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.40.1"
6
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2b9c1f0fefc1a02b53a9a70ecefdb25bc867d9b30aed796d357fbd2c797eba2
3
+ size 497774208
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": true,
15
+ "eos_token": "<|endoftext|>",
16
+ "model_max_length": 1024,
17
+ "pad_token": "<|endoftext|>",
18
+ "tokenizer_class": "GPT2Tokenizer",
19
+ "unk_token": "<|endoftext|>"
20
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc8c94d9898cc3eaccfffd1c1785945e642e1bdb270dc2091bb01f3df7bfac43
3
+ size 4984
vocab.json ADDED
The diff for this file is too large to render. See raw diff