CooperW commited on
Commit
8e292e3
1 Parent(s): 5ca26f1

Training in progress, step 50, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Phi-3.5-mini-instruct-bnb-4bit
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.0
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/Phi-3.5-mini-instruct-bnb-4bit",
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": 8,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 128,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "k_proj",
25
+ "down_proj",
26
+ "o_proj",
27
+ "v_proj",
28
+ "gate_proj",
29
+ "up_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": true
34
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df5e8f19285789390f518cd5c2ee6d18c6b4079c83217593f13cb6312b900641
3
+ size 956362232
last-checkpoint/added_tokens.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|assistant|>": 32001,
3
+ "<|endoftext|>": 32000,
4
+ "<|end|>": 32007,
5
+ "<|placeholder1|>": 32002,
6
+ "<|placeholder2|>": 32003,
7
+ "<|placeholder3|>": 32004,
8
+ "<|placeholder4|>": 32005,
9
+ "<|placeholder5|>": 32008,
10
+ "<|placeholder6|>": 32009,
11
+ "<|system|>": 32006,
12
+ "<|user|>": 32010
13
+ }
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe3c1155940699321c9319f31ff481eb14d2a068276d35c6ad4bd1d8ece41f38
3
+ size 486148756
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4c917636c7a58af68a29056522a757e9f9b99005b776641aa157c536967817d
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8eccac390378b22aeb148c260b00bec01d948946d8363d5282899af673e0e86
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": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|placeholder6|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": true,
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.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
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": true,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32000": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<|assistant|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": true,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
+ "content": "<|placeholder1|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": true,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "32003": {
55
+ "content": "<|placeholder2|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": true,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "32004": {
63
+ "content": "<|placeholder3|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": true,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "32005": {
71
+ "content": "<|placeholder4|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": true,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "32006": {
79
+ "content": "<|system|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": true,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "32007": {
87
+ "content": "<|end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": true,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "32008": {
95
+ "content": "<|placeholder5|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": true,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "32009": {
103
+ "content": "<|placeholder6|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": true,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "32010": {
111
+ "content": "<|user|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": true,
115
+ "single_word": false,
116
+ "special": true
117
+ }
118
+ },
119
+ "bos_token": "<s>",
120
+ "chat_template": "{% if 'role' in messages[0] %}{% for message in messages %}{% if message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% else %}{{'<|' + message['role'] + '|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% endif %}{% else %}{% for message in messages %}{% if message['from'] == 'human' %}{{'<|user|>\n' + message['value'] + '<|end|>\n'}}{% elif message['from'] == 'gpt' %}{{'<|assistant|>\n' + message['value'] + '<|end|>\n'}}{% else %}{{'<|' + message['from'] + '|>\n' + message['value'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% endif %}{% endif %}",
121
+ "clean_up_tokenization_spaces": false,
122
+ "eos_token": "<|endoftext|>",
123
+ "legacy": false,
124
+ "model_max_length": 131072,
125
+ "pad_token": "<|placeholder6|>",
126
+ "padding_side": "right",
127
+ "sp_model_kwargs": {},
128
+ "tokenizer_class": "LlamaTokenizer",
129
+ "unk_token": "<unk>",
130
+ "use_default_system_prompt": false
131
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,383 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.03790570954750059,
5
+ "eval_steps": 500,
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": 0.0007581141909500118,
13
+ "grad_norm": 1.77621328830719,
14
+ "learning_rate": 2e-05,
15
+ "loss": 1.4596,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0015162283819000236,
20
+ "grad_norm": 1.7604256868362427,
21
+ "learning_rate": 4e-05,
22
+ "loss": 1.4375,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.0022743425728500356,
27
+ "grad_norm": 0.8544202446937561,
28
+ "learning_rate": 6e-05,
29
+ "loss": 1.3992,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.0030324567638000473,
34
+ "grad_norm": 0.7290700078010559,
35
+ "learning_rate": 8e-05,
36
+ "loss": 1.2861,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.0037905709547500594,
41
+ "grad_norm": 0.6216087341308594,
42
+ "learning_rate": 0.0001,
43
+ "loss": 1.1906,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.004548685145700071,
48
+ "grad_norm": 0.6320084929466248,
49
+ "learning_rate": 0.00012,
50
+ "loss": 1.0423,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.005306799336650083,
55
+ "grad_norm": 0.620789110660553,
56
+ "learning_rate": 0.00014,
57
+ "loss": 0.8656,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.006064913527600095,
62
+ "grad_norm": 0.509087085723877,
63
+ "learning_rate": 0.00016,
64
+ "loss": 0.6594,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.006823027718550106,
69
+ "grad_norm": 1.0617144107818604,
70
+ "learning_rate": 0.00018,
71
+ "loss": 0.5612,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.007581141909500119,
76
+ "grad_norm": 0.43339547514915466,
77
+ "learning_rate": 0.0002,
78
+ "loss": 0.3805,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.00833925610045013,
83
+ "grad_norm": 0.4575250744819641,
84
+ "learning_rate": 0.0001999390827019096,
85
+ "loss": 0.3066,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.009097370291400142,
90
+ "grad_norm": 0.3520224392414093,
91
+ "learning_rate": 0.00019975640502598244,
92
+ "loss": 0.2506,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.009855484482350154,
97
+ "grad_norm": 0.13390159606933594,
98
+ "learning_rate": 0.00019945218953682734,
99
+ "loss": 0.2106,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.010613598673300166,
104
+ "grad_norm": 0.13238006830215454,
105
+ "learning_rate": 0.00019902680687415705,
106
+ "loss": 0.2027,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.011371712864250177,
111
+ "grad_norm": 0.1745949536561966,
112
+ "learning_rate": 0.00019848077530122083,
113
+ "loss": 0.178,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.01212982705520019,
118
+ "grad_norm": 0.1583506315946579,
119
+ "learning_rate": 0.00019781476007338058,
120
+ "loss": 0.1865,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.012887941246150201,
125
+ "grad_norm": 0.10310098528862,
126
+ "learning_rate": 0.00019702957262759965,
127
+ "loss": 0.1722,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.013646055437100213,
132
+ "grad_norm": 0.08868539333343506,
133
+ "learning_rate": 0.0001961261695938319,
134
+ "loss": 0.1685,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.014404169628050224,
139
+ "grad_norm": 0.06325000524520874,
140
+ "learning_rate": 0.00019510565162951537,
141
+ "loss": 0.1596,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.015162283819000238,
146
+ "grad_norm": 0.07059483975172043,
147
+ "learning_rate": 0.00019396926207859084,
148
+ "loss": 0.1617,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.015920398009950248,
153
+ "grad_norm": 0.067365363240242,
154
+ "learning_rate": 0.00019271838545667876,
155
+ "loss": 0.1517,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.01667851220090026,
160
+ "grad_norm": 0.07025124877691269,
161
+ "learning_rate": 0.0001913545457642601,
162
+ "loss": 0.1639,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.01743662639185027,
167
+ "grad_norm": 0.06402155756950378,
168
+ "learning_rate": 0.0001898794046299167,
169
+ "loss": 0.1505,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.018194740582800285,
174
+ "grad_norm": 0.074811652302742,
175
+ "learning_rate": 0.00018829475928589271,
176
+ "loss": 0.1481,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.018952854773750295,
181
+ "grad_norm": 0.07151901721954346,
182
+ "learning_rate": 0.00018660254037844388,
183
+ "loss": 0.1595,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.019710968964700308,
188
+ "grad_norm": 0.06124258041381836,
189
+ "learning_rate": 0.0001848048096156426,
190
+ "loss": 0.146,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.02046908315565032,
195
+ "grad_norm": 0.06529385596513748,
196
+ "learning_rate": 0.00018290375725550417,
197
+ "loss": 0.1358,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.02122719734660033,
202
+ "grad_norm": 0.060589537024497986,
203
+ "learning_rate": 0.00018090169943749476,
204
+ "loss": 0.1424,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.021985311537550345,
209
+ "grad_norm": 0.06462966650724411,
210
+ "learning_rate": 0.00017880107536067218,
211
+ "loss": 0.1393,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.022743425728500355,
216
+ "grad_norm": 0.06316369026899338,
217
+ "learning_rate": 0.0001766044443118978,
218
+ "loss": 0.1221,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.02350153991945037,
223
+ "grad_norm": 0.06809717416763306,
224
+ "learning_rate": 0.00017431448254773944,
225
+ "loss": 0.1295,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.02425965411040038,
230
+ "grad_norm": 0.055948369204998016,
231
+ "learning_rate": 0.0001719339800338651,
232
+ "loss": 0.1316,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.025017768301350392,
237
+ "grad_norm": 0.06291463971138,
238
+ "learning_rate": 0.00016946583704589973,
239
+ "loss": 0.113,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.025775882492300402,
244
+ "grad_norm": 0.06223299354314804,
245
+ "learning_rate": 0.00016691306063588583,
246
+ "loss": 0.1208,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.026533996683250415,
251
+ "grad_norm": 0.06080786883831024,
252
+ "learning_rate": 0.00016427876096865394,
253
+ "loss": 0.1167,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.027292110874200425,
258
+ "grad_norm": 0.052656594663858414,
259
+ "learning_rate": 0.0001615661475325658,
260
+ "loss": 0.1205,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.02805022506515044,
265
+ "grad_norm": 0.05521203577518463,
266
+ "learning_rate": 0.00015877852522924732,
267
+ "loss": 0.1292,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.02880833925610045,
272
+ "grad_norm": 0.0701892152428627,
273
+ "learning_rate": 0.0001559192903470747,
274
+ "loss": 0.1186,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.029566453447050462,
279
+ "grad_norm": 0.06418278068304062,
280
+ "learning_rate": 0.0001529919264233205,
281
+ "loss": 0.1193,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.030324567638000476,
286
+ "grad_norm": 0.0714295357465744,
287
+ "learning_rate": 0.00015000000000000001,
288
+ "loss": 0.1225,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.031082681828950486,
293
+ "grad_norm": 0.05452275648713112,
294
+ "learning_rate": 0.00014694715627858908,
295
+ "loss": 0.1093,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.031840796019900496,
300
+ "grad_norm": 0.08698414266109467,
301
+ "learning_rate": 0.00014383711467890774,
302
+ "loss": 0.1107,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.03259891021085051,
307
+ "grad_norm": 0.07267863303422928,
308
+ "learning_rate": 0.00014067366430758004,
309
+ "loss": 0.1195,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.03335702440180052,
314
+ "grad_norm": 0.07162914425134659,
315
+ "learning_rate": 0.00013746065934159123,
316
+ "loss": 0.1146,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.03411513859275053,
321
+ "grad_norm": 0.05877028778195381,
322
+ "learning_rate": 0.00013420201433256689,
323
+ "loss": 0.1096,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.03487325278370054,
328
+ "grad_norm": 0.0560929961502552,
329
+ "learning_rate": 0.00013090169943749476,
330
+ "loss": 0.1202,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.03563136697465056,
335
+ "grad_norm": 0.07029124349355698,
336
+ "learning_rate": 0.0001275637355816999,
337
+ "loss": 0.1029,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.03638948116560057,
342
+ "grad_norm": 0.043535735458135605,
343
+ "learning_rate": 0.00012419218955996676,
344
+ "loss": 0.1079,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.03714759535655058,
349
+ "grad_norm": 0.05880381911993027,
350
+ "learning_rate": 0.00012079116908177593,
351
+ "loss": 0.1223,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.03790570954750059,
356
+ "grad_norm": 0.05926327407360077,
357
+ "learning_rate": 0.00011736481776669306,
358
+ "loss": 0.116,
359
+ "step": 50
360
+ }
361
+ ],
362
+ "logging_steps": 1,
363
+ "max_steps": 100,
364
+ "num_input_tokens_seen": 0,
365
+ "num_train_epochs": 1,
366
+ "save_steps": 50,
367
+ "stateful_callbacks": {
368
+ "TrainerControl": {
369
+ "args": {
370
+ "should_epoch_stop": false,
371
+ "should_evaluate": false,
372
+ "should_log": false,
373
+ "should_save": true,
374
+ "should_training_stop": false
375
+ },
376
+ "attributes": {}
377
+ }
378
+ },
379
+ "total_flos": 5.812811709692314e+16,
380
+ "train_batch_size": 8,
381
+ "trial_name": null,
382
+ "trial_params": null
383
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5110871bf27e1eb9cb1c40fd359dc06a761c4bf91a3fe0c2f398c34e4707d5dc
3
+ size 5496