bethrezen commited on
Commit
e3f3ab5
·
verified ·
1 Parent(s): 393f1f3

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-3-12b-it
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.15.2
adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-3-12b-it",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": null,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 256,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": [
22
+ "lm_head",
23
+ "embed_tokens"
24
+ ],
25
+ "peft_type": "LORA",
26
+ "r": 256,
27
+ "rank_pattern": {},
28
+ "revision": null,
29
+ "target_modules": [
30
+ "q_proj",
31
+ "v_proj",
32
+ "o_proj",
33
+ "down_proj",
34
+ "k_proj",
35
+ "up_proj",
36
+ "gate_proj"
37
+ ],
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_dora": false,
41
+ "use_rslora": false
42
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8deab998fe56b392da785dc09ae9da4ea00ea6e236d2f10571d065cacbcb380c
3
+ size 6218252616
added_tokens.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 262152,
3
+ "</tool_call>": 262145,
4
+ "</tool_response>": 262146,
5
+ "</tools>": 262147,
6
+ "<image_soft_token>": 262144,
7
+ "<think>": 262151,
8
+ "<tool_call>": 262148,
9
+ "<tool_response>": 262149,
10
+ "<tools>": 262150
11
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de7941ab450184385f24f8b9583192eeb15a1ec965529705dc24d5018af2e190
3
+ size 33386076
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
trainer_state.json ADDED
@@ -0,0 +1,1218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 168,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.005952380952380952,
14
+ "grad_norm": 9.777442932128906,
15
+ "learning_rate": 0.0,
16
+ "loss": 1.0466,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.011904761904761904,
21
+ "grad_norm": 9.990398406982422,
22
+ "learning_rate": 6.060606060606061e-06,
23
+ "loss": 1.0202,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.017857142857142856,
28
+ "grad_norm": 4.0702080726623535,
29
+ "learning_rate": 1.2121212121212122e-05,
30
+ "loss": 1.0372,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.023809523809523808,
35
+ "grad_norm": 3.9334001541137695,
36
+ "learning_rate": 1.8181818181818182e-05,
37
+ "loss": 0.9981,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.02976190476190476,
42
+ "grad_norm": 1.597848653793335,
43
+ "learning_rate": 2.4242424242424244e-05,
44
+ "loss": 0.8703,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.03571428571428571,
49
+ "grad_norm": 1.0396702289581299,
50
+ "learning_rate": 3.0303030303030306e-05,
51
+ "loss": 0.8549,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.041666666666666664,
56
+ "grad_norm": 1.0887113809585571,
57
+ "learning_rate": 3.6363636363636364e-05,
58
+ "loss": 0.8365,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.047619047619047616,
63
+ "grad_norm": 0.7733088731765747,
64
+ "learning_rate": 4.242424242424243e-05,
65
+ "loss": 0.8323,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.05357142857142857,
70
+ "grad_norm": 1.1227962970733643,
71
+ "learning_rate": 4.848484848484849e-05,
72
+ "loss": 0.789,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.05952380952380952,
77
+ "grad_norm": 0.44949159026145935,
78
+ "learning_rate": 5.4545454545454546e-05,
79
+ "loss": 0.7831,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.06547619047619048,
84
+ "grad_norm": 0.5854464173316956,
85
+ "learning_rate": 6.060606060606061e-05,
86
+ "loss": 0.7654,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.07142857142857142,
91
+ "grad_norm": 0.8678174018859863,
92
+ "learning_rate": 6.666666666666667e-05,
93
+ "loss": 0.7826,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.07738095238095238,
98
+ "grad_norm": 0.35696980357170105,
99
+ "learning_rate": 7.272727272727273e-05,
100
+ "loss": 0.7699,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.08333333333333333,
105
+ "grad_norm": 0.25360599160194397,
106
+ "learning_rate": 7.878787878787879e-05,
107
+ "loss": 0.7555,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.08928571428571429,
112
+ "grad_norm": 0.2302754670381546,
113
+ "learning_rate": 8.484848484848486e-05,
114
+ "loss": 0.7574,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.09523809523809523,
119
+ "grad_norm": 0.25597596168518066,
120
+ "learning_rate": 9.090909090909092e-05,
121
+ "loss": 0.7647,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.10119047619047619,
126
+ "grad_norm": 0.22872565686702728,
127
+ "learning_rate": 9.696969696969698e-05,
128
+ "loss": 0.729,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.10714285714285714,
133
+ "grad_norm": 0.1873745173215866,
134
+ "learning_rate": 0.00010303030303030303,
135
+ "loss": 0.714,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.1130952380952381,
140
+ "grad_norm": 0.18152189254760742,
141
+ "learning_rate": 0.00010909090909090909,
142
+ "loss": 0.754,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.11904761904761904,
147
+ "grad_norm": 0.21586984395980835,
148
+ "learning_rate": 0.00011515151515151516,
149
+ "loss": 0.7352,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.125,
154
+ "grad_norm": 0.2593728303909302,
155
+ "learning_rate": 0.00012121212121212122,
156
+ "loss": 0.7023,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.13095238095238096,
161
+ "grad_norm": 0.17135585844516754,
162
+ "learning_rate": 0.00012727272727272728,
163
+ "loss": 0.7272,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.13690476190476192,
168
+ "grad_norm": 0.1786317229270935,
169
+ "learning_rate": 0.00013333333333333334,
170
+ "loss": 0.7325,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.14285714285714285,
175
+ "grad_norm": 0.1994478851556778,
176
+ "learning_rate": 0.0001393939393939394,
177
+ "loss": 0.735,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.1488095238095238,
182
+ "grad_norm": 0.16063907742500305,
183
+ "learning_rate": 0.00014545454545454546,
184
+ "loss": 0.7135,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.15476190476190477,
189
+ "grad_norm": 0.15729865431785583,
190
+ "learning_rate": 0.00015151515151515152,
191
+ "loss": 0.7008,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.16071428571428573,
196
+ "grad_norm": 0.13310623168945312,
197
+ "learning_rate": 0.00015757575757575757,
198
+ "loss": 0.7205,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.16666666666666666,
203
+ "grad_norm": 0.17777495086193085,
204
+ "learning_rate": 0.00016363636363636366,
205
+ "loss": 0.7139,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.17261904761904762,
210
+ "grad_norm": 0.1588098555803299,
211
+ "learning_rate": 0.00016969696969696972,
212
+ "loss": 0.7084,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.17857142857142858,
217
+ "grad_norm": 0.22337716817855835,
218
+ "learning_rate": 0.00017575757575757578,
219
+ "loss": 0.716,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.18452380952380953,
224
+ "grad_norm": 0.1471233069896698,
225
+ "learning_rate": 0.00018181818181818183,
226
+ "loss": 0.6875,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.19047619047619047,
231
+ "grad_norm": 0.26265543699264526,
232
+ "learning_rate": 0.0001878787878787879,
233
+ "loss": 0.7153,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.19642857142857142,
238
+ "grad_norm": 0.1488102227449417,
239
+ "learning_rate": 0.00019393939393939395,
240
+ "loss": 0.7085,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.20238095238095238,
245
+ "grad_norm": 0.13356836140155792,
246
+ "learning_rate": 0.0002,
247
+ "loss": 0.6814,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.20833333333333334,
252
+ "grad_norm": 0.15331007540225983,
253
+ "learning_rate": 0.00019999462497359466,
254
+ "loss": 0.6977,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.21428571428571427,
259
+ "grad_norm": 0.13369083404541016,
260
+ "learning_rate": 0.0001999785004721968,
261
+ "loss": 0.6935,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.22023809523809523,
266
+ "grad_norm": 0.1226360872387886,
267
+ "learning_rate": 0.00019995162822919883,
268
+ "loss": 0.6949,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.2261904761904762,
273
+ "grad_norm": 0.13010923564434052,
274
+ "learning_rate": 0.00019991401113338104,
275
+ "loss": 0.6961,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.23214285714285715,
280
+ "grad_norm": 0.1279260516166687,
281
+ "learning_rate": 0.00019986565322860115,
282
+ "loss": 0.7031,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.23809523809523808,
287
+ "grad_norm": 0.13481521606445312,
288
+ "learning_rate": 0.00019980655971335945,
289
+ "loss": 0.7104,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.24404761904761904,
294
+ "grad_norm": 0.12825317680835724,
295
+ "learning_rate": 0.00019973673694024,
296
+ "loss": 0.6988,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.25,
301
+ "grad_norm": 0.12685425579547882,
302
+ "learning_rate": 0.0001996561924152278,
303
+ "loss": 0.6881,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.25595238095238093,
308
+ "grad_norm": 0.12878207862377167,
309
+ "learning_rate": 0.0001995649347969019,
310
+ "loss": 0.7119,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.2619047619047619,
315
+ "grad_norm": 0.14662198722362518,
316
+ "learning_rate": 0.00019946297389550433,
317
+ "loss": 0.6934,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.26785714285714285,
322
+ "grad_norm": 0.12851360440254211,
323
+ "learning_rate": 0.0001993503206718859,
324
+ "loss": 0.6927,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.27380952380952384,
329
+ "grad_norm": 0.12815622985363007,
330
+ "learning_rate": 0.00019922698723632767,
331
+ "loss": 0.6959,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.27976190476190477,
336
+ "grad_norm": 0.13864649832248688,
337
+ "learning_rate": 0.00019909298684723904,
338
+ "loss": 0.6948,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.2857142857142857,
343
+ "grad_norm": 0.13679292798042297,
344
+ "learning_rate": 0.00019894833390973266,
345
+ "loss": 0.6738,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.2916666666666667,
350
+ "grad_norm": 0.13636942207813263,
351
+ "learning_rate": 0.0001987930439740757,
352
+ "loss": 0.6801,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.2976190476190476,
357
+ "grad_norm": 0.1284656971693039,
358
+ "learning_rate": 0.0001986271337340182,
359
+ "loss": 0.6966,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.30357142857142855,
364
+ "grad_norm": 0.14213284850120544,
365
+ "learning_rate": 0.0001984506210249986,
366
+ "loss": 0.7011,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.30952380952380953,
371
+ "grad_norm": 0.1259792149066925,
372
+ "learning_rate": 0.00019826352482222638,
373
+ "loss": 0.6949,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.31547619047619047,
378
+ "grad_norm": 0.14440137147903442,
379
+ "learning_rate": 0.0001980658652386421,
380
+ "loss": 0.6697,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.32142857142857145,
385
+ "grad_norm": 0.13951236009597778,
386
+ "learning_rate": 0.00019785766352275542,
387
+ "loss": 0.6847,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.3273809523809524,
392
+ "grad_norm": 0.14412100613117218,
393
+ "learning_rate": 0.00019763894205636072,
394
+ "loss": 0.6996,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.3333333333333333,
399
+ "grad_norm": 0.1487567126750946,
400
+ "learning_rate": 0.00019740972435213115,
401
+ "loss": 0.6855,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.3392857142857143,
406
+ "grad_norm": 0.1544160693883896,
407
+ "learning_rate": 0.00019717003505109095,
408
+ "loss": 0.6944,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.34523809523809523,
413
+ "grad_norm": NaN,
414
+ "learning_rate": 0.00019691989991996663,
415
+ "loss": 0.6903,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.35119047619047616,
420
+ "grad_norm": 0.16976267099380493,
421
+ "learning_rate": 0.00019665934584841682,
422
+ "loss": 0.6904,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.35714285714285715,
427
+ "grad_norm": 0.9541064500808716,
428
+ "learning_rate": 0.00019638840084614182,
429
+ "loss": 0.7448,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.3630952380952381,
434
+ "grad_norm": NaN,
435
+ "learning_rate": 0.00019610709403987246,
436
+ "loss": 0.7507,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.36904761904761907,
441
+ "grad_norm": NaN,
442
+ "learning_rate": 0.000195815455670239,
443
+ "loss": 0.7467,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.375,
448
+ "grad_norm": 0.7270437479019165,
449
+ "learning_rate": 0.0001955135170885202,
450
+ "loss": 0.7404,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.38095238095238093,
455
+ "grad_norm": NaN,
456
+ "learning_rate": 0.00019520131075327298,
457
+ "loss": 0.7636,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.3869047619047619,
462
+ "grad_norm": 0.9643076658248901,
463
+ "learning_rate": 0.00019487887022684336,
464
+ "loss": 0.7888,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.39285714285714285,
469
+ "grad_norm": 0.6570881605148315,
470
+ "learning_rate": 0.00019454623017175812,
471
+ "loss": 0.7447,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.39880952380952384,
476
+ "grad_norm": NaN,
477
+ "learning_rate": 0.0001942034263469989,
478
+ "loss": 0.6974,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.40476190476190477,
483
+ "grad_norm": 0.27752581238746643,
484
+ "learning_rate": 0.00019385049560415794,
485
+ "loss": 0.7294,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.4107142857142857,
490
+ "grad_norm": NaN,
491
+ "learning_rate": 0.00019348747588347637,
492
+ "loss": 0.7808,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.4166666666666667,
497
+ "grad_norm": NaN,
498
+ "learning_rate": 0.00019311440620976597,
499
+ "loss": 0.7768,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.4226190476190476,
504
+ "grad_norm": NaN,
505
+ "learning_rate": 0.00019273132668821364,
506
+ "loss": 0.7695,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.42857142857142855,
511
+ "grad_norm": 0.7289093136787415,
512
+ "learning_rate": 0.00019233827850007027,
513
+ "loss": 0.7551,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.43452380952380953,
518
+ "grad_norm": NaN,
519
+ "learning_rate": 0.00019193530389822363,
520
+ "loss": 0.7231,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.44047619047619047,
525
+ "grad_norm": 0.47448015213012695,
526
+ "learning_rate": 0.0001915224462026563,
527
+ "loss": 0.715,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.44642857142857145,
532
+ "grad_norm": NaN,
533
+ "learning_rate": 0.0001910997497957885,
534
+ "loss": 0.7635,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.4523809523809524,
539
+ "grad_norm": 0.730553150177002,
540
+ "learning_rate": 0.00019066726011770726,
541
+ "loss": 0.7343,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.4583333333333333,
546
+ "grad_norm": 0.5381748080253601,
547
+ "learning_rate": 0.00019022502366128135,
548
+ "loss": 0.7316,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.4642857142857143,
553
+ "grad_norm": NaN,
554
+ "learning_rate": 0.0001897730879671634,
555
+ "loss": 0.7176,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.47023809523809523,
560
+ "grad_norm": NaN,
561
+ "learning_rate": 0.00018931150161867916,
562
+ "loss": 0.6801,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.47619047619047616,
567
+ "grad_norm": 0.2901756167411804,
568
+ "learning_rate": 0.0001888403142366049,
569
+ "loss": 0.7292,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.48214285714285715,
574
+ "grad_norm": 0.8726024031639099,
575
+ "learning_rate": 0.00018835957647383303,
576
+ "loss": 0.8004,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.4880952380952381,
581
+ "grad_norm": NaN,
582
+ "learning_rate": 0.00018786934000992688,
583
+ "loss": 0.7288,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.49404761904761907,
588
+ "grad_norm": NaN,
589
+ "learning_rate": 0.00018736965754556528,
590
+ "loss": 0.7356,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.5,
595
+ "grad_norm": 0.3493836224079132,
596
+ "learning_rate": 0.00018686058279687698,
597
+ "loss": 0.7117,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.5059523809523809,
602
+ "grad_norm": 0.8651177883148193,
603
+ "learning_rate": 0.00018634217048966637,
604
+ "loss": 0.7657,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.5119047619047619,
609
+ "grad_norm": 0.29697635769844055,
610
+ "learning_rate": 0.0001858144763535302,
611
+ "loss": 0.7119,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.5178571428571429,
616
+ "grad_norm": NaN,
617
+ "learning_rate": 0.00018527755711586678,
618
+ "loss": 0.7415,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.5238095238095238,
623
+ "grad_norm": 0.4528316557407379,
624
+ "learning_rate": 0.00018473147049577774,
625
+ "loss": 0.7175,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.5297619047619048,
630
+ "grad_norm": NaN,
631
+ "learning_rate": 0.00018417627519786315,
632
+ "loss": 0.7537,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.5357142857142857,
637
+ "grad_norm": NaN,
638
+ "learning_rate": 0.00018361203090591071,
639
+ "loss": 0.7542,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.5416666666666666,
644
+ "grad_norm": NaN,
645
+ "learning_rate": 0.00018303879827647975,
646
+ "loss": 0.7518,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.5476190476190477,
651
+ "grad_norm": 0.6303791403770447,
652
+ "learning_rate": 0.00018245663893238075,
653
+ "loss": 0.7584,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.5535714285714286,
658
+ "grad_norm": NaN,
659
+ "learning_rate": 0.00018186561545605054,
660
+ "loss": 0.7056,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.5595238095238095,
665
+ "grad_norm": 0.4130224287509918,
666
+ "learning_rate": 0.00018126579138282503,
667
+ "loss": 0.7339,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.5654761904761905,
672
+ "grad_norm": NaN,
673
+ "learning_rate": 0.00018065723119410884,
674
+ "loss": 0.7293,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.5714285714285714,
679
+ "grad_norm": NaN,
680
+ "learning_rate": 0.0001800400003104436,
681
+ "loss": 0.7371,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.5773809523809523,
686
+ "grad_norm": NaN,
687
+ "learning_rate": 0.00017941416508447536,
688
+ "loss": 0.7338,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.5833333333333334,
693
+ "grad_norm": 0.5456637144088745,
694
+ "learning_rate": 0.00017877979279382135,
695
+ "loss": 0.7373,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.5892857142857143,
700
+ "grad_norm": 0.9624040722846985,
701
+ "learning_rate": 0.0001781369516338378,
702
+ "loss": 0.7221,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.5952380952380952,
707
+ "grad_norm": NaN,
708
+ "learning_rate": 0.000177485710710289,
709
+ "loss": 0.6884,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.6011904761904762,
714
+ "grad_norm": NaN,
715
+ "learning_rate": 0.00017682614003191807,
716
+ "loss": 0.6891,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.6071428571428571,
721
+ "grad_norm": NaN,
722
+ "learning_rate": 0.0001761583105029213,
723
+ "loss": 0.6814,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.6130952380952381,
728
+ "grad_norm": NaN,
729
+ "learning_rate": 0.00017548229391532572,
730
+ "loss": 0.728,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.6190476190476191,
735
+ "grad_norm": NaN,
736
+ "learning_rate": 0.00017479816294127152,
737
+ "loss": 0.7014,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.625,
742
+ "grad_norm": 0.18876609206199646,
743
+ "learning_rate": 0.0001741059911251997,
744
+ "loss": 0.6979,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.6309523809523809,
749
+ "grad_norm": 0.8331655859947205,
750
+ "learning_rate": 0.00017340585287594604,
751
+ "loss": 0.8229,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.6369047619047619,
756
+ "grad_norm": 0.3347514271736145,
757
+ "learning_rate": 0.00017269782345874203,
758
+ "loss": 0.6952,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.6428571428571429,
763
+ "grad_norm": 0.3232339024543762,
764
+ "learning_rate": 0.00017198197898712404,
765
+ "loss": 0.7005,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.6488095238095238,
770
+ "grad_norm": 0.47910553216934204,
771
+ "learning_rate": 0.00017125839641475072,
772
+ "loss": 0.7186,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 0.6547619047619048,
777
+ "grad_norm": 0.5297046303749084,
778
+ "learning_rate": 0.00017052715352713075,
779
+ "loss": 0.7412,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 0.6607142857142857,
784
+ "grad_norm": 0.27944743633270264,
785
+ "learning_rate": 0.00016978832893326074,
786
+ "loss": 0.729,
787
+ "step": 111
788
+ },
789
+ {
790
+ "epoch": 0.6666666666666666,
791
+ "grad_norm": 0.29528820514678955,
792
+ "learning_rate": 0.0001690420020571747,
793
+ "loss": 0.7299,
794
+ "step": 112
795
+ },
796
+ {
797
+ "epoch": 0.6726190476190477,
798
+ "grad_norm": 0.2554149925708771,
799
+ "learning_rate": 0.00016828825312940592,
800
+ "loss": 0.7413,
801
+ "step": 113
802
+ },
803
+ {
804
+ "epoch": 0.6785714285714286,
805
+ "grad_norm": 0.20665590465068817,
806
+ "learning_rate": 0.00016752716317836229,
807
+ "loss": 0.7038,
808
+ "step": 114
809
+ },
810
+ {
811
+ "epoch": 0.6845238095238095,
812
+ "grad_norm": 0.1837390661239624,
813
+ "learning_rate": 0.00016675881402161536,
814
+ "loss": 0.7124,
815
+ "step": 115
816
+ },
817
+ {
818
+ "epoch": 0.6904761904761905,
819
+ "grad_norm": 0.16445870697498322,
820
+ "learning_rate": 0.00016598328825710533,
821
+ "loss": 0.7087,
822
+ "step": 116
823
+ },
824
+ {
825
+ "epoch": 0.6964285714285714,
826
+ "grad_norm": 0.16310396790504456,
827
+ "learning_rate": 0.00016520066925426144,
828
+ "loss": 0.7202,
829
+ "step": 117
830
+ },
831
+ {
832
+ "epoch": 0.7023809523809523,
833
+ "grad_norm": 0.31951698660850525,
834
+ "learning_rate": 0.0001644110411450398,
835
+ "loss": 0.7107,
836
+ "step": 118
837
+ },
838
+ {
839
+ "epoch": 0.7083333333333334,
840
+ "grad_norm": 0.16259659826755524,
841
+ "learning_rate": 0.00016361448881487914,
842
+ "loss": 0.735,
843
+ "step": 119
844
+ },
845
+ {
846
+ "epoch": 0.7142857142857143,
847
+ "grad_norm": 0.15429353713989258,
848
+ "learning_rate": 0.0001628110978935756,
849
+ "loss": 0.6837,
850
+ "step": 120
851
+ },
852
+ {
853
+ "epoch": 0.7202380952380952,
854
+ "grad_norm": 0.1663048267364502,
855
+ "learning_rate": 0.00016200095474607753,
856
+ "loss": 0.6939,
857
+ "step": 121
858
+ },
859
+ {
860
+ "epoch": 0.7261904761904762,
861
+ "grad_norm": 0.23671415448188782,
862
+ "learning_rate": 0.0001611841464632011,
863
+ "loss": 0.7126,
864
+ "step": 122
865
+ },
866
+ {
867
+ "epoch": 0.7321428571428571,
868
+ "grad_norm": 0.13842295110225677,
869
+ "learning_rate": 0.00016036076085226814,
870
+ "loss": 0.7114,
871
+ "step": 123
872
+ },
873
+ {
874
+ "epoch": 0.7380952380952381,
875
+ "grad_norm": 0.1538868099451065,
876
+ "learning_rate": 0.0001595308864276666,
877
+ "loss": 0.7297,
878
+ "step": 124
879
+ },
880
+ {
881
+ "epoch": 0.7440476190476191,
882
+ "grad_norm": 0.14543598890304565,
883
+ "learning_rate": 0.0001586946124013354,
884
+ "loss": 0.6717,
885
+ "step": 125
886
+ },
887
+ {
888
+ "epoch": 0.75,
889
+ "grad_norm": 0.29232776165008545,
890
+ "learning_rate": 0.00015785202867317407,
891
+ "loss": 0.6727,
892
+ "step": 126
893
+ },
894
+ {
895
+ "epoch": 0.7559523809523809,
896
+ "grad_norm": 0.15757755935192108,
897
+ "learning_rate": 0.00015700322582137827,
898
+ "loss": 0.7004,
899
+ "step": 127
900
+ },
901
+ {
902
+ "epoch": 0.7619047619047619,
903
+ "grad_norm": 0.13468873500823975,
904
+ "learning_rate": 0.0001561482950927029,
905
+ "loss": 0.7022,
906
+ "step": 128
907
+ },
908
+ {
909
+ "epoch": 0.7678571428571429,
910
+ "grad_norm": 0.15298475325107574,
911
+ "learning_rate": 0.00015528732839265272,
912
+ "loss": 0.7037,
913
+ "step": 129
914
+ },
915
+ {
916
+ "epoch": 0.7738095238095238,
917
+ "grad_norm": 0.13249006867408752,
918
+ "learning_rate": 0.00015442041827560274,
919
+ "loss": 0.6854,
920
+ "step": 130
921
+ },
922
+ {
923
+ "epoch": 0.7797619047619048,
924
+ "grad_norm": 0.134177565574646,
925
+ "learning_rate": 0.00015354765793484834,
926
+ "loss": 0.6762,
927
+ "step": 131
928
+ },
929
+ {
930
+ "epoch": 0.7857142857142857,
931
+ "grad_norm": 0.12376086413860321,
932
+ "learning_rate": 0.000152669141192587,
933
+ "loss": 0.678,
934
+ "step": 132
935
+ },
936
+ {
937
+ "epoch": 0.7916666666666666,
938
+ "grad_norm": 0.12841054797172546,
939
+ "learning_rate": 0.00015178496248983254,
940
+ "loss": 0.6848,
941
+ "step": 133
942
+ },
943
+ {
944
+ "epoch": 0.7976190476190477,
945
+ "grad_norm": 0.14284221827983856,
946
+ "learning_rate": 0.00015089521687626243,
947
+ "loss": 0.6801,
948
+ "step": 134
949
+ },
950
+ {
951
+ "epoch": 0.8035714285714286,
952
+ "grad_norm": 0.16310954093933105,
953
+ "learning_rate": 0.00015000000000000001,
954
+ "loss": 0.6784,
955
+ "step": 135
956
+ },
957
+ {
958
+ "epoch": 0.8095238095238095,
959
+ "grad_norm": 0.31779271364212036,
960
+ "learning_rate": 0.00014909940809733222,
961
+ "loss": 0.7084,
962
+ "step": 136
963
+ },
964
+ {
965
+ "epoch": 0.8154761904761905,
966
+ "grad_norm": 0.2745242416858673,
967
+ "learning_rate": 0.00014819353798236427,
968
+ "loss": 0.6729,
969
+ "step": 137
970
+ },
971
+ {
972
+ "epoch": 0.8214285714285714,
973
+ "grad_norm": NaN,
974
+ "learning_rate": 0.00014728248703661182,
975
+ "loss": 0.686,
976
+ "step": 138
977
+ },
978
+ {
979
+ "epoch": 0.8273809523809523,
980
+ "grad_norm": NaN,
981
+ "learning_rate": 0.00014636635319853275,
982
+ "loss": 0.6863,
983
+ "step": 139
984
+ },
985
+ {
986
+ "epoch": 0.8333333333333334,
987
+ "grad_norm": NaN,
988
+ "learning_rate": 0.00014544523495299842,
989
+ "loss": 0.6856,
990
+ "step": 140
991
+ },
992
+ {
993
+ "epoch": 0.8392857142857143,
994
+ "grad_norm": 0.13249583542346954,
995
+ "learning_rate": 0.0001445192313207067,
996
+ "loss": 0.7115,
997
+ "step": 141
998
+ },
999
+ {
1000
+ "epoch": 0.8452380952380952,
1001
+ "grad_norm": 0.9579920768737793,
1002
+ "learning_rate": 0.00014358844184753712,
1003
+ "loss": 0.758,
1004
+ "step": 142
1005
+ },
1006
+ {
1007
+ "epoch": 0.8511904761904762,
1008
+ "grad_norm": 0.8529394865036011,
1009
+ "learning_rate": 0.00014265296659384956,
1010
+ "loss": 0.794,
1011
+ "step": 143
1012
+ },
1013
+ {
1014
+ "epoch": 0.8571428571428571,
1015
+ "grad_norm": NaN,
1016
+ "learning_rate": 0.0001417129061237278,
1017
+ "loss": 0.7051,
1018
+ "step": 144
1019
+ },
1020
+ {
1021
+ "epoch": 0.8630952380952381,
1022
+ "grad_norm": 0.3197040259838104,
1023
+ "learning_rate": 0.00014076836149416887,
1024
+ "loss": 0.7122,
1025
+ "step": 145
1026
+ },
1027
+ {
1028
+ "epoch": 0.8690476190476191,
1029
+ "grad_norm": 0.6125820279121399,
1030
+ "learning_rate": 0.00013981943424421932,
1031
+ "loss": 0.7432,
1032
+ "step": 146
1033
+ },
1034
+ {
1035
+ "epoch": 0.875,
1036
+ "grad_norm": 0.37258052825927734,
1037
+ "learning_rate": 0.00013886622638405952,
1038
+ "loss": 0.7193,
1039
+ "step": 147
1040
+ },
1041
+ {
1042
+ "epoch": 0.8809523809523809,
1043
+ "grad_norm": NaN,
1044
+ "learning_rate": 0.00013790884038403795,
1045
+ "loss": 0.7056,
1046
+ "step": 148
1047
+ },
1048
+ {
1049
+ "epoch": 0.8869047619047619,
1050
+ "grad_norm": NaN,
1051
+ "learning_rate": 0.00013694737916365517,
1052
+ "loss": 0.7286,
1053
+ "step": 149
1054
+ },
1055
+ {
1056
+ "epoch": 0.8928571428571429,
1057
+ "grad_norm": 0.41245830059051514,
1058
+ "learning_rate": 0.0001359819460805001,
1059
+ "loss": 0.7262,
1060
+ "step": 150
1061
+ },
1062
+ {
1063
+ "epoch": 0.8988095238095238,
1064
+ "grad_norm": NaN,
1065
+ "learning_rate": 0.00013501264491913906,
1066
+ "loss": 0.7652,
1067
+ "step": 151
1068
+ },
1069
+ {
1070
+ "epoch": 0.9047619047619048,
1071
+ "grad_norm": 0.8128747344017029,
1072
+ "learning_rate": 0.00013403957987995882,
1073
+ "loss": 0.7519,
1074
+ "step": 152
1075
+ },
1076
+ {
1077
+ "epoch": 0.9107142857142857,
1078
+ "grad_norm": NaN,
1079
+ "learning_rate": 0.00013306285556796495,
1080
+ "loss": 0.7252,
1081
+ "step": 153
1082
+ },
1083
+ {
1084
+ "epoch": 0.9166666666666666,
1085
+ "grad_norm": NaN,
1086
+ "learning_rate": 0.00013208257698153677,
1087
+ "loss": 0.7274,
1088
+ "step": 154
1089
+ },
1090
+ {
1091
+ "epoch": 0.9226190476190477,
1092
+ "grad_norm": NaN,
1093
+ "learning_rate": 0.00013109884950114007,
1094
+ "loss": 0.7298,
1095
+ "step": 155
1096
+ },
1097
+ {
1098
+ "epoch": 0.9285714285714286,
1099
+ "grad_norm": NaN,
1100
+ "learning_rate": 0.00013011177887799845,
1101
+ "loss": 0.7546,
1102
+ "step": 156
1103
+ },
1104
+ {
1105
+ "epoch": 0.9345238095238095,
1106
+ "grad_norm": NaN,
1107
+ "learning_rate": 0.00012912147122272523,
1108
+ "loss": 0.7247,
1109
+ "step": 157
1110
+ },
1111
+ {
1112
+ "epoch": 0.9404761904761905,
1113
+ "grad_norm": NaN,
1114
+ "learning_rate": 0.00012812803299391628,
1115
+ "loss": 0.7357,
1116
+ "step": 158
1117
+ },
1118
+ {
1119
+ "epoch": 0.9464285714285714,
1120
+ "grad_norm": NaN,
1121
+ "learning_rate": 0.0001271315709867059,
1122
+ "loss": 0.7334,
1123
+ "step": 159
1124
+ },
1125
+ {
1126
+ "epoch": 0.9523809523809523,
1127
+ "grad_norm": 0.3542296588420868,
1128
+ "learning_rate": 0.00012613219232128608,
1129
+ "loss": 0.7322,
1130
+ "step": 160
1131
+ },
1132
+ {
1133
+ "epoch": 0.9583333333333334,
1134
+ "grad_norm": NaN,
1135
+ "learning_rate": 0.00012513000443139112,
1136
+ "loss": 0.7323,
1137
+ "step": 161
1138
+ },
1139
+ {
1140
+ "epoch": 0.9642857142857143,
1141
+ "grad_norm": NaN,
1142
+ "learning_rate": 0.00012412511505274844,
1143
+ "loss": 0.7083,
1144
+ "step": 162
1145
+ },
1146
+ {
1147
+ "epoch": 0.9702380952380952,
1148
+ "grad_norm": NaN,
1149
+ "learning_rate": 0.000123117632211497,
1150
+ "loss": 0.7315,
1151
+ "step": 163
1152
+ },
1153
+ {
1154
+ "epoch": 0.9761904761904762,
1155
+ "grad_norm": NaN,
1156
+ "learning_rate": 0.0001221076642125742,
1157
+ "loss": 0.7154,
1158
+ "step": 164
1159
+ },
1160
+ {
1161
+ "epoch": 0.9821428571428571,
1162
+ "grad_norm": NaN,
1163
+ "learning_rate": 0.00012109531962807332,
1164
+ "loss": 0.733,
1165
+ "step": 165
1166
+ },
1167
+ {
1168
+ "epoch": 0.9880952380952381,
1169
+ "grad_norm": 0.4259299337863922,
1170
+ "learning_rate": 0.00012008070728557186,
1171
+ "loss": 0.726,
1172
+ "step": 166
1173
+ },
1174
+ {
1175
+ "epoch": 0.9940476190476191,
1176
+ "grad_norm": NaN,
1177
+ "learning_rate": 0.00011906393625643244,
1178
+ "loss": 0.7351,
1179
+ "step": 167
1180
+ },
1181
+ {
1182
+ "epoch": 1.0,
1183
+ "grad_norm": NaN,
1184
+ "learning_rate": 0.00011804511584407763,
1185
+ "loss": 0.7286,
1186
+ "step": 168
1187
+ },
1188
+ {
1189
+ "epoch": 1.0,
1190
+ "eval_loss": 0.5009281635284424,
1191
+ "eval_runtime": 1968.0548,
1192
+ "eval_samples_per_second": 12.245,
1193
+ "eval_steps_per_second": 0.096,
1194
+ "step": 168
1195
+ }
1196
+ ],
1197
+ "logging_steps": 1,
1198
+ "max_steps": 336,
1199
+ "num_input_tokens_seen": 0,
1200
+ "num_train_epochs": 2,
1201
+ "save_steps": 500,
1202
+ "stateful_callbacks": {
1203
+ "TrainerControl": {
1204
+ "args": {
1205
+ "should_epoch_stop": false,
1206
+ "should_evaluate": false,
1207
+ "should_log": false,
1208
+ "should_save": true,
1209
+ "should_training_stop": false
1210
+ },
1211
+ "attributes": {}
1212
+ }
1213
+ },
1214
+ "total_flos": 1.4143922966152348e+19,
1215
+ "train_batch_size": 16,
1216
+ "trial_name": null,
1217
+ "trial_params": null
1218
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f1078e523ce1bda80854e152c01ddf6fd5077d09862baf72e79cc66ff8ddfa
3
+ size 14648