danielkosyra commited on
Commit
e828941
1 Parent(s): 0634560

End of training

Browse files
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: gpt2
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: polynomial_1500_5e-4
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_1500_5e-4
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.0244
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.0005
38
+ - train_batch_size: 32
39
+ - eval_batch_size: 32
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 10
42
+ - total_train_batch_size: 320
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: 1500
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | 9.2753 | 0.2175 | 50 | 7.6380 |
54
+ | 6.8812 | 0.4350 | 100 | 6.3560 |
55
+ | 6.0809 | 0.6525 | 150 | 5.7615 |
56
+ | 5.5903 | 0.8699 | 200 | 5.3682 |
57
+ | 5.2166 | 1.0874 | 250 | 5.0450 |
58
+ | 4.8887 | 1.3049 | 300 | 4.7443 |
59
+ | 4.6064 | 1.5224 | 350 | 4.4729 |
60
+ | 4.3711 | 1.7399 | 400 | 4.2030 |
61
+ | 4.1277 | 1.9574 | 450 | 3.9282 |
62
+ | 3.8099 | 2.1749 | 500 | 3.7320 |
63
+ | 3.6679 | 2.3923 | 550 | 3.6049 |
64
+ | 3.5513 | 2.6098 | 600 | 3.5031 |
65
+ | 3.4651 | 2.8273 | 650 | 3.4318 |
66
+ | 3.3797 | 3.0448 | 700 | 3.3644 |
67
+ | 3.2388 | 3.2623 | 750 | 3.3170 |
68
+ | 3.2017 | 3.4798 | 800 | 3.2766 |
69
+ | 3.173 | 3.6973 | 850 | 3.2426 |
70
+ | 3.143 | 3.9147 | 900 | 3.2054 |
71
+ | 3.0392 | 4.1322 | 950 | 3.1778 |
72
+ | 2.9809 | 4.3497 | 1000 | 3.1538 |
73
+ | 2.9564 | 4.5672 | 1050 | 3.1319 |
74
+ | 2.9576 | 4.7847 | 1100 | 3.1091 |
75
+ | 2.9375 | 5.0022 | 1150 | 3.0897 |
76
+ | 2.8071 | 5.2197 | 1200 | 3.0776 |
77
+ | 2.8145 | 5.4371 | 1250 | 3.0631 |
78
+ | 2.8042 | 5.6546 | 1300 | 3.0522 |
79
+ | 2.7851 | 5.8721 | 1350 | 3.0401 |
80
+ | 2.7462 | 6.0896 | 1400 | 3.0345 |
81
+ | 2.6936 | 6.3071 | 1450 | 3.0285 |
82
+ | 2.6984 | 6.5246 | 1500 | 3.0244 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - Transformers 4.40.1
88
+ - Pytorch 2.3.0+cu121
89
+ - Datasets 2.19.0
90
+ - 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": 0,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 0,
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": 50000
39
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
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:1970a8de63f79ae39c87486c797a47c1e776f07238255e38e256a237330658de
3
+ size 496984704
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
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
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
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:95c9d504cb3acbf1123e1617539845f1164cb7de769a40757d244b0cfae66db0
3
+ size 4984
vocab.json ADDED
The diff for this file is too large to render. See raw diff