Ikeofai commited on
Commit
c42eb08
1 Parent(s): d5a54eb

End of training

Browse files
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: peft
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ base_model: openai-community/gpt2
9
+ model-index:
10
+ - name: outputs
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # outputs
18
+
19
+ This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.0494
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
+ - train_batch_size: 1
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 4
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 0.03
49
+ - num_epochs: 100
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:-----:|:----:|:---------------:|
55
+ | 2.9872 | 4.0 | 184 | 1.7517 |
56
+ | 1.769 | 8.0 | 368 | 1.3586 |
57
+ | 1.5071 | 12.0 | 552 | 1.2644 |
58
+ | 1.4096 | 16.0 | 736 | 1.2088 |
59
+ | 1.3405 | 20.0 | 920 | 1.1738 |
60
+ | 1.2971 | 24.0 | 1104 | 1.1478 |
61
+ | 1.2609 | 28.0 | 1288 | 1.1241 |
62
+ | 1.2328 | 32.0 | 1472 | 1.1112 |
63
+ | 1.2087 | 36.0 | 1656 | 1.0996 |
64
+ | 1.1919 | 40.0 | 1840 | 1.0918 |
65
+ | 1.1687 | 44.0 | 2024 | 1.0868 |
66
+ | 1.157 | 48.0 | 2208 | 1.0768 |
67
+ | 1.1436 | 52.0 | 2392 | 1.0724 |
68
+ | 1.1296 | 56.0 | 2576 | 1.0684 |
69
+ | 1.1147 | 60.0 | 2760 | 1.0657 |
70
+ | 1.1082 | 64.0 | 2944 | 1.0622 |
71
+ | 1.102 | 68.0 | 3128 | 1.0578 |
72
+ | 1.0925 | 72.0 | 3312 | 1.0573 |
73
+ | 1.0865 | 76.0 | 3496 | 1.0533 |
74
+ | 1.0786 | 80.0 | 3680 | 1.0534 |
75
+ | 1.076 | 84.0 | 3864 | 1.0523 |
76
+ | 1.0764 | 88.0 | 4048 | 1.0505 |
77
+ | 1.0685 | 92.0 | 4232 | 1.0495 |
78
+ | 1.0684 | 96.0 | 4416 | 1.0489 |
79
+ | 1.0662 | 100.0 | 4600 | 1.0494 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - PEFT 0.10.0
85
+ - Transformers 4.39.3
86
+ - Pytorch 2.2.1+cu121
87
+ - Datasets 2.18.0
88
+ - Tokenizers 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "openai-community/gpt2",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "c_attn"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_dora": false,
27
+ "use_rslora": false
28
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c206e633bab631548404dc94cd2ff176efc7deb16edd230e7b9b19e86833c9db
3
+ size 1182680
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Apr09_12-52-42_0ce968f49445/events.out.tfevents.1712667163.0ce968f49445.186.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:926a5bc103bc34e48b017aab7a3dcc001ef04cb2ff83c4e67f0ea378c2f7c222
3
+ size 5312
runs/Apr09_12-54-47_0ce968f49445/events.out.tfevents.1712667288.0ce968f49445.186.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fafa9c4e7793ccf063d61eb088f59ab392dd93bb068f3b41f1b33df059af43f5
3
+ size 5660
runs/Apr09_12-56-30_0ce968f49445/events.out.tfevents.1712667391.0ce968f49445.186.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b04486a7fdd4dc8e4ecd914bc5c534511913d671d813e515afcdf897085d9cb
3
+ size 5660
runs/Apr09_12-59-37_0ce968f49445/events.out.tfevents.1712667578.0ce968f49445.186.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c525620dc3be1323ee261d47e84be0715bdea83db7f304ded5f4ee979c4b43b
3
+ size 6621
runs/Apr09_13-16-06_0ce968f49445/events.out.tfevents.1712668567.0ce968f49445.186.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bc235e3693a43a1be6298e72ea38248c90f853c3b9e19c7c41ebfe94af0e3dc
3
+ size 6621
runs/Apr09_13-21-03_0ce968f49445/events.out.tfevents.1712668864.0ce968f49445.186.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b7703bb318bfd667e2e59d358dcb35f68fef405a53f0fd092642763cd3d742
3
+ size 6616
runs/Apr09_13-29-52_0ce968f49445/events.out.tfevents.1712669393.0ce968f49445.186.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:713d9a89a4141cc99c0cfd8910a62ecbef8a97859337f2b21872b2d53876b3bc
3
+ size 115375
runs/Apr09_13-36-46_0ce968f49445/events.out.tfevents.1712669807.0ce968f49445.186.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d0cb81e3b25e2f34d65509a8733f724a9390d567bbf1153b9417356de98e52d
3
+ size 51826
runs/Apr09_13-49-15_0ce968f49445/events.out.tfevents.1712670556.0ce968f49445.186.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ec84822eed16262c7ad6884ef197e79fb2e462991ea240b93b780edc9bc75c6
3
+ size 6628
runs/Apr09_13-54-29_0ce968f49445/events.out.tfevents.1712670870.0ce968f49445.186.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebbbb5ce6ee4b2e96b5850c6a154d083b7b5f83053540093e91f02d4b1edb544
3
+ size 17720
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:bf5b87ed135761bd7e29daf2f2a0241915db0ab13b608fb1bc355aaf48392997
3
+ size 4920
vocab.json ADDED
The diff for this file is too large to render. See raw diff