maazhamidexe commited on
Commit
2243819
·
verified ·
1 Parent(s): 0df4f43

adding adapters for qwen-2b without chain of thought

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
+ checkpoint-1885-NOT/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-1885-NOT/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-VL-2B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.14.0
checkpoint-1885-NOT/adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.1,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "q_proj",
27
+ "v_proj"
28
+ ],
29
+ "task_type": "CAUSAL_LM",
30
+ "use_dora": false,
31
+ "use_rslora": false
32
+ }
checkpoint-1885-NOT/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acfc8bfbbce061997bc4e0038d89426ed32f497b964cf625eac273d63615a0a9
3
+ size 4372840
checkpoint-1885-NOT/added_tokens.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|box_end|>": 151649,
3
+ "<|box_start|>": 151648,
4
+ "<|endoftext|>": 151643,
5
+ "<|im_end|>": 151645,
6
+ "<|im_start|>": 151644,
7
+ "<|image_pad|>": 151655,
8
+ "<|object_ref_end|>": 151647,
9
+ "<|object_ref_start|>": 151646,
10
+ "<|quad_end|>": 151651,
11
+ "<|quad_start|>": 151650,
12
+ "<|video_pad|>": 151656,
13
+ "<|vision_end|>": 151653,
14
+ "<|vision_pad|>": 151654,
15
+ "<|vision_start|>": 151652
16
+ }
checkpoint-1885-NOT/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1885-NOT/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03ab52baa312f5eb2873e24506af91acecb6efcf5d93ea8c1a1a045ed9f8cf3b
3
+ size 8783179
checkpoint-1885-NOT/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba2743e0975a71e1da3653ba677bb7fc47e0f1d489f25fc3d2426952a7ad1fc3
3
+ size 14645
checkpoint-1885-NOT/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:336bd23c4cc75de3330387d868d767225463282675d28551cbe6939e709843ab
3
+ size 1383
checkpoint-1885-NOT/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd7b3a61e47f0e9c05245f10eddabe756e7fad946f5db53cd368c7c1b03c502f
3
+ size 1465
checkpoint-1885-NOT/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-1885-NOT/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a744c2d081b2ee96be0673b5ab3cdc3fb5f153835ad0bc3c853fca34148086c
3
+ size 11420639
checkpoint-1885-NOT/tokenizer_config.json ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "151646": {
29
+ "content": "<|object_ref_start|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "151647": {
37
+ "content": "<|object_ref_end|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "151648": {
45
+ "content": "<|box_start|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "151649": {
53
+ "content": "<|box_end|>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "151650": {
61
+ "content": "<|quad_start|>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "151651": {
69
+ "content": "<|quad_end|>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "151652": {
77
+ "content": "<|vision_start|>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "151653": {
85
+ "content": "<|vision_end|>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "151654": {
93
+ "content": "<|vision_pad|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "151655": {
101
+ "content": "<|image_pad|>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "151656": {
109
+ "content": "<|video_pad|>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ }
116
+ },
117
+ "additional_special_tokens": [
118
+ "<|im_start|>",
119
+ "<|im_end|>",
120
+ "<|object_ref_start|>",
121
+ "<|object_ref_end|>",
122
+ "<|box_start|>",
123
+ "<|box_end|>",
124
+ "<|quad_start|>",
125
+ "<|quad_end|>",
126
+ "<|vision_start|>",
127
+ "<|vision_end|>",
128
+ "<|vision_pad|>",
129
+ "<|image_pad|>",
130
+ "<|video_pad|>"
131
+ ],
132
+ "bos_token": null,
133
+ "chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}",
134
+ "clean_up_tokenization_spaces": false,
135
+ "eos_token": "<|im_end|>",
136
+ "errors": "replace",
137
+ "extra_special_tokens": {},
138
+ "model_max_length": 32768,
139
+ "pad_token": "<|endoftext|>",
140
+ "padding_side": "right",
141
+ "split_special_tokens": false,
142
+ "tokenizer_class": "Qwen2Tokenizer",
143
+ "unk_token": null
144
+ }
checkpoint-1885-NOT/trainer_state.json ADDED
@@ -0,0 +1,401 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 1800,
3
+ "best_metric": 0.40379348397254944,
4
+ "best_model_checkpoint": "./output\\checkpoint-1800",
5
+ "epoch": 4.987425545996029,
6
+ "eval_steps": 150,
7
+ "global_step": 1885,
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.13236267372600927,
14
+ "grad_norm": 2.150139570236206,
15
+ "learning_rate": 1.948010610079576e-05,
16
+ "loss": 3.2967,
17
+ "step": 50
18
+ },
19
+ {
20
+ "epoch": 0.26472534745201853,
21
+ "grad_norm": 1.722701907157898,
22
+ "learning_rate": 1.8949602122015917e-05,
23
+ "loss": 2.6874,
24
+ "step": 100
25
+ },
26
+ {
27
+ "epoch": 0.3970880211780278,
28
+ "grad_norm": 1.6958858966827393,
29
+ "learning_rate": 1.8419098143236076e-05,
30
+ "loss": 2.0317,
31
+ "step": 150
32
+ },
33
+ {
34
+ "epoch": 0.3970880211780278,
35
+ "eval_loss": 1.7151483297348022,
36
+ "eval_model_preparation_time": 0.0031,
37
+ "eval_runtime": 31.8823,
38
+ "eval_samples_per_second": 5.928,
39
+ "eval_steps_per_second": 5.928,
40
+ "step": 150
41
+ },
42
+ {
43
+ "epoch": 0.5294506949040371,
44
+ "grad_norm": 1.499434232711792,
45
+ "learning_rate": 1.7888594164456235e-05,
46
+ "loss": 1.4185,
47
+ "step": 200
48
+ },
49
+ {
50
+ "epoch": 0.6618133686300464,
51
+ "grad_norm": 0.8006555438041687,
52
+ "learning_rate": 1.7358090185676397e-05,
53
+ "loss": 0.9056,
54
+ "step": 250
55
+ },
56
+ {
57
+ "epoch": 0.7941760423560555,
58
+ "grad_norm": 1.4019845724105835,
59
+ "learning_rate": 1.6827586206896552e-05,
60
+ "loss": 0.7196,
61
+ "step": 300
62
+ },
63
+ {
64
+ "epoch": 0.7941760423560555,
65
+ "eval_loss": 0.6698142290115356,
66
+ "eval_model_preparation_time": 0.0031,
67
+ "eval_runtime": 31.3749,
68
+ "eval_samples_per_second": 6.024,
69
+ "eval_steps_per_second": 6.024,
70
+ "step": 300
71
+ },
72
+ {
73
+ "epoch": 0.9265387160820648,
74
+ "grad_norm": 3.112891912460327,
75
+ "learning_rate": 1.629708222811671e-05,
76
+ "loss": 0.5989,
77
+ "step": 350
78
+ },
79
+ {
80
+ "epoch": 1.058239576439444,
81
+ "grad_norm": 2.5196378231048584,
82
+ "learning_rate": 1.5766578249336873e-05,
83
+ "loss": 0.5777,
84
+ "step": 400
85
+ },
86
+ {
87
+ "epoch": 1.1906022501654534,
88
+ "grad_norm": 3.1923534870147705,
89
+ "learning_rate": 1.5236074270557031e-05,
90
+ "loss": 0.5499,
91
+ "step": 450
92
+ },
93
+ {
94
+ "epoch": 1.1906022501654534,
95
+ "eval_loss": 0.5470618605613708,
96
+ "eval_model_preparation_time": 0.0031,
97
+ "eval_runtime": 31.7063,
98
+ "eval_samples_per_second": 5.961,
99
+ "eval_steps_per_second": 5.961,
100
+ "step": 450
101
+ },
102
+ {
103
+ "epoch": 1.3229649238914627,
104
+ "grad_norm": 1.5059869289398193,
105
+ "learning_rate": 1.4705570291777188e-05,
106
+ "loss": 0.5303,
107
+ "step": 500
108
+ },
109
+ {
110
+ "epoch": 1.455327597617472,
111
+ "grad_norm": 4.374411582946777,
112
+ "learning_rate": 1.4175066312997347e-05,
113
+ "loss": 0.5111,
114
+ "step": 550
115
+ },
116
+ {
117
+ "epoch": 1.5876902713434813,
118
+ "grad_norm": 1.5126487016677856,
119
+ "learning_rate": 1.3644562334217508e-05,
120
+ "loss": 0.5094,
121
+ "step": 600
122
+ },
123
+ {
124
+ "epoch": 1.5876902713434813,
125
+ "eval_loss": 0.5029424428939819,
126
+ "eval_model_preparation_time": 0.0031,
127
+ "eval_runtime": 31.0895,
128
+ "eval_samples_per_second": 6.079,
129
+ "eval_steps_per_second": 6.079,
130
+ "step": 600
131
+ },
132
+ {
133
+ "epoch": 1.7200529450694904,
134
+ "grad_norm": 2.098067283630371,
135
+ "learning_rate": 1.3114058355437666e-05,
136
+ "loss": 0.5047,
137
+ "step": 650
138
+ },
139
+ {
140
+ "epoch": 1.8524156187954997,
141
+ "grad_norm": 3.283095121383667,
142
+ "learning_rate": 1.2583554376657825e-05,
143
+ "loss": 0.478,
144
+ "step": 700
145
+ },
146
+ {
147
+ "epoch": 1.984778292521509,
148
+ "grad_norm": 3.0692622661590576,
149
+ "learning_rate": 1.2053050397877985e-05,
150
+ "loss": 0.4797,
151
+ "step": 750
152
+ },
153
+ {
154
+ "epoch": 1.984778292521509,
155
+ "eval_loss": 0.4689164459705353,
156
+ "eval_model_preparation_time": 0.0031,
157
+ "eval_runtime": 30.9757,
158
+ "eval_samples_per_second": 6.102,
159
+ "eval_steps_per_second": 6.102,
160
+ "step": 750
161
+ },
162
+ {
163
+ "epoch": 2.116479152878888,
164
+ "grad_norm": 3.23529052734375,
165
+ "learning_rate": 1.1522546419098144e-05,
166
+ "loss": 0.4648,
167
+ "step": 800
168
+ },
169
+ {
170
+ "epoch": 2.2488418266048975,
171
+ "grad_norm": 2.5513744354248047,
172
+ "learning_rate": 1.0992042440318303e-05,
173
+ "loss": 0.4419,
174
+ "step": 850
175
+ },
176
+ {
177
+ "epoch": 2.381204500330907,
178
+ "grad_norm": 2.862584114074707,
179
+ "learning_rate": 1.0461538461538463e-05,
180
+ "loss": 0.4414,
181
+ "step": 900
182
+ },
183
+ {
184
+ "epoch": 2.381204500330907,
185
+ "eval_loss": 0.4464627206325531,
186
+ "eval_model_preparation_time": 0.0031,
187
+ "eval_runtime": 30.9176,
188
+ "eval_samples_per_second": 6.113,
189
+ "eval_steps_per_second": 6.113,
190
+ "step": 900
191
+ },
192
+ {
193
+ "epoch": 2.513567174056916,
194
+ "grad_norm": 5.250267028808594,
195
+ "learning_rate": 9.931034482758622e-06,
196
+ "loss": 0.4352,
197
+ "step": 950
198
+ },
199
+ {
200
+ "epoch": 2.6459298477829254,
201
+ "grad_norm": 4.623449802398682,
202
+ "learning_rate": 9.40053050397878e-06,
203
+ "loss": 0.4413,
204
+ "step": 1000
205
+ },
206
+ {
207
+ "epoch": 2.7782925215089342,
208
+ "grad_norm": 2.710590362548828,
209
+ "learning_rate": 8.87002652519894e-06,
210
+ "loss": 0.4406,
211
+ "step": 1050
212
+ },
213
+ {
214
+ "epoch": 2.7782925215089342,
215
+ "eval_loss": 0.4304923415184021,
216
+ "eval_model_preparation_time": 0.0031,
217
+ "eval_runtime": 30.9404,
218
+ "eval_samples_per_second": 6.109,
219
+ "eval_steps_per_second": 6.109,
220
+ "step": 1050
221
+ },
222
+ {
223
+ "epoch": 2.910655195234944,
224
+ "grad_norm": 2.8639283180236816,
225
+ "learning_rate": 8.339522546419098e-06,
226
+ "loss": 0.4235,
227
+ "step": 1100
228
+ },
229
+ {
230
+ "epoch": 3.042356055592323,
231
+ "grad_norm": 3.771768093109131,
232
+ "learning_rate": 7.809018567639259e-06,
233
+ "loss": 0.4293,
234
+ "step": 1150
235
+ },
236
+ {
237
+ "epoch": 3.1747187293183323,
238
+ "grad_norm": 2.711233139038086,
239
+ "learning_rate": 7.278514588859416e-06,
240
+ "loss": 0.4168,
241
+ "step": 1200
242
+ },
243
+ {
244
+ "epoch": 3.1747187293183323,
245
+ "eval_loss": 0.42041969299316406,
246
+ "eval_model_preparation_time": 0.0031,
247
+ "eval_runtime": 31.4368,
248
+ "eval_samples_per_second": 6.012,
249
+ "eval_steps_per_second": 6.012,
250
+ "step": 1200
251
+ },
252
+ {
253
+ "epoch": 3.3070814030443416,
254
+ "grad_norm": 4.838927745819092,
255
+ "learning_rate": 6.748010610079576e-06,
256
+ "loss": 0.4292,
257
+ "step": 1250
258
+ },
259
+ {
260
+ "epoch": 3.439444076770351,
261
+ "grad_norm": 4.028650283813477,
262
+ "learning_rate": 6.2175066312997355e-06,
263
+ "loss": 0.4095,
264
+ "step": 1300
265
+ },
266
+ {
267
+ "epoch": 3.5718067504963598,
268
+ "grad_norm": 3.6084487438201904,
269
+ "learning_rate": 5.687002652519894e-06,
270
+ "loss": 0.4219,
271
+ "step": 1350
272
+ },
273
+ {
274
+ "epoch": 3.5718067504963598,
275
+ "eval_loss": 0.4123190939426422,
276
+ "eval_model_preparation_time": 0.0031,
277
+ "eval_runtime": 31.1707,
278
+ "eval_samples_per_second": 6.063,
279
+ "eval_steps_per_second": 6.063,
280
+ "step": 1350
281
+ },
282
+ {
283
+ "epoch": 3.7041694242223695,
284
+ "grad_norm": 2.8084728717803955,
285
+ "learning_rate": 5.156498673740054e-06,
286
+ "loss": 0.4038,
287
+ "step": 1400
288
+ },
289
+ {
290
+ "epoch": 3.8365320979483784,
291
+ "grad_norm": 3.8968093395233154,
292
+ "learning_rate": 4.6259946949602125e-06,
293
+ "loss": 0.4028,
294
+ "step": 1450
295
+ },
296
+ {
297
+ "epoch": 3.968894771674388,
298
+ "grad_norm": 2.483187675476074,
299
+ "learning_rate": 4.095490716180371e-06,
300
+ "loss": 0.4004,
301
+ "step": 1500
302
+ },
303
+ {
304
+ "epoch": 3.968894771674388,
305
+ "eval_loss": 0.40886327624320984,
306
+ "eval_model_preparation_time": 0.0031,
307
+ "eval_runtime": 31.3148,
308
+ "eval_samples_per_second": 6.035,
309
+ "eval_steps_per_second": 6.035,
310
+ "step": 1500
311
+ },
312
+ {
313
+ "epoch": 4.100595632031767,
314
+ "grad_norm": 2.4653894901275635,
315
+ "learning_rate": 3.5649867374005308e-06,
316
+ "loss": 0.3867,
317
+ "step": 1550
318
+ },
319
+ {
320
+ "epoch": 4.232958305757776,
321
+ "grad_norm": 3.6231672763824463,
322
+ "learning_rate": 3.03448275862069e-06,
323
+ "loss": 0.4039,
324
+ "step": 1600
325
+ },
326
+ {
327
+ "epoch": 4.365320979483785,
328
+ "grad_norm": 3.496675491333008,
329
+ "learning_rate": 2.5039787798408486e-06,
330
+ "loss": 0.4064,
331
+ "step": 1650
332
+ },
333
+ {
334
+ "epoch": 4.365320979483785,
335
+ "eval_loss": 0.40508928894996643,
336
+ "eval_model_preparation_time": 0.0031,
337
+ "eval_runtime": 31.1413,
338
+ "eval_samples_per_second": 6.069,
339
+ "eval_steps_per_second": 6.069,
340
+ "step": 1650
341
+ },
342
+ {
343
+ "epoch": 4.497683653209795,
344
+ "grad_norm": 3.3629584312438965,
345
+ "learning_rate": 1.973474801061008e-06,
346
+ "loss": 0.4094,
347
+ "step": 1700
348
+ },
349
+ {
350
+ "epoch": 4.630046326935804,
351
+ "grad_norm": 4.491115093231201,
352
+ "learning_rate": 1.4429708222811673e-06,
353
+ "loss": 0.4048,
354
+ "step": 1750
355
+ },
356
+ {
357
+ "epoch": 4.762409000661814,
358
+ "grad_norm": 3.4831080436706543,
359
+ "learning_rate": 9.124668435013263e-07,
360
+ "loss": 0.4057,
361
+ "step": 1800
362
+ },
363
+ {
364
+ "epoch": 4.762409000661814,
365
+ "eval_loss": 0.40379348397254944,
366
+ "eval_model_preparation_time": 0.0031,
367
+ "eval_runtime": 31.7465,
368
+ "eval_samples_per_second": 5.953,
369
+ "eval_steps_per_second": 5.953,
370
+ "step": 1800
371
+ },
372
+ {
373
+ "epoch": 4.8947716743878225,
374
+ "grad_norm": 3.9918410778045654,
375
+ "learning_rate": 3.8196286472148543e-07,
376
+ "loss": 0.3928,
377
+ "step": 1850
378
+ }
379
+ ],
380
+ "logging_steps": 50,
381
+ "max_steps": 1885,
382
+ "num_input_tokens_seen": 0,
383
+ "num_train_epochs": 5,
384
+ "save_steps": 150,
385
+ "stateful_callbacks": {
386
+ "TrainerControl": {
387
+ "args": {
388
+ "should_epoch_stop": false,
389
+ "should_evaluate": false,
390
+ "should_log": false,
391
+ "should_save": true,
392
+ "should_training_stop": true
393
+ },
394
+ "attributes": {}
395
+ }
396
+ },
397
+ "total_flos": 2.895831238293504e+16,
398
+ "train_batch_size": 1,
399
+ "trial_name": null,
400
+ "trial_params": null
401
+ }
checkpoint-1885-NOT/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e91f995e550fcff778e55c7eefa3c5ba9901d911c132e22036532edc6a08219d
3
+ size 5969
checkpoint-1885-NOT/vocab.json ADDED
The diff for this file is too large to render. See raw diff