danielkosyra commited on
Commit
9ae231b
1 Parent(s): a8cc098

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.075
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.075
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.0229
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.2772 |
53
+ | 6.7176 | 0.2058 | 100 | 6.2557 |
54
+ | 6.0147 | 0.3088 | 150 | 5.7199 |
55
+ | 5.5539 | 0.4117 | 200 | 5.3464 |
56
+ | 5.2292 | 0.5146 | 250 | 5.0625 |
57
+ | 4.9374 | 0.6175 | 300 | 4.7728 |
58
+ | 4.6985 | 0.7205 | 350 | 4.5613 |
59
+ | 4.4993 | 0.8234 | 400 | 4.3770 |
60
+ | 4.3227 | 0.9263 | 450 | 4.1914 |
61
+ | 4.1342 | 1.0292 | 500 | 4.0022 |
62
+ | 3.8927 | 1.1322 | 550 | 3.8166 |
63
+ | 3.757 | 1.2351 | 600 | 3.6654 |
64
+ | 3.6277 | 1.3380 | 650 | 3.5614 |
65
+ | 3.5379 | 1.4409 | 700 | 3.4772 |
66
+ | 3.4642 | 1.5438 | 750 | 3.4076 |
67
+ | 3.395 | 1.6468 | 800 | 3.3542 |
68
+ | 3.3287 | 1.7497 | 850 | 3.3034 |
69
+ | 3.2872 | 1.8526 | 900 | 3.2609 |
70
+ | 3.2545 | 1.9555 | 950 | 3.2268 |
71
+ | 3.1229 | 2.0585 | 1000 | 3.1925 |
72
+ | 3.0573 | 2.1614 | 1050 | 3.1616 |
73
+ | 3.0339 | 2.2643 | 1100 | 3.1372 |
74
+ | 3.0204 | 2.3672 | 1150 | 3.1133 |
75
+ | 2.99 | 2.4702 | 1200 | 3.0949 |
76
+ | 2.9809 | 2.5731 | 1250 | 3.0720 |
77
+ | 2.9524 | 2.6760 | 1300 | 3.0536 |
78
+ | 2.9267 | 2.7789 | 1350 | 3.0392 |
79
+ | 2.9453 | 2.8818 | 1400 | 3.0295 |
80
+ | 2.93 | 2.9848 | 1450 | 3.0229 |
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:2633c982374e9bfb38ad6692afae7349dc3d65eeb638edc8a649e617a6a62325
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:7351f80d696b3fd4b584fc03d22ee0a0f0780ffacdf92cdbb64b4b6230454e53
3
+ size 4984
vocab.json ADDED
The diff for this file is too large to render. See raw diff