classicmaster commited on
Commit
e9fc8f1
·
verified ·
1 Parent(s): e6dcb5c

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -46,3 +46,4 @@ checkpoint-step-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
46
  checkpoint-step-1100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
47
  checkpoint-step-1200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
48
  checkpoint-step-1300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
46
  checkpoint-step-1100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
47
  checkpoint-step-1200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
48
  checkpoint-step-1300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
49
+ checkpoint-step-1400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-step-1400/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/qwen2.5-3b-unsloth-bnb-4bit
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/qwen2.5-3b-unsloth-bnb-4bit
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.19.1
checkpoint-step-1400/adapter_config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen2ForCausalLM",
7
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/qwen2.5-3b-unsloth-bnb-4bit",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.05,
26
+ "lora_ga_config": null,
27
+ "megatron_config": null,
28
+ "megatron_core": "megatron.core",
29
+ "modules_to_save": null,
30
+ "peft_type": "LORA",
31
+ "peft_version": "0.19.1",
32
+ "qalora_group_size": 16,
33
+ "r": 32,
34
+ "rank_pattern": {},
35
+ "revision": null,
36
+ "target_modules": [
37
+ "gate_proj",
38
+ "k_proj",
39
+ "v_proj",
40
+ "down_proj",
41
+ "o_proj",
42
+ "up_proj",
43
+ "q_proj"
44
+ ],
45
+ "target_parameters": null,
46
+ "task_type": "CAUSAL_LM",
47
+ "trainable_token_indices": null,
48
+ "use_bdlora": null,
49
+ "use_dora": false,
50
+ "use_qalora": false,
51
+ "use_rslora": false
52
+ }
checkpoint-step-1400/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfb8e434089168515fcd6e326ed69780376b07e5b1dd77c127cb2d5c2e55f5e0
3
+ size 239536272
checkpoint-step-1400/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7ddb236750ecbd335cff7fdb3ab1a1096134c22fc700fb0c2999b4f53606611
3
+ size 122203333
checkpoint-step-1400/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce8e9b54cfb1e0a9cce010ae4a19fdc2a39e42bc335462238d75f5068953f37f
3
+ size 14645
checkpoint-step-1400/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fba806492ab5aceed56cb83dcb3d9014855c8c87d2f01be0521dfc18ed4d8a9d
3
+ size 1383
checkpoint-step-1400/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8583a0423946422daa10508625c35e8476b3cba6bc3fb991eeafee478349f252
3
+ size 1465
checkpoint-step-1400/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd5948af71b4f56cf697f7580814c7ce8b80595ef985544efcacf716126a2e31
3
+ size 11422356
checkpoint-step-1400/tokenizer_config.json ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|endoftext|>",
7
+ "errors": "replace",
8
+ "is_local": true,
9
+ "model_max_length": 32768,
10
+ "pad_token": "<|PAD_TOKEN|>",
11
+ "padding_side": "right",
12
+ "split_special_tokens": false,
13
+ "tokenizer_class": "Qwen2Tokenizer",
14
+ "unk_token": null,
15
+ "added_tokens_decoder": {
16
+ "151643": {
17
+ "content": "<|endoftext|>",
18
+ "single_word": false,
19
+ "lstrip": false,
20
+ "rstrip": false,
21
+ "normalized": false,
22
+ "special": true
23
+ },
24
+ "151644": {
25
+ "content": "<|im_start|>",
26
+ "single_word": false,
27
+ "lstrip": false,
28
+ "rstrip": false,
29
+ "normalized": false,
30
+ "special": true
31
+ },
32
+ "151645": {
33
+ "content": "<|im_end|>",
34
+ "single_word": false,
35
+ "lstrip": false,
36
+ "rstrip": false,
37
+ "normalized": false,
38
+ "special": true
39
+ },
40
+ "151646": {
41
+ "content": "<|object_ref_start|>",
42
+ "single_word": false,
43
+ "lstrip": false,
44
+ "rstrip": false,
45
+ "normalized": false,
46
+ "special": true
47
+ },
48
+ "151647": {
49
+ "content": "<|object_ref_end|>",
50
+ "single_word": false,
51
+ "lstrip": false,
52
+ "rstrip": false,
53
+ "normalized": false,
54
+ "special": true
55
+ },
56
+ "151648": {
57
+ "content": "<|box_start|>",
58
+ "single_word": false,
59
+ "lstrip": false,
60
+ "rstrip": false,
61
+ "normalized": false,
62
+ "special": true
63
+ },
64
+ "151649": {
65
+ "content": "<|box_end|>",
66
+ "single_word": false,
67
+ "lstrip": false,
68
+ "rstrip": false,
69
+ "normalized": false,
70
+ "special": true
71
+ },
72
+ "151650": {
73
+ "content": "<|quad_start|>",
74
+ "single_word": false,
75
+ "lstrip": false,
76
+ "rstrip": false,
77
+ "normalized": false,
78
+ "special": true
79
+ },
80
+ "151651": {
81
+ "content": "<|quad_end|>",
82
+ "single_word": false,
83
+ "lstrip": false,
84
+ "rstrip": false,
85
+ "normalized": false,
86
+ "special": true
87
+ },
88
+ "151652": {
89
+ "content": "<|vision_start|>",
90
+ "single_word": false,
91
+ "lstrip": false,
92
+ "rstrip": false,
93
+ "normalized": false,
94
+ "special": true
95
+ },
96
+ "151653": {
97
+ "content": "<|vision_end|>",
98
+ "single_word": false,
99
+ "lstrip": false,
100
+ "rstrip": false,
101
+ "normalized": false,
102
+ "special": true
103
+ },
104
+ "151654": {
105
+ "content": "<|vision_pad|>",
106
+ "single_word": false,
107
+ "lstrip": false,
108
+ "rstrip": false,
109
+ "normalized": false,
110
+ "special": true
111
+ },
112
+ "151655": {
113
+ "content": "<|image_pad|>",
114
+ "single_word": false,
115
+ "lstrip": false,
116
+ "rstrip": false,
117
+ "normalized": false,
118
+ "special": true
119
+ },
120
+ "151656": {
121
+ "content": "<|video_pad|>",
122
+ "single_word": false,
123
+ "lstrip": false,
124
+ "rstrip": false,
125
+ "normalized": false,
126
+ "special": true
127
+ },
128
+ "151657": {
129
+ "content": "<tool_call>",
130
+ "single_word": false,
131
+ "lstrip": false,
132
+ "rstrip": false,
133
+ "normalized": false,
134
+ "special": false
135
+ },
136
+ "151658": {
137
+ "content": "</tool_call>",
138
+ "single_word": false,
139
+ "lstrip": false,
140
+ "rstrip": false,
141
+ "normalized": false,
142
+ "special": false
143
+ },
144
+ "151659": {
145
+ "content": "<|fim_prefix|>",
146
+ "single_word": false,
147
+ "lstrip": false,
148
+ "rstrip": false,
149
+ "normalized": false,
150
+ "special": false
151
+ },
152
+ "151660": {
153
+ "content": "<|fim_middle|>",
154
+ "single_word": false,
155
+ "lstrip": false,
156
+ "rstrip": false,
157
+ "normalized": false,
158
+ "special": false
159
+ },
160
+ "151661": {
161
+ "content": "<|fim_suffix|>",
162
+ "single_word": false,
163
+ "lstrip": false,
164
+ "rstrip": false,
165
+ "normalized": false,
166
+ "special": false
167
+ },
168
+ "151662": {
169
+ "content": "<|fim_pad|>",
170
+ "single_word": false,
171
+ "lstrip": false,
172
+ "rstrip": false,
173
+ "normalized": false,
174
+ "special": false
175
+ },
176
+ "151663": {
177
+ "content": "<|repo_name|>",
178
+ "single_word": false,
179
+ "lstrip": false,
180
+ "rstrip": false,
181
+ "normalized": false,
182
+ "special": false
183
+ },
184
+ "151664": {
185
+ "content": "<|file_sep|>",
186
+ "single_word": false,
187
+ "lstrip": false,
188
+ "rstrip": false,
189
+ "normalized": false,
190
+ "special": false
191
+ },
192
+ "151665": {
193
+ "content": "<|PAD_TOKEN|>",
194
+ "single_word": false,
195
+ "lstrip": false,
196
+ "rstrip": false,
197
+ "normalized": false,
198
+ "special": true
199
+ }
200
+ }
201
+ }
checkpoint-step-1400/trainer_state.json ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 400,
3
+ "best_metric": 0.9676186442375183,
4
+ "best_model_checkpoint": "./outputs/checkpoint-400",
5
+ "epoch": 2.6315789473684212,
6
+ "eval_steps": 100,
7
+ "global_step": 1400,
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.09398496240601503,
14
+ "grad_norm": 0.9101622104644775,
15
+ "learning_rate": 9.8e-05,
16
+ "loss": 0.7848518371582032,
17
+ "step": 50
18
+ },
19
+ {
20
+ "epoch": 0.18796992481203006,
21
+ "grad_norm": 0.8308438062667847,
22
+ "learning_rate": 9.683053040103493e-05,
23
+ "loss": 0.7757094573974609,
24
+ "step": 100
25
+ },
26
+ {
27
+ "epoch": 0.18796992481203006,
28
+ "eval_loss": 0.9840108752250671,
29
+ "eval_runtime": 81.3507,
30
+ "eval_samples_per_second": 5.814,
31
+ "eval_steps_per_second": 1.463,
32
+ "step": 100
33
+ },
34
+ {
35
+ "epoch": 0.2819548872180451,
36
+ "grad_norm": 1.0474584102630615,
37
+ "learning_rate": 9.359637774902976e-05,
38
+ "loss": 0.7674188995361328,
39
+ "step": 150
40
+ },
41
+ {
42
+ "epoch": 0.37593984962406013,
43
+ "grad_norm": 0.8780233860015869,
44
+ "learning_rate": 9.036222509702458e-05,
45
+ "loss": 0.7395731353759766,
46
+ "step": 200
47
+ },
48
+ {
49
+ "epoch": 0.37593984962406013,
50
+ "eval_loss": 0.9940316081047058,
51
+ "eval_runtime": 80.2928,
52
+ "eval_samples_per_second": 5.891,
53
+ "eval_steps_per_second": 1.482,
54
+ "step": 200
55
+ },
56
+ {
57
+ "epoch": 0.4699248120300752,
58
+ "grad_norm": 0.9176077246665955,
59
+ "learning_rate": 8.712807244501941e-05,
60
+ "loss": 0.7627955627441406,
61
+ "step": 250
62
+ },
63
+ {
64
+ "epoch": 0.5639097744360902,
65
+ "grad_norm": 0.8625491857528687,
66
+ "learning_rate": 8.389391979301423e-05,
67
+ "loss": 0.7164928436279296,
68
+ "step": 300
69
+ },
70
+ {
71
+ "epoch": 0.5639097744360902,
72
+ "eval_loss": 0.9823606014251709,
73
+ "eval_runtime": 80.8571,
74
+ "eval_samples_per_second": 5.85,
75
+ "eval_steps_per_second": 1.472,
76
+ "step": 300
77
+ },
78
+ {
79
+ "epoch": 0.6578947368421053,
80
+ "grad_norm": 0.8384292125701904,
81
+ "learning_rate": 8.065976714100906e-05,
82
+ "loss": 0.73987548828125,
83
+ "step": 350
84
+ },
85
+ {
86
+ "epoch": 0.7518796992481203,
87
+ "grad_norm": 0.8384448885917664,
88
+ "learning_rate": 7.742561448900388e-05,
89
+ "loss": 0.7277918243408203,
90
+ "step": 400
91
+ },
92
+ {
93
+ "epoch": 0.7518796992481203,
94
+ "eval_loss": 0.9676186442375183,
95
+ "eval_runtime": 80.4443,
96
+ "eval_samples_per_second": 5.88,
97
+ "eval_steps_per_second": 1.479,
98
+ "step": 400
99
+ },
100
+ {
101
+ "epoch": 0.8458646616541353,
102
+ "grad_norm": 0.866162121295929,
103
+ "learning_rate": 7.41914618369987e-05,
104
+ "loss": 0.7323916625976562,
105
+ "step": 450
106
+ },
107
+ {
108
+ "epoch": 0.9398496240601504,
109
+ "grad_norm": 0.8226180076599121,
110
+ "learning_rate": 7.095730918499353e-05,
111
+ "loss": 0.7260687255859375,
112
+ "step": 500
113
+ },
114
+ {
115
+ "epoch": 0.9398496240601504,
116
+ "eval_loss": 0.9678767919540405,
117
+ "eval_runtime": 80.5208,
118
+ "eval_samples_per_second": 5.874,
119
+ "eval_steps_per_second": 1.478,
120
+ "step": 500
121
+ },
122
+ {
123
+ "epoch": 1.0338345864661653,
124
+ "grad_norm": 1.0985685586929321,
125
+ "learning_rate": 6.772315653298837e-05,
126
+ "loss": 0.6786854553222657,
127
+ "step": 550
128
+ },
129
+ {
130
+ "epoch": 1.1278195488721805,
131
+ "grad_norm": 1.0968552827835083,
132
+ "learning_rate": 6.44890038809832e-05,
133
+ "loss": 0.580701789855957,
134
+ "step": 600
135
+ },
136
+ {
137
+ "epoch": 1.1278195488721805,
138
+ "eval_loss": 1.0256125926971436,
139
+ "eval_runtime": 80.6908,
140
+ "eval_samples_per_second": 5.862,
141
+ "eval_steps_per_second": 1.475,
142
+ "step": 600
143
+ },
144
+ {
145
+ "epoch": 1.2218045112781954,
146
+ "grad_norm": 1.0653274059295654,
147
+ "learning_rate": 6.1254851228978e-05,
148
+ "loss": 0.583438491821289,
149
+ "step": 650
150
+ },
151
+ {
152
+ "epoch": 1.3157894736842106,
153
+ "grad_norm": 1.1410211324691772,
154
+ "learning_rate": 5.802069857697283e-05,
155
+ "loss": 0.5911675262451171,
156
+ "step": 700
157
+ },
158
+ {
159
+ "epoch": 1.3157894736842106,
160
+ "eval_loss": 1.0415176153182983,
161
+ "eval_runtime": 80.2742,
162
+ "eval_samples_per_second": 5.892,
163
+ "eval_steps_per_second": 1.482,
164
+ "step": 700
165
+ },
166
+ {
167
+ "epoch": 1.4097744360902256,
168
+ "grad_norm": 1.0943447351455688,
169
+ "learning_rate": 5.478654592496766e-05,
170
+ "loss": 0.6138821029663086,
171
+ "step": 750
172
+ },
173
+ {
174
+ "epoch": 1.5037593984962405,
175
+ "grad_norm": 1.004882574081421,
176
+ "learning_rate": 5.1552393272962485e-05,
177
+ "loss": 0.6031227111816406,
178
+ "step": 800
179
+ },
180
+ {
181
+ "epoch": 1.5037593984962405,
182
+ "eval_loss": 1.0161856412887573,
183
+ "eval_runtime": 80.0684,
184
+ "eval_samples_per_second": 5.907,
185
+ "eval_steps_per_second": 1.486,
186
+ "step": 800
187
+ },
188
+ {
189
+ "epoch": 1.5977443609022557,
190
+ "grad_norm": 1.0877087116241455,
191
+ "learning_rate": 4.831824062095731e-05,
192
+ "loss": 0.5991556930541992,
193
+ "step": 850
194
+ },
195
+ {
196
+ "epoch": 1.6917293233082706,
197
+ "grad_norm": 1.2106397151947021,
198
+ "learning_rate": 4.508408796895214e-05,
199
+ "loss": 0.6013988876342773,
200
+ "step": 900
201
+ },
202
+ {
203
+ "epoch": 1.6917293233082706,
204
+ "eval_loss": 1.0028849840164185,
205
+ "eval_runtime": 80.8781,
206
+ "eval_samples_per_second": 5.848,
207
+ "eval_steps_per_second": 1.471,
208
+ "step": 900
209
+ },
210
+ {
211
+ "epoch": 1.7857142857142856,
212
+ "grad_norm": 1.123062252998352,
213
+ "learning_rate": 4.1849935316946965e-05,
214
+ "loss": 0.592793083190918,
215
+ "step": 950
216
+ },
217
+ {
218
+ "epoch": 1.8796992481203008,
219
+ "grad_norm": 1.0219600200653076,
220
+ "learning_rate": 3.861578266494178e-05,
221
+ "loss": 0.6088079071044922,
222
+ "step": 1000
223
+ },
224
+ {
225
+ "epoch": 1.8796992481203008,
226
+ "eval_loss": 1.0209505558013916,
227
+ "eval_runtime": 80.909,
228
+ "eval_samples_per_second": 5.846,
229
+ "eval_steps_per_second": 1.471,
230
+ "step": 1000
231
+ },
232
+ {
233
+ "epoch": 1.973684210526316,
234
+ "grad_norm": 1.03061044216156,
235
+ "learning_rate": 3.5381630012936615e-05,
236
+ "loss": 0.5962826919555664,
237
+ "step": 1050
238
+ },
239
+ {
240
+ "epoch": 2.0676691729323307,
241
+ "grad_norm": 1.2498968839645386,
242
+ "learning_rate": 3.214747736093144e-05,
243
+ "loss": 0.47724185943603514,
244
+ "step": 1100
245
+ },
246
+ {
247
+ "epoch": 2.0676691729323307,
248
+ "eval_loss": 1.1276904344558716,
249
+ "eval_runtime": 81.046,
250
+ "eval_samples_per_second": 5.836,
251
+ "eval_steps_per_second": 1.468,
252
+ "step": 1100
253
+ },
254
+ {
255
+ "epoch": 2.161654135338346,
256
+ "grad_norm": 1.1484302282333374,
257
+ "learning_rate": 2.8913324708926264e-05,
258
+ "loss": 0.4027834701538086,
259
+ "step": 1150
260
+ },
261
+ {
262
+ "epoch": 2.255639097744361,
263
+ "grad_norm": 1.2905447483062744,
264
+ "learning_rate": 2.5679172056921085e-05,
265
+ "loss": 0.4188160705566406,
266
+ "step": 1200
267
+ },
268
+ {
269
+ "epoch": 2.255639097744361,
270
+ "eval_loss": 1.1084345579147339,
271
+ "eval_runtime": 80.5472,
272
+ "eval_samples_per_second": 5.872,
273
+ "eval_steps_per_second": 1.477,
274
+ "step": 1200
275
+ },
276
+ {
277
+ "epoch": 2.3496240601503757,
278
+ "grad_norm": 1.2201945781707764,
279
+ "learning_rate": 2.2445019404915913e-05,
280
+ "loss": 0.48463031768798825,
281
+ "step": 1250
282
+ },
283
+ {
284
+ "epoch": 2.443609022556391,
285
+ "grad_norm": 1.1054600477218628,
286
+ "learning_rate": 1.927554980595084e-05,
287
+ "loss": 0.47764671325683594,
288
+ "step": 1300
289
+ },
290
+ {
291
+ "epoch": 2.443609022556391,
292
+ "eval_loss": 1.0965852737426758,
293
+ "eval_runtime": 80.71,
294
+ "eval_samples_per_second": 5.86,
295
+ "eval_steps_per_second": 1.474,
296
+ "step": 1300
297
+ },
298
+ {
299
+ "epoch": 2.537593984962406,
300
+ "grad_norm": 1.2809504270553589,
301
+ "learning_rate": 1.6041397153945667e-05,
302
+ "loss": 0.48986129760742186,
303
+ "step": 1350
304
+ },
305
+ {
306
+ "epoch": 2.6315789473684212,
307
+ "grad_norm": 1.064257264137268,
308
+ "learning_rate": 1.2807244501940493e-05,
309
+ "loss": 0.49002288818359374,
310
+ "step": 1400
311
+ },
312
+ {
313
+ "epoch": 2.6315789473684212,
314
+ "eval_loss": 1.0940274000167847,
315
+ "eval_runtime": 80.7826,
316
+ "eval_samples_per_second": 5.855,
317
+ "eval_steps_per_second": 1.473,
318
+ "step": 1400
319
+ }
320
+ ],
321
+ "logging_steps": 50,
322
+ "max_steps": 1596,
323
+ "num_input_tokens_seen": 0,
324
+ "num_train_epochs": 3,
325
+ "save_steps": 100,
326
+ "stateful_callbacks": {
327
+ "TrainerControl": {
328
+ "args": {
329
+ "should_epoch_stop": false,
330
+ "should_evaluate": false,
331
+ "should_log": false,
332
+ "should_save": true,
333
+ "should_training_stop": false
334
+ },
335
+ "attributes": {}
336
+ }
337
+ },
338
+ "total_flos": 4.261036730292634e+16,
339
+ "train_batch_size": 2,
340
+ "trial_name": null,
341
+ "trial_params": null
342
+ }
checkpoint-step-1400/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c88f5ec73ab38f2f0a5bb321f3c58aaa6f716ae0e803b69ff493f9e0c43f221
3
+ size 5713