ColPali
Safetensors
English
vidore_no_match
manu commited on
Commit
c62bfc8
1 Parent(s): e5936bb

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: vidore/colpaligemma-3b-mix-448-base
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.11.1
adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./models/colpaligemma-3b-mix-448-base",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": "gaussian",
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
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": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": "(.*(language_model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)",
23
+ "task_type": "FEATURE_EXTRACTION",
24
+ "use_dora": false,
25
+ "use_rslora": false
26
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa7e5913f3b0a999b6cb17e75893a14b4a87fa7c14629197cb5cb3c0d2596845
3
+ size 78625112
checkpoint-3500/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ./models/colpaligemma-3b-mix-448-base
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.11.1
checkpoint-3500/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./models/colpaligemma-3b-mix-448-base",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": "gaussian",
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
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": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": "(.*(language_model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)",
23
+ "task_type": "FEATURE_EXTRACTION",
24
+ "use_dora": false,
25
+ "use_rslora": false
26
+ }
checkpoint-3500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4019f9ad0ac7ce7d1ce1c702a0b5827afe82c2858d595f48a5b7cacf1afdc8b9
3
+ size 78625112
checkpoint-3500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5bc63175828b57fed657d8bfeea019699fedbb27d2b1ea8276ab7beba5308f4
3
+ size 157385722
checkpoint-3500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8533e5b8a073443f99ad1bea8e86758880272cc2eb115ee5d68feab8cc6ed4f
3
+ size 14244
checkpoint-3500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81131d95f053d9e7fed5bbc5ad1529f766bf1139862a226f3877ea7587ceb4cd
3
+ size 1064
checkpoint-3500/trainer_state.json ADDED
@@ -0,0 +1,3043 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9516041326808048,
5
+ "eval_steps": 50,
6
+ "global_step": 3500,
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.0027188689505165853,
13
+ "grad_norm": 0.484375,
14
+ "learning_rate": 5e-06,
15
+ "loss": 0.7094,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.005437737901033171,
20
+ "grad_norm": 0.609375,
21
+ "learning_rate": 1e-05,
22
+ "loss": 0.7117,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.008156606851549755,
27
+ "grad_norm": 0.515625,
28
+ "learning_rate": 1.5e-05,
29
+ "loss": 0.7047,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.010875475802066341,
34
+ "grad_norm": 0.353515625,
35
+ "learning_rate": 2e-05,
36
+ "loss": 0.7059,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.013594344752582926,
41
+ "grad_norm": 0.43359375,
42
+ "learning_rate": 2.5e-05,
43
+ "loss": 0.7016,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.013594344752582926,
48
+ "eval_loss": 0.6993125081062317,
49
+ "eval_runtime": 144.0611,
50
+ "eval_samples_per_second": 3.471,
51
+ "eval_steps_per_second": 0.111,
52
+ "step": 50
53
+ },
54
+ {
55
+ "epoch": 0.01631321370309951,
56
+ "grad_norm": 0.31640625,
57
+ "learning_rate": 3e-05,
58
+ "loss": 0.7023,
59
+ "step": 60
60
+ },
61
+ {
62
+ "epoch": 0.019032082653616094,
63
+ "grad_norm": 0.3125,
64
+ "learning_rate": 3.5e-05,
65
+ "loss": 0.6961,
66
+ "step": 70
67
+ },
68
+ {
69
+ "epoch": 0.021750951604132682,
70
+ "grad_norm": 0.357421875,
71
+ "learning_rate": 4e-05,
72
+ "loss": 0.6957,
73
+ "step": 80
74
+ },
75
+ {
76
+ "epoch": 0.024469820554649267,
77
+ "grad_norm": 0.3515625,
78
+ "learning_rate": 4.5e-05,
79
+ "loss": 0.6902,
80
+ "step": 90
81
+ },
82
+ {
83
+ "epoch": 0.027188689505165852,
84
+ "grad_norm": 0.5390625,
85
+ "learning_rate": 5e-05,
86
+ "loss": 0.6828,
87
+ "step": 100
88
+ },
89
+ {
90
+ "epoch": 0.027188689505165852,
91
+ "eval_loss": 0.6763437390327454,
92
+ "eval_runtime": 120.6338,
93
+ "eval_samples_per_second": 4.145,
94
+ "eval_steps_per_second": 0.133,
95
+ "step": 100
96
+ },
97
+ {
98
+ "epoch": 0.029907558455682437,
99
+ "grad_norm": 0.87890625,
100
+ "learning_rate": 4.9860257126886535e-05,
101
+ "loss": 0.6664,
102
+ "step": 110
103
+ },
104
+ {
105
+ "epoch": 0.03262642740619902,
106
+ "grad_norm": 1.125,
107
+ "learning_rate": 4.972051425377306e-05,
108
+ "loss": 0.6402,
109
+ "step": 120
110
+ },
111
+ {
112
+ "epoch": 0.03534529635671561,
113
+ "grad_norm": 1.7578125,
114
+ "learning_rate": 4.9580771380659594e-05,
115
+ "loss": 0.591,
116
+ "step": 130
117
+ },
118
+ {
119
+ "epoch": 0.03806416530723219,
120
+ "grad_norm": 1.4609375,
121
+ "learning_rate": 4.944102850754612e-05,
122
+ "loss": 0.5555,
123
+ "step": 140
124
+ },
125
+ {
126
+ "epoch": 0.040783034257748776,
127
+ "grad_norm": 2.71875,
128
+ "learning_rate": 4.9301285634432645e-05,
129
+ "loss": 0.5365,
130
+ "step": 150
131
+ },
132
+ {
133
+ "epoch": 0.040783034257748776,
134
+ "eval_loss": 0.5141562223434448,
135
+ "eval_runtime": 107.3892,
136
+ "eval_samples_per_second": 4.656,
137
+ "eval_steps_per_second": 0.149,
138
+ "step": 150
139
+ },
140
+ {
141
+ "epoch": 0.043501903208265365,
142
+ "grad_norm": 2.40625,
143
+ "learning_rate": 4.916154276131917e-05,
144
+ "loss": 0.4957,
145
+ "step": 160
146
+ },
147
+ {
148
+ "epoch": 0.046220772158781946,
149
+ "grad_norm": 2.5625,
150
+ "learning_rate": 4.9021799888205704e-05,
151
+ "loss": 0.4451,
152
+ "step": 170
153
+ },
154
+ {
155
+ "epoch": 0.048939641109298535,
156
+ "grad_norm": 2.28125,
157
+ "learning_rate": 4.888205701509223e-05,
158
+ "loss": 0.4641,
159
+ "step": 180
160
+ },
161
+ {
162
+ "epoch": 0.051658510059815116,
163
+ "grad_norm": 1.6875,
164
+ "learning_rate": 4.874231414197876e-05,
165
+ "loss": 0.434,
166
+ "step": 190
167
+ },
168
+ {
169
+ "epoch": 0.054377379010331704,
170
+ "grad_norm": 2.671875,
171
+ "learning_rate": 4.860257126886529e-05,
172
+ "loss": 0.3877,
173
+ "step": 200
174
+ },
175
+ {
176
+ "epoch": 0.054377379010331704,
177
+ "eval_loss": 0.41612499952316284,
178
+ "eval_runtime": 106.701,
179
+ "eval_samples_per_second": 4.686,
180
+ "eval_steps_per_second": 0.15,
181
+ "step": 200
182
+ },
183
+ {
184
+ "epoch": 0.057096247960848286,
185
+ "grad_norm": 2.015625,
186
+ "learning_rate": 4.846282839575182e-05,
187
+ "loss": 0.3903,
188
+ "step": 210
189
+ },
190
+ {
191
+ "epoch": 0.059815116911364874,
192
+ "grad_norm": 3.34375,
193
+ "learning_rate": 4.8323085522638347e-05,
194
+ "loss": 0.3504,
195
+ "step": 220
196
+ },
197
+ {
198
+ "epoch": 0.06253398586188146,
199
+ "grad_norm": 3.28125,
200
+ "learning_rate": 4.818334264952488e-05,
201
+ "loss": 0.3375,
202
+ "step": 230
203
+ },
204
+ {
205
+ "epoch": 0.06525285481239804,
206
+ "grad_norm": 2.203125,
207
+ "learning_rate": 4.8043599776411405e-05,
208
+ "loss": 0.3176,
209
+ "step": 240
210
+ },
211
+ {
212
+ "epoch": 0.06797172376291463,
213
+ "grad_norm": 2.78125,
214
+ "learning_rate": 4.790385690329793e-05,
215
+ "loss": 0.3045,
216
+ "step": 250
217
+ },
218
+ {
219
+ "epoch": 0.06797172376291463,
220
+ "eval_loss": 0.32106250524520874,
221
+ "eval_runtime": 105.1814,
222
+ "eval_samples_per_second": 4.754,
223
+ "eval_steps_per_second": 0.152,
224
+ "step": 250
225
+ },
226
+ {
227
+ "epoch": 0.07069059271343121,
228
+ "grad_norm": 1.5703125,
229
+ "learning_rate": 4.7764114030184464e-05,
230
+ "loss": 0.3239,
231
+ "step": 260
232
+ },
233
+ {
234
+ "epoch": 0.0734094616639478,
235
+ "grad_norm": 1.84375,
236
+ "learning_rate": 4.762437115707099e-05,
237
+ "loss": 0.2965,
238
+ "step": 270
239
+ },
240
+ {
241
+ "epoch": 0.07612833061446438,
242
+ "grad_norm": 3.203125,
243
+ "learning_rate": 4.748462828395752e-05,
244
+ "loss": 0.3126,
245
+ "step": 280
246
+ },
247
+ {
248
+ "epoch": 0.07884719956498097,
249
+ "grad_norm": 2.5625,
250
+ "learning_rate": 4.734488541084405e-05,
251
+ "loss": 0.2654,
252
+ "step": 290
253
+ },
254
+ {
255
+ "epoch": 0.08156606851549755,
256
+ "grad_norm": 2.03125,
257
+ "learning_rate": 4.720514253773058e-05,
258
+ "loss": 0.3025,
259
+ "step": 300
260
+ },
261
+ {
262
+ "epoch": 0.08156606851549755,
263
+ "eval_loss": 0.2882343828678131,
264
+ "eval_runtime": 101.5553,
265
+ "eval_samples_per_second": 4.923,
266
+ "eval_steps_per_second": 0.158,
267
+ "step": 300
268
+ },
269
+ {
270
+ "epoch": 0.08428493746601413,
271
+ "grad_norm": 2.296875,
272
+ "learning_rate": 4.7065399664617106e-05,
273
+ "loss": 0.2987,
274
+ "step": 310
275
+ },
276
+ {
277
+ "epoch": 0.08700380641653073,
278
+ "grad_norm": 1.296875,
279
+ "learning_rate": 4.692565679150364e-05,
280
+ "loss": 0.2868,
281
+ "step": 320
282
+ },
283
+ {
284
+ "epoch": 0.08972267536704731,
285
+ "grad_norm": 2.40625,
286
+ "learning_rate": 4.6785913918390165e-05,
287
+ "loss": 0.3149,
288
+ "step": 330
289
+ },
290
+ {
291
+ "epoch": 0.09244154431756389,
292
+ "grad_norm": 2.015625,
293
+ "learning_rate": 4.664617104527669e-05,
294
+ "loss": 0.231,
295
+ "step": 340
296
+ },
297
+ {
298
+ "epoch": 0.09516041326808047,
299
+ "grad_norm": 1.9140625,
300
+ "learning_rate": 4.650642817216322e-05,
301
+ "loss": 0.2977,
302
+ "step": 350
303
+ },
304
+ {
305
+ "epoch": 0.09516041326808047,
306
+ "eval_loss": 0.2687968611717224,
307
+ "eval_runtime": 135.1857,
308
+ "eval_samples_per_second": 3.699,
309
+ "eval_steps_per_second": 0.118,
310
+ "step": 350
311
+ },
312
+ {
313
+ "epoch": 0.09787928221859707,
314
+ "grad_norm": 1.640625,
315
+ "learning_rate": 4.636668529904975e-05,
316
+ "loss": 0.2553,
317
+ "step": 360
318
+ },
319
+ {
320
+ "epoch": 0.10059815116911365,
321
+ "grad_norm": 2.171875,
322
+ "learning_rate": 4.622694242593628e-05,
323
+ "loss": 0.2471,
324
+ "step": 370
325
+ },
326
+ {
327
+ "epoch": 0.10331702011963023,
328
+ "grad_norm": 1.8203125,
329
+ "learning_rate": 4.608719955282281e-05,
330
+ "loss": 0.2753,
331
+ "step": 380
332
+ },
333
+ {
334
+ "epoch": 0.10603588907014681,
335
+ "grad_norm": 2.09375,
336
+ "learning_rate": 4.594745667970934e-05,
337
+ "loss": 0.2913,
338
+ "step": 390
339
+ },
340
+ {
341
+ "epoch": 0.10875475802066341,
342
+ "grad_norm": 1.8515625,
343
+ "learning_rate": 4.5807713806595866e-05,
344
+ "loss": 0.2674,
345
+ "step": 400
346
+ },
347
+ {
348
+ "epoch": 0.10875475802066341,
349
+ "eval_loss": 0.25398436188697815,
350
+ "eval_runtime": 111.6096,
351
+ "eval_samples_per_second": 4.48,
352
+ "eval_steps_per_second": 0.143,
353
+ "step": 400
354
+ },
355
+ {
356
+ "epoch": 0.11147362697117999,
357
+ "grad_norm": 1.8828125,
358
+ "learning_rate": 4.56679709334824e-05,
359
+ "loss": 0.2763,
360
+ "step": 410
361
+ },
362
+ {
363
+ "epoch": 0.11419249592169657,
364
+ "grad_norm": 3.125,
365
+ "learning_rate": 4.5528228060368925e-05,
366
+ "loss": 0.2797,
367
+ "step": 420
368
+ },
369
+ {
370
+ "epoch": 0.11691136487221315,
371
+ "grad_norm": 1.5703125,
372
+ "learning_rate": 4.538848518725545e-05,
373
+ "loss": 0.252,
374
+ "step": 430
375
+ },
376
+ {
377
+ "epoch": 0.11963023382272975,
378
+ "grad_norm": 2.734375,
379
+ "learning_rate": 4.5248742314141976e-05,
380
+ "loss": 0.3126,
381
+ "step": 440
382
+ },
383
+ {
384
+ "epoch": 0.12234910277324633,
385
+ "grad_norm": 2.234375,
386
+ "learning_rate": 4.510899944102851e-05,
387
+ "loss": 0.2595,
388
+ "step": 450
389
+ },
390
+ {
391
+ "epoch": 0.12234910277324633,
392
+ "eval_loss": 0.2485624998807907,
393
+ "eval_runtime": 117.7724,
394
+ "eval_samples_per_second": 4.245,
395
+ "eval_steps_per_second": 0.136,
396
+ "step": 450
397
+ },
398
+ {
399
+ "epoch": 0.1250679717237629,
400
+ "grad_norm": 1.7734375,
401
+ "learning_rate": 4.4969256567915035e-05,
402
+ "loss": 0.2341,
403
+ "step": 460
404
+ },
405
+ {
406
+ "epoch": 0.1277868406742795,
407
+ "grad_norm": 2.15625,
408
+ "learning_rate": 4.482951369480157e-05,
409
+ "loss": 0.2337,
410
+ "step": 470
411
+ },
412
+ {
413
+ "epoch": 0.13050570962479607,
414
+ "grad_norm": 1.1875,
415
+ "learning_rate": 4.46897708216881e-05,
416
+ "loss": 0.2757,
417
+ "step": 480
418
+ },
419
+ {
420
+ "epoch": 0.13322457857531267,
421
+ "grad_norm": 3.390625,
422
+ "learning_rate": 4.4550027948574626e-05,
423
+ "loss": 0.2219,
424
+ "step": 490
425
+ },
426
+ {
427
+ "epoch": 0.13594344752582926,
428
+ "grad_norm": 2.34375,
429
+ "learning_rate": 4.441028507546116e-05,
430
+ "loss": 0.2371,
431
+ "step": 500
432
+ },
433
+ {
434
+ "epoch": 0.13594344752582926,
435
+ "eval_loss": 0.23534375429153442,
436
+ "eval_runtime": 104.6381,
437
+ "eval_samples_per_second": 4.778,
438
+ "eval_steps_per_second": 0.153,
439
+ "step": 500
440
+ },
441
+ {
442
+ "epoch": 0.13866231647634583,
443
+ "grad_norm": 3.984375,
444
+ "learning_rate": 4.4270542202347684e-05,
445
+ "loss": 0.2367,
446
+ "step": 510
447
+ },
448
+ {
449
+ "epoch": 0.14138118542686243,
450
+ "grad_norm": 1.8515625,
451
+ "learning_rate": 4.413079932923421e-05,
452
+ "loss": 0.2249,
453
+ "step": 520
454
+ },
455
+ {
456
+ "epoch": 0.14410005437737902,
457
+ "grad_norm": 1.6484375,
458
+ "learning_rate": 4.3991056456120736e-05,
459
+ "loss": 0.2861,
460
+ "step": 530
461
+ },
462
+ {
463
+ "epoch": 0.1468189233278956,
464
+ "grad_norm": 1.1953125,
465
+ "learning_rate": 4.385131358300727e-05,
466
+ "loss": 0.2504,
467
+ "step": 540
468
+ },
469
+ {
470
+ "epoch": 0.14953779227841218,
471
+ "grad_norm": 2.03125,
472
+ "learning_rate": 4.3711570709893795e-05,
473
+ "loss": 0.2458,
474
+ "step": 550
475
+ },
476
+ {
477
+ "epoch": 0.14953779227841218,
478
+ "eval_loss": 0.2247031182050705,
479
+ "eval_runtime": 110.8821,
480
+ "eval_samples_per_second": 4.509,
481
+ "eval_steps_per_second": 0.144,
482
+ "step": 550
483
+ },
484
+ {
485
+ "epoch": 0.15225666122892875,
486
+ "grad_norm": 4.875,
487
+ "learning_rate": 4.357182783678033e-05,
488
+ "loss": 0.2205,
489
+ "step": 560
490
+ },
491
+ {
492
+ "epoch": 0.15497553017944535,
493
+ "grad_norm": 1.8828125,
494
+ "learning_rate": 4.343208496366685e-05,
495
+ "loss": 0.2121,
496
+ "step": 570
497
+ },
498
+ {
499
+ "epoch": 0.15769439912996194,
500
+ "grad_norm": 2.671875,
501
+ "learning_rate": 4.3292342090553386e-05,
502
+ "loss": 0.2286,
503
+ "step": 580
504
+ },
505
+ {
506
+ "epoch": 0.1604132680804785,
507
+ "grad_norm": 1.8828125,
508
+ "learning_rate": 4.315259921743992e-05,
509
+ "loss": 0.2234,
510
+ "step": 590
511
+ },
512
+ {
513
+ "epoch": 0.1631321370309951,
514
+ "grad_norm": 2.609375,
515
+ "learning_rate": 4.3012856344326444e-05,
516
+ "loss": 0.2261,
517
+ "step": 600
518
+ },
519
+ {
520
+ "epoch": 0.1631321370309951,
521
+ "eval_loss": 0.22798436880111694,
522
+ "eval_runtime": 102.5588,
523
+ "eval_samples_per_second": 4.875,
524
+ "eval_steps_per_second": 0.156,
525
+ "step": 600
526
+ },
527
+ {
528
+ "epoch": 0.1658510059815117,
529
+ "grad_norm": 2.75,
530
+ "learning_rate": 4.287311347121297e-05,
531
+ "loss": 0.1937,
532
+ "step": 610
533
+ },
534
+ {
535
+ "epoch": 0.16856987493202827,
536
+ "grad_norm": 2.921875,
537
+ "learning_rate": 4.2733370598099496e-05,
538
+ "loss": 0.2187,
539
+ "step": 620
540
+ },
541
+ {
542
+ "epoch": 0.17128874388254486,
543
+ "grad_norm": 2.453125,
544
+ "learning_rate": 4.259362772498603e-05,
545
+ "loss": 0.2353,
546
+ "step": 630
547
+ },
548
+ {
549
+ "epoch": 0.17400761283306146,
550
+ "grad_norm": 2.671875,
551
+ "learning_rate": 4.2453884851872554e-05,
552
+ "loss": 0.2376,
553
+ "step": 640
554
+ },
555
+ {
556
+ "epoch": 0.17672648178357803,
557
+ "grad_norm": 1.8828125,
558
+ "learning_rate": 4.231414197875909e-05,
559
+ "loss": 0.2688,
560
+ "step": 650
561
+ },
562
+ {
563
+ "epoch": 0.17672648178357803,
564
+ "eval_loss": 0.21031250059604645,
565
+ "eval_runtime": 102.6274,
566
+ "eval_samples_per_second": 4.872,
567
+ "eval_steps_per_second": 0.156,
568
+ "step": 650
569
+ },
570
+ {
571
+ "epoch": 0.17944535073409462,
572
+ "grad_norm": 1.34375,
573
+ "learning_rate": 4.217439910564561e-05,
574
+ "loss": 0.2137,
575
+ "step": 660
576
+ },
577
+ {
578
+ "epoch": 0.1821642196846112,
579
+ "grad_norm": 1.59375,
580
+ "learning_rate": 4.2034656232532146e-05,
581
+ "loss": 0.245,
582
+ "step": 670
583
+ },
584
+ {
585
+ "epoch": 0.18488308863512778,
586
+ "grad_norm": 2.140625,
587
+ "learning_rate": 4.189491335941867e-05,
588
+ "loss": 0.2625,
589
+ "step": 680
590
+ },
591
+ {
592
+ "epoch": 0.18760195758564438,
593
+ "grad_norm": 1.8203125,
594
+ "learning_rate": 4.17551704863052e-05,
595
+ "loss": 0.2325,
596
+ "step": 690
597
+ },
598
+ {
599
+ "epoch": 0.19032082653616095,
600
+ "grad_norm": 2.9375,
601
+ "learning_rate": 4.161542761319172e-05,
602
+ "loss": 0.2058,
603
+ "step": 700
604
+ },
605
+ {
606
+ "epoch": 0.19032082653616095,
607
+ "eval_loss": 0.20640625059604645,
608
+ "eval_runtime": 103.0629,
609
+ "eval_samples_per_second": 4.851,
610
+ "eval_steps_per_second": 0.155,
611
+ "step": 700
612
+ },
613
+ {
614
+ "epoch": 0.19303969548667754,
615
+ "grad_norm": 1.328125,
616
+ "learning_rate": 4.1475684740078256e-05,
617
+ "loss": 0.222,
618
+ "step": 710
619
+ },
620
+ {
621
+ "epoch": 0.19575856443719414,
622
+ "grad_norm": 1.359375,
623
+ "learning_rate": 4.133594186696479e-05,
624
+ "loss": 0.2537,
625
+ "step": 720
626
+ },
627
+ {
628
+ "epoch": 0.1984774333877107,
629
+ "grad_norm": 1.1875,
630
+ "learning_rate": 4.1196198993851314e-05,
631
+ "loss": 0.2147,
632
+ "step": 730
633
+ },
634
+ {
635
+ "epoch": 0.2011963023382273,
636
+ "grad_norm": 2.09375,
637
+ "learning_rate": 4.105645612073785e-05,
638
+ "loss": 0.1797,
639
+ "step": 740
640
+ },
641
+ {
642
+ "epoch": 0.2039151712887439,
643
+ "grad_norm": 1.2109375,
644
+ "learning_rate": 4.091671324762437e-05,
645
+ "loss": 0.202,
646
+ "step": 750
647
+ },
648
+ {
649
+ "epoch": 0.2039151712887439,
650
+ "eval_loss": 0.1913750022649765,
651
+ "eval_runtime": 103.5861,
652
+ "eval_samples_per_second": 4.827,
653
+ "eval_steps_per_second": 0.154,
654
+ "step": 750
655
+ },
656
+ {
657
+ "epoch": 0.20663404023926046,
658
+ "grad_norm": 2.328125,
659
+ "learning_rate": 4.0776970374510905e-05,
660
+ "loss": 0.2025,
661
+ "step": 760
662
+ },
663
+ {
664
+ "epoch": 0.20935290918977706,
665
+ "grad_norm": 0.828125,
666
+ "learning_rate": 4.063722750139743e-05,
667
+ "loss": 0.2231,
668
+ "step": 770
669
+ },
670
+ {
671
+ "epoch": 0.21207177814029363,
672
+ "grad_norm": 2.078125,
673
+ "learning_rate": 4.049748462828396e-05,
674
+ "loss": 0.2158,
675
+ "step": 780
676
+ },
677
+ {
678
+ "epoch": 0.21479064709081022,
679
+ "grad_norm": 1.890625,
680
+ "learning_rate": 4.035774175517048e-05,
681
+ "loss": 0.2059,
682
+ "step": 790
683
+ },
684
+ {
685
+ "epoch": 0.21750951604132682,
686
+ "grad_norm": 0.984375,
687
+ "learning_rate": 4.0217998882057016e-05,
688
+ "loss": 0.1792,
689
+ "step": 800
690
+ },
691
+ {
692
+ "epoch": 0.21750951604132682,
693
+ "eval_loss": 0.20859375596046448,
694
+ "eval_runtime": 99.6459,
695
+ "eval_samples_per_second": 5.018,
696
+ "eval_steps_per_second": 0.161,
697
+ "step": 800
698
+ },
699
+ {
700
+ "epoch": 0.22022838499184338,
701
+ "grad_norm": 1.765625,
702
+ "learning_rate": 4.007825600894354e-05,
703
+ "loss": 0.2092,
704
+ "step": 810
705
+ },
706
+ {
707
+ "epoch": 0.22294725394235998,
708
+ "grad_norm": 1.7265625,
709
+ "learning_rate": 3.9938513135830074e-05,
710
+ "loss": 0.184,
711
+ "step": 820
712
+ },
713
+ {
714
+ "epoch": 0.22566612289287658,
715
+ "grad_norm": 1.578125,
716
+ "learning_rate": 3.979877026271661e-05,
717
+ "loss": 0.1796,
718
+ "step": 830
719
+ },
720
+ {
721
+ "epoch": 0.22838499184339314,
722
+ "grad_norm": 2.015625,
723
+ "learning_rate": 3.965902738960313e-05,
724
+ "loss": 0.219,
725
+ "step": 840
726
+ },
727
+ {
728
+ "epoch": 0.23110386079390974,
729
+ "grad_norm": 1.078125,
730
+ "learning_rate": 3.9519284516489665e-05,
731
+ "loss": 0.21,
732
+ "step": 850
733
+ },
734
+ {
735
+ "epoch": 0.23110386079390974,
736
+ "eval_loss": 0.18590624630451202,
737
+ "eval_runtime": 100.5192,
738
+ "eval_samples_per_second": 4.974,
739
+ "eval_steps_per_second": 0.159,
740
+ "step": 850
741
+ },
742
+ {
743
+ "epoch": 0.2338227297444263,
744
+ "grad_norm": 1.1484375,
745
+ "learning_rate": 3.937954164337619e-05,
746
+ "loss": 0.1995,
747
+ "step": 860
748
+ },
749
+ {
750
+ "epoch": 0.2365415986949429,
751
+ "grad_norm": 2.375,
752
+ "learning_rate": 3.923979877026272e-05,
753
+ "loss": 0.2072,
754
+ "step": 870
755
+ },
756
+ {
757
+ "epoch": 0.2392604676454595,
758
+ "grad_norm": 2.0,
759
+ "learning_rate": 3.910005589714924e-05,
760
+ "loss": 0.1809,
761
+ "step": 880
762
+ },
763
+ {
764
+ "epoch": 0.24197933659597606,
765
+ "grad_norm": 3.203125,
766
+ "learning_rate": 3.8960313024035775e-05,
767
+ "loss": 0.2188,
768
+ "step": 890
769
+ },
770
+ {
771
+ "epoch": 0.24469820554649266,
772
+ "grad_norm": 1.8828125,
773
+ "learning_rate": 3.88205701509223e-05,
774
+ "loss": 0.2067,
775
+ "step": 900
776
+ },
777
+ {
778
+ "epoch": 0.24469820554649266,
779
+ "eval_loss": 0.18979687988758087,
780
+ "eval_runtime": 109.9141,
781
+ "eval_samples_per_second": 4.549,
782
+ "eval_steps_per_second": 0.146,
783
+ "step": 900
784
+ },
785
+ {
786
+ "epoch": 0.24741707449700925,
787
+ "grad_norm": 2.421875,
788
+ "learning_rate": 3.8680827277808834e-05,
789
+ "loss": 0.2491,
790
+ "step": 910
791
+ },
792
+ {
793
+ "epoch": 0.2501359434475258,
794
+ "grad_norm": 3.015625,
795
+ "learning_rate": 3.854108440469536e-05,
796
+ "loss": 0.1773,
797
+ "step": 920
798
+ },
799
+ {
800
+ "epoch": 0.2528548123980424,
801
+ "grad_norm": 1.6953125,
802
+ "learning_rate": 3.840134153158189e-05,
803
+ "loss": 0.1618,
804
+ "step": 930
805
+ },
806
+ {
807
+ "epoch": 0.255573681348559,
808
+ "grad_norm": 1.9296875,
809
+ "learning_rate": 3.826159865846842e-05,
810
+ "loss": 0.2098,
811
+ "step": 940
812
+ },
813
+ {
814
+ "epoch": 0.2582925502990756,
815
+ "grad_norm": 3.625,
816
+ "learning_rate": 3.812185578535495e-05,
817
+ "loss": 0.2236,
818
+ "step": 950
819
+ },
820
+ {
821
+ "epoch": 0.2582925502990756,
822
+ "eval_loss": 0.18760937452316284,
823
+ "eval_runtime": 105.2992,
824
+ "eval_samples_per_second": 4.748,
825
+ "eval_steps_per_second": 0.152,
826
+ "step": 950
827
+ },
828
+ {
829
+ "epoch": 0.26101141924959215,
830
+ "grad_norm": 1.6328125,
831
+ "learning_rate": 3.798211291224148e-05,
832
+ "loss": 0.228,
833
+ "step": 960
834
+ },
835
+ {
836
+ "epoch": 0.26373028820010874,
837
+ "grad_norm": 1.8515625,
838
+ "learning_rate": 3.7842370039128e-05,
839
+ "loss": 0.1924,
840
+ "step": 970
841
+ },
842
+ {
843
+ "epoch": 0.26644915715062534,
844
+ "grad_norm": 1.2421875,
845
+ "learning_rate": 3.7702627166014535e-05,
846
+ "loss": 0.1952,
847
+ "step": 980
848
+ },
849
+ {
850
+ "epoch": 0.26916802610114193,
851
+ "grad_norm": 2.140625,
852
+ "learning_rate": 3.756288429290106e-05,
853
+ "loss": 0.226,
854
+ "step": 990
855
+ },
856
+ {
857
+ "epoch": 0.27188689505165853,
858
+ "grad_norm": 1.3671875,
859
+ "learning_rate": 3.7423141419787594e-05,
860
+ "loss": 0.2095,
861
+ "step": 1000
862
+ },
863
+ {
864
+ "epoch": 0.27188689505165853,
865
+ "eval_loss": 0.19670312106609344,
866
+ "eval_runtime": 100.0411,
867
+ "eval_samples_per_second": 4.998,
868
+ "eval_steps_per_second": 0.16,
869
+ "step": 1000
870
+ },
871
+ {
872
+ "epoch": 0.27460576400217507,
873
+ "grad_norm": 1.4765625,
874
+ "learning_rate": 3.728339854667412e-05,
875
+ "loss": 0.197,
876
+ "step": 1010
877
+ },
878
+ {
879
+ "epoch": 0.27732463295269166,
880
+ "grad_norm": 1.703125,
881
+ "learning_rate": 3.714365567356065e-05,
882
+ "loss": 0.1979,
883
+ "step": 1020
884
+ },
885
+ {
886
+ "epoch": 0.28004350190320826,
887
+ "grad_norm": 1.9375,
888
+ "learning_rate": 3.700391280044718e-05,
889
+ "loss": 0.2003,
890
+ "step": 1030
891
+ },
892
+ {
893
+ "epoch": 0.28276237085372485,
894
+ "grad_norm": 1.6953125,
895
+ "learning_rate": 3.686416992733371e-05,
896
+ "loss": 0.1868,
897
+ "step": 1040
898
+ },
899
+ {
900
+ "epoch": 0.28548123980424145,
901
+ "grad_norm": 1.53125,
902
+ "learning_rate": 3.6724427054220237e-05,
903
+ "loss": 0.198,
904
+ "step": 1050
905
+ },
906
+ {
907
+ "epoch": 0.28548123980424145,
908
+ "eval_loss": 0.19362500309944153,
909
+ "eval_runtime": 100.7072,
910
+ "eval_samples_per_second": 4.965,
911
+ "eval_steps_per_second": 0.159,
912
+ "step": 1050
913
+ },
914
+ {
915
+ "epoch": 0.28820010875475804,
916
+ "grad_norm": 1.640625,
917
+ "learning_rate": 3.658468418110676e-05,
918
+ "loss": 0.2059,
919
+ "step": 1060
920
+ },
921
+ {
922
+ "epoch": 0.2909189777052746,
923
+ "grad_norm": 1.1640625,
924
+ "learning_rate": 3.6444941307993295e-05,
925
+ "loss": 0.1568,
926
+ "step": 1070
927
+ },
928
+ {
929
+ "epoch": 0.2936378466557912,
930
+ "grad_norm": 1.1328125,
931
+ "learning_rate": 3.630519843487982e-05,
932
+ "loss": 0.1812,
933
+ "step": 1080
934
+ },
935
+ {
936
+ "epoch": 0.2963567156063078,
937
+ "grad_norm": 2.1875,
938
+ "learning_rate": 3.6165455561766354e-05,
939
+ "loss": 0.1819,
940
+ "step": 1090
941
+ },
942
+ {
943
+ "epoch": 0.29907558455682437,
944
+ "grad_norm": 1.546875,
945
+ "learning_rate": 3.602571268865288e-05,
946
+ "loss": 0.1739,
947
+ "step": 1100
948
+ },
949
+ {
950
+ "epoch": 0.29907558455682437,
951
+ "eval_loss": 0.18107812106609344,
952
+ "eval_runtime": 101.4517,
953
+ "eval_samples_per_second": 4.928,
954
+ "eval_steps_per_second": 0.158,
955
+ "step": 1100
956
+ },
957
+ {
958
+ "epoch": 0.30179445350734097,
959
+ "grad_norm": 1.15625,
960
+ "learning_rate": 3.588596981553941e-05,
961
+ "loss": 0.2062,
962
+ "step": 1110
963
+ },
964
+ {
965
+ "epoch": 0.3045133224578575,
966
+ "grad_norm": 2.0,
967
+ "learning_rate": 3.574622694242594e-05,
968
+ "loss": 0.2333,
969
+ "step": 1120
970
+ },
971
+ {
972
+ "epoch": 0.3072321914083741,
973
+ "grad_norm": 1.7734375,
974
+ "learning_rate": 3.560648406931247e-05,
975
+ "loss": 0.1878,
976
+ "step": 1130
977
+ },
978
+ {
979
+ "epoch": 0.3099510603588907,
980
+ "grad_norm": 2.515625,
981
+ "learning_rate": 3.5466741196198996e-05,
982
+ "loss": 0.2058,
983
+ "step": 1140
984
+ },
985
+ {
986
+ "epoch": 0.3126699293094073,
987
+ "grad_norm": 2.09375,
988
+ "learning_rate": 3.532699832308552e-05,
989
+ "loss": 0.206,
990
+ "step": 1150
991
+ },
992
+ {
993
+ "epoch": 0.3126699293094073,
994
+ "eval_loss": 0.182679682970047,
995
+ "eval_runtime": 99.428,
996
+ "eval_samples_per_second": 5.029,
997
+ "eval_steps_per_second": 0.161,
998
+ "step": 1150
999
+ },
1000
+ {
1001
+ "epoch": 0.3153887982599239,
1002
+ "grad_norm": 1.3125,
1003
+ "learning_rate": 3.518725544997205e-05,
1004
+ "loss": 0.2013,
1005
+ "step": 1160
1006
+ },
1007
+ {
1008
+ "epoch": 0.3181076672104405,
1009
+ "grad_norm": 1.75,
1010
+ "learning_rate": 3.504751257685858e-05,
1011
+ "loss": 0.2018,
1012
+ "step": 1170
1013
+ },
1014
+ {
1015
+ "epoch": 0.320826536160957,
1016
+ "grad_norm": 1.265625,
1017
+ "learning_rate": 3.4907769703745107e-05,
1018
+ "loss": 0.2129,
1019
+ "step": 1180
1020
+ },
1021
+ {
1022
+ "epoch": 0.3235454051114736,
1023
+ "grad_norm": 1.984375,
1024
+ "learning_rate": 3.476802683063164e-05,
1025
+ "loss": 0.1912,
1026
+ "step": 1190
1027
+ },
1028
+ {
1029
+ "epoch": 0.3262642740619902,
1030
+ "grad_norm": 2.171875,
1031
+ "learning_rate": 3.462828395751817e-05,
1032
+ "loss": 0.1822,
1033
+ "step": 1200
1034
+ },
1035
+ {
1036
+ "epoch": 0.3262642740619902,
1037
+ "eval_loss": 0.18774999678134918,
1038
+ "eval_runtime": 99.1074,
1039
+ "eval_samples_per_second": 5.045,
1040
+ "eval_steps_per_second": 0.161,
1041
+ "step": 1200
1042
+ },
1043
+ {
1044
+ "epoch": 0.3289831430125068,
1045
+ "grad_norm": 4.5625,
1046
+ "learning_rate": 3.44885410844047e-05,
1047
+ "loss": 0.1758,
1048
+ "step": 1210
1049
+ },
1050
+ {
1051
+ "epoch": 0.3317020119630234,
1052
+ "grad_norm": 1.9921875,
1053
+ "learning_rate": 3.434879821129123e-05,
1054
+ "loss": 0.2345,
1055
+ "step": 1220
1056
+ },
1057
+ {
1058
+ "epoch": 0.33442088091353994,
1059
+ "grad_norm": 1.3359375,
1060
+ "learning_rate": 3.4209055338177756e-05,
1061
+ "loss": 0.2056,
1062
+ "step": 1230
1063
+ },
1064
+ {
1065
+ "epoch": 0.33713974986405654,
1066
+ "grad_norm": 1.8515625,
1067
+ "learning_rate": 3.406931246506428e-05,
1068
+ "loss": 0.2017,
1069
+ "step": 1240
1070
+ },
1071
+ {
1072
+ "epoch": 0.33985861881457313,
1073
+ "grad_norm": 1.9375,
1074
+ "learning_rate": 3.392956959195081e-05,
1075
+ "loss": 0.1789,
1076
+ "step": 1250
1077
+ },
1078
+ {
1079
+ "epoch": 0.33985861881457313,
1080
+ "eval_loss": 0.18862499296665192,
1081
+ "eval_runtime": 100.4085,
1082
+ "eval_samples_per_second": 4.98,
1083
+ "eval_steps_per_second": 0.159,
1084
+ "step": 1250
1085
+ },
1086
+ {
1087
+ "epoch": 0.3425774877650897,
1088
+ "grad_norm": 1.3046875,
1089
+ "learning_rate": 3.378982671883734e-05,
1090
+ "loss": 0.1966,
1091
+ "step": 1260
1092
+ },
1093
+ {
1094
+ "epoch": 0.3452963567156063,
1095
+ "grad_norm": 2.234375,
1096
+ "learning_rate": 3.3650083845723866e-05,
1097
+ "loss": 0.201,
1098
+ "step": 1270
1099
+ },
1100
+ {
1101
+ "epoch": 0.3480152256661229,
1102
+ "grad_norm": 1.375,
1103
+ "learning_rate": 3.35103409726104e-05,
1104
+ "loss": 0.186,
1105
+ "step": 1280
1106
+ },
1107
+ {
1108
+ "epoch": 0.35073409461663946,
1109
+ "grad_norm": 2.3125,
1110
+ "learning_rate": 3.3370598099496925e-05,
1111
+ "loss": 0.1931,
1112
+ "step": 1290
1113
+ },
1114
+ {
1115
+ "epoch": 0.35345296356715605,
1116
+ "grad_norm": 1.6015625,
1117
+ "learning_rate": 3.323085522638346e-05,
1118
+ "loss": 0.1633,
1119
+ "step": 1300
1120
+ },
1121
+ {
1122
+ "epoch": 0.35345296356715605,
1123
+ "eval_loss": 0.17839062213897705,
1124
+ "eval_runtime": 97.1074,
1125
+ "eval_samples_per_second": 5.149,
1126
+ "eval_steps_per_second": 0.165,
1127
+ "step": 1300
1128
+ },
1129
+ {
1130
+ "epoch": 0.35617183251767265,
1131
+ "grad_norm": 1.4453125,
1132
+ "learning_rate": 3.309111235326999e-05,
1133
+ "loss": 0.1765,
1134
+ "step": 1310
1135
+ },
1136
+ {
1137
+ "epoch": 0.35889070146818924,
1138
+ "grad_norm": 3.640625,
1139
+ "learning_rate": 3.2951369480156516e-05,
1140
+ "loss": 0.1793,
1141
+ "step": 1320
1142
+ },
1143
+ {
1144
+ "epoch": 0.36160957041870584,
1145
+ "grad_norm": 1.34375,
1146
+ "learning_rate": 3.281162660704304e-05,
1147
+ "loss": 0.1976,
1148
+ "step": 1330
1149
+ },
1150
+ {
1151
+ "epoch": 0.3643284393692224,
1152
+ "grad_norm": 1.5,
1153
+ "learning_rate": 3.267188373392957e-05,
1154
+ "loss": 0.2001,
1155
+ "step": 1340
1156
+ },
1157
+ {
1158
+ "epoch": 0.367047308319739,
1159
+ "grad_norm": 0.9140625,
1160
+ "learning_rate": 3.25321408608161e-05,
1161
+ "loss": 0.1723,
1162
+ "step": 1350
1163
+ },
1164
+ {
1165
+ "epoch": 0.367047308319739,
1166
+ "eval_loss": 0.17289061844348907,
1167
+ "eval_runtime": 97.8393,
1168
+ "eval_samples_per_second": 5.11,
1169
+ "eval_steps_per_second": 0.164,
1170
+ "step": 1350
1171
+ },
1172
+ {
1173
+ "epoch": 0.36976617727025557,
1174
+ "grad_norm": 1.734375,
1175
+ "learning_rate": 3.2392397987702626e-05,
1176
+ "loss": 0.2236,
1177
+ "step": 1360
1178
+ },
1179
+ {
1180
+ "epoch": 0.37248504622077216,
1181
+ "grad_norm": 1.2109375,
1182
+ "learning_rate": 3.225265511458916e-05,
1183
+ "loss": 0.1914,
1184
+ "step": 1370
1185
+ },
1186
+ {
1187
+ "epoch": 0.37520391517128876,
1188
+ "grad_norm": 2.828125,
1189
+ "learning_rate": 3.2112912241475685e-05,
1190
+ "loss": 0.1715,
1191
+ "step": 1380
1192
+ },
1193
+ {
1194
+ "epoch": 0.37792278412180536,
1195
+ "grad_norm": 2.265625,
1196
+ "learning_rate": 3.197316936836222e-05,
1197
+ "loss": 0.1694,
1198
+ "step": 1390
1199
+ },
1200
+ {
1201
+ "epoch": 0.3806416530723219,
1202
+ "grad_norm": 1.671875,
1203
+ "learning_rate": 3.183342649524874e-05,
1204
+ "loss": 0.1828,
1205
+ "step": 1400
1206
+ },
1207
+ {
1208
+ "epoch": 0.3806416530723219,
1209
+ "eval_loss": 0.1787421852350235,
1210
+ "eval_runtime": 105.4565,
1211
+ "eval_samples_per_second": 4.741,
1212
+ "eval_steps_per_second": 0.152,
1213
+ "step": 1400
1214
+ },
1215
+ {
1216
+ "epoch": 0.3833605220228385,
1217
+ "grad_norm": 1.4296875,
1218
+ "learning_rate": 3.1693683622135276e-05,
1219
+ "loss": 0.224,
1220
+ "step": 1410
1221
+ },
1222
+ {
1223
+ "epoch": 0.3860793909733551,
1224
+ "grad_norm": 2.484375,
1225
+ "learning_rate": 3.15539407490218e-05,
1226
+ "loss": 0.1992,
1227
+ "step": 1420
1228
+ },
1229
+ {
1230
+ "epoch": 0.3887982599238717,
1231
+ "grad_norm": 3.0625,
1232
+ "learning_rate": 3.141419787590833e-05,
1233
+ "loss": 0.2106,
1234
+ "step": 1430
1235
+ },
1236
+ {
1237
+ "epoch": 0.3915171288743883,
1238
+ "grad_norm": 1.1875,
1239
+ "learning_rate": 3.127445500279486e-05,
1240
+ "loss": 0.1732,
1241
+ "step": 1440
1242
+ },
1243
+ {
1244
+ "epoch": 0.3942359978249048,
1245
+ "grad_norm": 1.5625,
1246
+ "learning_rate": 3.1134712129681386e-05,
1247
+ "loss": 0.1865,
1248
+ "step": 1450
1249
+ },
1250
+ {
1251
+ "epoch": 0.3942359978249048,
1252
+ "eval_loss": 0.1751093715429306,
1253
+ "eval_runtime": 97.1038,
1254
+ "eval_samples_per_second": 5.149,
1255
+ "eval_steps_per_second": 0.165,
1256
+ "step": 1450
1257
+ },
1258
+ {
1259
+ "epoch": 0.3969548667754214,
1260
+ "grad_norm": 1.8515625,
1261
+ "learning_rate": 3.099496925656792e-05,
1262
+ "loss": 0.2113,
1263
+ "step": 1460
1264
+ },
1265
+ {
1266
+ "epoch": 0.399673735725938,
1267
+ "grad_norm": 1.453125,
1268
+ "learning_rate": 3.0855226383454444e-05,
1269
+ "loss": 0.2173,
1270
+ "step": 1470
1271
+ },
1272
+ {
1273
+ "epoch": 0.4023926046764546,
1274
+ "grad_norm": 2.046875,
1275
+ "learning_rate": 3.071548351034098e-05,
1276
+ "loss": 0.1893,
1277
+ "step": 1480
1278
+ },
1279
+ {
1280
+ "epoch": 0.4051114736269712,
1281
+ "grad_norm": 2.0,
1282
+ "learning_rate": 3.05757406372275e-05,
1283
+ "loss": 0.1885,
1284
+ "step": 1490
1285
+ },
1286
+ {
1287
+ "epoch": 0.4078303425774878,
1288
+ "grad_norm": 1.4140625,
1289
+ "learning_rate": 3.0435997764114032e-05,
1290
+ "loss": 0.1642,
1291
+ "step": 1500
1292
+ },
1293
+ {
1294
+ "epoch": 0.4078303425774878,
1295
+ "eval_loss": 0.1752343773841858,
1296
+ "eval_runtime": 97.2789,
1297
+ "eval_samples_per_second": 5.14,
1298
+ "eval_steps_per_second": 0.164,
1299
+ "step": 1500
1300
+ },
1301
+ {
1302
+ "epoch": 0.41054921152800433,
1303
+ "grad_norm": 2.359375,
1304
+ "learning_rate": 3.0296254891000558e-05,
1305
+ "loss": 0.189,
1306
+ "step": 1510
1307
+ },
1308
+ {
1309
+ "epoch": 0.4132680804785209,
1310
+ "grad_norm": 1.5546875,
1311
+ "learning_rate": 3.015651201788709e-05,
1312
+ "loss": 0.1399,
1313
+ "step": 1520
1314
+ },
1315
+ {
1316
+ "epoch": 0.4159869494290375,
1317
+ "grad_norm": 0.9921875,
1318
+ "learning_rate": 3.0016769144773617e-05,
1319
+ "loss": 0.2088,
1320
+ "step": 1530
1321
+ },
1322
+ {
1323
+ "epoch": 0.4187058183795541,
1324
+ "grad_norm": 1.7421875,
1325
+ "learning_rate": 2.9877026271660146e-05,
1326
+ "loss": 0.2048,
1327
+ "step": 1540
1328
+ },
1329
+ {
1330
+ "epoch": 0.4214246873300707,
1331
+ "grad_norm": 1.1640625,
1332
+ "learning_rate": 2.973728339854668e-05,
1333
+ "loss": 0.1898,
1334
+ "step": 1550
1335
+ },
1336
+ {
1337
+ "epoch": 0.4214246873300707,
1338
+ "eval_loss": 0.17342187464237213,
1339
+ "eval_runtime": 95.7506,
1340
+ "eval_samples_per_second": 5.222,
1341
+ "eval_steps_per_second": 0.167,
1342
+ "step": 1550
1343
+ },
1344
+ {
1345
+ "epoch": 0.42414355628058725,
1346
+ "grad_norm": 2.71875,
1347
+ "learning_rate": 2.9597540525433204e-05,
1348
+ "loss": 0.2081,
1349
+ "step": 1560
1350
+ },
1351
+ {
1352
+ "epoch": 0.42686242523110385,
1353
+ "grad_norm": 2.34375,
1354
+ "learning_rate": 2.9457797652319734e-05,
1355
+ "loss": 0.1575,
1356
+ "step": 1570
1357
+ },
1358
+ {
1359
+ "epoch": 0.42958129418162044,
1360
+ "grad_norm": 3.21875,
1361
+ "learning_rate": 2.931805477920626e-05,
1362
+ "loss": 0.1849,
1363
+ "step": 1580
1364
+ },
1365
+ {
1366
+ "epoch": 0.43230016313213704,
1367
+ "grad_norm": 1.7421875,
1368
+ "learning_rate": 2.9178311906092792e-05,
1369
+ "loss": 0.2059,
1370
+ "step": 1590
1371
+ },
1372
+ {
1373
+ "epoch": 0.43501903208265363,
1374
+ "grad_norm": 1.2421875,
1375
+ "learning_rate": 2.9038569032979318e-05,
1376
+ "loss": 0.1641,
1377
+ "step": 1600
1378
+ },
1379
+ {
1380
+ "epoch": 0.43501903208265363,
1381
+ "eval_loss": 0.1657109409570694,
1382
+ "eval_runtime": 96.6429,
1383
+ "eval_samples_per_second": 5.174,
1384
+ "eval_steps_per_second": 0.166,
1385
+ "step": 1600
1386
+ },
1387
+ {
1388
+ "epoch": 0.4377379010331702,
1389
+ "grad_norm": 1.953125,
1390
+ "learning_rate": 2.889882615986585e-05,
1391
+ "loss": 0.1906,
1392
+ "step": 1610
1393
+ },
1394
+ {
1395
+ "epoch": 0.44045676998368677,
1396
+ "grad_norm": 1.6328125,
1397
+ "learning_rate": 2.8759083286752376e-05,
1398
+ "loss": 0.1907,
1399
+ "step": 1620
1400
+ },
1401
+ {
1402
+ "epoch": 0.44317563893420336,
1403
+ "grad_norm": 4.625,
1404
+ "learning_rate": 2.8619340413638906e-05,
1405
+ "loss": 0.2193,
1406
+ "step": 1630
1407
+ },
1408
+ {
1409
+ "epoch": 0.44589450788471996,
1410
+ "grad_norm": 1.515625,
1411
+ "learning_rate": 2.847959754052543e-05,
1412
+ "loss": 0.1714,
1413
+ "step": 1640
1414
+ },
1415
+ {
1416
+ "epoch": 0.44861337683523655,
1417
+ "grad_norm": 1.8125,
1418
+ "learning_rate": 2.8339854667411964e-05,
1419
+ "loss": 0.1771,
1420
+ "step": 1650
1421
+ },
1422
+ {
1423
+ "epoch": 0.44861337683523655,
1424
+ "eval_loss": 0.18095313012599945,
1425
+ "eval_runtime": 95.4318,
1426
+ "eval_samples_per_second": 5.239,
1427
+ "eval_steps_per_second": 0.168,
1428
+ "step": 1650
1429
+ },
1430
+ {
1431
+ "epoch": 0.45133224578575315,
1432
+ "grad_norm": 1.9296875,
1433
+ "learning_rate": 2.820011179429849e-05,
1434
+ "loss": 0.1917,
1435
+ "step": 1660
1436
+ },
1437
+ {
1438
+ "epoch": 0.4540511147362697,
1439
+ "grad_norm": 1.8046875,
1440
+ "learning_rate": 2.806036892118502e-05,
1441
+ "loss": 0.1915,
1442
+ "step": 1670
1443
+ },
1444
+ {
1445
+ "epoch": 0.4567699836867863,
1446
+ "grad_norm": 2.53125,
1447
+ "learning_rate": 2.7920626048071552e-05,
1448
+ "loss": 0.1436,
1449
+ "step": 1680
1450
+ },
1451
+ {
1452
+ "epoch": 0.4594888526373029,
1453
+ "grad_norm": 0.921875,
1454
+ "learning_rate": 2.7780883174958078e-05,
1455
+ "loss": 0.1683,
1456
+ "step": 1690
1457
+ },
1458
+ {
1459
+ "epoch": 0.4622077215878195,
1460
+ "grad_norm": 1.640625,
1461
+ "learning_rate": 2.764114030184461e-05,
1462
+ "loss": 0.1762,
1463
+ "step": 1700
1464
+ },
1465
+ {
1466
+ "epoch": 0.4622077215878195,
1467
+ "eval_loss": 0.1666562557220459,
1468
+ "eval_runtime": 96.3207,
1469
+ "eval_samples_per_second": 5.191,
1470
+ "eval_steps_per_second": 0.166,
1471
+ "step": 1700
1472
+ },
1473
+ {
1474
+ "epoch": 0.46492659053833607,
1475
+ "grad_norm": 2.484375,
1476
+ "learning_rate": 2.7501397428731136e-05,
1477
+ "loss": 0.1977,
1478
+ "step": 1710
1479
+ },
1480
+ {
1481
+ "epoch": 0.4676454594888526,
1482
+ "grad_norm": 2.171875,
1483
+ "learning_rate": 2.7361654555617665e-05,
1484
+ "loss": 0.2066,
1485
+ "step": 1720
1486
+ },
1487
+ {
1488
+ "epoch": 0.4703643284393692,
1489
+ "grad_norm": 2.5,
1490
+ "learning_rate": 2.722191168250419e-05,
1491
+ "loss": 0.1756,
1492
+ "step": 1730
1493
+ },
1494
+ {
1495
+ "epoch": 0.4730831973898858,
1496
+ "grad_norm": 1.5625,
1497
+ "learning_rate": 2.7082168809390724e-05,
1498
+ "loss": 0.1871,
1499
+ "step": 1740
1500
+ },
1501
+ {
1502
+ "epoch": 0.4758020663404024,
1503
+ "grad_norm": 1.8046875,
1504
+ "learning_rate": 2.694242593627725e-05,
1505
+ "loss": 0.2212,
1506
+ "step": 1750
1507
+ },
1508
+ {
1509
+ "epoch": 0.4758020663404024,
1510
+ "eval_loss": 0.15598437190055847,
1511
+ "eval_runtime": 94.5918,
1512
+ "eval_samples_per_second": 5.286,
1513
+ "eval_steps_per_second": 0.169,
1514
+ "step": 1750
1515
+ },
1516
+ {
1517
+ "epoch": 0.478520935290919,
1518
+ "grad_norm": 2.1875,
1519
+ "learning_rate": 2.680268306316378e-05,
1520
+ "loss": 0.1998,
1521
+ "step": 1760
1522
+ },
1523
+ {
1524
+ "epoch": 0.4812398042414356,
1525
+ "grad_norm": 2.046875,
1526
+ "learning_rate": 2.6662940190050305e-05,
1527
+ "loss": 0.1886,
1528
+ "step": 1770
1529
+ },
1530
+ {
1531
+ "epoch": 0.4839586731919521,
1532
+ "grad_norm": 1.5390625,
1533
+ "learning_rate": 2.6523197316936838e-05,
1534
+ "loss": 0.1857,
1535
+ "step": 1780
1536
+ },
1537
+ {
1538
+ "epoch": 0.4866775421424687,
1539
+ "grad_norm": 1.2421875,
1540
+ "learning_rate": 2.638345444382337e-05,
1541
+ "loss": 0.1601,
1542
+ "step": 1790
1543
+ },
1544
+ {
1545
+ "epoch": 0.4893964110929853,
1546
+ "grad_norm": 1.3984375,
1547
+ "learning_rate": 2.6243711570709896e-05,
1548
+ "loss": 0.1989,
1549
+ "step": 1800
1550
+ },
1551
+ {
1552
+ "epoch": 0.4893964110929853,
1553
+ "eval_loss": 0.17681249976158142,
1554
+ "eval_runtime": 97.019,
1555
+ "eval_samples_per_second": 5.154,
1556
+ "eval_steps_per_second": 0.165,
1557
+ "step": 1800
1558
+ },
1559
+ {
1560
+ "epoch": 0.4921152800435019,
1561
+ "grad_norm": 0.94140625,
1562
+ "learning_rate": 2.6103968697596425e-05,
1563
+ "loss": 0.1391,
1564
+ "step": 1810
1565
+ },
1566
+ {
1567
+ "epoch": 0.4948341489940185,
1568
+ "grad_norm": 2.765625,
1569
+ "learning_rate": 2.596422582448295e-05,
1570
+ "loss": 0.211,
1571
+ "step": 1820
1572
+ },
1573
+ {
1574
+ "epoch": 0.49755301794453505,
1575
+ "grad_norm": 2.859375,
1576
+ "learning_rate": 2.5824482951369484e-05,
1577
+ "loss": 0.1558,
1578
+ "step": 1830
1579
+ },
1580
+ {
1581
+ "epoch": 0.5002718868950516,
1582
+ "grad_norm": 2.796875,
1583
+ "learning_rate": 2.568474007825601e-05,
1584
+ "loss": 0.1764,
1585
+ "step": 1840
1586
+ },
1587
+ {
1588
+ "epoch": 0.5029907558455683,
1589
+ "grad_norm": 1.609375,
1590
+ "learning_rate": 2.554499720514254e-05,
1591
+ "loss": 0.1547,
1592
+ "step": 1850
1593
+ },
1594
+ {
1595
+ "epoch": 0.5029907558455683,
1596
+ "eval_loss": 0.1746249943971634,
1597
+ "eval_runtime": 95.3118,
1598
+ "eval_samples_per_second": 5.246,
1599
+ "eval_steps_per_second": 0.168,
1600
+ "step": 1850
1601
+ },
1602
+ {
1603
+ "epoch": 0.5057096247960848,
1604
+ "grad_norm": 2.1875,
1605
+ "learning_rate": 2.5405254332029065e-05,
1606
+ "loss": 0.1657,
1607
+ "step": 1860
1608
+ },
1609
+ {
1610
+ "epoch": 0.5084284937466014,
1611
+ "grad_norm": 1.828125,
1612
+ "learning_rate": 2.5265511458915597e-05,
1613
+ "loss": 0.1985,
1614
+ "step": 1870
1615
+ },
1616
+ {
1617
+ "epoch": 0.511147362697118,
1618
+ "grad_norm": 1.1875,
1619
+ "learning_rate": 2.5125768585802123e-05,
1620
+ "loss": 0.1828,
1621
+ "step": 1880
1622
+ },
1623
+ {
1624
+ "epoch": 0.5138662316476346,
1625
+ "grad_norm": 1.1953125,
1626
+ "learning_rate": 2.4986025712688656e-05,
1627
+ "loss": 0.1603,
1628
+ "step": 1890
1629
+ },
1630
+ {
1631
+ "epoch": 0.5165851005981512,
1632
+ "grad_norm": 1.8203125,
1633
+ "learning_rate": 2.484628283957518e-05,
1634
+ "loss": 0.1718,
1635
+ "step": 1900
1636
+ },
1637
+ {
1638
+ "epoch": 0.5165851005981512,
1639
+ "eval_loss": 0.1659843772649765,
1640
+ "eval_runtime": 117.6794,
1641
+ "eval_samples_per_second": 4.249,
1642
+ "eval_steps_per_second": 0.136,
1643
+ "step": 1900
1644
+ },
1645
+ {
1646
+ "epoch": 0.5193039695486678,
1647
+ "grad_norm": 0.7421875,
1648
+ "learning_rate": 2.470653996646171e-05,
1649
+ "loss": 0.1812,
1650
+ "step": 1910
1651
+ },
1652
+ {
1653
+ "epoch": 0.5220228384991843,
1654
+ "grad_norm": 1.4375,
1655
+ "learning_rate": 2.456679709334824e-05,
1656
+ "loss": 0.1624,
1657
+ "step": 1920
1658
+ },
1659
+ {
1660
+ "epoch": 0.524741707449701,
1661
+ "grad_norm": 1.90625,
1662
+ "learning_rate": 2.442705422023477e-05,
1663
+ "loss": 0.1344,
1664
+ "step": 1930
1665
+ },
1666
+ {
1667
+ "epoch": 0.5274605764002175,
1668
+ "grad_norm": 1.6015625,
1669
+ "learning_rate": 2.42873113471213e-05,
1670
+ "loss": 0.1823,
1671
+ "step": 1940
1672
+ },
1673
+ {
1674
+ "epoch": 0.5301794453507341,
1675
+ "grad_norm": 2.515625,
1676
+ "learning_rate": 2.4147568474007825e-05,
1677
+ "loss": 0.1742,
1678
+ "step": 1950
1679
+ },
1680
+ {
1681
+ "epoch": 0.5301794453507341,
1682
+ "eval_loss": 0.1723593771457672,
1683
+ "eval_runtime": 104.5426,
1684
+ "eval_samples_per_second": 4.783,
1685
+ "eval_steps_per_second": 0.153,
1686
+ "step": 1950
1687
+ },
1688
+ {
1689
+ "epoch": 0.5328983143012507,
1690
+ "grad_norm": 4.375,
1691
+ "learning_rate": 2.4007825600894354e-05,
1692
+ "loss": 0.2232,
1693
+ "step": 1960
1694
+ },
1695
+ {
1696
+ "epoch": 0.5356171832517672,
1697
+ "grad_norm": 1.6640625,
1698
+ "learning_rate": 2.3868082727780886e-05,
1699
+ "loss": 0.1532,
1700
+ "step": 1970
1701
+ },
1702
+ {
1703
+ "epoch": 0.5383360522022839,
1704
+ "grad_norm": 2.265625,
1705
+ "learning_rate": 2.3728339854667416e-05,
1706
+ "loss": 0.171,
1707
+ "step": 1980
1708
+ },
1709
+ {
1710
+ "epoch": 0.5410549211528004,
1711
+ "grad_norm": 1.4375,
1712
+ "learning_rate": 2.358859698155394e-05,
1713
+ "loss": 0.2081,
1714
+ "step": 1990
1715
+ },
1716
+ {
1717
+ "epoch": 0.5437737901033171,
1718
+ "grad_norm": 1.6640625,
1719
+ "learning_rate": 2.344885410844047e-05,
1720
+ "loss": 0.182,
1721
+ "step": 2000
1722
+ },
1723
+ {
1724
+ "epoch": 0.5437737901033171,
1725
+ "eval_loss": 0.1640625,
1726
+ "eval_runtime": 99.8495,
1727
+ "eval_samples_per_second": 5.008,
1728
+ "eval_steps_per_second": 0.16,
1729
+ "step": 2000
1730
+ },
1731
+ {
1732
+ "epoch": 0.5464926590538336,
1733
+ "grad_norm": 1.203125,
1734
+ "learning_rate": 2.3309111235327e-05,
1735
+ "loss": 0.1363,
1736
+ "step": 2010
1737
+ },
1738
+ {
1739
+ "epoch": 0.5492115280043501,
1740
+ "grad_norm": 1.8984375,
1741
+ "learning_rate": 2.316936836221353e-05,
1742
+ "loss": 0.1666,
1743
+ "step": 2020
1744
+ },
1745
+ {
1746
+ "epoch": 0.5519303969548668,
1747
+ "grad_norm": 1.6796875,
1748
+ "learning_rate": 2.302962548910006e-05,
1749
+ "loss": 0.1405,
1750
+ "step": 2030
1751
+ },
1752
+ {
1753
+ "epoch": 0.5546492659053833,
1754
+ "grad_norm": 1.3046875,
1755
+ "learning_rate": 2.2889882615986584e-05,
1756
+ "loss": 0.1768,
1757
+ "step": 2040
1758
+ },
1759
+ {
1760
+ "epoch": 0.5573681348559,
1761
+ "grad_norm": 3.140625,
1762
+ "learning_rate": 2.2750139742873114e-05,
1763
+ "loss": 0.2092,
1764
+ "step": 2050
1765
+ },
1766
+ {
1767
+ "epoch": 0.5573681348559,
1768
+ "eval_loss": 0.1575937569141388,
1769
+ "eval_runtime": 99.6448,
1770
+ "eval_samples_per_second": 5.018,
1771
+ "eval_steps_per_second": 0.161,
1772
+ "step": 2050
1773
+ },
1774
+ {
1775
+ "epoch": 0.5600870038064165,
1776
+ "grad_norm": 2.09375,
1777
+ "learning_rate": 2.2610396869759643e-05,
1778
+ "loss": 0.1888,
1779
+ "step": 2060
1780
+ },
1781
+ {
1782
+ "epoch": 0.5628058727569332,
1783
+ "grad_norm": 1.921875,
1784
+ "learning_rate": 2.2470653996646172e-05,
1785
+ "loss": 0.1454,
1786
+ "step": 2070
1787
+ },
1788
+ {
1789
+ "epoch": 0.5655247417074497,
1790
+ "grad_norm": 1.0703125,
1791
+ "learning_rate": 2.2330911123532698e-05,
1792
+ "loss": 0.1697,
1793
+ "step": 2080
1794
+ },
1795
+ {
1796
+ "epoch": 0.5682436106579662,
1797
+ "grad_norm": 3.171875,
1798
+ "learning_rate": 2.219116825041923e-05,
1799
+ "loss": 0.19,
1800
+ "step": 2090
1801
+ },
1802
+ {
1803
+ "epoch": 0.5709624796084829,
1804
+ "grad_norm": 1.546875,
1805
+ "learning_rate": 2.205142537730576e-05,
1806
+ "loss": 0.1925,
1807
+ "step": 2100
1808
+ },
1809
+ {
1810
+ "epoch": 0.5709624796084829,
1811
+ "eval_loss": 0.16167187690734863,
1812
+ "eval_runtime": 99.0392,
1813
+ "eval_samples_per_second": 5.049,
1814
+ "eval_steps_per_second": 0.162,
1815
+ "step": 2100
1816
+ },
1817
+ {
1818
+ "epoch": 0.5736813485589994,
1819
+ "grad_norm": 1.8828125,
1820
+ "learning_rate": 2.191168250419229e-05,
1821
+ "loss": 0.1822,
1822
+ "step": 2110
1823
+ },
1824
+ {
1825
+ "epoch": 0.5764002175095161,
1826
+ "grad_norm": 1.4609375,
1827
+ "learning_rate": 2.1771939631078815e-05,
1828
+ "loss": 0.1685,
1829
+ "step": 2120
1830
+ },
1831
+ {
1832
+ "epoch": 0.5791190864600326,
1833
+ "grad_norm": 1.0546875,
1834
+ "learning_rate": 2.1632196757965344e-05,
1835
+ "loss": 0.2201,
1836
+ "step": 2130
1837
+ },
1838
+ {
1839
+ "epoch": 0.5818379554105492,
1840
+ "grad_norm": 1.0625,
1841
+ "learning_rate": 2.1492453884851873e-05,
1842
+ "loss": 0.1572,
1843
+ "step": 2140
1844
+ },
1845
+ {
1846
+ "epoch": 0.5845568243610658,
1847
+ "grad_norm": 0.9140625,
1848
+ "learning_rate": 2.1352711011738403e-05,
1849
+ "loss": 0.1507,
1850
+ "step": 2150
1851
+ },
1852
+ {
1853
+ "epoch": 0.5845568243610658,
1854
+ "eval_loss": 0.15681250393390656,
1855
+ "eval_runtime": 96.4445,
1856
+ "eval_samples_per_second": 5.184,
1857
+ "eval_steps_per_second": 0.166,
1858
+ "step": 2150
1859
+ },
1860
+ {
1861
+ "epoch": 0.5872756933115824,
1862
+ "grad_norm": 2.9375,
1863
+ "learning_rate": 2.1212968138624932e-05,
1864
+ "loss": 0.1653,
1865
+ "step": 2160
1866
+ },
1867
+ {
1868
+ "epoch": 0.589994562262099,
1869
+ "grad_norm": 1.5625,
1870
+ "learning_rate": 2.1073225265511458e-05,
1871
+ "loss": 0.1815,
1872
+ "step": 2170
1873
+ },
1874
+ {
1875
+ "epoch": 0.5927134312126155,
1876
+ "grad_norm": 1.15625,
1877
+ "learning_rate": 2.0933482392397987e-05,
1878
+ "loss": 0.1157,
1879
+ "step": 2180
1880
+ },
1881
+ {
1882
+ "epoch": 0.5954323001631321,
1883
+ "grad_norm": 1.890625,
1884
+ "learning_rate": 2.0793739519284516e-05,
1885
+ "loss": 0.1535,
1886
+ "step": 2190
1887
+ },
1888
+ {
1889
+ "epoch": 0.5981511691136487,
1890
+ "grad_norm": 1.21875,
1891
+ "learning_rate": 2.0653996646171045e-05,
1892
+ "loss": 0.1547,
1893
+ "step": 2200
1894
+ },
1895
+ {
1896
+ "epoch": 0.5981511691136487,
1897
+ "eval_loss": 0.16277343034744263,
1898
+ "eval_runtime": 96.1155,
1899
+ "eval_samples_per_second": 5.202,
1900
+ "eval_steps_per_second": 0.166,
1901
+ "step": 2200
1902
+ },
1903
+ {
1904
+ "epoch": 0.6008700380641653,
1905
+ "grad_norm": 2.09375,
1906
+ "learning_rate": 2.0514253773057575e-05,
1907
+ "loss": 0.1582,
1908
+ "step": 2210
1909
+ },
1910
+ {
1911
+ "epoch": 0.6035889070146819,
1912
+ "grad_norm": 1.3203125,
1913
+ "learning_rate": 2.0374510899944104e-05,
1914
+ "loss": 0.1592,
1915
+ "step": 2220
1916
+ },
1917
+ {
1918
+ "epoch": 0.6063077759651985,
1919
+ "grad_norm": 2.6875,
1920
+ "learning_rate": 2.0234768026830633e-05,
1921
+ "loss": 0.1771,
1922
+ "step": 2230
1923
+ },
1924
+ {
1925
+ "epoch": 0.609026644915715,
1926
+ "grad_norm": 1.9921875,
1927
+ "learning_rate": 2.0095025153717162e-05,
1928
+ "loss": 0.169,
1929
+ "step": 2240
1930
+ },
1931
+ {
1932
+ "epoch": 0.6117455138662317,
1933
+ "grad_norm": 2.140625,
1934
+ "learning_rate": 1.995528228060369e-05,
1935
+ "loss": 0.1685,
1936
+ "step": 2250
1937
+ },
1938
+ {
1939
+ "epoch": 0.6117455138662317,
1940
+ "eval_loss": 0.16175781190395355,
1941
+ "eval_runtime": 99.1628,
1942
+ "eval_samples_per_second": 5.042,
1943
+ "eval_steps_per_second": 0.161,
1944
+ "step": 2250
1945
+ },
1946
+ {
1947
+ "epoch": 0.6144643828167482,
1948
+ "grad_norm": 1.234375,
1949
+ "learning_rate": 1.9815539407490218e-05,
1950
+ "loss": 0.165,
1951
+ "step": 2260
1952
+ },
1953
+ {
1954
+ "epoch": 0.6171832517672649,
1955
+ "grad_norm": 2.140625,
1956
+ "learning_rate": 1.9675796534376747e-05,
1957
+ "loss": 0.1928,
1958
+ "step": 2270
1959
+ },
1960
+ {
1961
+ "epoch": 0.6199021207177814,
1962
+ "grad_norm": 1.6484375,
1963
+ "learning_rate": 1.9536053661263276e-05,
1964
+ "loss": 0.2038,
1965
+ "step": 2280
1966
+ },
1967
+ {
1968
+ "epoch": 0.622620989668298,
1969
+ "grad_norm": 1.828125,
1970
+ "learning_rate": 1.9396310788149805e-05,
1971
+ "loss": 0.1871,
1972
+ "step": 2290
1973
+ },
1974
+ {
1975
+ "epoch": 0.6253398586188146,
1976
+ "grad_norm": 1.078125,
1977
+ "learning_rate": 1.9256567915036335e-05,
1978
+ "loss": 0.1733,
1979
+ "step": 2300
1980
+ },
1981
+ {
1982
+ "epoch": 0.6253398586188146,
1983
+ "eval_loss": 0.15731249749660492,
1984
+ "eval_runtime": 95.4546,
1985
+ "eval_samples_per_second": 5.238,
1986
+ "eval_steps_per_second": 0.168,
1987
+ "step": 2300
1988
+ },
1989
+ {
1990
+ "epoch": 0.6280587275693311,
1991
+ "grad_norm": 1.40625,
1992
+ "learning_rate": 1.911682504192286e-05,
1993
+ "loss": 0.1706,
1994
+ "step": 2310
1995
+ },
1996
+ {
1997
+ "epoch": 0.6307775965198478,
1998
+ "grad_norm": 3.078125,
1999
+ "learning_rate": 1.897708216880939e-05,
2000
+ "loss": 0.1856,
2001
+ "step": 2320
2002
+ },
2003
+ {
2004
+ "epoch": 0.6334964654703643,
2005
+ "grad_norm": 1.375,
2006
+ "learning_rate": 1.8837339295695922e-05,
2007
+ "loss": 0.1852,
2008
+ "step": 2330
2009
+ },
2010
+ {
2011
+ "epoch": 0.636215334420881,
2012
+ "grad_norm": 2.3125,
2013
+ "learning_rate": 1.869759642258245e-05,
2014
+ "loss": 0.1748,
2015
+ "step": 2340
2016
+ },
2017
+ {
2018
+ "epoch": 0.6389342033713975,
2019
+ "grad_norm": 1.2890625,
2020
+ "learning_rate": 1.8557853549468977e-05,
2021
+ "loss": 0.1576,
2022
+ "step": 2350
2023
+ },
2024
+ {
2025
+ "epoch": 0.6389342033713975,
2026
+ "eval_loss": 0.15459375083446503,
2027
+ "eval_runtime": 94.7107,
2028
+ "eval_samples_per_second": 5.279,
2029
+ "eval_steps_per_second": 0.169,
2030
+ "step": 2350
2031
+ },
2032
+ {
2033
+ "epoch": 0.641653072321914,
2034
+ "grad_norm": 1.4921875,
2035
+ "learning_rate": 1.8418110676355507e-05,
2036
+ "loss": 0.1657,
2037
+ "step": 2360
2038
+ },
2039
+ {
2040
+ "epoch": 0.6443719412724307,
2041
+ "grad_norm": 1.8359375,
2042
+ "learning_rate": 1.8278367803242036e-05,
2043
+ "loss": 0.1725,
2044
+ "step": 2370
2045
+ },
2046
+ {
2047
+ "epoch": 0.6470908102229472,
2048
+ "grad_norm": 1.90625,
2049
+ "learning_rate": 1.8138624930128565e-05,
2050
+ "loss": 0.1667,
2051
+ "step": 2380
2052
+ },
2053
+ {
2054
+ "epoch": 0.6498096791734639,
2055
+ "grad_norm": 2.203125,
2056
+ "learning_rate": 1.7998882057015094e-05,
2057
+ "loss": 0.1468,
2058
+ "step": 2390
2059
+ },
2060
+ {
2061
+ "epoch": 0.6525285481239804,
2062
+ "grad_norm": 2.3125,
2063
+ "learning_rate": 1.785913918390162e-05,
2064
+ "loss": 0.1852,
2065
+ "step": 2400
2066
+ },
2067
+ {
2068
+ "epoch": 0.6525285481239804,
2069
+ "eval_loss": 0.14464062452316284,
2070
+ "eval_runtime": 109.621,
2071
+ "eval_samples_per_second": 4.561,
2072
+ "eval_steps_per_second": 0.146,
2073
+ "step": 2400
2074
+ },
2075
+ {
2076
+ "epoch": 0.655247417074497,
2077
+ "grad_norm": 2.015625,
2078
+ "learning_rate": 1.771939631078815e-05,
2079
+ "loss": 0.1942,
2080
+ "step": 2410
2081
+ },
2082
+ {
2083
+ "epoch": 0.6579662860250136,
2084
+ "grad_norm": 1.9453125,
2085
+ "learning_rate": 1.757965343767468e-05,
2086
+ "loss": 0.1513,
2087
+ "step": 2420
2088
+ },
2089
+ {
2090
+ "epoch": 0.6606851549755302,
2091
+ "grad_norm": 1.1875,
2092
+ "learning_rate": 1.7439910564561208e-05,
2093
+ "loss": 0.1445,
2094
+ "step": 2430
2095
+ },
2096
+ {
2097
+ "epoch": 0.6634040239260468,
2098
+ "grad_norm": 3.171875,
2099
+ "learning_rate": 1.7300167691447737e-05,
2100
+ "loss": 0.1874,
2101
+ "step": 2440
2102
+ },
2103
+ {
2104
+ "epoch": 0.6661228928765633,
2105
+ "grad_norm": 2.5625,
2106
+ "learning_rate": 1.7160424818334266e-05,
2107
+ "loss": 0.1697,
2108
+ "step": 2450
2109
+ },
2110
+ {
2111
+ "epoch": 0.6661228928765633,
2112
+ "eval_loss": 0.14278124272823334,
2113
+ "eval_runtime": 99.7567,
2114
+ "eval_samples_per_second": 5.012,
2115
+ "eval_steps_per_second": 0.16,
2116
+ "step": 2450
2117
+ },
2118
+ {
2119
+ "epoch": 0.6688417618270799,
2120
+ "grad_norm": 1.6171875,
2121
+ "learning_rate": 1.7020681945220796e-05,
2122
+ "loss": 0.1505,
2123
+ "step": 2460
2124
+ },
2125
+ {
2126
+ "epoch": 0.6715606307775965,
2127
+ "grad_norm": 1.1875,
2128
+ "learning_rate": 1.6880939072107325e-05,
2129
+ "loss": 0.2015,
2130
+ "step": 2470
2131
+ },
2132
+ {
2133
+ "epoch": 0.6742794997281131,
2134
+ "grad_norm": 1.5625,
2135
+ "learning_rate": 1.6741196198993854e-05,
2136
+ "loss": 0.1782,
2137
+ "step": 2480
2138
+ },
2139
+ {
2140
+ "epoch": 0.6769983686786297,
2141
+ "grad_norm": 3.140625,
2142
+ "learning_rate": 1.660145332588038e-05,
2143
+ "loss": 0.159,
2144
+ "step": 2490
2145
+ },
2146
+ {
2147
+ "epoch": 0.6797172376291463,
2148
+ "grad_norm": 1.265625,
2149
+ "learning_rate": 1.646171045276691e-05,
2150
+ "loss": 0.2079,
2151
+ "step": 2500
2152
+ },
2153
+ {
2154
+ "epoch": 0.6797172376291463,
2155
+ "eval_loss": 0.15110155940055847,
2156
+ "eval_runtime": 101.2462,
2157
+ "eval_samples_per_second": 4.938,
2158
+ "eval_steps_per_second": 0.158,
2159
+ "step": 2500
2160
+ },
2161
+ {
2162
+ "epoch": 0.6824361065796629,
2163
+ "grad_norm": 2.046875,
2164
+ "learning_rate": 1.632196757965344e-05,
2165
+ "loss": 0.1347,
2166
+ "step": 2510
2167
+ },
2168
+ {
2169
+ "epoch": 0.6851549755301795,
2170
+ "grad_norm": 1.140625,
2171
+ "learning_rate": 1.6182224706539968e-05,
2172
+ "loss": 0.1575,
2173
+ "step": 2520
2174
+ },
2175
+ {
2176
+ "epoch": 0.687873844480696,
2177
+ "grad_norm": 1.8046875,
2178
+ "learning_rate": 1.6042481833426497e-05,
2179
+ "loss": 0.1613,
2180
+ "step": 2530
2181
+ },
2182
+ {
2183
+ "epoch": 0.6905927134312126,
2184
+ "grad_norm": 2.015625,
2185
+ "learning_rate": 1.5902738960313023e-05,
2186
+ "loss": 0.1625,
2187
+ "step": 2540
2188
+ },
2189
+ {
2190
+ "epoch": 0.6933115823817292,
2191
+ "grad_norm": 3.421875,
2192
+ "learning_rate": 1.5762996087199552e-05,
2193
+ "loss": 0.1748,
2194
+ "step": 2550
2195
+ },
2196
+ {
2197
+ "epoch": 0.6933115823817292,
2198
+ "eval_loss": 0.15357030928134918,
2199
+ "eval_runtime": 102.5541,
2200
+ "eval_samples_per_second": 4.875,
2201
+ "eval_steps_per_second": 0.156,
2202
+ "step": 2550
2203
+ },
2204
+ {
2205
+ "epoch": 0.6960304513322458,
2206
+ "grad_norm": 2.3125,
2207
+ "learning_rate": 1.562325321408608e-05,
2208
+ "loss": 0.1767,
2209
+ "step": 2560
2210
+ },
2211
+ {
2212
+ "epoch": 0.6987493202827624,
2213
+ "grad_norm": 1.734375,
2214
+ "learning_rate": 1.5483510340972614e-05,
2215
+ "loss": 0.1507,
2216
+ "step": 2570
2217
+ },
2218
+ {
2219
+ "epoch": 0.7014681892332789,
2220
+ "grad_norm": 2.0625,
2221
+ "learning_rate": 1.534376746785914e-05,
2222
+ "loss": 0.13,
2223
+ "step": 2580
2224
+ },
2225
+ {
2226
+ "epoch": 0.7041870581837956,
2227
+ "grad_norm": 1.3671875,
2228
+ "learning_rate": 1.5204024594745669e-05,
2229
+ "loss": 0.1576,
2230
+ "step": 2590
2231
+ },
2232
+ {
2233
+ "epoch": 0.7069059271343121,
2234
+ "grad_norm": 1.0546875,
2235
+ "learning_rate": 1.5064281721632198e-05,
2236
+ "loss": 0.173,
2237
+ "step": 2600
2238
+ },
2239
+ {
2240
+ "epoch": 0.7069059271343121,
2241
+ "eval_loss": 0.15370312333106995,
2242
+ "eval_runtime": 102.0222,
2243
+ "eval_samples_per_second": 4.901,
2244
+ "eval_steps_per_second": 0.157,
2245
+ "step": 2600
2246
+ },
2247
+ {
2248
+ "epoch": 0.7096247960848288,
2249
+ "grad_norm": 0.62890625,
2250
+ "learning_rate": 1.4924538848518726e-05,
2251
+ "loss": 0.1421,
2252
+ "step": 2610
2253
+ },
2254
+ {
2255
+ "epoch": 0.7123436650353453,
2256
+ "grad_norm": 1.8125,
2257
+ "learning_rate": 1.4784795975405255e-05,
2258
+ "loss": 0.1548,
2259
+ "step": 2620
2260
+ },
2261
+ {
2262
+ "epoch": 0.7150625339858618,
2263
+ "grad_norm": 0.96484375,
2264
+ "learning_rate": 1.4645053102291784e-05,
2265
+ "loss": 0.1422,
2266
+ "step": 2630
2267
+ },
2268
+ {
2269
+ "epoch": 0.7177814029363785,
2270
+ "grad_norm": 1.8125,
2271
+ "learning_rate": 1.4505310229178312e-05,
2272
+ "loss": 0.1577,
2273
+ "step": 2640
2274
+ },
2275
+ {
2276
+ "epoch": 0.720500271886895,
2277
+ "grad_norm": 1.046875,
2278
+ "learning_rate": 1.4365567356064841e-05,
2279
+ "loss": 0.1542,
2280
+ "step": 2650
2281
+ },
2282
+ {
2283
+ "epoch": 0.720500271886895,
2284
+ "eval_loss": 0.16090625524520874,
2285
+ "eval_runtime": 105.0015,
2286
+ "eval_samples_per_second": 4.762,
2287
+ "eval_steps_per_second": 0.152,
2288
+ "step": 2650
2289
+ },
2290
+ {
2291
+ "epoch": 0.7232191408374117,
2292
+ "grad_norm": 3.53125,
2293
+ "learning_rate": 1.4225824482951369e-05,
2294
+ "loss": 0.1655,
2295
+ "step": 2660
2296
+ },
2297
+ {
2298
+ "epoch": 0.7259380097879282,
2299
+ "grad_norm": 0.96484375,
2300
+ "learning_rate": 1.4086081609837898e-05,
2301
+ "loss": 0.1508,
2302
+ "step": 2670
2303
+ },
2304
+ {
2305
+ "epoch": 0.7286568787384448,
2306
+ "grad_norm": 1.9609375,
2307
+ "learning_rate": 1.3946338736724427e-05,
2308
+ "loss": 0.1455,
2309
+ "step": 2680
2310
+ },
2311
+ {
2312
+ "epoch": 0.7313757476889614,
2313
+ "grad_norm": 2.171875,
2314
+ "learning_rate": 1.3806595863610958e-05,
2315
+ "loss": 0.1408,
2316
+ "step": 2690
2317
+ },
2318
+ {
2319
+ "epoch": 0.734094616639478,
2320
+ "grad_norm": 1.125,
2321
+ "learning_rate": 1.3666852990497486e-05,
2322
+ "loss": 0.1562,
2323
+ "step": 2700
2324
+ },
2325
+ {
2326
+ "epoch": 0.734094616639478,
2327
+ "eval_loss": 0.15767186880111694,
2328
+ "eval_runtime": 98.7176,
2329
+ "eval_samples_per_second": 5.065,
2330
+ "eval_steps_per_second": 0.162,
2331
+ "step": 2700
2332
+ },
2333
+ {
2334
+ "epoch": 0.7368134855899946,
2335
+ "grad_norm": 0.875,
2336
+ "learning_rate": 1.3527110117384015e-05,
2337
+ "loss": 0.1621,
2338
+ "step": 2710
2339
+ },
2340
+ {
2341
+ "epoch": 0.7395323545405111,
2342
+ "grad_norm": 1.578125,
2343
+ "learning_rate": 1.3387367244270544e-05,
2344
+ "loss": 0.1673,
2345
+ "step": 2720
2346
+ },
2347
+ {
2348
+ "epoch": 0.7422512234910277,
2349
+ "grad_norm": 1.1640625,
2350
+ "learning_rate": 1.3247624371157072e-05,
2351
+ "loss": 0.1708,
2352
+ "step": 2730
2353
+ },
2354
+ {
2355
+ "epoch": 0.7449700924415443,
2356
+ "grad_norm": 1.4765625,
2357
+ "learning_rate": 1.3107881498043601e-05,
2358
+ "loss": 0.1295,
2359
+ "step": 2740
2360
+ },
2361
+ {
2362
+ "epoch": 0.7476889613920609,
2363
+ "grad_norm": 1.9765625,
2364
+ "learning_rate": 1.2968138624930128e-05,
2365
+ "loss": 0.1518,
2366
+ "step": 2750
2367
+ },
2368
+ {
2369
+ "epoch": 0.7476889613920609,
2370
+ "eval_loss": 0.1566796898841858,
2371
+ "eval_runtime": 99.834,
2372
+ "eval_samples_per_second": 5.008,
2373
+ "eval_steps_per_second": 0.16,
2374
+ "step": 2750
2375
+ },
2376
+ {
2377
+ "epoch": 0.7504078303425775,
2378
+ "grad_norm": 3.34375,
2379
+ "learning_rate": 1.2828395751816658e-05,
2380
+ "loss": 0.2034,
2381
+ "step": 2760
2382
+ },
2383
+ {
2384
+ "epoch": 0.7531266992930941,
2385
+ "grad_norm": 1.9765625,
2386
+ "learning_rate": 1.2688652878703185e-05,
2387
+ "loss": 0.1786,
2388
+ "step": 2770
2389
+ },
2390
+ {
2391
+ "epoch": 0.7558455682436107,
2392
+ "grad_norm": 1.5,
2393
+ "learning_rate": 1.2548910005589715e-05,
2394
+ "loss": 0.1941,
2395
+ "step": 2780
2396
+ },
2397
+ {
2398
+ "epoch": 0.7585644371941273,
2399
+ "grad_norm": 2.109375,
2400
+ "learning_rate": 1.2409167132476244e-05,
2401
+ "loss": 0.1586,
2402
+ "step": 2790
2403
+ },
2404
+ {
2405
+ "epoch": 0.7612833061446438,
2406
+ "grad_norm": 2.59375,
2407
+ "learning_rate": 1.2269424259362773e-05,
2408
+ "loss": 0.1914,
2409
+ "step": 2800
2410
+ },
2411
+ {
2412
+ "epoch": 0.7612833061446438,
2413
+ "eval_loss": 0.14214062690734863,
2414
+ "eval_runtime": 99.6815,
2415
+ "eval_samples_per_second": 5.016,
2416
+ "eval_steps_per_second": 0.161,
2417
+ "step": 2800
2418
+ },
2419
+ {
2420
+ "epoch": 0.7640021750951604,
2421
+ "grad_norm": 2.6875,
2422
+ "learning_rate": 1.2129681386249302e-05,
2423
+ "loss": 0.1537,
2424
+ "step": 2810
2425
+ },
2426
+ {
2427
+ "epoch": 0.766721044045677,
2428
+ "grad_norm": 1.5234375,
2429
+ "learning_rate": 1.198993851313583e-05,
2430
+ "loss": 0.1528,
2431
+ "step": 2820
2432
+ },
2433
+ {
2434
+ "epoch": 0.7694399129961936,
2435
+ "grad_norm": 1.5234375,
2436
+ "learning_rate": 1.1850195640022359e-05,
2437
+ "loss": 0.1504,
2438
+ "step": 2830
2439
+ },
2440
+ {
2441
+ "epoch": 0.7721587819467102,
2442
+ "grad_norm": 1.875,
2443
+ "learning_rate": 1.1710452766908888e-05,
2444
+ "loss": 0.1599,
2445
+ "step": 2840
2446
+ },
2447
+ {
2448
+ "epoch": 0.7748776508972267,
2449
+ "grad_norm": 2.21875,
2450
+ "learning_rate": 1.1570709893795418e-05,
2451
+ "loss": 0.1833,
2452
+ "step": 2850
2453
+ },
2454
+ {
2455
+ "epoch": 0.7748776508972267,
2456
+ "eval_loss": 0.15465624630451202,
2457
+ "eval_runtime": 98.484,
2458
+ "eval_samples_per_second": 5.077,
2459
+ "eval_steps_per_second": 0.162,
2460
+ "step": 2850
2461
+ },
2462
+ {
2463
+ "epoch": 0.7775965198477434,
2464
+ "grad_norm": 2.796875,
2465
+ "learning_rate": 1.1430967020681945e-05,
2466
+ "loss": 0.1537,
2467
+ "step": 2860
2468
+ },
2469
+ {
2470
+ "epoch": 0.7803153887982599,
2471
+ "grad_norm": 2.796875,
2472
+ "learning_rate": 1.1291224147568474e-05,
2473
+ "loss": 0.1916,
2474
+ "step": 2870
2475
+ },
2476
+ {
2477
+ "epoch": 0.7830342577487766,
2478
+ "grad_norm": 1.875,
2479
+ "learning_rate": 1.1151481274455004e-05,
2480
+ "loss": 0.1445,
2481
+ "step": 2880
2482
+ },
2483
+ {
2484
+ "epoch": 0.7857531266992931,
2485
+ "grad_norm": 3.0625,
2486
+ "learning_rate": 1.1011738401341531e-05,
2487
+ "loss": 0.187,
2488
+ "step": 2890
2489
+ },
2490
+ {
2491
+ "epoch": 0.7884719956498096,
2492
+ "grad_norm": 1.34375,
2493
+ "learning_rate": 1.0871995528228062e-05,
2494
+ "loss": 0.1492,
2495
+ "step": 2900
2496
+ },
2497
+ {
2498
+ "epoch": 0.7884719956498096,
2499
+ "eval_loss": 0.14948438107967377,
2500
+ "eval_runtime": 117.0767,
2501
+ "eval_samples_per_second": 4.271,
2502
+ "eval_steps_per_second": 0.137,
2503
+ "step": 2900
2504
+ },
2505
+ {
2506
+ "epoch": 0.7911908646003263,
2507
+ "grad_norm": 1.15625,
2508
+ "learning_rate": 1.073225265511459e-05,
2509
+ "loss": 0.211,
2510
+ "step": 2910
2511
+ },
2512
+ {
2513
+ "epoch": 0.7939097335508428,
2514
+ "grad_norm": 1.2109375,
2515
+ "learning_rate": 1.0592509782001119e-05,
2516
+ "loss": 0.1555,
2517
+ "step": 2920
2518
+ },
2519
+ {
2520
+ "epoch": 0.7966286025013595,
2521
+ "grad_norm": 1.578125,
2522
+ "learning_rate": 1.0452766908887646e-05,
2523
+ "loss": 0.1666,
2524
+ "step": 2930
2525
+ },
2526
+ {
2527
+ "epoch": 0.799347471451876,
2528
+ "grad_norm": 1.8046875,
2529
+ "learning_rate": 1.0313024035774176e-05,
2530
+ "loss": 0.1936,
2531
+ "step": 2940
2532
+ },
2533
+ {
2534
+ "epoch": 0.8020663404023926,
2535
+ "grad_norm": 2.421875,
2536
+ "learning_rate": 1.0173281162660705e-05,
2537
+ "loss": 0.1484,
2538
+ "step": 2950
2539
+ },
2540
+ {
2541
+ "epoch": 0.8020663404023926,
2542
+ "eval_loss": 0.1609531193971634,
2543
+ "eval_runtime": 104.0405,
2544
+ "eval_samples_per_second": 4.806,
2545
+ "eval_steps_per_second": 0.154,
2546
+ "step": 2950
2547
+ },
2548
+ {
2549
+ "epoch": 0.8047852093529092,
2550
+ "grad_norm": 1.34375,
2551
+ "learning_rate": 1.0033538289547234e-05,
2552
+ "loss": 0.1312,
2553
+ "step": 2960
2554
+ },
2555
+ {
2556
+ "epoch": 0.8075040783034257,
2557
+ "grad_norm": 1.265625,
2558
+ "learning_rate": 9.893795416433763e-06,
2559
+ "loss": 0.1239,
2560
+ "step": 2970
2561
+ },
2562
+ {
2563
+ "epoch": 0.8102229472539424,
2564
+ "grad_norm": 2.265625,
2565
+ "learning_rate": 9.754052543320291e-06,
2566
+ "loss": 0.1733,
2567
+ "step": 2980
2568
+ },
2569
+ {
2570
+ "epoch": 0.8129418162044589,
2571
+ "grad_norm": 1.359375,
2572
+ "learning_rate": 9.61430967020682e-06,
2573
+ "loss": 0.1964,
2574
+ "step": 2990
2575
+ },
2576
+ {
2577
+ "epoch": 0.8156606851549756,
2578
+ "grad_norm": 1.46875,
2579
+ "learning_rate": 9.474566797093348e-06,
2580
+ "loss": 0.1463,
2581
+ "step": 3000
2582
+ },
2583
+ {
2584
+ "epoch": 0.8156606851549756,
2585
+ "eval_loss": 0.15464062988758087,
2586
+ "eval_runtime": 103.2751,
2587
+ "eval_samples_per_second": 4.841,
2588
+ "eval_steps_per_second": 0.155,
2589
+ "step": 3000
2590
+ },
2591
+ {
2592
+ "epoch": 0.8183795541054921,
2593
+ "grad_norm": 1.84375,
2594
+ "learning_rate": 9.334823923979877e-06,
2595
+ "loss": 0.1547,
2596
+ "step": 3010
2597
+ },
2598
+ {
2599
+ "epoch": 0.8210984230560087,
2600
+ "grad_norm": 1.7265625,
2601
+ "learning_rate": 9.195081050866406e-06,
2602
+ "loss": 0.1783,
2603
+ "step": 3020
2604
+ },
2605
+ {
2606
+ "epoch": 0.8238172920065253,
2607
+ "grad_norm": 1.609375,
2608
+ "learning_rate": 9.055338177752935e-06,
2609
+ "loss": 0.1595,
2610
+ "step": 3030
2611
+ },
2612
+ {
2613
+ "epoch": 0.8265361609570419,
2614
+ "grad_norm": 1.296875,
2615
+ "learning_rate": 8.915595304639463e-06,
2616
+ "loss": 0.1625,
2617
+ "step": 3040
2618
+ },
2619
+ {
2620
+ "epoch": 0.8292550299075585,
2621
+ "grad_norm": 1.671875,
2622
+ "learning_rate": 8.775852431525992e-06,
2623
+ "loss": 0.1821,
2624
+ "step": 3050
2625
+ },
2626
+ {
2627
+ "epoch": 0.8292550299075585,
2628
+ "eval_loss": 0.15335936844348907,
2629
+ "eval_runtime": 100.4729,
2630
+ "eval_samples_per_second": 4.976,
2631
+ "eval_steps_per_second": 0.159,
2632
+ "step": 3050
2633
+ },
2634
+ {
2635
+ "epoch": 0.831973898858075,
2636
+ "grad_norm": 3.0625,
2637
+ "learning_rate": 8.636109558412521e-06,
2638
+ "loss": 0.1855,
2639
+ "step": 3060
2640
+ },
2641
+ {
2642
+ "epoch": 0.8346927678085916,
2643
+ "grad_norm": 1.328125,
2644
+ "learning_rate": 8.496366685299049e-06,
2645
+ "loss": 0.1513,
2646
+ "step": 3070
2647
+ },
2648
+ {
2649
+ "epoch": 0.8374116367591082,
2650
+ "grad_norm": 1.0859375,
2651
+ "learning_rate": 8.35662381218558e-06,
2652
+ "loss": 0.1566,
2653
+ "step": 3080
2654
+ },
2655
+ {
2656
+ "epoch": 0.8401305057096248,
2657
+ "grad_norm": 1.90625,
2658
+ "learning_rate": 8.216880939072108e-06,
2659
+ "loss": 0.1611,
2660
+ "step": 3090
2661
+ },
2662
+ {
2663
+ "epoch": 0.8428493746601414,
2664
+ "grad_norm": 1.9453125,
2665
+ "learning_rate": 8.077138065958637e-06,
2666
+ "loss": 0.1432,
2667
+ "step": 3100
2668
+ },
2669
+ {
2670
+ "epoch": 0.8428493746601414,
2671
+ "eval_loss": 0.15146875381469727,
2672
+ "eval_runtime": 100.1544,
2673
+ "eval_samples_per_second": 4.992,
2674
+ "eval_steps_per_second": 0.16,
2675
+ "step": 3100
2676
+ },
2677
+ {
2678
+ "epoch": 0.845568243610658,
2679
+ "grad_norm": 1.8359375,
2680
+ "learning_rate": 7.937395192845164e-06,
2681
+ "loss": 0.1737,
2682
+ "step": 3110
2683
+ },
2684
+ {
2685
+ "epoch": 0.8482871125611745,
2686
+ "grad_norm": 1.0703125,
2687
+ "learning_rate": 7.797652319731694e-06,
2688
+ "loss": 0.1423,
2689
+ "step": 3120
2690
+ },
2691
+ {
2692
+ "epoch": 0.8510059815116912,
2693
+ "grad_norm": 2.046875,
2694
+ "learning_rate": 7.657909446618223e-06,
2695
+ "loss": 0.1262,
2696
+ "step": 3130
2697
+ },
2698
+ {
2699
+ "epoch": 0.8537248504622077,
2700
+ "grad_norm": 0.8515625,
2701
+ "learning_rate": 7.518166573504752e-06,
2702
+ "loss": 0.1402,
2703
+ "step": 3140
2704
+ },
2705
+ {
2706
+ "epoch": 0.8564437194127243,
2707
+ "grad_norm": 1.3125,
2708
+ "learning_rate": 7.3784237003912805e-06,
2709
+ "loss": 0.1803,
2710
+ "step": 3150
2711
+ },
2712
+ {
2713
+ "epoch": 0.8564437194127243,
2714
+ "eval_loss": 0.13735155761241913,
2715
+ "eval_runtime": 98.6763,
2716
+ "eval_samples_per_second": 5.067,
2717
+ "eval_steps_per_second": 0.162,
2718
+ "step": 3150
2719
+ },
2720
+ {
2721
+ "epoch": 0.8591625883632409,
2722
+ "grad_norm": 1.2265625,
2723
+ "learning_rate": 7.238680827277809e-06,
2724
+ "loss": 0.1801,
2725
+ "step": 3160
2726
+ },
2727
+ {
2728
+ "epoch": 0.8618814573137574,
2729
+ "grad_norm": 3.9375,
2730
+ "learning_rate": 7.098937954164338e-06,
2731
+ "loss": 0.1819,
2732
+ "step": 3170
2733
+ },
2734
+ {
2735
+ "epoch": 0.8646003262642741,
2736
+ "grad_norm": 1.875,
2737
+ "learning_rate": 6.9591950810508665e-06,
2738
+ "loss": 0.1458,
2739
+ "step": 3180
2740
+ },
2741
+ {
2742
+ "epoch": 0.8673191952147906,
2743
+ "grad_norm": 2.9375,
2744
+ "learning_rate": 6.819452207937395e-06,
2745
+ "loss": 0.168,
2746
+ "step": 3190
2747
+ },
2748
+ {
2749
+ "epoch": 0.8700380641653073,
2750
+ "grad_norm": 1.9609375,
2751
+ "learning_rate": 6.679709334823925e-06,
2752
+ "loss": 0.1505,
2753
+ "step": 3200
2754
+ },
2755
+ {
2756
+ "epoch": 0.8700380641653073,
2757
+ "eval_loss": 0.14777344465255737,
2758
+ "eval_runtime": 99.0119,
2759
+ "eval_samples_per_second": 5.05,
2760
+ "eval_steps_per_second": 0.162,
2761
+ "step": 3200
2762
+ },
2763
+ {
2764
+ "epoch": 0.8727569331158238,
2765
+ "grad_norm": 9.0,
2766
+ "learning_rate": 6.539966461710453e-06,
2767
+ "loss": 0.1582,
2768
+ "step": 3210
2769
+ },
2770
+ {
2771
+ "epoch": 0.8754758020663403,
2772
+ "grad_norm": 1.890625,
2773
+ "learning_rate": 6.400223588596982e-06,
2774
+ "loss": 0.176,
2775
+ "step": 3220
2776
+ },
2777
+ {
2778
+ "epoch": 0.878194671016857,
2779
+ "grad_norm": 1.25,
2780
+ "learning_rate": 6.26048071548351e-06,
2781
+ "loss": 0.1346,
2782
+ "step": 3230
2783
+ },
2784
+ {
2785
+ "epoch": 0.8809135399673735,
2786
+ "grad_norm": 1.953125,
2787
+ "learning_rate": 6.1207378423700394e-06,
2788
+ "loss": 0.1424,
2789
+ "step": 3240
2790
+ },
2791
+ {
2792
+ "epoch": 0.8836324089178902,
2793
+ "grad_norm": 1.8671875,
2794
+ "learning_rate": 5.980994969256568e-06,
2795
+ "loss": 0.1413,
2796
+ "step": 3250
2797
+ },
2798
+ {
2799
+ "epoch": 0.8836324089178902,
2800
+ "eval_loss": 0.14879687130451202,
2801
+ "eval_runtime": 95.0133,
2802
+ "eval_samples_per_second": 5.262,
2803
+ "eval_steps_per_second": 0.168,
2804
+ "step": 3250
2805
+ },
2806
+ {
2807
+ "epoch": 0.8863512778684067,
2808
+ "grad_norm": 1.8359375,
2809
+ "learning_rate": 5.841252096143097e-06,
2810
+ "loss": 0.1432,
2811
+ "step": 3260
2812
+ },
2813
+ {
2814
+ "epoch": 0.8890701468189234,
2815
+ "grad_norm": 2.203125,
2816
+ "learning_rate": 5.701509223029626e-06,
2817
+ "loss": 0.1352,
2818
+ "step": 3270
2819
+ },
2820
+ {
2821
+ "epoch": 0.8917890157694399,
2822
+ "grad_norm": 1.578125,
2823
+ "learning_rate": 5.561766349916155e-06,
2824
+ "loss": 0.1572,
2825
+ "step": 3280
2826
+ },
2827
+ {
2828
+ "epoch": 0.8945078847199565,
2829
+ "grad_norm": 2.078125,
2830
+ "learning_rate": 5.422023476802683e-06,
2831
+ "loss": 0.1746,
2832
+ "step": 3290
2833
+ },
2834
+ {
2835
+ "epoch": 0.8972267536704731,
2836
+ "grad_norm": 1.5703125,
2837
+ "learning_rate": 5.282280603689212e-06,
2838
+ "loss": 0.1812,
2839
+ "step": 3300
2840
+ },
2841
+ {
2842
+ "epoch": 0.8972267536704731,
2843
+ "eval_loss": 0.1419062465429306,
2844
+ "eval_runtime": 95.5103,
2845
+ "eval_samples_per_second": 5.235,
2846
+ "eval_steps_per_second": 0.168,
2847
+ "step": 3300
2848
+ },
2849
+ {
2850
+ "epoch": 0.8999456226209896,
2851
+ "grad_norm": 1.2265625,
2852
+ "learning_rate": 5.142537730575741e-06,
2853
+ "loss": 0.1398,
2854
+ "step": 3310
2855
+ },
2856
+ {
2857
+ "epoch": 0.9026644915715063,
2858
+ "grad_norm": 2.28125,
2859
+ "learning_rate": 5.002794857462269e-06,
2860
+ "loss": 0.143,
2861
+ "step": 3320
2862
+ },
2863
+ {
2864
+ "epoch": 0.9053833605220228,
2865
+ "grad_norm": 2.34375,
2866
+ "learning_rate": 4.863051984348798e-06,
2867
+ "loss": 0.1623,
2868
+ "step": 3330
2869
+ },
2870
+ {
2871
+ "epoch": 0.9081022294725394,
2872
+ "grad_norm": 3.21875,
2873
+ "learning_rate": 4.723309111235328e-06,
2874
+ "loss": 0.1893,
2875
+ "step": 3340
2876
+ },
2877
+ {
2878
+ "epoch": 0.910821098423056,
2879
+ "grad_norm": 1.5703125,
2880
+ "learning_rate": 4.583566238121856e-06,
2881
+ "loss": 0.1617,
2882
+ "step": 3350
2883
+ },
2884
+ {
2885
+ "epoch": 0.910821098423056,
2886
+ "eval_loss": 0.15714062750339508,
2887
+ "eval_runtime": 94.6634,
2888
+ "eval_samples_per_second": 5.282,
2889
+ "eval_steps_per_second": 0.169,
2890
+ "step": 3350
2891
+ },
2892
+ {
2893
+ "epoch": 0.9135399673735726,
2894
+ "grad_norm": 1.7734375,
2895
+ "learning_rate": 4.443823365008385e-06,
2896
+ "loss": 0.1508,
2897
+ "step": 3360
2898
+ },
2899
+ {
2900
+ "epoch": 0.9162588363240892,
2901
+ "grad_norm": 5.09375,
2902
+ "learning_rate": 4.304080491894914e-06,
2903
+ "loss": 0.1355,
2904
+ "step": 3370
2905
+ },
2906
+ {
2907
+ "epoch": 0.9189777052746058,
2908
+ "grad_norm": 2.09375,
2909
+ "learning_rate": 4.164337618781442e-06,
2910
+ "loss": 0.1457,
2911
+ "step": 3380
2912
+ },
2913
+ {
2914
+ "epoch": 0.9216965742251223,
2915
+ "grad_norm": 1.296875,
2916
+ "learning_rate": 4.024594745667971e-06,
2917
+ "loss": 0.1391,
2918
+ "step": 3390
2919
+ },
2920
+ {
2921
+ "epoch": 0.924415443175639,
2922
+ "grad_norm": 2.046875,
2923
+ "learning_rate": 3.8848518725545e-06,
2924
+ "loss": 0.1853,
2925
+ "step": 3400
2926
+ },
2927
+ {
2928
+ "epoch": 0.924415443175639,
2929
+ "eval_loss": 0.14689843356609344,
2930
+ "eval_runtime": 109.943,
2931
+ "eval_samples_per_second": 4.548,
2932
+ "eval_steps_per_second": 0.146,
2933
+ "step": 3400
2934
+ },
2935
+ {
2936
+ "epoch": 0.9271343121261555,
2937
+ "grad_norm": 2.265625,
2938
+ "learning_rate": 3.7451089994410285e-06,
2939
+ "loss": 0.1904,
2940
+ "step": 3410
2941
+ },
2942
+ {
2943
+ "epoch": 0.9298531810766721,
2944
+ "grad_norm": 1.34375,
2945
+ "learning_rate": 3.6053661263275578e-06,
2946
+ "loss": 0.1342,
2947
+ "step": 3420
2948
+ },
2949
+ {
2950
+ "epoch": 0.9325720500271887,
2951
+ "grad_norm": 2.15625,
2952
+ "learning_rate": 3.465623253214086e-06,
2953
+ "loss": 0.1583,
2954
+ "step": 3430
2955
+ },
2956
+ {
2957
+ "epoch": 0.9352909189777052,
2958
+ "grad_norm": 1.859375,
2959
+ "learning_rate": 3.325880380100615e-06,
2960
+ "loss": 0.1763,
2961
+ "step": 3440
2962
+ },
2963
+ {
2964
+ "epoch": 0.9380097879282219,
2965
+ "grad_norm": 1.703125,
2966
+ "learning_rate": 3.1861375069871442e-06,
2967
+ "loss": 0.1367,
2968
+ "step": 3450
2969
+ },
2970
+ {
2971
+ "epoch": 0.9380097879282219,
2972
+ "eval_loss": 0.1392187476158142,
2973
+ "eval_runtime": 96.262,
2974
+ "eval_samples_per_second": 5.194,
2975
+ "eval_steps_per_second": 0.166,
2976
+ "step": 3450
2977
+ },
2978
+ {
2979
+ "epoch": 0.9407286568787384,
2980
+ "grad_norm": 1.15625,
2981
+ "learning_rate": 3.0463946338736726e-06,
2982
+ "loss": 0.184,
2983
+ "step": 3460
2984
+ },
2985
+ {
2986
+ "epoch": 0.9434475258292551,
2987
+ "grad_norm": 1.2734375,
2988
+ "learning_rate": 2.9066517607602015e-06,
2989
+ "loss": 0.1794,
2990
+ "step": 3470
2991
+ },
2992
+ {
2993
+ "epoch": 0.9461663947797716,
2994
+ "grad_norm": 2.9375,
2995
+ "learning_rate": 2.7669088876467303e-06,
2996
+ "loss": 0.1705,
2997
+ "step": 3480
2998
+ },
2999
+ {
3000
+ "epoch": 0.9488852637302883,
3001
+ "grad_norm": 1.0078125,
3002
+ "learning_rate": 2.627166014533259e-06,
3003
+ "loss": 0.1846,
3004
+ "step": 3490
3005
+ },
3006
+ {
3007
+ "epoch": 0.9516041326808048,
3008
+ "grad_norm": 0.97265625,
3009
+ "learning_rate": 2.487423141419788e-06,
3010
+ "loss": 0.1917,
3011
+ "step": 3500
3012
+ },
3013
+ {
3014
+ "epoch": 0.9516041326808048,
3015
+ "eval_loss": 0.14869531989097595,
3016
+ "eval_runtime": 96.4372,
3017
+ "eval_samples_per_second": 5.185,
3018
+ "eval_steps_per_second": 0.166,
3019
+ "step": 3500
3020
+ }
3021
+ ],
3022
+ "logging_steps": 10,
3023
+ "max_steps": 3678,
3024
+ "num_input_tokens_seen": 0,
3025
+ "num_train_epochs": 1,
3026
+ "save_steps": 500,
3027
+ "stateful_callbacks": {
3028
+ "TrainerControl": {
3029
+ "args": {
3030
+ "should_epoch_stop": false,
3031
+ "should_evaluate": false,
3032
+ "should_log": false,
3033
+ "should_save": true,
3034
+ "should_training_stop": false
3035
+ },
3036
+ "attributes": {}
3037
+ }
3038
+ },
3039
+ "total_flos": 2.05068095973888e+18,
3040
+ "train_batch_size": 32,
3041
+ "trial_name": null,
3042
+ "trial_params": null
3043
+ }
checkpoint-3500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc4b356b1fb4d2343c8854a84a2bb97227a700bc2e9b2304e5dbf4492d8bdeb8
3
+ size 5048
git_hash.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 12e3b7451f7674a1f2b4ec3cd4565a12efb60579
preprocessor_config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format",
15
+ "do_convert_rgb"
16
+ ],
17
+ "do_convert_rgb": null,
18
+ "do_normalize": true,
19
+ "do_rescale": true,
20
+ "do_resize": true,
21
+ "image_mean": [
22
+ 0.5,
23
+ 0.5,
24
+ 0.5
25
+ ],
26
+ "image_processor_type": "SiglipImageProcessor",
27
+ "image_seq_length": 1024,
28
+ "image_std": [
29
+ 0.5,
30
+ 0.5,
31
+ 0.5
32
+ ],
33
+ "processor_class": "PaliGemmaProcessor",
34
+ "resample": 3,
35
+ "rescale_factor": 0.00392156862745098,
36
+ "size": {
37
+ "height": 448,
38
+ "width": 448
39
+ }
40
+ }
results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"validation_set": {"ndcg_at_1": 0.806, "ndcg_at_3": 0.85159, "ndcg_at_5": 0.859, "ndcg_at_10": 0.87173, "ndcg_at_20": 0.87622, "ndcg_at_100": 0.88276, "ndcg_at_1000": 0.88386, "map_at_1": 0.806, "map_at_3": 0.841, "map_at_5": 0.8451, "map_at_10": 0.85062, "map_at_20": 0.85182, "map_at_100": 0.85268, "map_at_1000": 0.85273, "recall_at_1": 0.806, "recall_at_3": 0.882, "recall_at_5": 0.9, "recall_at_10": 0.938, "recall_at_20": 0.956, "recall_at_100": 0.992, "recall_at_1000": 1.0, "precision_at_1": 0.806, "precision_at_3": 0.294, "precision_at_5": 0.18, "precision_at_10": 0.0938, "precision_at_20": 0.0478, "precision_at_100": 0.00992, "precision_at_1000": 0.001, "mrr_at_1": 0.804, "mrr_at_3": 0.8396666666666665, "mrr_at_5": 0.8430666666666663, "mrr_at_10": 0.8481650793650791, "mrr_at_20": 0.8492294297206059, "mrr_at_100": 0.8502179137526191, "mrr_at_1000": 0.8502853580024881, "naucs_at_1_max": 0.05954864501012199, "naucs_at_1_std": -0.5458189030593892, "naucs_at_1_diff1": 0.9354362995467949, "naucs_at_3_max": -0.09023236286715283, "naucs_at_3_std": -0.5736246346622729, "naucs_at_3_diff1": 0.9230974180109478, "naucs_at_5_max": -0.020597572362281453, "naucs_at_5_std": -0.5490382819794608, "naucs_at_5_diff1": 0.9035480859010278, "naucs_at_10_max": -0.06691063522183321, "naucs_at_10_std": -0.46537754886901644, "naucs_at_10_diff1": 0.924851661094546, "naucs_at_20_max": -0.27340633222986527, "naucs_at_20_std": -0.5173796791443876, "naucs_at_20_diff1": 0.9500254647313466, "naucs_at_100_max": -0.5389822595705301, "naucs_at_100_std": -1.0046685340803332, "naucs_at_100_diff1": 1.0, "naucs_at_1000_max": 1.0, "naucs_at_1000_std": 1.0, "naucs_at_1000_diff1": 1.0}, "syntheticDocQA_energy": {"ndcg_at_1": 0.89, "ndcg_at_3": 0.93155, "ndcg_at_5": 0.93155, "ndcg_at_10": 0.93488, "ndcg_at_20": 0.93744, "ndcg_at_100": 0.93928, "ndcg_at_1000": 0.94066, "map_at_1": 0.89, "map_at_3": 0.92167, "map_at_5": 0.92167, "map_at_10": 0.9231, "map_at_20": 0.92381, "map_at_100": 0.92405, "map_at_1000": 0.92411, "recall_at_1": 0.89, "recall_at_3": 0.96, "recall_at_5": 0.96, "recall_at_10": 0.97, "recall_at_20": 0.98, "recall_at_100": 0.99, "recall_at_1000": 1.0, "precision_at_1": 0.89, "precision_at_3": 0.32, "precision_at_5": 0.192, "precision_at_10": 0.097, "precision_at_20": 0.049, "precision_at_100": 0.0099, "precision_at_1000": 0.001, "mrr_at_1": 0.89, "mrr_at_3": 0.9216666666666667, "mrr_at_5": 0.9216666666666667, "mrr_at_10": 0.9230952380952381, "mrr_at_20": 0.9239285714285714, "mrr_at_100": 0.9241785714285713, "mrr_at_1000": 0.9242465986394557, "naucs_at_1_max": 0.1712481745554503, "naucs_at_1_std": -0.5359934713512581, "naucs_at_1_diff1": 0.938364401683704, "naucs_at_3_max": 0.6790382819794571, "naucs_at_3_std": -0.7742763772175512, "naucs_at_3_diff1": 0.9673202614379101, "naucs_at_5_max": 0.679038281979454, "naucs_at_5_std": -0.7742763772175427, "naucs_at_5_diff1": 0.967320261437907, "naucs_at_10_max": 0.7860255213196407, "naucs_at_10_std": -0.6484593837535011, "naucs_at_10_diff1": 1.0, "naucs_at_20_max": 1.0, "naucs_at_20_std": -0.10270774976657283, "naucs_at_20_diff1": 1.0, "naucs_at_100_max": 1.0, "naucs_at_100_std": -0.5634920634920583, "naucs_at_100_diff1": 1.0, "naucs_at_1000_max": NaN, "naucs_at_1000_std": NaN, "naucs_at_1000_diff1": NaN}, "syntheticDocQA_healthcare_industry": {"ndcg_at_1": 0.88, "ndcg_at_3": 0.92524, "ndcg_at_5": 0.92524, "ndcg_at_10": 0.93236, "ndcg_at_20": 0.93472, "ndcg_at_100": 0.93635, "ndcg_at_1000": 0.93635, "map_at_1": 0.88, "map_at_3": 0.91333, "map_at_5": 0.91333, "map_at_10": 0.91667, "map_at_20": 0.91722, "map_at_100": 0.91737, "map_at_1000": 0.91737, "recall_at_1": 0.88, "recall_at_3": 0.96, "recall_at_5": 0.96, "recall_at_10": 0.98, "recall_at_20": 0.99, "recall_at_100": 1.0, "recall_at_1000": 1.0, "precision_at_1": 0.88, "precision_at_3": 0.32, "precision_at_5": 0.192, "precision_at_10": 0.098, "precision_at_20": 0.0495, "precision_at_100": 0.01, "precision_at_1000": 0.001, "mrr_at_1": 0.89, "mrr_at_3": 0.92, "mrr_at_5": 0.922, "mrr_at_10": 0.9236666666666666, "mrr_at_20": 0.9242549019607843, "mrr_at_100": 0.9244087481146305, "mrr_at_1000": 0.9244087481146305, "naucs_at_1_max": 0.3463251670378632, "naucs_at_1_std": -0.29601495386573395, "naucs_at_1_diff1": 0.9526726057906463, "naucs_at_3_max": 0.13410364145658338, "naucs_at_3_std": -0.6272175536881414, "naucs_at_3_diff1": 0.9305555555555564, "naucs_at_5_max": 0.13410364145658427, "naucs_at_5_std": -0.627217553688132, "naucs_at_5_diff1": 0.9305555555555542, "naucs_at_10_max": -0.3699813258636707, "naucs_at_10_std": -0.5929038281979383, "naucs_at_10_diff1": 1.0, "naucs_at_20_max": -1.7399626517273863, "naucs_at_20_std": -1.7399626517273863, "naucs_at_20_diff1": 1.0, "naucs_at_100_max": NaN, "naucs_at_100_std": NaN, "naucs_at_100_diff1": NaN, "naucs_at_1000_max": NaN, "naucs_at_1000_std": NaN, "naucs_at_1000_diff1": NaN}, "syntheticDocQA_artificial_intelligence_test": {"ndcg_at_1": 0.95, "ndcg_at_3": 0.97524, "ndcg_at_5": 0.97524, "ndcg_at_10": 0.97524, "ndcg_at_20": 0.97524, "ndcg_at_100": 0.97716, "ndcg_at_1000": 0.97716, "map_at_1": 0.95, "map_at_3": 0.97, "map_at_5": 0.97, "map_at_10": 0.97, "map_at_20": 0.97, "map_at_100": 0.97028, "map_at_1000": 0.97028, "recall_at_1": 0.95, "recall_at_3": 0.99, "recall_at_5": 0.99, "recall_at_10": 0.99, "recall_at_20": 0.99, "recall_at_100": 1.0, "recall_at_1000": 1.0, "precision_at_1": 0.95, "precision_at_3": 0.33, "precision_at_5": 0.198, "precision_at_10": 0.099, "precision_at_20": 0.0495, "precision_at_100": 0.01, "precision_at_1000": 0.001, "mrr_at_1": 0.95, "mrr_at_3": 0.97, "mrr_at_5": 0.97, "mrr_at_10": 0.97, "mrr_at_20": 0.97, "mrr_at_100": 0.9703125, "mrr_at_1000": 0.9703125, "naucs_at_1_max": 0.019421101774043256, "naucs_at_1_std": 0.1527544351073773, "naucs_at_1_diff1": 0.8454715219421095, "naucs_at_3_max": -1.7399626517274398, "naucs_at_3_std": -1.7399626517274398, "naucs_at_3_diff1": 0.35807656395889226, "naucs_at_5_max": -1.7399626517273863, "naucs_at_5_std": -1.7399626517273863, "naucs_at_5_diff1": 0.35807656395891135, "naucs_at_10_max": -1.7399626517273863, "naucs_at_10_std": -1.7399626517273863, "naucs_at_10_diff1": 0.35807656395891135, "naucs_at_20_max": -1.7399626517273863, "naucs_at_20_std": -1.7399626517273863, "naucs_at_20_diff1": 0.35807656395891135, "naucs_at_100_max": NaN, "naucs_at_100_std": NaN, "naucs_at_100_diff1": NaN, "naucs_at_1000_max": NaN, "naucs_at_1000_std": NaN, "naucs_at_1000_diff1": NaN}, "syntheticDocQA_government_reports": {"ndcg_at_1": 0.84, "ndcg_at_3": 0.92178, "ndcg_at_5": 0.92178, "ndcg_at_10": 0.92178, "ndcg_at_20": 0.92449, "ndcg_at_100": 0.92667, "ndcg_at_1000": 0.92667, "map_at_1": 0.84, "map_at_3": 0.90167, "map_at_5": 0.90167, "map_at_10": 0.90167, "map_at_20": 0.9025, "map_at_100": 0.90293, "map_at_1000": 0.90293, "recall_at_1": 0.84, "recall_at_3": 0.98, "recall_at_5": 0.98, "recall_at_10": 0.98, "recall_at_20": 0.99, "recall_at_100": 1.0, "recall_at_1000": 1.0, "precision_at_1": 0.84, "precision_at_3": 0.32667, "precision_at_5": 0.196, "precision_at_10": 0.098, "precision_at_20": 0.0495, "precision_at_100": 0.01, "precision_at_1000": 0.001, "mrr_at_1": 0.85, "mrr_at_3": 0.9083333333333333, "mrr_at_5": 0.9083333333333333, "mrr_at_10": 0.9093333333333333, "mrr_at_20": 0.9093333333333333, "mrr_at_100": 0.909768115942029, "mrr_at_1000": 0.909768115942029, "naucs_at_1_max": 0.24864997545409906, "naucs_at_1_std": 0.017120765832106963, "naucs_at_1_diff1": 0.8602417771232196, "naucs_at_3_max": 0.7770774976657261, "naucs_at_3_std": -0.3699813258636895, "naucs_at_3_diff1": 0.8611111111111119, "naucs_at_5_max": 0.7770774976657324, "naucs_at_5_std": -0.3699813258636707, "naucs_at_5_diff1": 0.861111111111116, "naucs_at_10_max": 0.7770774976657324, "naucs_at_10_std": -0.3699813258636707, "naucs_at_10_diff1": 0.861111111111116, "naucs_at_20_max": 1.0, "naucs_at_20_std": 1.0, "naucs_at_20_diff1": 0.7222222222222276, "naucs_at_100_max": NaN, "naucs_at_100_std": NaN, "naucs_at_100_diff1": NaN, "naucs_at_1000_max": NaN, "naucs_at_1000_std": NaN, "naucs_at_1000_diff1": NaN}, "infovqa_subsampled": {"ndcg_at_1": 0.706, "ndcg_at_3": 0.76443, "ndcg_at_5": 0.78069, "ndcg_at_10": 0.79758, "ndcg_at_20": 0.80681, "ndcg_at_100": 0.81428, "ndcg_at_1000": 0.81782, "map_at_1": 0.706, "map_at_3": 0.75067, "map_at_5": 0.75957, "map_at_10": 0.76658, "map_at_20": 0.76918, "map_at_100": 0.77023, "map_at_1000": 0.77036, "recall_at_1": 0.706, "recall_at_3": 0.804, "recall_at_5": 0.844, "recall_at_10": 0.896, "recall_at_20": 0.932, "recall_at_100": 0.972, "recall_at_1000": 1.0, "precision_at_1": 0.706, "precision_at_3": 0.268, "precision_at_5": 0.1688, "precision_at_10": 0.0896, "precision_at_20": 0.0466, "precision_at_100": 0.00972, "precision_at_1000": 0.001, "mrr_at_1": 0.708, "mrr_at_3": 0.7506666666666667, "mrr_at_5": 0.7595666666666665, "mrr_at_10": 0.7670007936507937, "mrr_at_20": 0.7692171104609185, "mrr_at_100": 0.7702499517626756, "mrr_at_1000": 0.7703766121846007, "naucs_at_1_max": 0.42792286073379815, "naucs_at_1_std": 0.01020120259866825, "naucs_at_1_diff1": 0.8748410642375302, "naucs_at_3_max": 0.4793969746941097, "naucs_at_3_std": 0.05271381746371125, "naucs_at_3_diff1": 0.8067804719151456, "naucs_at_5_max": 0.5006342786807016, "naucs_at_5_std": 0.11576527920821884, "naucs_at_5_diff1": 0.7776696224471855, "naucs_at_10_max": 0.502472388652276, "naucs_at_10_std": 0.1260196347361561, "naucs_at_10_diff1": 0.7529596477297332, "naucs_at_20_max": 0.6333278409402968, "naucs_at_20_std": 0.32063217443840214, "naucs_at_20_diff1": 0.7521008403361349, "naucs_at_100_max": 0.7946178471388516, "naucs_at_100_std": 0.5581232492997176, "naucs_at_100_diff1": 0.780778978257971, "naucs_at_1000_max": 1.0, "naucs_at_1000_std": 1.0, "naucs_at_1000_diff1": 1.0}, "docvqa_subsampled": {"ndcg_at_1": 0.438, "ndcg_at_3": 0.51495, "ndcg_at_5": 0.52829, "ndcg_at_10": 0.55188, "ndcg_at_20": 0.56713, "ndcg_at_100": 0.59, "ndcg_at_1000": 0.60769, "map_at_1": 0.438, "map_at_3": 0.49533, "map_at_5": 0.50283, "map_at_10": 0.51274, "map_at_20": 0.51697, "map_at_100": 0.52007, "map_at_1000": 0.5207, "recall_at_1": 0.438, "recall_at_3": 0.572, "recall_at_5": 0.604, "recall_at_10": 0.676, "recall_at_20": 0.736, "recall_at_100": 0.86, "recall_at_1000": 1.0, "precision_at_1": 0.438, "precision_at_3": 0.19067, "precision_at_5": 0.1208, "precision_at_10": 0.0676, "precision_at_20": 0.0368, "precision_at_100": 0.0086, "precision_at_1000": 0.001, "mrr_at_1": 0.432, "mrr_at_3": 0.4923333333333336, "mrr_at_5": 0.49883333333333346, "mrr_at_10": 0.5088373015873016, "mrr_at_20": 0.5133330258320971, "mrr_at_100": 0.5162938130488709, "mrr_at_1000": 0.5169449303568158, "naucs_at_1_max": 0.2797187293787478, "naucs_at_1_std": 0.4072894578289686, "naucs_at_1_diff1": 0.8505280344702575, "naucs_at_3_max": 0.12293247573625429, "naucs_at_3_std": 0.49343857691046455, "naucs_at_3_diff1": 0.7736380947997631, "naucs_at_5_max": 0.09305405259979782, "naucs_at_5_std": 0.48444366058243654, "naucs_at_5_diff1": 0.7556811727638509, "naucs_at_10_max": 0.028293933391365253, "naucs_at_10_std": 0.5379514314893388, "naucs_at_10_diff1": 0.7407965893746962, "naucs_at_20_max": -0.022590747444974902, "naucs_at_20_std": 0.6065101079678334, "naucs_at_20_diff1": 0.7467241213596896, "naucs_at_100_max": -0.036656505473189036, "naucs_at_100_std": 0.8071636414022455, "naucs_at_100_diff1": 0.6760357489261466, "naucs_at_1000_max": 1.0, "naucs_at_1000_std": 1.0, "naucs_at_1000_diff1": 1.0}, "arxivqa_subsampled": {"ndcg_at_1": 0.708, "ndcg_at_3": 0.75498, "ndcg_at_5": 0.76728, "ndcg_at_10": 0.78232, "ndcg_at_20": 0.79406, "ndcg_at_100": 0.80649, "ndcg_at_1000": 0.8089, "map_at_1": 0.708, "map_at_3": 0.74233, "map_at_5": 0.74913, "map_at_10": 0.75543, "map_at_20": 0.7587, "map_at_100": 0.76034, "map_at_1000": 0.76045, "recall_at_1": 0.708, "recall_at_3": 0.792, "recall_at_5": 0.822, "recall_at_10": 0.868, "recall_at_20": 0.914, "recall_at_100": 0.982, "recall_at_1000": 1.0, "precision_at_1": 0.708, "precision_at_3": 0.264, "precision_at_5": 0.1644, "precision_at_10": 0.0868, "precision_at_20": 0.0457, "precision_at_100": 0.00982, "precision_at_1000": 0.001, "mrr_at_1": 0.71, "mrr_at_3": 0.7433333333333333, "mrr_at_5": 0.7506333333333333, "mrr_at_10": 0.7571119047619048, "mrr_at_20": 0.7600459958685963, "mrr_at_100": 0.7617262885011254, "mrr_at_1000": 0.761818322727895, "naucs_at_1_max": 0.6863525475195501, "naucs_at_1_std": 0.13208555361472873, "naucs_at_1_diff1": 0.9398036571074804, "naucs_at_3_max": 0.706562397038587, "naucs_at_3_std": 0.12975076070314193, "naucs_at_3_diff1": 0.8905944144039375, "naucs_at_5_max": 0.7182307837834833, "naucs_at_5_std": 0.14451529618624612, "naucs_at_5_diff1": 0.8812027732336216, "naucs_at_10_max": 0.7244981445226893, "naucs_at_10_std": 0.21813546445372736, "naucs_at_10_diff1": 0.8759240861408988, "naucs_at_20_max": 0.7052200725251341, "naucs_at_20_std": 0.3319544872212425, "naucs_at_20_diff1": 0.8440383905500172, "naucs_at_100_max": 0.8542379914928864, "naucs_at_100_std": 0.6558771656810934, "naucs_at_100_diff1": 0.8946986201888171, "naucs_at_1000_max": 1.0, "naucs_at_1000_std": 1.0, "naucs_at_1000_diff1": 1.0}, "tabfquad_subsampled": {"ndcg_at_1": 0.75714, "ndcg_at_3": 0.80608, "ndcg_at_5": 0.81499, "ndcg_at_10": 0.83016, "ndcg_at_20": 0.84195, "ndcg_at_100": 0.85074, "ndcg_at_1000": 0.85074, "map_at_1": 0.75714, "map_at_3": 0.79345, "map_at_5": 0.79845, "map_at_10": 0.80479, "map_at_20": 0.80804, "map_at_100": 0.80959, "map_at_1000": 0.80959, "recall_at_1": 0.75714, "recall_at_3": 0.84286, "recall_at_5": 0.86429, "recall_at_10": 0.91071, "recall_at_20": 0.95714, "recall_at_100": 1.0, "recall_at_1000": 1.0, "precision_at_1": 0.75714, "precision_at_3": 0.28095, "precision_at_5": 0.17286, "precision_at_10": 0.09107, "precision_at_20": 0.04786, "precision_at_100": 0.01, "precision_at_1000": 0.001, "mrr_at_1": 0.7571428571428571, "mrr_at_3": 0.7928571428571429, "mrr_at_5": 0.8001785714285715, "mrr_at_10": 0.8049121315192744, "mrr_at_20": 0.8087104409761698, "mrr_at_100": 0.810074578158445, "mrr_at_1000": 0.810074578158445, "naucs_at_1_max": 0.4509856438825797, "naucs_at_1_std": 0.24533196608405503, "naucs_at_1_diff1": 0.8599054149193425, "naucs_at_3_max": 0.36253453346404074, "naucs_at_3_std": 0.24297076909366336, "naucs_at_3_diff1": 0.829126191961502, "naucs_at_5_max": 0.3305511730876886, "naucs_at_5_std": 0.21517634485215556, "naucs_at_5_diff1": 0.8138709349076299, "naucs_at_10_max": 0.27038281979458534, "naucs_at_10_std": 0.131297852474325, "naucs_at_10_diff1": 0.7950700280112054, "naucs_at_20_max": 0.3763227513227487, "naucs_at_20_std": 0.3051276065981905, "naucs_at_20_diff1": 0.7409352629940862, "naucs_at_100_max": 1.0, "naucs_at_100_std": 1.0, "naucs_at_100_diff1": 1.0, "naucs_at_1000_max": NaN, "naucs_at_1000_std": NaN, "naucs_at_1000_diff1": NaN}, "tatdqa": {"ndcg_at_1": 0.50631, "ndcg_at_3": 0.62134, "ndcg_at_5": 0.65084, "ndcg_at_10": 0.6758, "ndcg_at_20": 0.69, "ndcg_at_100": 0.70341, "ndcg_at_1000": 0.70613, "map_at_1": 0.50631, "map_at_3": 0.59331, "map_at_5": 0.60969, "map_at_10": 0.61993, "map_at_20": 0.62377, "map_at_100": 0.62563, "map_at_1000": 0.62576, "recall_at_1": 0.50631, "recall_at_3": 0.70235, "recall_at_5": 0.7739, "recall_at_10": 0.85147, "recall_at_20": 0.908, "recall_at_100": 0.98016, "recall_at_1000": 1.0, "precision_at_1": 0.50631, "precision_at_3": 0.23412, "precision_at_5": 0.15478, "precision_at_10": 0.08515, "precision_at_20": 0.0454, "precision_at_100": 0.0098, "precision_at_1000": 0.001, "mrr_at_1": 0.5045099218280217, "mrr_at_3": 0.5912006414111054, "mrr_at_5": 0.6086390058127896, "mrr_at_10": 0.6185407897374233, "mrr_at_20": 0.6226388782938513, "mrr_at_100": 0.6244853194828414, "mrr_at_1000": 0.624622010086527, "naucs_at_1_max": 0.17549931165833121, "naucs_at_1_std": -0.025657334594736278, "naucs_at_1_diff1": 0.7313687004095477, "naucs_at_3_max": 0.19369498036425334, "naucs_at_3_std": 0.04669442962829176, "naucs_at_3_diff1": 0.601485223642863, "naucs_at_5_max": 0.22824803365333168, "naucs_at_5_std": 0.12164430013407501, "naucs_at_5_diff1": 0.5665452553416505, "naucs_at_10_max": 0.28593849006444855, "naucs_at_10_std": 0.22628530368935648, "naucs_at_10_diff1": 0.5641303548020626, "naucs_at_20_max": 0.30027903971331354, "naucs_at_20_std": 0.30195007994423556, "naucs_at_20_diff1": 0.5244102052857039, "naucs_at_100_max": 0.31083660687877085, "naucs_at_100_std": 0.6147134568580269, "naucs_at_100_diff1": 0.6474197078249018, "naucs_at_1000_max": NaN, "naucs_at_1000_std": NaN, "naucs_at_1000_diff1": NaN}, "shift_project": {"ndcg_at_1": 0.58, "ndcg_at_3": 0.69571, "ndcg_at_5": 0.74863, "ndcg_at_10": 0.75836, "ndcg_at_20": 0.76342, "ndcg_at_100": 0.76816, "ndcg_at_1000": 0.76961, "map_at_1": 0.58, "map_at_3": 0.66667, "map_at_5": 0.69567, "map_at_10": 0.69969, "map_at_20": 0.70108, "map_at_100": 0.70147, "map_at_1000": 0.70155, "recall_at_1": 0.58, "recall_at_3": 0.78, "recall_at_5": 0.91, "recall_at_10": 0.94, "recall_at_20": 0.96, "recall_at_100": 0.99, "recall_at_1000": 1.0, "precision_at_1": 0.58, "precision_at_3": 0.26, "precision_at_5": 0.182, "precision_at_10": 0.094, "precision_at_20": 0.048, "precision_at_100": 0.0099, "precision_at_1000": 0.001, "mrr_at_1": 0.58, "mrr_at_3": 0.6716666666666667, "mrr_at_5": 0.7016666666666667, "mrr_at_10": 0.7055833333333336, "mrr_at_20": 0.706171568627451, "mrr_at_100": 0.706595039289124, "mrr_at_1000": 0.7066827585873696, "naucs_at_1_max": -0.07876483733348807, "naucs_at_1_std": -0.11441797022375724, "naucs_at_1_diff1": 0.6290158748585192, "naucs_at_3_max": -0.20999675430055129, "naucs_at_3_std": -0.21535215839013266, "naucs_at_3_diff1": 0.6274168869105579, "naucs_at_5_max": -0.1373067745616731, "naucs_at_5_std": -0.5711692084241085, "naucs_at_5_diff1": 0.7150119306982046, "naucs_at_10_max": -0.5134609399315296, "naucs_at_10_std": -0.5414721444133244, "naucs_at_10_diff1": 0.7895269218798655, "naucs_at_20_max": -0.2923669467787043, "naucs_at_20_std": -0.3834033613445315, "naucs_at_20_diff1": 0.8284313725490196, "naucs_at_100_max": 1.0, "naucs_at_100_std": 1.0, "naucs_at_100_diff1": 0.8692810457516374, "naucs_at_1000_max": NaN, "naucs_at_1000_std": NaN, "naucs_at_1000_diff1": NaN}}
special_tokens_map.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<image>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ }
10
+ ],
11
+ "bos_token": {
12
+ "content": "<bos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "eos_token": {
19
+ "content": "<eos>",
20
+ "lstrip": false,
21
+ "normalized": false,
22
+ "rstrip": false,
23
+ "single_word": false
24
+ },
25
+ "pad_token": {
26
+ "content": "<pad>",
27
+ "lstrip": false,
28
+ "normalized": false,
29
+ "rstrip": false,
30
+ "single_word": false
31
+ },
32
+ "unk_token": {
33
+ "content": "<unk>",
34
+ "lstrip": false,
35
+ "normalized": false,
36
+ "rstrip": false,
37
+ "single_word": false
38
+ }
39
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffd310e50986db7a039948ab83441d612689e7f989198e31b5c8984ca458adf6
3
+ size 17763459
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
training_config.yml ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ (): colpali_engine.utils.train_colpali_engine_models.ColModelTrainingConfig
3
+ output_dir: !path ../../../models/right_pad/train_colpali_hardneg_ib_3b-mix-448
4
+ processor:
5
+ () : colpali_engine.utils.wrapper.AutoProcessorWrapper
6
+ pretrained_model_name_or_path: "./models/colpaligemma-3b-mix-448-base" # "./models/paligemma-3b-mix-448"
7
+ max_length: 50
8
+ model:
9
+ (): colpali_engine.utils.wrapper.AllPurposeWrapper
10
+ class_to_instanciate: !ext colpali_engine.models.paligemma_colbert_architecture.ColPali
11
+ pretrained_model_name_or_path: "./models/colpaligemma-3b-mix-448-base"
12
+ torch_dtype: !ext torch.bfloat16
13
+ # device_map: "auto"
14
+ # quantization_config:
15
+ # (): transformers.BitsAndBytesConfig
16
+ # load_in_4bit: true
17
+ # bnb_4bit_quant_type: "nf4"
18
+ # bnb_4bit_compute_dtype: "bfloat16"
19
+ # bnb_4bit_use_double_quant: true
20
+
21
+ dataset_loading_func: !ext colpali_engine.utils.dataset_transformation.load_train_set_ir_negs
22
+ eval_dataset_loader: !import ../data/test_data.yaml
23
+
24
+ max_length: 50
25
+ run_eval: true
26
+ add_suffix: true
27
+ loss_func:
28
+ (): colpali_engine.loss.colbert_loss.ColbertPairwiseNegativeCELoss
29
+ in_batch_term: true
30
+ tr_args: !import ../tr_args/default_neg_tr_args.yaml
31
+ peft_config:
32
+ (): peft.LoraConfig
33
+ r: 32
34
+ lora_alpha: 32
35
+ lora_dropout: 0.1
36
+ init_lora_weights: "gaussian"
37
+ bias: "none"
38
+ task_type: "FEATURE_EXTRACTION"
39
+ target_modules: '(.*(language_model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)'
40
+ # target_modules: '(.*(language_model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)'
41
+