exiort commited on
Commit
9b6040e
·
verified ·
1 Parent(s): 2e48bf9

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-3-12b-it
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-3-12b-it",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "q_proj",
28
+ "k_proj",
29
+ "o_proj",
30
+ "v_proj"
31
+ ],
32
+ "task_type": "CAUSAL_LM",
33
+ "trainable_token_indices": null,
34
+ "use_dora": false,
35
+ "use_rslora": false
36
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2211daea133ac40eb93fd695765854cf12b1ad67735e74c9f584769d31859f60
3
+ size 48523432
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 -%}
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5782e11251d44afbdb5b7544f12260fa19578de129a91ec855bbf554bf35f188
3
+ size 22002900
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a63642fd35fbe24aa8060435d0042afc3cf27e68dd4a3c10d31dedf4608043b2
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eadb7a2c323039dcd1a32e515549f29f5a50a374dbab40c26cfe2674e057901b
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
trainer_state.json ADDED
@@ -0,0 +1,437 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 1100,
3
+ "best_metric": 0.11870265007019043,
4
+ "best_model_checkpoint": "./fine_tuning_results/checkpoint-1100",
5
+ "epoch": 3.0,
6
+ "eval_steps": 100,
7
+ "global_step": 1131,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.06637902422834384,
14
+ "grad_norm": 5.728163719177246,
15
+ "learning_rate": 0.0001411764705882353,
16
+ "loss": 9.6583,
17
+ "step": 25
18
+ },
19
+ {
20
+ "epoch": 0.13275804845668768,
21
+ "grad_norm": 11.366268157958984,
22
+ "learning_rate": 0.00019990774875676051,
23
+ "loss": 4.1605,
24
+ "step": 50
25
+ },
26
+ {
27
+ "epoch": 0.19913707268503153,
28
+ "grad_norm": 4.53806209564209,
29
+ "learning_rate": 0.0001993446074245224,
30
+ "loss": 2.6629,
31
+ "step": 75
32
+ },
33
+ {
34
+ "epoch": 0.26551609691337535,
35
+ "grad_norm": 3.489072799682617,
36
+ "learning_rate": 0.0001982724572970665,
37
+ "loss": 1.4258,
38
+ "step": 100
39
+ },
40
+ {
41
+ "epoch": 0.26551609691337535,
42
+ "eval_loss": 0.2438984215259552,
43
+ "eval_runtime": 410.0948,
44
+ "eval_samples_per_second": 0.919,
45
+ "eval_steps_per_second": 0.919,
46
+ "step": 100
47
+ },
48
+ {
49
+ "epoch": 0.3318951211417192,
50
+ "grad_norm": 3.9948933124542236,
51
+ "learning_rate": 0.00019669679171579118,
52
+ "loss": 1.8838,
53
+ "step": 125
54
+ },
55
+ {
56
+ "epoch": 0.39827414537006306,
57
+ "grad_norm": 2.3741233348846436,
58
+ "learning_rate": 0.0001946256838681596,
59
+ "loss": 1.2398,
60
+ "step": 150
61
+ },
62
+ {
63
+ "epoch": 0.4646531695984069,
64
+ "grad_norm": 3.841597080230713,
65
+ "learning_rate": 0.00019206974542336673,
66
+ "loss": 1.6213,
67
+ "step": 175
68
+ },
69
+ {
70
+ "epoch": 0.5310321938267507,
71
+ "grad_norm": 7.553189277648926,
72
+ "learning_rate": 0.00018904207216166835,
73
+ "loss": 1.0164,
74
+ "step": 200
75
+ },
76
+ {
77
+ "epoch": 0.5310321938267507,
78
+ "eval_loss": 0.19300179183483124,
79
+ "eval_runtime": 409.4453,
80
+ "eval_samples_per_second": 0.921,
81
+ "eval_steps_per_second": 0.921,
82
+ "step": 200
83
+ },
84
+ {
85
+ "epoch": 0.5974112180550946,
86
+ "grad_norm": 4.948668956756592,
87
+ "learning_rate": 0.00018555817687594984,
88
+ "loss": 1.469,
89
+ "step": 225
90
+ },
91
+ {
92
+ "epoch": 0.6637902422834384,
93
+ "grad_norm": 1.0395816564559937,
94
+ "learning_rate": 0.00018163590988932402,
95
+ "loss": 0.8695,
96
+ "step": 250
97
+ },
98
+ {
99
+ "epoch": 0.7301692665117823,
100
+ "grad_norm": 3.0940940380096436,
101
+ "learning_rate": 0.00017729536759600033,
102
+ "loss": 1.5099,
103
+ "step": 275
104
+ },
105
+ {
106
+ "epoch": 0.7965482907401261,
107
+ "grad_norm": 1.1767245531082153,
108
+ "learning_rate": 0.000172558789494031,
109
+ "loss": 0.8654,
110
+ "step": 300
111
+ },
112
+ {
113
+ "epoch": 0.7965482907401261,
114
+ "eval_loss": 0.1677449345588684,
115
+ "eval_runtime": 409.3224,
116
+ "eval_samples_per_second": 0.921,
117
+ "eval_steps_per_second": 0.921,
118
+ "step": 300
119
+ },
120
+ {
121
+ "epoch": 0.86292731496847,
122
+ "grad_norm": 3.1094260215759277,
123
+ "learning_rate": 0.00016745044423750448,
124
+ "loss": 1.3233,
125
+ "step": 325
126
+ },
127
+ {
128
+ "epoch": 0.9293063391968138,
129
+ "grad_norm": 3.251939296722412,
130
+ "learning_rate": 0.00016199650529201683,
131
+ "loss": 0.9238,
132
+ "step": 350
133
+ },
134
+ {
135
+ "epoch": 0.9956853634251577,
136
+ "grad_norm": 5.835708141326904,
137
+ "learning_rate": 0.00015622491683052125,
138
+ "loss": 1.2047,
139
+ "step": 375
140
+ },
141
+ {
142
+ "epoch": 1.0610687022900764,
143
+ "grad_norm": 2.8808865547180176,
144
+ "learning_rate": 0.00015016525055666058,
145
+ "loss": 1.1297,
146
+ "step": 400
147
+ },
148
+ {
149
+ "epoch": 1.0610687022900764,
150
+ "eval_loss": 0.13486357033252716,
151
+ "eval_runtime": 408.8177,
152
+ "eval_samples_per_second": 0.922,
153
+ "eval_steps_per_second": 0.922,
154
+ "step": 400
155
+ },
156
+ {
157
+ "epoch": 1.1274477265184202,
158
+ "grad_norm": 4.205045223236084,
159
+ "learning_rate": 0.00014384855418917312,
160
+ "loss": 0.8077,
161
+ "step": 425
162
+ },
163
+ {
164
+ "epoch": 1.193826750746764,
165
+ "grad_norm": 2.632800817489624,
166
+ "learning_rate": 0.00013730719238368662,
167
+ "loss": 1.1098,
168
+ "step": 450
169
+ },
170
+ {
171
+ "epoch": 1.2602057749751079,
172
+ "grad_norm": 2.277942180633545,
173
+ "learning_rate": 0.00013057468090696495,
174
+ "loss": 0.8367,
175
+ "step": 475
176
+ },
177
+ {
178
+ "epoch": 1.3265847992034518,
179
+ "grad_norm": 2.172236680984497,
180
+ "learning_rate": 0.0001236855149132436,
181
+ "loss": 1.0882,
182
+ "step": 500
183
+ },
184
+ {
185
+ "epoch": 1.3265847992034518,
186
+ "eval_loss": 0.13017548620700836,
187
+ "eval_runtime": 407.3514,
188
+ "eval_samples_per_second": 0.925,
189
+ "eval_steps_per_second": 0.925,
190
+ "step": 500
191
+ },
192
+ {
193
+ "epoch": 1.3929638234317956,
194
+ "grad_norm": 3.1930105686187744,
195
+ "learning_rate": 0.00011667499220250804,
196
+ "loss": 0.8774,
197
+ "step": 525
198
+ },
199
+ {
200
+ "epoch": 1.4593428476601393,
201
+ "grad_norm": 2.3342959880828857,
202
+ "learning_rate": 0.00010957903236628266,
203
+ "loss": 1.087,
204
+ "step": 550
205
+ },
206
+ {
207
+ "epoch": 1.5257218718884833,
208
+ "grad_norm": 2.948979377746582,
209
+ "learning_rate": 0.00010243399274756564,
210
+ "loss": 0.8045,
211
+ "step": 575
212
+ },
213
+ {
214
+ "epoch": 1.592100896116827,
215
+ "grad_norm": 2.6527910232543945,
216
+ "learning_rate": 9.527648215787065e-05,
217
+ "loss": 1.0704,
218
+ "step": 600
219
+ },
220
+ {
221
+ "epoch": 1.592100896116827,
222
+ "eval_loss": 0.12589675188064575,
223
+ "eval_runtime": 408.7252,
224
+ "eval_samples_per_second": 0.922,
225
+ "eval_steps_per_second": 0.922,
226
+ "step": 600
227
+ },
228
+ {
229
+ "epoch": 1.658479920345171,
230
+ "grad_norm": 1.180399775505066,
231
+ "learning_rate": 8.814317330582753e-05,
232
+ "loss": 0.8398,
233
+ "step": 625
234
+ },
235
+ {
236
+ "epoch": 1.7248589445735147,
237
+ "grad_norm": 2.150588274002075,
238
+ "learning_rate": 8.107061489839499e-05,
239
+ "loss": 1.0931,
240
+ "step": 650
241
+ },
242
+ {
243
+ "epoch": 1.7912379688018585,
244
+ "grad_norm": 1.0235155820846558,
245
+ "learning_rate": 7.409504437741722e-05,
246
+ "loss": 0.8223,
247
+ "step": 675
248
+ },
249
+ {
250
+ "epoch": 1.8576169930302024,
251
+ "grad_norm": 1.9297289848327637,
252
+ "learning_rate": 6.725220225099911e-05,
253
+ "loss": 0.9843,
254
+ "step": 700
255
+ },
256
+ {
257
+ "epoch": 1.8576169930302024,
258
+ "eval_loss": 0.1218644380569458,
259
+ "eval_runtime": 409.0035,
260
+ "eval_samples_per_second": 0.922,
261
+ "eval_steps_per_second": 0.922,
262
+ "step": 700
263
+ },
264
+ {
265
+ "epoch": 1.9239960172585464,
266
+ "grad_norm": 3.172612190246582,
267
+ "learning_rate": 6.0577148971005514e-05,
268
+ "loss": 0.7813,
269
+ "step": 725
270
+ },
271
+ {
272
+ "epoch": 1.9903750414868902,
273
+ "grad_norm": 2.5401861667633057,
274
+ "learning_rate": 5.4104085294942505e-05,
275
+ "loss": 0.7978,
276
+ "step": 750
277
+ },
278
+ {
279
+ "epoch": 2.0557583803518087,
280
+ "grad_norm": 2.2131431102752686,
281
+ "learning_rate": 4.786617705262746e-05,
282
+ "loss": 0.8183,
283
+ "step": 775
284
+ },
285
+ {
286
+ "epoch": 2.122137404580153,
287
+ "grad_norm": 4.252758026123047,
288
+ "learning_rate": 4.189538521548524e-05,
289
+ "loss": 0.706,
290
+ "step": 800
291
+ },
292
+ {
293
+ "epoch": 2.122137404580153,
294
+ "eval_loss": 0.12229160219430923,
295
+ "eval_runtime": 408.8022,
296
+ "eval_samples_per_second": 0.922,
297
+ "eval_steps_per_second": 0.922,
298
+ "step": 800
299
+ },
300
+ {
301
+ "epoch": 2.1885164288084966,
302
+ "grad_norm": 2.4397575855255127,
303
+ "learning_rate": 3.622230213913836e-05,
304
+ "loss": 0.8344,
305
+ "step": 825
306
+ },
307
+ {
308
+ "epoch": 2.2548954530368404,
309
+ "grad_norm": 1.8311405181884766,
310
+ "learning_rate": 3.0875994818330955e-05,
311
+ "loss": 0.6842,
312
+ "step": 850
313
+ },
314
+ {
315
+ "epoch": 2.321274477265184,
316
+ "grad_norm": 2.2209343910217285,
317
+ "learning_rate": 2.5883855957295056e-05,
318
+ "loss": 0.8642,
319
+ "step": 875
320
+ },
321
+ {
322
+ "epoch": 2.387653501493528,
323
+ "grad_norm": 1.0353050231933594,
324
+ "learning_rate": 2.1271463618625986e-05,
325
+ "loss": 0.6177,
326
+ "step": 900
327
+ },
328
+ {
329
+ "epoch": 2.387653501493528,
330
+ "eval_loss": 0.12045033276081085,
331
+ "eval_runtime": 409.5523,
332
+ "eval_samples_per_second": 0.921,
333
+ "eval_steps_per_second": 0.921,
334
+ "step": 900
335
+ },
336
+ {
337
+ "epoch": 2.454032525721872,
338
+ "grad_norm": 2.0583794116973877,
339
+ "learning_rate": 1.706245016977931e-05,
340
+ "loss": 0.8361,
341
+ "step": 925
342
+ },
343
+ {
344
+ "epoch": 2.5204115499502158,
345
+ "grad_norm": 2.405135154724121,
346
+ "learning_rate": 1.3278381198663491e-05,
347
+ "loss": 0.6861,
348
+ "step": 950
349
+ },
350
+ {
351
+ "epoch": 2.5867905741785595,
352
+ "grad_norm": 2.8698174953460693,
353
+ "learning_rate": 9.938645018725523e-06,
354
+ "loss": 0.8369,
355
+ "step": 975
356
+ },
357
+ {
358
+ "epoch": 2.6531695984069037,
359
+ "grad_norm": 2.2361364364624023,
360
+ "learning_rate": 7.060353329667668e-06,
361
+ "loss": 0.7129,
362
+ "step": 1000
363
+ },
364
+ {
365
+ "epoch": 2.6531695984069037,
366
+ "eval_loss": 0.11899977177381516,
367
+ "eval_runtime": 409.2689,
368
+ "eval_samples_per_second": 0.921,
369
+ "eval_steps_per_second": 0.921,
370
+ "step": 1000
371
+ },
372
+ {
373
+ "epoch": 2.719548622635247,
374
+ "grad_norm": 2.688868522644043,
375
+ "learning_rate": 4.658253542777991e-06,
376
+ "loss": 0.8243,
377
+ "step": 1025
378
+ },
379
+ {
380
+ "epoch": 2.785927646863591,
381
+ "grad_norm": 2.82051682472229,
382
+ "learning_rate": 2.7446532200894106e-06,
383
+ "loss": 0.6894,
384
+ "step": 1050
385
+ },
386
+ {
387
+ "epoch": 2.852306671091935,
388
+ "grad_norm": 2.1398074626922607,
389
+ "learning_rate": 1.3293570145169743e-06,
390
+ "loss": 0.7943,
391
+ "step": 1075
392
+ },
393
+ {
394
+ "epoch": 2.9186856953202787,
395
+ "grad_norm": 2.2756364345550537,
396
+ "learning_rate": 4.196164340705577e-07,
397
+ "loss": 0.6947,
398
+ "step": 1100
399
+ },
400
+ {
401
+ "epoch": 2.9186856953202787,
402
+ "eval_loss": 0.11870265007019043,
403
+ "eval_runtime": 409.6404,
404
+ "eval_samples_per_second": 0.92,
405
+ "eval_steps_per_second": 0.92,
406
+ "step": 1100
407
+ },
408
+ {
409
+ "epoch": 2.985064719548623,
410
+ "grad_norm": 2.8848876953125,
411
+ "learning_rate": 2.0092687534589703e-08,
412
+ "loss": 0.7374,
413
+ "step": 1125
414
+ }
415
+ ],
416
+ "logging_steps": 25,
417
+ "max_steps": 1131,
418
+ "num_input_tokens_seen": 0,
419
+ "num_train_epochs": 3,
420
+ "save_steps": 100,
421
+ "stateful_callbacks": {
422
+ "TrainerControl": {
423
+ "args": {
424
+ "should_epoch_stop": false,
425
+ "should_evaluate": false,
426
+ "should_log": false,
427
+ "should_save": true,
428
+ "should_training_stop": true
429
+ },
430
+ "attributes": {}
431
+ }
432
+ },
433
+ "total_flos": 2.5782738599655706e+17,
434
+ "train_batch_size": 1,
435
+ "trial_name": null,
436
+ "trial_params": null
437
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1c8440b53e91fd19b751b72626c50227d6fcce92c11b1f76bfd536834f3ff08
3
+ size 5304