ivangrapher commited on
Commit
2e88bf9
1 Parent(s): 6e38b26

Training in progress, step 50, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: oopsung/llama2-7b-koNqa-test-v1
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "oopsung/llama2-7b-koNqa-test-v1",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
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": 16,
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
+ "q_proj",
24
+ "o_proj",
25
+ "gate_proj",
26
+ "down_proj",
27
+ "v_proj",
28
+ "k_proj",
29
+ "up_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:683b1647fa33afd56e8c59cdc759dc43c64b8ed3ec0d9eec7b1ba7baf8a53176
3
+ size 80013120
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f04ef8ca2b7f7baba4ccf6b61cc9bba7b3c5c7edaca7465b2be091066572fcba
3
+ size 160284754
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f494abb3598d291e7c0958a698946bad6d4516f8532973a5c5b7b66155103ca
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e69e2b49ea642509f0c688c16fb190b7cf27dac0a18903a5e2d1467d0343d8b8
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "46331": {
31
+ "content": "<|sep|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "46332": {
39
+ "content": "<|endoftext|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "46333": {
47
+ "content": "<|acc|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "46334": {
55
+ "content": "<|rrn|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "46335": {
63
+ "content": "<|tel|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ }
70
+ },
71
+ "bos_token": "<s>",
72
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
73
+ "clean_up_tokenization_spaces": false,
74
+ "eos_token": "</s>",
75
+ "legacy": false,
76
+ "model_max_length": 1000000000000000019884624838656,
77
+ "pad_token": "</s>",
78
+ "sp_model_kwargs": {},
79
+ "tokenizer_class": "LlamaTokenizer",
80
+ "unk_token": "<unk>",
81
+ "use_default_system_prompt": false
82
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,471 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.0022089928097284045,
5
+ "eval_steps": 5,
6
+ "global_step": 50,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 4.417985619456809e-05,
13
+ "grad_norm": NaN,
14
+ "learning_rate": 2e-05,
15
+ "loss": 0.0,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 4.417985619456809e-05,
20
+ "eval_loss": NaN,
21
+ "eval_runtime": 1093.1272,
22
+ "eval_samples_per_second": 8.719,
23
+ "eval_steps_per_second": 4.36,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 8.835971238913618e-05,
28
+ "grad_norm": NaN,
29
+ "learning_rate": 4e-05,
30
+ "loss": 0.0,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.00013253956858370425,
35
+ "grad_norm": NaN,
36
+ "learning_rate": 6e-05,
37
+ "loss": 0.0,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.00017671942477827236,
42
+ "grad_norm": NaN,
43
+ "learning_rate": 8e-05,
44
+ "loss": 0.0,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.00022089928097284044,
49
+ "grad_norm": NaN,
50
+ "learning_rate": 0.0001,
51
+ "loss": 0.0,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.00022089928097284044,
56
+ "eval_loss": NaN,
57
+ "eval_runtime": 1093.2534,
58
+ "eval_samples_per_second": 8.718,
59
+ "eval_steps_per_second": 4.359,
60
+ "step": 5
61
+ },
62
+ {
63
+ "epoch": 0.0002650791371674085,
64
+ "grad_norm": NaN,
65
+ "learning_rate": 0.00012,
66
+ "loss": 0.0,
67
+ "step": 6
68
+ },
69
+ {
70
+ "epoch": 0.00030925899336197663,
71
+ "grad_norm": NaN,
72
+ "learning_rate": 0.00014,
73
+ "loss": 0.0,
74
+ "step": 7
75
+ },
76
+ {
77
+ "epoch": 0.0003534388495565447,
78
+ "grad_norm": NaN,
79
+ "learning_rate": 0.00016,
80
+ "loss": 0.0,
81
+ "step": 8
82
+ },
83
+ {
84
+ "epoch": 0.0003976187057511128,
85
+ "grad_norm": NaN,
86
+ "learning_rate": 0.00018,
87
+ "loss": 0.0,
88
+ "step": 9
89
+ },
90
+ {
91
+ "epoch": 0.0004417985619456809,
92
+ "grad_norm": NaN,
93
+ "learning_rate": 0.0002,
94
+ "loss": 0.0,
95
+ "step": 10
96
+ },
97
+ {
98
+ "epoch": 0.0004417985619456809,
99
+ "eval_loss": NaN,
100
+ "eval_runtime": 1094.0578,
101
+ "eval_samples_per_second": 8.712,
102
+ "eval_steps_per_second": 4.356,
103
+ "step": 10
104
+ },
105
+ {
106
+ "epoch": 0.00048597841814024896,
107
+ "grad_norm": NaN,
108
+ "learning_rate": 0.0001996917333733128,
109
+ "loss": 0.0,
110
+ "step": 11
111
+ },
112
+ {
113
+ "epoch": 0.000530158274334817,
114
+ "grad_norm": NaN,
115
+ "learning_rate": 0.00019876883405951377,
116
+ "loss": 0.0,
117
+ "step": 12
118
+ },
119
+ {
120
+ "epoch": 0.0005743381305293851,
121
+ "grad_norm": NaN,
122
+ "learning_rate": 0.00019723699203976766,
123
+ "loss": 0.0,
124
+ "step": 13
125
+ },
126
+ {
127
+ "epoch": 0.0006185179867239533,
128
+ "grad_norm": NaN,
129
+ "learning_rate": 0.00019510565162951537,
130
+ "loss": 0.0,
131
+ "step": 14
132
+ },
133
+ {
134
+ "epoch": 0.0006626978429185213,
135
+ "grad_norm": NaN,
136
+ "learning_rate": 0.0001923879532511287,
137
+ "loss": 0.0,
138
+ "step": 15
139
+ },
140
+ {
141
+ "epoch": 0.0006626978429185213,
142
+ "eval_loss": NaN,
143
+ "eval_runtime": 1093.8834,
144
+ "eval_samples_per_second": 8.713,
145
+ "eval_steps_per_second": 4.357,
146
+ "step": 15
147
+ },
148
+ {
149
+ "epoch": 0.0007068776991130894,
150
+ "grad_norm": NaN,
151
+ "learning_rate": 0.0001891006524188368,
152
+ "loss": 0.0,
153
+ "step": 16
154
+ },
155
+ {
156
+ "epoch": 0.0007510575553076575,
157
+ "grad_norm": NaN,
158
+ "learning_rate": 0.00018526401643540922,
159
+ "loss": 0.0,
160
+ "step": 17
161
+ },
162
+ {
163
+ "epoch": 0.0007952374115022256,
164
+ "grad_norm": NaN,
165
+ "learning_rate": 0.00018090169943749476,
166
+ "loss": 0.0,
167
+ "step": 18
168
+ },
169
+ {
170
+ "epoch": 0.0008394172676967936,
171
+ "grad_norm": NaN,
172
+ "learning_rate": 0.0001760405965600031,
173
+ "loss": 0.0,
174
+ "step": 19
175
+ },
176
+ {
177
+ "epoch": 0.0008835971238913618,
178
+ "grad_norm": NaN,
179
+ "learning_rate": 0.00017071067811865476,
180
+ "loss": 0.0,
181
+ "step": 20
182
+ },
183
+ {
184
+ "epoch": 0.0008835971238913618,
185
+ "eval_loss": NaN,
186
+ "eval_runtime": 1093.9454,
187
+ "eval_samples_per_second": 8.713,
188
+ "eval_steps_per_second": 4.357,
189
+ "step": 20
190
+ },
191
+ {
192
+ "epoch": 0.0009277769800859298,
193
+ "grad_norm": NaN,
194
+ "learning_rate": 0.00016494480483301836,
195
+ "loss": 0.0,
196
+ "step": 21
197
+ },
198
+ {
199
+ "epoch": 0.0009719568362804979,
200
+ "grad_norm": NaN,
201
+ "learning_rate": 0.00015877852522924732,
202
+ "loss": 0.0,
203
+ "step": 22
204
+ },
205
+ {
206
+ "epoch": 0.001016136692475066,
207
+ "grad_norm": NaN,
208
+ "learning_rate": 0.0001522498564715949,
209
+ "loss": 0.0,
210
+ "step": 23
211
+ },
212
+ {
213
+ "epoch": 0.001060316548669634,
214
+ "grad_norm": NaN,
215
+ "learning_rate": 0.00014539904997395468,
216
+ "loss": 0.0,
217
+ "step": 24
218
+ },
219
+ {
220
+ "epoch": 0.0011044964048642022,
221
+ "grad_norm": NaN,
222
+ "learning_rate": 0.000138268343236509,
223
+ "loss": 0.0,
224
+ "step": 25
225
+ },
226
+ {
227
+ "epoch": 0.0011044964048642022,
228
+ "eval_loss": NaN,
229
+ "eval_runtime": 1094.057,
230
+ "eval_samples_per_second": 8.712,
231
+ "eval_steps_per_second": 4.356,
232
+ "step": 25
233
+ },
234
+ {
235
+ "epoch": 0.0011486762610587703,
236
+ "grad_norm": NaN,
237
+ "learning_rate": 0.00013090169943749476,
238
+ "loss": 0.0,
239
+ "step": 26
240
+ },
241
+ {
242
+ "epoch": 0.0011928561172533383,
243
+ "grad_norm": NaN,
244
+ "learning_rate": 0.00012334453638559057,
245
+ "loss": 0.0,
246
+ "step": 27
247
+ },
248
+ {
249
+ "epoch": 0.0012370359734479065,
250
+ "grad_norm": NaN,
251
+ "learning_rate": 0.0001156434465040231,
252
+ "loss": 0.0,
253
+ "step": 28
254
+ },
255
+ {
256
+ "epoch": 0.0012812158296424746,
257
+ "grad_norm": NaN,
258
+ "learning_rate": 0.0001078459095727845,
259
+ "loss": 0.0,
260
+ "step": 29
261
+ },
262
+ {
263
+ "epoch": 0.0013253956858370426,
264
+ "grad_norm": NaN,
265
+ "learning_rate": 0.0001,
266
+ "loss": 0.0,
267
+ "step": 30
268
+ },
269
+ {
270
+ "epoch": 0.0013253956858370426,
271
+ "eval_loss": NaN,
272
+ "eval_runtime": 1094.2673,
273
+ "eval_samples_per_second": 8.71,
274
+ "eval_steps_per_second": 4.355,
275
+ "step": 30
276
+ },
277
+ {
278
+ "epoch": 0.0013695755420316106,
279
+ "grad_norm": NaN,
280
+ "learning_rate": 9.215409042721552e-05,
281
+ "loss": 0.0,
282
+ "step": 31
283
+ },
284
+ {
285
+ "epoch": 0.0014137553982261789,
286
+ "grad_norm": NaN,
287
+ "learning_rate": 8.435655349597689e-05,
288
+ "loss": 0.0,
289
+ "step": 32
290
+ },
291
+ {
292
+ "epoch": 0.0014579352544207469,
293
+ "grad_norm": NaN,
294
+ "learning_rate": 7.66554636144095e-05,
295
+ "loss": 0.0,
296
+ "step": 33
297
+ },
298
+ {
299
+ "epoch": 0.001502115110615315,
300
+ "grad_norm": NaN,
301
+ "learning_rate": 6.909830056250527e-05,
302
+ "loss": 0.0,
303
+ "step": 34
304
+ },
305
+ {
306
+ "epoch": 0.001546294966809883,
307
+ "grad_norm": NaN,
308
+ "learning_rate": 6.173165676349103e-05,
309
+ "loss": 0.0,
310
+ "step": 35
311
+ },
312
+ {
313
+ "epoch": 0.001546294966809883,
314
+ "eval_loss": NaN,
315
+ "eval_runtime": 1094.3179,
316
+ "eval_samples_per_second": 8.71,
317
+ "eval_steps_per_second": 4.355,
318
+ "step": 35
319
+ },
320
+ {
321
+ "epoch": 0.0015904748230044512,
322
+ "grad_norm": NaN,
323
+ "learning_rate": 5.4600950026045326e-05,
324
+ "loss": 0.0,
325
+ "step": 36
326
+ },
327
+ {
328
+ "epoch": 0.0016346546791990192,
329
+ "grad_norm": NaN,
330
+ "learning_rate": 4.7750143528405126e-05,
331
+ "loss": 0.0,
332
+ "step": 37
333
+ },
334
+ {
335
+ "epoch": 0.0016788345353935872,
336
+ "grad_norm": NaN,
337
+ "learning_rate": 4.12214747707527e-05,
338
+ "loss": 0.0,
339
+ "step": 38
340
+ },
341
+ {
342
+ "epoch": 0.0017230143915881553,
343
+ "grad_norm": NaN,
344
+ "learning_rate": 3.5055195166981645e-05,
345
+ "loss": 0.0,
346
+ "step": 39
347
+ },
348
+ {
349
+ "epoch": 0.0017671942477827235,
350
+ "grad_norm": NaN,
351
+ "learning_rate": 2.9289321881345254e-05,
352
+ "loss": 0.0,
353
+ "step": 40
354
+ },
355
+ {
356
+ "epoch": 0.0017671942477827235,
357
+ "eval_loss": NaN,
358
+ "eval_runtime": 1093.9019,
359
+ "eval_samples_per_second": 8.713,
360
+ "eval_steps_per_second": 4.357,
361
+ "step": 40
362
+ },
363
+ {
364
+ "epoch": 0.0018113741039772915,
365
+ "grad_norm": NaN,
366
+ "learning_rate": 2.3959403439996907e-05,
367
+ "loss": 0.0,
368
+ "step": 41
369
+ },
370
+ {
371
+ "epoch": 0.0018555539601718596,
372
+ "grad_norm": NaN,
373
+ "learning_rate": 1.9098300562505266e-05,
374
+ "loss": 0.0,
375
+ "step": 42
376
+ },
377
+ {
378
+ "epoch": 0.0018997338163664278,
379
+ "grad_norm": NaN,
380
+ "learning_rate": 1.4735983564590783e-05,
381
+ "loss": 0.0,
382
+ "step": 43
383
+ },
384
+ {
385
+ "epoch": 0.0019439136725609958,
386
+ "grad_norm": NaN,
387
+ "learning_rate": 1.0899347581163221e-05,
388
+ "loss": 0.0,
389
+ "step": 44
390
+ },
391
+ {
392
+ "epoch": 0.001988093528755564,
393
+ "grad_norm": NaN,
394
+ "learning_rate": 7.612046748871327e-06,
395
+ "loss": 0.0,
396
+ "step": 45
397
+ },
398
+ {
399
+ "epoch": 0.001988093528755564,
400
+ "eval_loss": NaN,
401
+ "eval_runtime": 1093.957,
402
+ "eval_samples_per_second": 8.712,
403
+ "eval_steps_per_second": 4.357,
404
+ "step": 45
405
+ },
406
+ {
407
+ "epoch": 0.002032273384950132,
408
+ "grad_norm": NaN,
409
+ "learning_rate": 4.8943483704846475e-06,
410
+ "loss": 0.0,
411
+ "step": 46
412
+ },
413
+ {
414
+ "epoch": 0.0020764532411447,
415
+ "grad_norm": NaN,
416
+ "learning_rate": 2.7630079602323442e-06,
417
+ "loss": 0.0,
418
+ "step": 47
419
+ },
420
+ {
421
+ "epoch": 0.002120633097339268,
422
+ "grad_norm": NaN,
423
+ "learning_rate": 1.231165940486234e-06,
424
+ "loss": 0.0,
425
+ "step": 48
426
+ },
427
+ {
428
+ "epoch": 0.0021648129535338364,
429
+ "grad_norm": NaN,
430
+ "learning_rate": 3.0826662668720364e-07,
431
+ "loss": 0.0,
432
+ "step": 49
433
+ },
434
+ {
435
+ "epoch": 0.0022089928097284045,
436
+ "grad_norm": NaN,
437
+ "learning_rate": 0.0,
438
+ "loss": 0.0,
439
+ "step": 50
440
+ },
441
+ {
442
+ "epoch": 0.0022089928097284045,
443
+ "eval_loss": NaN,
444
+ "eval_runtime": 1093.9118,
445
+ "eval_samples_per_second": 8.713,
446
+ "eval_steps_per_second": 4.357,
447
+ "step": 50
448
+ }
449
+ ],
450
+ "logging_steps": 1,
451
+ "max_steps": 50,
452
+ "num_input_tokens_seen": 0,
453
+ "num_train_epochs": 1,
454
+ "save_steps": 70,
455
+ "stateful_callbacks": {
456
+ "TrainerControl": {
457
+ "args": {
458
+ "should_epoch_stop": false,
459
+ "should_evaluate": false,
460
+ "should_log": false,
461
+ "should_save": true,
462
+ "should_training_stop": true
463
+ },
464
+ "attributes": {}
465
+ }
466
+ },
467
+ "total_flos": 1.64316422602752e+16,
468
+ "train_batch_size": 2,
469
+ "trial_name": null,
470
+ "trial_params": null
471
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:347de81066c13688da7df626c0c03065623c9651ba4902c36b6ed9fe8bfa1888
3
+ size 6712