agu18dec commited on
Commit
e99507f
·
verified ·
1 Parent(s): 2590cde

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
36
  checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
  checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  checkpoint-1100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
36
  checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
  checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  checkpoint-1100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ checkpoint-1137/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-1137/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-3-12b-it
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:google/gemma-3-12b-it
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- 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. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ 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).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.18.1
checkpoint-1137/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "google/gemma-3-12b-it",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 8,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.1,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 8,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "o_proj",
33
+ "q_proj",
34
+ "up_proj",
35
+ "v_proj",
36
+ "down_proj",
37
+ "k_proj",
38
+ "gate_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
checkpoint-1137/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccdf170e82767fd0d4bc425061a18cc6ca586081c1eec41a3af9bdb490cbb3fd
3
+ size 137039712
checkpoint-1137/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
checkpoint-1137/chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}{{ eos_token }}
checkpoint-1137/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbefd25b3570b00c1edbe48ecaa25f83da9ebfcb836655632b73513170fbc99e
3
+ size 262449347
checkpoint-1137/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbb5103ae713fbc63ed8b2b4fdc322cadbad915a22516ca468b3dadbd90cf565
3
+ size 14917
checkpoint-1137/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cab0647d76a98f16adcda5d8bea11396c4dcf7aed385f6a1a3a540b405b41547
3
+ size 14917
checkpoint-1137/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19333d4aee54b7f5cf0bfc4c9efb14ba8107a65cf2dc10605441c54d9bbc5eaf
3
+ size 1465
checkpoint-1137/special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
checkpoint-1137/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
checkpoint-1137/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
checkpoint-1137/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1137/trainer_state.json ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1137,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "entropy": 1.2674074932932853,
14
+ "epoch": 0.10554089709762533,
15
+ "grad_norm": 0.3261065185070038,
16
+ "learning_rate": 0.00019399293286219082,
17
+ "loss": 2.8469,
18
+ "mean_token_accuracy": 0.6490223720669747,
19
+ "num_tokens": 245379.0,
20
+ "step": 40
21
+ },
22
+ {
23
+ "entropy": 0.971577849984169,
24
+ "epoch": 0.21108179419525067,
25
+ "grad_norm": 0.27820920944213867,
26
+ "learning_rate": 0.00018692579505300353,
27
+ "loss": 0.9858,
28
+ "mean_token_accuracy": 0.7603534738222758,
29
+ "num_tokens": 491860.0,
30
+ "step": 80
31
+ },
32
+ {
33
+ "entropy": 0.9173460498452186,
34
+ "epoch": 0.316622691292876,
35
+ "grad_norm": 0.2709479033946991,
36
+ "learning_rate": 0.00017985865724381625,
37
+ "loss": 0.9262,
38
+ "mean_token_accuracy": 0.7726805781324705,
39
+ "num_tokens": 737565.0,
40
+ "step": 120
41
+ },
42
+ {
43
+ "entropy": 0.9086941565076511,
44
+ "epoch": 0.42216358839050133,
45
+ "grad_norm": 0.2693174481391907,
46
+ "learning_rate": 0.00017279151943462898,
47
+ "loss": 0.9177,
48
+ "mean_token_accuracy": 0.7741145516435305,
49
+ "num_tokens": 983943.0,
50
+ "step": 160
51
+ },
52
+ {
53
+ "entropy": 0.9111664916078249,
54
+ "epoch": 0.5277044854881267,
55
+ "grad_norm": 0.22922798991203308,
56
+ "learning_rate": 0.0001657243816254417,
57
+ "loss": 0.9206,
58
+ "mean_token_accuracy": 0.772779801984628,
59
+ "num_tokens": 1228020.0,
60
+ "step": 200
61
+ },
62
+ {
63
+ "entropy": 0.8938635811209679,
64
+ "epoch": 0.633245382585752,
65
+ "grad_norm": 0.25951769948005676,
66
+ "learning_rate": 0.0001586572438162544,
67
+ "loss": 0.9048,
68
+ "mean_token_accuracy": 0.7775348087151845,
69
+ "num_tokens": 1468166.0,
70
+ "step": 240
71
+ },
72
+ {
73
+ "entropy": 0.898859229683876,
74
+ "epoch": 0.7387862796833773,
75
+ "grad_norm": 0.2515920400619507,
76
+ "learning_rate": 0.00015159010600706714,
77
+ "loss": 0.9087,
78
+ "mean_token_accuracy": 0.7758232519030571,
79
+ "num_tokens": 1710547.0,
80
+ "step": 280
81
+ },
82
+ {
83
+ "entropy": 0.893895897269249,
84
+ "epoch": 0.8443271767810027,
85
+ "grad_norm": 0.24169541895389557,
86
+ "learning_rate": 0.00014452296819787987,
87
+ "loss": 0.9046,
88
+ "mean_token_accuracy": 0.7770114933451017,
89
+ "num_tokens": 1954553.0,
90
+ "step": 320
91
+ },
92
+ {
93
+ "entropy": 0.8812289908528328,
94
+ "epoch": 0.9498680738786279,
95
+ "grad_norm": 0.23435117304325104,
96
+ "learning_rate": 0.00013745583038869257,
97
+ "loss": 0.8864,
98
+ "mean_token_accuracy": 0.7819622402389844,
99
+ "num_tokens": 2199514.0,
100
+ "step": 360
101
+ },
102
+ {
103
+ "entropy": 0.8911305258671443,
104
+ "epoch": 1.0554089709762533,
105
+ "grad_norm": 0.24556870758533478,
106
+ "learning_rate": 0.0001303886925795053,
107
+ "loss": 0.8889,
108
+ "mean_token_accuracy": 0.7818753371636072,
109
+ "num_tokens": 2442473.0,
110
+ "step": 400
111
+ },
112
+ {
113
+ "entropy": 0.8615878681341808,
114
+ "epoch": 1.1609498680738786,
115
+ "grad_norm": 0.2553667724132538,
116
+ "learning_rate": 0.00012332155477031803,
117
+ "loss": 0.865,
118
+ "mean_token_accuracy": 0.7888134623567263,
119
+ "num_tokens": 2685798.0,
120
+ "step": 440
121
+ },
122
+ {
123
+ "entropy": 0.8409679149587949,
124
+ "epoch": 1.266490765171504,
125
+ "grad_norm": 0.2546869218349457,
126
+ "learning_rate": 0.00011625441696113076,
127
+ "loss": 0.8429,
128
+ "mean_token_accuracy": 0.792593814432621,
129
+ "num_tokens": 2928681.0,
130
+ "step": 480
131
+ },
132
+ {
133
+ "entropy": 0.8437916760643324,
134
+ "epoch": 1.3720316622691293,
135
+ "grad_norm": 0.2557734549045563,
136
+ "learning_rate": 0.00010918727915194346,
137
+ "loss": 0.8416,
138
+ "mean_token_accuracy": 0.7940337762236596,
139
+ "num_tokens": 3171456.0,
140
+ "step": 520
141
+ },
142
+ {
143
+ "entropy": 0.857711431880792,
144
+ "epoch": 1.4775725593667546,
145
+ "grad_norm": 0.26654869318008423,
146
+ "learning_rate": 0.00010212014134275618,
147
+ "loss": 0.8579,
148
+ "mean_token_accuracy": 0.7909541388352712,
149
+ "num_tokens": 3417723.0,
150
+ "step": 560
151
+ },
152
+ {
153
+ "entropy": 0.8400450726350148,
154
+ "epoch": 1.58311345646438,
155
+ "grad_norm": 0.29494455456733704,
156
+ "learning_rate": 9.50530035335689e-05,
157
+ "loss": 0.8383,
158
+ "mean_token_accuracy": 0.7945970013737679,
159
+ "num_tokens": 3665359.0,
160
+ "step": 600
161
+ },
162
+ {
163
+ "entropy": 0.8542267888784408,
164
+ "epoch": 1.6886543535620053,
165
+ "grad_norm": 0.2574358284473419,
166
+ "learning_rate": 8.798586572438163e-05,
167
+ "loss": 0.8562,
168
+ "mean_token_accuracy": 0.789784766236941,
169
+ "num_tokens": 3910743.0,
170
+ "step": 640
171
+ },
172
+ {
173
+ "entropy": 0.8403926879167557,
174
+ "epoch": 1.7941952506596306,
175
+ "grad_norm": 0.28781425952911377,
176
+ "learning_rate": 8.091872791519435e-05,
177
+ "loss": 0.8381,
178
+ "mean_token_accuracy": 0.7947062104940414,
179
+ "num_tokens": 4155793.0,
180
+ "step": 680
181
+ },
182
+ {
183
+ "entropy": 0.852131716410319,
184
+ "epoch": 1.899736147757256,
185
+ "grad_norm": 0.26503270864486694,
186
+ "learning_rate": 7.385159010600708e-05,
187
+ "loss": 0.8487,
188
+ "mean_token_accuracy": 0.7929368118445078,
189
+ "num_tokens": 4399587.0,
190
+ "step": 720
191
+ },
192
+ {
193
+ "entropy": 0.8473334396878879,
194
+ "epoch": 2.005277044854881,
195
+ "grad_norm": 0.2729526162147522,
196
+ "learning_rate": 6.678445229681979e-05,
197
+ "loss": 0.8437,
198
+ "mean_token_accuracy": 0.7928255225221316,
199
+ "num_tokens": 4643035.0,
200
+ "step": 760
201
+ },
202
+ {
203
+ "entropy": 0.8247631361087163,
204
+ "epoch": 2.1108179419525066,
205
+ "grad_norm": 0.23939724266529083,
206
+ "learning_rate": 5.9717314487632514e-05,
207
+ "loss": 0.8152,
208
+ "mean_token_accuracy": 0.8028542950749398,
209
+ "num_tokens": 4887856.0,
210
+ "step": 800
211
+ },
212
+ {
213
+ "entropy": 0.808630175391833,
214
+ "epoch": 2.216358839050132,
215
+ "grad_norm": 0.32562369108200073,
216
+ "learning_rate": 5.265017667844523e-05,
217
+ "loss": 0.8037,
218
+ "mean_token_accuracy": 0.805344213048617,
219
+ "num_tokens": 5130422.0,
220
+ "step": 840
221
+ },
222
+ {
223
+ "entropy": 0.80472605129083,
224
+ "epoch": 2.321899736147757,
225
+ "grad_norm": 0.2878261208534241,
226
+ "learning_rate": 4.558303886925796e-05,
227
+ "loss": 0.7981,
228
+ "mean_token_accuracy": 0.8072587698698044,
229
+ "num_tokens": 5374032.0,
230
+ "step": 880
231
+ },
232
+ {
233
+ "entropy": 0.8009978145360946,
234
+ "epoch": 2.4274406332453826,
235
+ "grad_norm": 0.2705528140068054,
236
+ "learning_rate": 3.851590106007067e-05,
237
+ "loss": 0.7987,
238
+ "mean_token_accuracy": 0.8061612288157145,
239
+ "num_tokens": 5620025.0,
240
+ "step": 920
241
+ },
242
+ {
243
+ "entropy": 0.8027854894598325,
244
+ "epoch": 2.532981530343008,
245
+ "grad_norm": 0.26042598485946655,
246
+ "learning_rate": 3.1448763250883395e-05,
247
+ "loss": 0.798,
248
+ "mean_token_accuracy": 0.8066888019442559,
249
+ "num_tokens": 5864858.0,
250
+ "step": 960
251
+ },
252
+ {
253
+ "entropy": 0.813329757253329,
254
+ "epoch": 2.638522427440633,
255
+ "grad_norm": 0.3245431184768677,
256
+ "learning_rate": 2.4381625441696117e-05,
257
+ "loss": 0.8072,
258
+ "mean_token_accuracy": 0.8045724421739578,
259
+ "num_tokens": 6109908.0,
260
+ "step": 1000
261
+ },
262
+ {
263
+ "entropy": 0.8005710815389951,
264
+ "epoch": 2.7440633245382586,
265
+ "grad_norm": 0.26675328612327576,
266
+ "learning_rate": 1.7314487632508836e-05,
267
+ "loss": 0.7968,
268
+ "mean_token_accuracy": 0.8082835083206494,
269
+ "num_tokens": 6355003.0,
270
+ "step": 1040
271
+ },
272
+ {
273
+ "entropy": 0.8002423614263534,
274
+ "epoch": 2.849604221635884,
275
+ "grad_norm": 0.2670344114303589,
276
+ "learning_rate": 1.0247349823321556e-05,
277
+ "loss": 0.7945,
278
+ "mean_token_accuracy": 0.8065404633680979,
279
+ "num_tokens": 6598248.0,
280
+ "step": 1080
281
+ },
282
+ {
283
+ "entropy": 0.8062883252898853,
284
+ "epoch": 2.955145118733509,
285
+ "grad_norm": 0.2975996136665344,
286
+ "learning_rate": 3.1802120141342753e-06,
287
+ "loss": 0.8017,
288
+ "mean_token_accuracy": 0.8067189266284307,
289
+ "num_tokens": 6841252.0,
290
+ "step": 1120
291
+ }
292
+ ],
293
+ "logging_steps": 40,
294
+ "max_steps": 1137,
295
+ "num_input_tokens_seen": 0,
296
+ "num_train_epochs": 3,
297
+ "save_steps": 100,
298
+ "stateful_callbacks": {
299
+ "TrainerControl": {
300
+ "args": {
301
+ "should_epoch_stop": false,
302
+ "should_evaluate": false,
303
+ "should_log": false,
304
+ "should_save": true,
305
+ "should_training_stop": true
306
+ },
307
+ "attributes": {}
308
+ }
309
+ },
310
+ "total_flos": 1.1020334124551373e+18,
311
+ "train_batch_size": 22,
312
+ "trial_name": null,
313
+ "trial_params": null
314
+ }
checkpoint-1137/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7ee49c4d2bdf3d3042505aee9fe7da70c37a1b67cf65920c81dae0c90104ef4
3
+ size 6289