MrBananaHuman commited on
Commit
265a2cc
·
1 Parent(s): 6ae5721

kogpt2_small_simple_qa

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: MrBananaHuman/kogpt2_small
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: test_v5
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
+ # test_v5
15
+
16
+ This model is a fine-tuned version of [MrBananaHuman/kogpt2_small](https://huggingface.co/MrBananaHuman/kogpt2_small) on an unknown dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 4
37
+ - eval_batch_size: 4
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - lr_scheduler_warmup_steps: 5
42
+ - num_epochs: 3
43
+
44
+ ### Training results
45
+
46
+
47
+
48
+ ### Framework versions
49
+
50
+ - Transformers 4.35.2
51
+ - Pytorch 1.13.1+cu116
52
+ - Datasets 2.15.0
53
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MrBananaHuman/kogpt2_small",
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": 1024,
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
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.35.2",
31
+ "use_cache": true,
32
+ "vocab_size": 52000
33
+ }
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.35.2"
6
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eed60a859cf3daa4b7ddc316e0db01895b042257f9038607852dbb7dd72126bc
3
+ size 503128704
runs/Nov22_03-35-19_75d5a95252af/events.out.tfevents.1700624122.75d5a95252af.24844.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e7d29da3e7481b2299ccad9c718176cb4f28b8c21277b15ecbfe12f47fa51fd
3
+ size 7507
trainer_state.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 3,
6
+ "global_step": 9000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.17,
13
+ "learning_rate": 4.7248471372984996e-05,
14
+ "loss": 3.6424,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.33,
19
+ "learning_rate": 4.4469149527515285e-05,
20
+ "loss": 3.4737,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.5,
25
+ "learning_rate": 4.168982768204558e-05,
26
+ "loss": 3.4762,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 0.67,
31
+ "learning_rate": 3.891050583657588e-05,
32
+ "loss": 3.3944,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 0.83,
37
+ "learning_rate": 3.613118399110617e-05,
38
+ "loss": 3.3814,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 1.0,
43
+ "learning_rate": 3.3351862145636464e-05,
44
+ "loss": 3.3406,
45
+ "step": 3000
46
+ },
47
+ {
48
+ "epoch": 1.17,
49
+ "learning_rate": 3.057254030016676e-05,
50
+ "loss": 2.7112,
51
+ "step": 3500
52
+ },
53
+ {
54
+ "epoch": 1.33,
55
+ "learning_rate": 2.7793218454697057e-05,
56
+ "loss": 2.7357,
57
+ "step": 4000
58
+ },
59
+ {
60
+ "epoch": 1.5,
61
+ "learning_rate": 2.501389660922735e-05,
62
+ "loss": 2.7325,
63
+ "step": 4500
64
+ },
65
+ {
66
+ "epoch": 1.67,
67
+ "learning_rate": 2.2234574763757643e-05,
68
+ "loss": 2.6802,
69
+ "step": 5000
70
+ },
71
+ {
72
+ "epoch": 1.83,
73
+ "learning_rate": 1.945525291828794e-05,
74
+ "loss": 2.7204,
75
+ "step": 5500
76
+ },
77
+ {
78
+ "epoch": 2.0,
79
+ "learning_rate": 1.6675931072818232e-05,
80
+ "loss": 2.6908,
81
+ "step": 6000
82
+ },
83
+ {
84
+ "epoch": 2.17,
85
+ "learning_rate": 1.3896609227348528e-05,
86
+ "loss": 2.259,
87
+ "step": 6500
88
+ },
89
+ {
90
+ "epoch": 2.33,
91
+ "learning_rate": 1.1117287381878821e-05,
92
+ "loss": 2.2829,
93
+ "step": 7000
94
+ },
95
+ {
96
+ "epoch": 2.5,
97
+ "learning_rate": 8.337965536409116e-06,
98
+ "loss": 2.2751,
99
+ "step": 7500
100
+ },
101
+ {
102
+ "epoch": 2.67,
103
+ "learning_rate": 5.558643690939411e-06,
104
+ "loss": 2.2862,
105
+ "step": 8000
106
+ },
107
+ {
108
+ "epoch": 2.83,
109
+ "learning_rate": 2.7793218454697053e-06,
110
+ "loss": 2.2833,
111
+ "step": 8500
112
+ },
113
+ {
114
+ "epoch": 3.0,
115
+ "learning_rate": 0.0,
116
+ "loss": 2.2729,
117
+ "step": 9000
118
+ },
119
+ {
120
+ "epoch": 3.0,
121
+ "step": 9000,
122
+ "total_flos": 2160942262272000.0,
123
+ "train_loss": 2.813265679253472,
124
+ "train_runtime": 715.4534,
125
+ "train_samples_per_second": 50.318,
126
+ "train_steps_per_second": 12.579
127
+ }
128
+ ],
129
+ "logging_steps": 500,
130
+ "max_steps": 9000,
131
+ "num_train_epochs": 3,
132
+ "save_steps": 5000,
133
+ "total_flos": 2160942262272000.0,
134
+ "trial_name": null,
135
+ "trial_params": null
136
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dc7d72ea92cc6e5b894c0ad164b1252000911661ce87a735049a25e9f2651f5
3
+ size 4091