arbinMichael commited on
Commit
9e48d5e
·
verified ·
1 Parent(s): 75dc6ff

Upload 13 files

Browse files
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/phi-3-medium-4k-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.12.0
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-medium-4k-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": 16,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "k_proj",
25
+ "down_proj",
26
+ "v_proj",
27
+ "gate_proj",
28
+ "up_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef4a48a9e3651fb2a33c268dc10ee9d8f3af662e1ee6d45b47ccac069082cc67
3
+ size 262219392
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
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4fc0a22aa273b7a6c52487b900acaf323d9ed7bb84fe5df71f1895fd46e08c1
3
+ size 131942996
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c05a1bb48a74f4f427bfae4fabb389d710b55715e4838c289c5bc6a59c103e4c
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a60c7d771c1fd156acee762fba03c724cb41829a3f71df370ecd1d20b134982
3
+ size 1064
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": 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
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
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": false,
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": "{% for message in messages %}{% if message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
121
+ "clean_up_tokenization_spaces": false,
122
+ "eos_token": "<|endoftext|>",
123
+ "legacy": false,
124
+ "model_max_length": 4096,
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
+ }
trainer_state.json ADDED
@@ -0,0 +1,733 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 80.0,
5
+ "eval_steps": 500,
6
+ "global_step": 100,
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.8,
13
+ "grad_norm": 0.19112393260002136,
14
+ "learning_rate": 2.857142857142857e-05,
15
+ "loss": 1.258,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 1.6,
20
+ "grad_norm": 0.22035102546215057,
21
+ "learning_rate": 5.714285714285714e-05,
22
+ "loss": 1.4862,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 2.4,
27
+ "grad_norm": 0.1868797093629837,
28
+ "learning_rate": 8.571428571428571e-05,
29
+ "loss": 1.1615,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 3.2,
34
+ "grad_norm": 0.21939030289649963,
35
+ "learning_rate": 0.00011428571428571428,
36
+ "loss": 1.2374,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 4.0,
41
+ "grad_norm": 0.300101637840271,
42
+ "learning_rate": 0.00014285714285714287,
43
+ "loss": 1.5311,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 4.8,
48
+ "grad_norm": 0.36734649538993835,
49
+ "learning_rate": 0.00017142857142857143,
50
+ "loss": 1.3291,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 5.6,
55
+ "grad_norm": 0.32768917083740234,
56
+ "learning_rate": 0.0002,
57
+ "loss": 1.1584,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 6.4,
62
+ "grad_norm": 0.5160196423530579,
63
+ "learning_rate": 0.00019784946236559142,
64
+ "loss": 1.3315,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 7.2,
69
+ "grad_norm": 0.21470555663108826,
70
+ "learning_rate": 0.0001956989247311828,
71
+ "loss": 0.7039,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 8.0,
76
+ "grad_norm": 0.36922088265419006,
77
+ "learning_rate": 0.00019354838709677422,
78
+ "loss": 1.0535,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 8.8,
83
+ "grad_norm": 0.34553757309913635,
84
+ "learning_rate": 0.0001913978494623656,
85
+ "loss": 0.7557,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 9.6,
90
+ "grad_norm": 0.8218473792076111,
91
+ "learning_rate": 0.000189247311827957,
92
+ "loss": 0.915,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 10.4,
97
+ "grad_norm": 0.19179506599903107,
98
+ "learning_rate": 0.0001870967741935484,
99
+ "loss": 0.4637,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 11.2,
104
+ "grad_norm": 0.25152501463890076,
105
+ "learning_rate": 0.00018494623655913978,
106
+ "loss": 0.5699,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 12.0,
111
+ "grad_norm": 0.2666938304901123,
112
+ "learning_rate": 0.0001827956989247312,
113
+ "loss": 0.5765,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 12.8,
118
+ "grad_norm": 0.22220765054225922,
119
+ "learning_rate": 0.00018064516129032257,
120
+ "loss": 0.4589,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 13.6,
125
+ "grad_norm": 0.22124633193016052,
126
+ "learning_rate": 0.00017849462365591398,
127
+ "loss": 0.5251,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 14.4,
132
+ "grad_norm": 0.18004488945007324,
133
+ "learning_rate": 0.0001763440860215054,
134
+ "loss": 0.3745,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 15.2,
139
+ "grad_norm": 0.17500567436218262,
140
+ "learning_rate": 0.00017419354838709678,
141
+ "loss": 0.3414,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 16.0,
146
+ "grad_norm": 0.21916472911834717,
147
+ "learning_rate": 0.0001720430107526882,
148
+ "loss": 0.3959,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 16.8,
153
+ "grad_norm": 0.23270182311534882,
154
+ "learning_rate": 0.00016989247311827957,
155
+ "loss": 0.3104,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 17.6,
160
+ "grad_norm": 0.3092079162597656,
161
+ "learning_rate": 0.00016774193548387098,
162
+ "loss": 0.3215,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 18.4,
167
+ "grad_norm": 0.27041715383529663,
168
+ "learning_rate": 0.0001655913978494624,
169
+ "loss": 0.2244,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 19.2,
174
+ "grad_norm": 0.3036593198776245,
175
+ "learning_rate": 0.00016344086021505378,
176
+ "loss": 0.2492,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 20.0,
181
+ "grad_norm": 0.25133511424064636,
182
+ "learning_rate": 0.00016129032258064516,
183
+ "loss": 0.1733,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 20.8,
188
+ "grad_norm": 0.22519220411777496,
189
+ "learning_rate": 0.00015913978494623657,
190
+ "loss": 0.1444,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 21.6,
195
+ "grad_norm": 0.4399205148220062,
196
+ "learning_rate": 0.00015698924731182796,
197
+ "loss": 0.1221,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 22.4,
202
+ "grad_norm": 0.3637382686138153,
203
+ "learning_rate": 0.00015483870967741937,
204
+ "loss": 0.1055,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 23.2,
209
+ "grad_norm": 0.36955785751342773,
210
+ "learning_rate": 0.00015268817204301075,
211
+ "loss": 0.068,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 24.0,
216
+ "grad_norm": 0.7627295255661011,
217
+ "learning_rate": 0.00015053763440860216,
218
+ "loss": 0.0689,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 24.8,
223
+ "grad_norm": 0.16507157683372498,
224
+ "learning_rate": 0.00014838709677419355,
225
+ "loss": 0.0482,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 25.6,
230
+ "grad_norm": 0.23467229306697845,
231
+ "learning_rate": 0.00014623655913978496,
232
+ "loss": 0.0317,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 26.4,
237
+ "grad_norm": 0.13561402261257172,
238
+ "learning_rate": 0.00014408602150537637,
239
+ "loss": 0.0293,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 27.2,
244
+ "grad_norm": 0.17790749669075012,
245
+ "learning_rate": 0.00014193548387096775,
246
+ "loss": 0.0282,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 28.0,
251
+ "grad_norm": 0.24078549444675446,
252
+ "learning_rate": 0.00013978494623655916,
253
+ "loss": 0.0167,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 28.8,
258
+ "grad_norm": 0.15411370992660522,
259
+ "learning_rate": 0.00013763440860215055,
260
+ "loss": 0.0152,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 29.6,
265
+ "grad_norm": 0.11153895407915115,
266
+ "learning_rate": 0.00013548387096774193,
267
+ "loss": 0.0126,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 30.4,
272
+ "grad_norm": 0.20012152194976807,
273
+ "learning_rate": 0.00013333333333333334,
274
+ "loss": 0.012,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 31.2,
279
+ "grad_norm": 0.15093949437141418,
280
+ "learning_rate": 0.00013118279569892472,
281
+ "loss": 0.0127,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 32.0,
286
+ "grad_norm": 0.0803963765501976,
287
+ "learning_rate": 0.00012903225806451613,
288
+ "loss": 0.0086,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 32.8,
293
+ "grad_norm": 0.036438949406147,
294
+ "learning_rate": 0.00012688172043010752,
295
+ "loss": 0.0068,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 33.6,
300
+ "grad_norm": 0.1063300296664238,
301
+ "learning_rate": 0.00012473118279569893,
302
+ "loss": 0.0084,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 34.4,
307
+ "grad_norm": 0.06543727219104767,
308
+ "learning_rate": 0.00012258064516129034,
309
+ "loss": 0.0072,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 35.2,
314
+ "grad_norm": 0.040057223290205,
315
+ "learning_rate": 0.00012043010752688172,
316
+ "loss": 0.0071,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 36.0,
321
+ "grad_norm": 0.03660134598612785,
322
+ "learning_rate": 0.00011827956989247313,
323
+ "loss": 0.0067,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 36.8,
328
+ "grad_norm": 0.03747409209609032,
329
+ "learning_rate": 0.00011612903225806453,
330
+ "loss": 0.0063,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 37.6,
335
+ "grad_norm": 0.027792207896709442,
336
+ "learning_rate": 0.00011397849462365593,
337
+ "loss": 0.0075,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 38.4,
342
+ "grad_norm": 0.04993543401360512,
343
+ "learning_rate": 0.00011182795698924731,
344
+ "loss": 0.0062,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 39.2,
349
+ "grad_norm": 0.045758508145809174,
350
+ "learning_rate": 0.00010967741935483871,
351
+ "loss": 0.005,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 40.0,
356
+ "grad_norm": 0.034359417855739594,
357
+ "learning_rate": 0.00010752688172043011,
358
+ "loss": 0.0065,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 40.8,
363
+ "grad_norm": 0.05479728803038597,
364
+ "learning_rate": 0.0001053763440860215,
365
+ "loss": 0.0065,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 41.6,
370
+ "grad_norm": 0.0569564513862133,
371
+ "learning_rate": 0.0001032258064516129,
372
+ "loss": 0.0046,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 42.4,
377
+ "grad_norm": 0.08149953931570053,
378
+ "learning_rate": 0.0001010752688172043,
379
+ "loss": 0.0075,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 43.2,
384
+ "grad_norm": 0.0535600371658802,
385
+ "learning_rate": 9.892473118279571e-05,
386
+ "loss": 0.006,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 44.0,
391
+ "grad_norm": 0.03628645837306976,
392
+ "learning_rate": 9.677419354838711e-05,
393
+ "loss": 0.0053,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 44.8,
398
+ "grad_norm": 0.041962940245866776,
399
+ "learning_rate": 9.46236559139785e-05,
400
+ "loss": 0.0061,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 45.6,
405
+ "grad_norm": 0.04776445031166077,
406
+ "learning_rate": 9.247311827956989e-05,
407
+ "loss": 0.006,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 46.4,
412
+ "grad_norm": 0.023789523169398308,
413
+ "learning_rate": 9.032258064516129e-05,
414
+ "loss": 0.005,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 47.2,
419
+ "grad_norm": 0.0335339717566967,
420
+ "learning_rate": 8.81720430107527e-05,
421
+ "loss": 0.0057,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 48.0,
426
+ "grad_norm": 0.03245672583580017,
427
+ "learning_rate": 8.60215053763441e-05,
428
+ "loss": 0.0056,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 48.8,
433
+ "grad_norm": 0.028289852663874626,
434
+ "learning_rate": 8.387096774193549e-05,
435
+ "loss": 0.0048,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 49.6,
440
+ "grad_norm": 0.04517865180969238,
441
+ "learning_rate": 8.172043010752689e-05,
442
+ "loss": 0.0063,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 50.4,
447
+ "grad_norm": 0.043193262070417404,
448
+ "learning_rate": 7.956989247311829e-05,
449
+ "loss": 0.0047,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 51.2,
454
+ "grad_norm": 0.06147604435682297,
455
+ "learning_rate": 7.741935483870968e-05,
456
+ "loss": 0.0062,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 52.0,
461
+ "grad_norm": 0.034953437745571136,
462
+ "learning_rate": 7.526881720430108e-05,
463
+ "loss": 0.0055,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 52.8,
468
+ "grad_norm": 0.01926315762102604,
469
+ "learning_rate": 7.311827956989248e-05,
470
+ "loss": 0.006,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 53.6,
475
+ "grad_norm": 0.0263168103992939,
476
+ "learning_rate": 7.096774193548388e-05,
477
+ "loss": 0.0046,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 54.4,
482
+ "grad_norm": 0.03226535767316818,
483
+ "learning_rate": 6.881720430107527e-05,
484
+ "loss": 0.0057,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 55.2,
489
+ "grad_norm": 0.02902308478951454,
490
+ "learning_rate": 6.666666666666667e-05,
491
+ "loss": 0.0049,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 56.0,
496
+ "grad_norm": 0.03194282203912735,
497
+ "learning_rate": 6.451612903225807e-05,
498
+ "loss": 0.0056,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 56.8,
503
+ "grad_norm": 0.02228965424001217,
504
+ "learning_rate": 6.236559139784946e-05,
505
+ "loss": 0.0052,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 57.6,
510
+ "grad_norm": 0.07022465765476227,
511
+ "learning_rate": 6.021505376344086e-05,
512
+ "loss": 0.0054,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 58.4,
517
+ "grad_norm": 0.040501758456230164,
518
+ "learning_rate": 5.8064516129032266e-05,
519
+ "loss": 0.0054,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 59.2,
524
+ "grad_norm": 0.02831866778433323,
525
+ "learning_rate": 5.5913978494623656e-05,
526
+ "loss": 0.005,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 60.0,
531
+ "grad_norm": 0.021730881184339523,
532
+ "learning_rate": 5.3763440860215054e-05,
533
+ "loss": 0.0058,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 60.8,
538
+ "grad_norm": 0.026638410985469818,
539
+ "learning_rate": 5.161290322580645e-05,
540
+ "loss": 0.0052,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 61.6,
545
+ "grad_norm": 0.033660661429166794,
546
+ "learning_rate": 4.9462365591397855e-05,
547
+ "loss": 0.0053,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 62.4,
552
+ "grad_norm": 0.03768754005432129,
553
+ "learning_rate": 4.731182795698925e-05,
554
+ "loss": 0.0062,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 63.2,
559
+ "grad_norm": 0.02653289958834648,
560
+ "learning_rate": 4.516129032258064e-05,
561
+ "loss": 0.0051,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 64.0,
566
+ "grad_norm": 0.030516313388943672,
567
+ "learning_rate": 4.301075268817205e-05,
568
+ "loss": 0.0047,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 64.8,
573
+ "grad_norm": 0.01978660374879837,
574
+ "learning_rate": 4.0860215053763444e-05,
575
+ "loss": 0.0058,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 65.6,
580
+ "grad_norm": 0.04382181912660599,
581
+ "learning_rate": 3.870967741935484e-05,
582
+ "loss": 0.0047,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 66.4,
587
+ "grad_norm": 0.03583133593201637,
588
+ "learning_rate": 3.655913978494624e-05,
589
+ "loss": 0.0055,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 67.2,
594
+ "grad_norm": 0.024245208129286766,
595
+ "learning_rate": 3.4408602150537636e-05,
596
+ "loss": 0.0047,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 68.0,
601
+ "grad_norm": 0.018355444073677063,
602
+ "learning_rate": 3.2258064516129034e-05,
603
+ "loss": 0.0057,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 68.8,
608
+ "grad_norm": 0.016613131389021873,
609
+ "learning_rate": 3.010752688172043e-05,
610
+ "loss": 0.0053,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 69.6,
615
+ "grad_norm": 0.030019283294677734,
616
+ "learning_rate": 2.7956989247311828e-05,
617
+ "loss": 0.0044,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 70.4,
622
+ "grad_norm": 0.03529616445302963,
623
+ "learning_rate": 2.5806451612903226e-05,
624
+ "loss": 0.0064,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 71.2,
629
+ "grad_norm": 0.0599469393491745,
630
+ "learning_rate": 2.3655913978494626e-05,
631
+ "loss": 0.0059,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 72.0,
636
+ "grad_norm": 0.026897842064499855,
637
+ "learning_rate": 2.1505376344086024e-05,
638
+ "loss": 0.0048,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 72.8,
643
+ "grad_norm": 0.041727662086486816,
644
+ "learning_rate": 1.935483870967742e-05,
645
+ "loss": 0.005,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 73.6,
650
+ "grad_norm": 0.05422442406415939,
651
+ "learning_rate": 1.7204301075268818e-05,
652
+ "loss": 0.0061,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 74.4,
657
+ "grad_norm": 0.02461910806596279,
658
+ "learning_rate": 1.5053763440860215e-05,
659
+ "loss": 0.0045,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 75.2,
664
+ "grad_norm": 0.030875274911522865,
665
+ "learning_rate": 1.2903225806451613e-05,
666
+ "loss": 0.0057,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 76.0,
671
+ "grad_norm": 0.01852886937558651,
672
+ "learning_rate": 1.0752688172043012e-05,
673
+ "loss": 0.0044,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 76.8,
678
+ "grad_norm": 0.025288186967372894,
679
+ "learning_rate": 8.602150537634409e-06,
680
+ "loss": 0.0061,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 77.6,
685
+ "grad_norm": 0.024943077936768532,
686
+ "learning_rate": 6.451612903225806e-06,
687
+ "loss": 0.0043,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 78.4,
692
+ "grad_norm": 0.027488090097904205,
693
+ "learning_rate": 4.3010752688172045e-06,
694
+ "loss": 0.0051,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 79.2,
699
+ "grad_norm": 0.020602310076355934,
700
+ "learning_rate": 2.1505376344086023e-06,
701
+ "loss": 0.0059,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 80.0,
706
+ "grad_norm": 0.022517595440149307,
707
+ "learning_rate": 0.0,
708
+ "loss": 0.0059,
709
+ "step": 100
710
+ }
711
+ ],
712
+ "logging_steps": 1,
713
+ "max_steps": 100,
714
+ "num_input_tokens_seen": 0,
715
+ "num_train_epochs": 100,
716
+ "save_steps": 500,
717
+ "stateful_callbacks": {
718
+ "TrainerControl": {
719
+ "args": {
720
+ "should_epoch_stop": false,
721
+ "should_evaluate": false,
722
+ "should_log": false,
723
+ "should_save": true,
724
+ "should_training_stop": true
725
+ },
726
+ "attributes": {}
727
+ }
728
+ },
729
+ "total_flos": 4.78205460086784e+16,
730
+ "train_batch_size": 2,
731
+ "trial_name": null,
732
+ "trial_params": null
733
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50637ac803c68c021245c732592f669baf306b89b539b39c77ea049b7f21bac6
3
+ size 5112