MrBananaHuman commited on
Commit
ed0f6a6
1 Parent(s): e6a562a

kogpt2-base-v2-simple-qa

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ base_model: skt/kogpt2-base-v2
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: test_v4
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_v4
15
+
16
+ This model is a fine-tuned version of [skt/kogpt2-base-v2](https://huggingface.co/skt/kogpt2-base-v2) 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: 2
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,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "skt/kogpt2-base-v2",
3
+ "_num_labels": 1,
4
+ "activation_function": "gelu_new",
5
+ "architectures": [
6
+ "GPT2LMHeadModel"
7
+ ],
8
+ "attn_pdrop": 0.1,
9
+ "author": "Heewon Jeon(madjakarta@gmail.com)",
10
+ "bos_token_id": 0,
11
+ "created_date": "2021-04-28",
12
+ "embd_pdrop": 0.1,
13
+ "eos_token_id": 1,
14
+ "gradient_checkpointing": false,
15
+ "id2label": {
16
+ "0": "LABEL_0"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "label2id": {
20
+ "LABEL_0": 0
21
+ },
22
+ "layer_norm_epsilon": 1e-05,
23
+ "license": "CC-BY-NC-SA 4.0",
24
+ "model_type": "gpt2",
25
+ "n_ctx": 1024,
26
+ "n_embd": 768,
27
+ "n_head": 12,
28
+ "n_inner": null,
29
+ "n_layer": 12,
30
+ "n_positions": 1024,
31
+ "pad_token_id": 3,
32
+ "reorder_and_upcast_attn": false,
33
+ "resid_pdrop": 0.1,
34
+ "scale_attn_by_inverse_layer_idx": false,
35
+ "scale_attn_weights": true,
36
+ "summary_activation": null,
37
+ "summary_first_dropout": 0.1,
38
+ "summary_proj_to_labels": true,
39
+ "summary_type": "cls_index",
40
+ "summary_use_proj": true,
41
+ "task_specific_params": {
42
+ "text-generation": {
43
+ "do_sample": true,
44
+ "max_length": 50
45
+ }
46
+ },
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.35.2",
49
+ "use_cache": true,
50
+ "vocab_size": 51200
51
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 3,
6
+ "transformers_version": "4.35.2"
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25602869a96c0c252611bd4ccae8c3080805affefc35a3bcc9596e5dd3e224ac
3
+ size 500671104
runs/Nov22_03-18-13_75d5a95252af/events.out.tfevents.1700623095.75d5a95252af.19524.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba17b104efc5ca946d47e5eb3e2d9792233daa8cd7997c2334ed2f6fb744aefc
3
+ size 6928
trainer_state.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "eval_steps": 3,
6
+ "global_step": 6000,
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.587155963302753e-05,
14
+ "loss": 3.2425,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.33,
19
+ "learning_rate": 4.170141784820684e-05,
20
+ "loss": 3.0793,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.5,
25
+ "learning_rate": 3.753127606338616e-05,
26
+ "loss": 3.0799,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 0.67,
31
+ "learning_rate": 3.336113427856547e-05,
32
+ "loss": 2.978,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 0.83,
37
+ "learning_rate": 2.919099249374479e-05,
38
+ "loss": 2.9351,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 1.0,
43
+ "learning_rate": 2.5020850708924103e-05,
44
+ "loss": 2.9011,
45
+ "step": 3000
46
+ },
47
+ {
48
+ "epoch": 1.17,
49
+ "learning_rate": 2.085070892410342e-05,
50
+ "loss": 2.2736,
51
+ "step": 3500
52
+ },
53
+ {
54
+ "epoch": 1.33,
55
+ "learning_rate": 1.6680567139282734e-05,
56
+ "loss": 2.2694,
57
+ "step": 4000
58
+ },
59
+ {
60
+ "epoch": 1.5,
61
+ "learning_rate": 1.2510425354462051e-05,
62
+ "loss": 2.2537,
63
+ "step": 4500
64
+ },
65
+ {
66
+ "epoch": 1.67,
67
+ "learning_rate": 8.340283569641367e-06,
68
+ "loss": 2.2018,
69
+ "step": 5000
70
+ },
71
+ {
72
+ "epoch": 1.83,
73
+ "learning_rate": 4.1701417848206835e-06,
74
+ "loss": 2.2193,
75
+ "step": 5500
76
+ },
77
+ {
78
+ "epoch": 2.0,
79
+ "learning_rate": 0.0,
80
+ "loss": 2.1927,
81
+ "step": 6000
82
+ },
83
+ {
84
+ "epoch": 2.0,
85
+ "step": 6000,
86
+ "total_flos": 1554073145856000.0,
87
+ "train_loss": 2.635530497233073,
88
+ "train_runtime": 489.5458,
89
+ "train_samples_per_second": 49.025,
90
+ "train_steps_per_second": 12.256
91
+ }
92
+ ],
93
+ "logging_steps": 500,
94
+ "max_steps": 6000,
95
+ "num_train_epochs": 2,
96
+ "save_steps": 5000,
97
+ "total_flos": 1554073145856000.0,
98
+ "trial_name": null,
99
+ "trial_params": null
100
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8cdfb7e6b238b63bba9737748b1b64eeec818ab74e15891a892024e281b7cae
3
+ size 4091