natsu0wu commited on
Commit
ddcac57
·
verified ·
1 Parent(s): 4ae2b14

Upload folder using huggingface_hub

Browse files
adapter_config.json CHANGED
@@ -20,9 +20,9 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "up_proj",
24
  "o_proj",
25
  "down_proj",
 
26
  "gate_proj",
27
  "Wqkv"
28
  ],
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "o_proj",
24
  "down_proj",
25
+ "up_proj",
26
  "gate_proj",
27
  "Wqkv"
28
  ],
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8cc369bd50d6638a1cb511201fa2a7311eb09eaba9474129b6038722ccf333b1
3
  size 681596224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2d43d47b46d25c72215b5d4ffd66d7a49c408c465c4eee0e1c6a5dac531ca3e
3
  size 681596224
phi_sft/checkpoint-145/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3-medium-4k-instruct
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
phi_sft/checkpoint-145/adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/Phi-3-medium-4k-instruct",
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": 128,
14
+ "lora_dropout": 0.1,
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
+ "o_proj",
24
+ "down_proj",
25
+ "up_proj",
26
+ "gate_proj",
27
+ "Wqkv"
28
+ ],
29
+ "task_type": "CAUSAL_LM",
30
+ "use_dora": false,
31
+ "use_rslora": false
32
+ }
phi_sft/checkpoint-145/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2d43d47b46d25c72215b5d4ffd66d7a49c408c465c4eee0e1c6a5dac531ca3e
3
+ size 681596224
phi_sft/checkpoint-145/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4256f4dc1f8083ce55dddc28c2a9d755483c4736b6c7bba72b6b4c6d208bad43
3
+ size 346305466
phi_sft/checkpoint-145/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9137a602b56427676d11fe56428e1e8af945cbad348e7ff2829e615c339c495
3
+ size 14244
phi_sft/checkpoint-145/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee838dfba322d506fceea33abd86a87dabc113c9164438a0ebd2f9eb277c4896
3
+ size 1064
phi_sft/checkpoint-145/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": "<|endoftext|>",
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
+ }
phi_sft/checkpoint-145/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
phi_sft/checkpoint-145/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": "{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
121
+ "clean_up_tokenization_spaces": false,
122
+ "eos_token": "<|endoftext|>",
123
+ "legacy": false,
124
+ "model_max_length": 4096,
125
+ "pad_token": "<|endoftext|>",
126
+ "padding_side": "left",
127
+ "sp_model_kwargs": {},
128
+ "tokenizer_class": "LlamaTokenizer",
129
+ "unk_token": "<unk>",
130
+ "use_default_system_prompt": false
131
+ }
phi_sft/checkpoint-145/trainer_state.json ADDED
@@ -0,0 +1,1048 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 145,
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.034482758620689655,
13
+ "grad_norm": 0.18263371288776398,
14
+ "learning_rate": 2.0000000000000003e-06,
15
+ "loss": 1.1722,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.06896551724137931,
20
+ "grad_norm": 0.14676940441131592,
21
+ "learning_rate": 4.000000000000001e-06,
22
+ "loss": 1.1382,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.10344827586206896,
27
+ "grad_norm": 0.15175683796405792,
28
+ "learning_rate": 6e-06,
29
+ "loss": 1.0623,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.13793103448275862,
34
+ "grad_norm": 0.22508814930915833,
35
+ "learning_rate": 8.000000000000001e-06,
36
+ "loss": 1.0764,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.1724137931034483,
41
+ "grad_norm": 0.23835930228233337,
42
+ "learning_rate": 1e-05,
43
+ "loss": 1.1267,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.20689655172413793,
48
+ "grad_norm": 0.4437412917613983,
49
+ "learning_rate": 1.2e-05,
50
+ "loss": 1.0839,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.2413793103448276,
55
+ "grad_norm": 0.22235934436321259,
56
+ "learning_rate": 1.4e-05,
57
+ "loss": 1.0636,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.27586206896551724,
62
+ "grad_norm": 0.19867576658725739,
63
+ "learning_rate": 1.6000000000000003e-05,
64
+ "loss": 1.3298,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.3103448275862069,
69
+ "grad_norm": 0.24894282221794128,
70
+ "learning_rate": 1.8e-05,
71
+ "loss": 1.2449,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.3448275862068966,
76
+ "grad_norm": 0.14895613491535187,
77
+ "learning_rate": 2e-05,
78
+ "loss": 1.0393,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.3793103448275862,
83
+ "grad_norm": 0.1951148360967636,
84
+ "learning_rate": 1.999729241179462e-05,
85
+ "loss": 0.9705,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.41379310344827586,
90
+ "grad_norm": 0.24513274431228638,
91
+ "learning_rate": 1.998917111338525e-05,
92
+ "loss": 1.0221,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.4482758620689655,
97
+ "grad_norm": 0.37853339314460754,
98
+ "learning_rate": 1.9975640502598243e-05,
99
+ "loss": 1.0526,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.4827586206896552,
104
+ "grad_norm": 0.25096696615219116,
105
+ "learning_rate": 1.9956707906498046e-05,
106
+ "loss": 1.0337,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.5172413793103449,
111
+ "grad_norm": 0.32762548327445984,
112
+ "learning_rate": 1.9932383577419432e-05,
113
+ "loss": 1.1386,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.5517241379310345,
118
+ "grad_norm": 0.2336706519126892,
119
+ "learning_rate": 1.9902680687415704e-05,
120
+ "loss": 1.0962,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.5862068965517241,
125
+ "grad_norm": 0.25260019302368164,
126
+ "learning_rate": 1.9867615321125796e-05,
127
+ "loss": 1.0128,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.6206896551724138,
132
+ "grad_norm": 0.208200603723526,
133
+ "learning_rate": 1.9827206467064133e-05,
134
+ "loss": 1.1418,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.6551724137931034,
139
+ "grad_norm": 0.24314813315868378,
140
+ "learning_rate": 1.9781476007338058e-05,
141
+ "loss": 1.0557,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.6896551724137931,
146
+ "grad_norm": 0.2378815859556198,
147
+ "learning_rate": 1.973044870579824e-05,
148
+ "loss": 0.9015,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.7241379310344828,
153
+ "grad_norm": 0.4887104332447052,
154
+ "learning_rate": 1.967415219462864e-05,
155
+ "loss": 1.1282,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.7586206896551724,
160
+ "grad_norm": 0.26686033606529236,
161
+ "learning_rate": 1.961261695938319e-05,
162
+ "loss": 1.0028,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.7931034482758621,
167
+ "grad_norm": 0.20646223425865173,
168
+ "learning_rate": 1.954587632247732e-05,
169
+ "loss": 1.0274,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.8275862068965517,
174
+ "grad_norm": 0.26502159237861633,
175
+ "learning_rate": 1.9473966425143292e-05,
176
+ "loss": 1.1362,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.8620689655172413,
181
+ "grad_norm": 0.23833607137203217,
182
+ "learning_rate": 1.9396926207859085e-05,
183
+ "loss": 0.9086,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.896551724137931,
188
+ "grad_norm": 0.24085558950901031,
189
+ "learning_rate": 1.9314797389261426e-05,
190
+ "loss": 0.9698,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.9310344827586207,
195
+ "grad_norm": 0.188435897231102,
196
+ "learning_rate": 1.9227624443554425e-05,
197
+ "loss": 1.0137,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.9655172413793104,
202
+ "grad_norm": 0.22470542788505554,
203
+ "learning_rate": 1.913545457642601e-05,
204
+ "loss": 0.9346,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 1.0,
209
+ "grad_norm": 0.3263242840766907,
210
+ "learning_rate": 1.9038337699485207e-05,
211
+ "loss": 0.948,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 1.0344827586206897,
216
+ "grad_norm": 0.257449746131897,
217
+ "learning_rate": 1.8936326403234125e-05,
218
+ "loss": 0.9209,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 1.0689655172413792,
223
+ "grad_norm": 0.21045814454555511,
224
+ "learning_rate": 1.8829475928589272e-05,
225
+ "loss": 0.9512,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 1.103448275862069,
230
+ "grad_norm": 0.2047726809978485,
231
+ "learning_rate": 1.8717844136967626e-05,
232
+ "loss": 1.0788,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 1.1379310344827587,
237
+ "grad_norm": 0.22279374301433563,
238
+ "learning_rate": 1.860149147895366e-05,
239
+ "loss": 0.8921,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 1.1724137931034484,
244
+ "grad_norm": 0.24843072891235352,
245
+ "learning_rate": 1.848048096156426e-05,
246
+ "loss": 0.9741,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 1.206896551724138,
251
+ "grad_norm": 0.25808510184288025,
252
+ "learning_rate": 1.8354878114129368e-05,
253
+ "loss": 1.0236,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 1.2413793103448276,
258
+ "grad_norm": 0.2522240877151489,
259
+ "learning_rate": 1.8224750952806626e-05,
260
+ "loss": 0.8968,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 1.2758620689655173,
265
+ "grad_norm": 0.19142690300941467,
266
+ "learning_rate": 1.8090169943749477e-05,
267
+ "loss": 0.8529,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 1.3103448275862069,
272
+ "grad_norm": 0.21294455230236053,
273
+ "learning_rate": 1.795120796494848e-05,
274
+ "loss": 0.857,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 1.3448275862068966,
279
+ "grad_norm": 0.22687983512878418,
280
+ "learning_rate": 1.7807940266766595e-05,
281
+ "loss": 0.8623,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 1.3793103448275863,
286
+ "grad_norm": 0.3414287269115448,
287
+ "learning_rate": 1.766044443118978e-05,
288
+ "loss": 1.0595,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 1.4137931034482758,
293
+ "grad_norm": 0.23636585474014282,
294
+ "learning_rate": 1.7508800329814993e-05,
295
+ "loss": 0.8035,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 1.4482758620689655,
300
+ "grad_norm": 0.20115771889686584,
301
+ "learning_rate": 1.735309008059829e-05,
302
+ "loss": 0.8461,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 1.4827586206896552,
307
+ "grad_norm": 0.24040541052818298,
308
+ "learning_rate": 1.7193398003386514e-05,
309
+ "loss": 0.8927,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 1.5172413793103448,
314
+ "grad_norm": 0.24060678482055664,
315
+ "learning_rate": 1.702981057425662e-05,
316
+ "loss": 0.9177,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 1.5517241379310345,
321
+ "grad_norm": 0.20893888175487518,
322
+ "learning_rate": 1.686241637868734e-05,
323
+ "loss": 0.9427,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 1.5862068965517242,
328
+ "grad_norm": 0.2027370184659958,
329
+ "learning_rate": 1.6691306063588583e-05,
330
+ "loss": 1.0462,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 1.6206896551724137,
335
+ "grad_norm": 0.23139198124408722,
336
+ "learning_rate": 1.6516572288214555e-05,
337
+ "loss": 0.9829,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 1.6551724137931034,
342
+ "grad_norm": 0.20256613194942474,
343
+ "learning_rate": 1.63383096739871e-05,
344
+ "loss": 0.9218,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 1.6896551724137931,
349
+ "grad_norm": 0.26435062289237976,
350
+ "learning_rate": 1.6156614753256583e-05,
351
+ "loss": 0.9617,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 1.7241379310344827,
356
+ "grad_norm": 0.2765027582645416,
357
+ "learning_rate": 1.5971585917027864e-05,
358
+ "loss": 0.9572,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 1.7586206896551724,
363
+ "grad_norm": 0.5229343175888062,
364
+ "learning_rate": 1.5783323361679865e-05,
365
+ "loss": 0.9205,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 1.793103448275862,
370
+ "grad_norm": 0.2305651754140854,
371
+ "learning_rate": 1.5591929034707468e-05,
372
+ "loss": 0.9161,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 1.8275862068965516,
377
+ "grad_norm": 0.2311047613620758,
378
+ "learning_rate": 1.539750657951513e-05,
379
+ "loss": 0.847,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 1.8620689655172413,
384
+ "grad_norm": 0.21977312862873077,
385
+ "learning_rate": 1.5200161279292154e-05,
386
+ "loss": 0.8169,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 1.896551724137931,
391
+ "grad_norm": 0.22656522691249847,
392
+ "learning_rate": 1.5000000000000002e-05,
393
+ "loss": 0.9383,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 1.9310344827586206,
398
+ "grad_norm": 0.2748524844646454,
399
+ "learning_rate": 1.4797131132502464e-05,
400
+ "loss": 1.0618,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 1.9655172413793105,
405
+ "grad_norm": 0.22263024747371674,
406
+ "learning_rate": 1.4591664533870118e-05,
407
+ "loss": 0.9597,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 2.0,
412
+ "grad_norm": 0.3616458773612976,
413
+ "learning_rate": 1.4383711467890776e-05,
414
+ "loss": 0.9062,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 2.0344827586206895,
419
+ "grad_norm": 0.2252507507801056,
420
+ "learning_rate": 1.417338454481818e-05,
421
+ "loss": 0.9398,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 2.0689655172413794,
426
+ "grad_norm": 0.2219877392053604,
427
+ "learning_rate": 1.396079766039157e-05,
428
+ "loss": 0.8734,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 2.103448275862069,
433
+ "grad_norm": 0.2383543848991394,
434
+ "learning_rate": 1.3746065934159123e-05,
435
+ "loss": 0.9004,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 2.1379310344827585,
440
+ "grad_norm": 0.21969589591026306,
441
+ "learning_rate": 1.3529305647138689e-05,
442
+ "loss": 0.8606,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 2.1724137931034484,
447
+ "grad_norm": 0.22909048199653625,
448
+ "learning_rate": 1.3310634178849583e-05,
449
+ "loss": 0.8885,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 2.206896551724138,
454
+ "grad_norm": 0.25766170024871826,
455
+ "learning_rate": 1.3090169943749475e-05,
456
+ "loss": 0.7432,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 2.2413793103448274,
461
+ "grad_norm": 0.23315741121768951,
462
+ "learning_rate": 1.2868032327110904e-05,
463
+ "loss": 0.9039,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 2.2758620689655173,
468
+ "grad_norm": 0.26347848773002625,
469
+ "learning_rate": 1.2644341620372025e-05,
470
+ "loss": 0.8992,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 2.310344827586207,
475
+ "grad_norm": 0.26184648275375366,
476
+ "learning_rate": 1.2419218955996677e-05,
477
+ "loss": 0.8213,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 2.344827586206897,
482
+ "grad_norm": 0.2565184533596039,
483
+ "learning_rate": 1.2192786241879033e-05,
484
+ "loss": 1.0208,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 2.3793103448275863,
489
+ "grad_norm": 0.2696502208709717,
490
+ "learning_rate": 1.1965166095328302e-05,
491
+ "loss": 0.8618,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 2.413793103448276,
496
+ "grad_norm": 0.22688528895378113,
497
+ "learning_rate": 1.1736481776669307e-05,
498
+ "loss": 0.9013,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 2.4482758620689653,
503
+ "grad_norm": 0.2907235622406006,
504
+ "learning_rate": 1.1506857122494832e-05,
505
+ "loss": 0.8826,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 2.4827586206896552,
510
+ "grad_norm": 0.2706524431705475,
511
+ "learning_rate": 1.127641647860595e-05,
512
+ "loss": 0.8441,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 2.5172413793103448,
517
+ "grad_norm": 0.37649792432785034,
518
+ "learning_rate": 1.1045284632676535e-05,
519
+ "loss": 0.9164,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 2.5517241379310347,
524
+ "grad_norm": 0.271186888217926,
525
+ "learning_rate": 1.0813586746678584e-05,
526
+ "loss": 0.764,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 2.586206896551724,
531
+ "grad_norm": 0.2484758198261261,
532
+ "learning_rate": 1.0581448289104759e-05,
533
+ "loss": 0.8553,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 2.6206896551724137,
538
+ "grad_norm": 0.34356212615966797,
539
+ "learning_rate": 1.0348994967025012e-05,
540
+ "loss": 0.7467,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 2.655172413793103,
545
+ "grad_norm": 0.2672325074672699,
546
+ "learning_rate": 1.0116352658013973e-05,
547
+ "loss": 0.7631,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 2.689655172413793,
552
+ "grad_norm": 0.2786653935909271,
553
+ "learning_rate": 9.883647341986032e-06,
554
+ "loss": 1.01,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 2.7241379310344827,
559
+ "grad_norm": 0.241670161485672,
560
+ "learning_rate": 9.651005032974994e-06,
561
+ "loss": 0.908,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 2.7586206896551726,
566
+ "grad_norm": 0.2924453020095825,
567
+ "learning_rate": 9.418551710895243e-06,
568
+ "loss": 0.873,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 2.793103448275862,
573
+ "grad_norm": 0.29062798619270325,
574
+ "learning_rate": 9.18641325332142e-06,
575
+ "loss": 1.1795,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 2.8275862068965516,
580
+ "grad_norm": 0.26050105690956116,
581
+ "learning_rate": 8.954715367323468e-06,
582
+ "loss": 0.7916,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 2.862068965517241,
587
+ "grad_norm": 0.23967131972312927,
588
+ "learning_rate": 8.723583521394054e-06,
589
+ "loss": 0.9865,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 2.896551724137931,
594
+ "grad_norm": 0.2599307596683502,
595
+ "learning_rate": 8.49314287750517e-06,
596
+ "loss": 1.0798,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 2.9310344827586206,
601
+ "grad_norm": 0.3155495524406433,
602
+ "learning_rate": 8.263518223330698e-06,
603
+ "loss": 0.8233,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 2.9655172413793105,
608
+ "grad_norm": 0.24418021738529205,
609
+ "learning_rate": 8.034833904671698e-06,
610
+ "loss": 0.752,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 3.0,
615
+ "grad_norm": 0.32657715678215027,
616
+ "learning_rate": 7.807213758120965e-06,
617
+ "loss": 0.7967,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 3.0344827586206895,
622
+ "grad_norm": 0.23531968891620636,
623
+ "learning_rate": 7.580781044003324e-06,
624
+ "loss": 0.8511,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 3.0689655172413794,
629
+ "grad_norm": 0.26011955738067627,
630
+ "learning_rate": 7.355658379627981e-06,
631
+ "loss": 0.7617,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 3.103448275862069,
636
+ "grad_norm": 0.2797260880470276,
637
+ "learning_rate": 7.131967672889101e-06,
638
+ "loss": 0.932,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 3.1379310344827585,
643
+ "grad_norm": 0.2513308525085449,
644
+ "learning_rate": 6.909830056250527e-06,
645
+ "loss": 0.9837,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 3.1724137931034484,
650
+ "grad_norm": 0.31923943758010864,
651
+ "learning_rate": 6.689365821150421e-06,
652
+ "loss": 0.8026,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 3.206896551724138,
657
+ "grad_norm": 0.2611626982688904,
658
+ "learning_rate": 6.4706943528613135e-06,
659
+ "loss": 0.8217,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 3.2413793103448274,
664
+ "grad_norm": 0.24943020939826965,
665
+ "learning_rate": 6.25393406584088e-06,
666
+ "loss": 0.7969,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 3.2758620689655173,
671
+ "grad_norm": 0.22827626764774323,
672
+ "learning_rate": 6.039202339608432e-06,
673
+ "loss": 0.6983,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 3.310344827586207,
678
+ "grad_norm": 0.28360244631767273,
679
+ "learning_rate": 5.8266154551818225e-06,
680
+ "loss": 0.8632,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 3.344827586206897,
685
+ "grad_norm": 0.26782166957855225,
686
+ "learning_rate": 5.616288532109225e-06,
687
+ "loss": 0.9549,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 3.3793103448275863,
692
+ "grad_norm": 0.24422940611839294,
693
+ "learning_rate": 5.4083354661298816e-06,
694
+ "loss": 0.7525,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 3.413793103448276,
699
+ "grad_norm": 0.30532753467559814,
700
+ "learning_rate": 5.202868867497542e-06,
701
+ "loss": 0.8082,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 3.4482758620689653,
706
+ "grad_norm": 0.2639884054660797,
707
+ "learning_rate": 5.000000000000003e-06,
708
+ "loss": 0.7849,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 3.4827586206896552,
713
+ "grad_norm": 0.3023616075515747,
714
+ "learning_rate": 4.799838720707847e-06,
715
+ "loss": 0.7912,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 3.5172413793103448,
720
+ "grad_norm": 0.2704639732837677,
721
+ "learning_rate": 4.6024934204848745e-06,
722
+ "loss": 0.8371,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 3.5517241379310347,
727
+ "grad_norm": 0.2659608721733093,
728
+ "learning_rate": 4.408070965292534e-06,
729
+ "loss": 0.8002,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 3.586206896551724,
734
+ "grad_norm": 0.4289320409297943,
735
+ "learning_rate": 4.216676638320135e-06,
736
+ "loss": 0.8571,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 3.6206896551724137,
741
+ "grad_norm": 0.28088241815567017,
742
+ "learning_rate": 4.028414082972141e-06,
743
+ "loss": 0.9002,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 3.655172413793103,
748
+ "grad_norm": 0.24444082379341125,
749
+ "learning_rate": 3.8433852467434175e-06,
750
+ "loss": 0.7742,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 3.689655172413793,
755
+ "grad_norm": 0.33060815930366516,
756
+ "learning_rate": 3.661690326012897e-06,
757
+ "loss": 0.8304,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 3.7241379310344827,
762
+ "grad_norm": 0.30594876408576965,
763
+ "learning_rate": 3.483427711785449e-06,
764
+ "loss": 0.9203,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 3.7586206896551726,
769
+ "grad_norm": 0.26667875051498413,
770
+ "learning_rate": 3.308693936411421e-06,
771
+ "loss": 0.913,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 3.793103448275862,
776
+ "grad_norm": 0.28447291254997253,
777
+ "learning_rate": 3.1375836213126653e-06,
778
+ "loss": 0.8509,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 3.8275862068965516,
783
+ "grad_norm": 0.24133624136447906,
784
+ "learning_rate": 2.970189425743383e-06,
785
+ "loss": 0.9497,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 3.862068965517241,
790
+ "grad_norm": 0.2903217077255249,
791
+ "learning_rate": 2.8066019966134907e-06,
792
+ "loss": 1.0794,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 3.896551724137931,
797
+ "grad_norm": 0.3111764192581177,
798
+ "learning_rate": 2.6469099194017144e-06,
799
+ "loss": 0.9053,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 3.9310344827586206,
804
+ "grad_norm": 0.24572409689426422,
805
+ "learning_rate": 2.4911996701850083e-06,
806
+ "loss": 0.8585,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 3.9655172413793105,
811
+ "grad_norm": 0.3079777657985687,
812
+ "learning_rate": 2.339555568810221e-06,
813
+ "loss": 1.0361,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 4.0,
818
+ "grad_norm": 0.37165409326553345,
819
+ "learning_rate": 2.192059733233408e-06,
820
+ "loss": 0.8723,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 4.0344827586206895,
825
+ "grad_norm": 0.26258090138435364,
826
+ "learning_rate": 2.048792035051521e-06,
827
+ "loss": 0.9485,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 4.068965517241379,
832
+ "grad_norm": 0.30095139145851135,
833
+ "learning_rate": 1.9098300562505266e-06,
834
+ "loss": 0.8825,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 4.103448275862069,
839
+ "grad_norm": 0.26902303099632263,
840
+ "learning_rate": 1.7752490471933769e-06,
841
+ "loss": 0.8113,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 4.137931034482759,
846
+ "grad_norm": 0.31948816776275635,
847
+ "learning_rate": 1.6451218858706374e-06,
848
+ "loss": 0.7612,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 4.172413793103448,
853
+ "grad_norm": 0.24395278096199036,
854
+ "learning_rate": 1.5195190384357405e-06,
855
+ "loss": 0.811,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 4.206896551724138,
860
+ "grad_norm": 0.2477354109287262,
861
+ "learning_rate": 1.3985085210463479e-06,
862
+ "loss": 0.8972,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 4.241379310344827,
867
+ "grad_norm": 0.2926355004310608,
868
+ "learning_rate": 1.282155863032377e-06,
869
+ "loss": 0.8915,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 4.275862068965517,
874
+ "grad_norm": 0.2731974720954895,
875
+ "learning_rate": 1.1705240714107301e-06,
876
+ "loss": 0.6849,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 4.310344827586207,
881
+ "grad_norm": 0.2553686201572418,
882
+ "learning_rate": 1.0636735967658785e-06,
883
+ "loss": 0.8023,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 4.344827586206897,
888
+ "grad_norm": 0.2760959267616272,
889
+ "learning_rate": 9.616623005147952e-07,
890
+ "loss": 0.8025,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 4.379310344827586,
895
+ "grad_norm": 0.3258477747440338,
896
+ "learning_rate": 8.645454235739903e-07,
897
+ "loss": 0.824,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 4.413793103448276,
902
+ "grad_norm": 0.26479798555374146,
903
+ "learning_rate": 7.723755564455771e-07,
904
+ "loss": 0.91,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 4.448275862068965,
909
+ "grad_norm": 0.25864148139953613,
910
+ "learning_rate": 6.852026107385756e-07,
911
+ "loss": 0.8891,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 4.482758620689655,
916
+ "grad_norm": 0.25734126567840576,
917
+ "learning_rate": 6.030737921409169e-07,
918
+ "loss": 0.7896,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 4.517241379310345,
923
+ "grad_norm": 0.26618000864982605,
924
+ "learning_rate": 5.26033574856708e-07,
925
+ "loss": 0.8261,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 4.551724137931035,
930
+ "grad_norm": 0.27741914987564087,
931
+ "learning_rate": 4.5412367752268094e-07,
932
+ "loss": 0.7687,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 4.586206896551724,
937
+ "grad_norm": 0.37320151925086975,
938
+ "learning_rate": 3.8738304061681107e-07,
939
+ "loss": 1.101,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 4.620689655172414,
944
+ "grad_norm": 0.2821623384952545,
945
+ "learning_rate": 3.2584780537136206e-07,
946
+ "loss": 0.8905,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 4.655172413793103,
951
+ "grad_norm": 0.2923290729522705,
952
+ "learning_rate": 2.6955129420176193e-07,
953
+ "loss": 0.958,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 4.689655172413794,
958
+ "grad_norm": 0.2523677945137024,
959
+ "learning_rate": 2.1852399266194312e-07,
960
+ "loss": 0.7831,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 4.724137931034483,
965
+ "grad_norm": 0.26920151710510254,
966
+ "learning_rate": 1.7279353293586765e-07,
967
+ "loss": 0.7747,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 4.758620689655173,
972
+ "grad_norm": 0.25129997730255127,
973
+ "learning_rate": 1.323846788742078e-07,
974
+ "loss": 0.7621,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 4.793103448275862,
979
+ "grad_norm": 0.2483283281326294,
980
+ "learning_rate": 9.731931258429638e-08,
981
+ "loss": 0.8085,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 4.827586206896552,
986
+ "grad_norm": 0.24231112003326416,
987
+ "learning_rate": 6.761642258056977e-08,
988
+ "loss": 0.8761,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 4.862068965517241,
993
+ "grad_norm": 0.2538662254810333,
994
+ "learning_rate": 4.329209350195651e-08,
995
+ "loss": 0.944,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 4.896551724137931,
1000
+ "grad_norm": 0.28175920248031616,
1001
+ "learning_rate": 2.4359497401758026e-08,
1002
+ "loss": 0.8917,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 4.931034482758621,
1007
+ "grad_norm": 0.28999796509742737,
1008
+ "learning_rate": 1.0828886614754342e-08,
1009
+ "loss": 0.804,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 4.9655172413793105,
1014
+ "grad_norm": 0.2674841284751892,
1015
+ "learning_rate": 2.7075882053828605e-09,
1016
+ "loss": 0.9698,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 5.0,
1021
+ "grad_norm": 0.37377139925956726,
1022
+ "learning_rate": 0.0,
1023
+ "loss": 0.813,
1024
+ "step": 145
1025
+ }
1026
+ ],
1027
+ "logging_steps": 1,
1028
+ "max_steps": 145,
1029
+ "num_input_tokens_seen": 0,
1030
+ "num_train_epochs": 5,
1031
+ "save_steps": 500,
1032
+ "stateful_callbacks": {
1033
+ "TrainerControl": {
1034
+ "args": {
1035
+ "should_epoch_stop": false,
1036
+ "should_evaluate": false,
1037
+ "should_log": false,
1038
+ "should_save": true,
1039
+ "should_training_stop": true
1040
+ },
1041
+ "attributes": {}
1042
+ }
1043
+ },
1044
+ "total_flos": 7.5619687486464e+16,
1045
+ "train_batch_size": 8,
1046
+ "trial_name": null,
1047
+ "trial_params": null
1048
+ }
phi_sft/checkpoint-145/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6a6acde7c9c646707b9822328c2133636a7e7784d24cdb1e849387e4d2d708e
3
+ size 5432
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd8a63b1846ede38a9473a4010be006301fe7f7e3d7f796f9b1fd0416a2bfadc
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6a6acde7c9c646707b9822328c2133636a7e7784d24cdb1e849387e4d2d708e
3
  size 5432