RoyJoy commited on
Commit
6cbb741
·
verified ·
1 Parent(s): 729c1c3

Training in progress, epoch 0, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/SmolLM2-1.7B
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.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/SmolLM2-1.7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "o_proj",
25
+ "down_proj",
26
+ "q_proj",
27
+ "gate_proj",
28
+ "k_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7181fdd1f1124b15b7712a404002d0963dabdfe6e3a51131ffd160d7d93f88b0
3
+ size 36220072
last-checkpoint/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<|PAD_TOKEN|>": 49152
3
+ }
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:054579d1607d271326589b593a9a80321fecfafa95ddf7583735c6f6ec99db2b
3
+ size 18764180
last-checkpoint/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4706d54af25d435c4dae11455d2823996e4307bee11d480fa19a993e802c607
3
+ size 14960
last-checkpoint/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b574dd03fdd11882b45dac518ceadbb05ab9d14b911d08708ed61497d2722fc7
3
+ size 15024
last-checkpoint/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:733ad45c74896f52af6793b3e038e41d6f545a54a7557c7feedf990df4f307cf
3
+ size 15024
last-checkpoint/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46bfd63c917ab75be4d1d6a74d0b5ee87eb2b8359379fb62a5600a0ff4ae0126
3
+ size 15024
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a28ef86d9422d62674ef8468d7db7c6c82353e5aafe52b8178056b43de3a9792
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|endoftext|>",
4
+ "<|im_start|>",
5
+ "<|im_end|>",
6
+ "<repo_name>",
7
+ "<reponame>",
8
+ "<file_sep>",
9
+ "<filename>",
10
+ "<gh_stars>",
11
+ "<issue_start>",
12
+ "<issue_comment>",
13
+ "<issue_closed>",
14
+ "<jupyter_start>",
15
+ "<jupyter_text>",
16
+ "<jupyter_code>",
17
+ "<jupyter_output>",
18
+ "<jupyter_script>",
19
+ "<empty_output>"
20
+ ],
21
+ "bos_token": {
22
+ "content": "<|endoftext|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ },
28
+ "eos_token": {
29
+ "content": "<|endoftext|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ },
35
+ "pad_token": {
36
+ "content": "<|PAD_TOKEN|>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false
41
+ },
42
+ "unk_token": "�"
43
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<repo_name>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "4": {
37
+ "content": "<reponame>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "5": {
45
+ "content": "<file_sep>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "6": {
53
+ "content": "<filename>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "7": {
61
+ "content": "<gh_stars>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "8": {
69
+ "content": "<issue_start>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "9": {
77
+ "content": "<issue_comment>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "10": {
85
+ "content": "<issue_closed>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "11": {
93
+ "content": "<jupyter_start>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "12": {
101
+ "content": "<jupyter_text>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "13": {
109
+ "content": "<jupyter_code>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "14": {
117
+ "content": "<jupyter_output>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": true
123
+ },
124
+ "15": {
125
+ "content": "<jupyter_script>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": true
131
+ },
132
+ "16": {
133
+ "content": "<empty_output>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": true
139
+ },
140
+ "24211": {
141
+ "content": "�",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": true
147
+ },
148
+ "49152": {
149
+ "content": "<|PAD_TOKEN|>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": true
155
+ }
156
+ },
157
+ "additional_special_tokens": [
158
+ "<|endoftext|>",
159
+ "<|im_start|>",
160
+ "<|im_end|>",
161
+ "<repo_name>",
162
+ "<reponame>",
163
+ "<file_sep>",
164
+ "<filename>",
165
+ "<gh_stars>",
166
+ "<issue_start>",
167
+ "<issue_comment>",
168
+ "<issue_closed>",
169
+ "<jupyter_start>",
170
+ "<jupyter_text>",
171
+ "<jupyter_code>",
172
+ "<jupyter_output>",
173
+ "<jupyter_script>",
174
+ "<empty_output>"
175
+ ],
176
+ "bos_token": "<|endoftext|>",
177
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
178
+ "clean_up_tokenization_spaces": false,
179
+ "eos_token": "<|endoftext|>",
180
+ "model_max_length": 8192,
181
+ "pad_token": "<|PAD_TOKEN|>",
182
+ "padding_side": "left",
183
+ "tokenizer_class": "GPT2Tokenizer",
184
+ "unk_token": "�",
185
+ "vocab_size": 49152
186
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,436 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9971883786316776,
5
+ "eval_steps": 67,
6
+ "global_step": 266,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.0037488284910965324,
13
+ "eval_loss": 2.361954689025879,
14
+ "eval_runtime": 3.5851,
15
+ "eval_samples_per_second": 125.521,
16
+ "eval_steps_per_second": 15.899,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.01874414245548266,
21
+ "grad_norm": 0.1121288314461708,
22
+ "learning_rate": 1.6666666666666667e-05,
23
+ "loss": 2.0053,
24
+ "step": 5
25
+ },
26
+ {
27
+ "epoch": 0.03748828491096532,
28
+ "grad_norm": 0.2451150268316269,
29
+ "learning_rate": 3.3333333333333335e-05,
30
+ "loss": 2.2996,
31
+ "step": 10
32
+ },
33
+ {
34
+ "epoch": 0.056232427366447985,
35
+ "grad_norm": 0.10745533555746078,
36
+ "learning_rate": 5e-05,
37
+ "loss": 2.2399,
38
+ "step": 15
39
+ },
40
+ {
41
+ "epoch": 0.07497656982193064,
42
+ "grad_norm": 0.21655316650867462,
43
+ "learning_rate": 6.666666666666667e-05,
44
+ "loss": 2.1764,
45
+ "step": 20
46
+ },
47
+ {
48
+ "epoch": 0.09372071227741331,
49
+ "grad_norm": 0.8079115152359009,
50
+ "learning_rate": 8.333333333333334e-05,
51
+ "loss": 2.6489,
52
+ "step": 25
53
+ },
54
+ {
55
+ "epoch": 0.11246485473289597,
56
+ "grad_norm": 0.14432325959205627,
57
+ "learning_rate": 0.0001,
58
+ "loss": 2.0175,
59
+ "step": 30
60
+ },
61
+ {
62
+ "epoch": 0.13120899718837864,
63
+ "grad_norm": 0.33471807837486267,
64
+ "learning_rate": 9.989021978333995e-05,
65
+ "loss": 2.1727,
66
+ "step": 35
67
+ },
68
+ {
69
+ "epoch": 0.14995313964386128,
70
+ "grad_norm": 0.18594202399253845,
71
+ "learning_rate": 9.956136120119858e-05,
72
+ "loss": 2.1616,
73
+ "step": 40
74
+ },
75
+ {
76
+ "epoch": 0.16869728209934395,
77
+ "grad_norm": 0.25360578298568726,
78
+ "learning_rate": 9.901486834023182e-05,
79
+ "loss": 2.0248,
80
+ "step": 45
81
+ },
82
+ {
83
+ "epoch": 0.18744142455482662,
84
+ "grad_norm": 0.8163858652114868,
85
+ "learning_rate": 9.825314096462685e-05,
86
+ "loss": 2.3624,
87
+ "step": 50
88
+ },
89
+ {
90
+ "epoch": 0.20618556701030927,
91
+ "grad_norm": 0.21278133988380432,
92
+ "learning_rate": 9.72795239782369e-05,
93
+ "loss": 1.9549,
94
+ "step": 55
95
+ },
96
+ {
97
+ "epoch": 0.22492970946579194,
98
+ "grad_norm": 0.3845430016517639,
99
+ "learning_rate": 9.609829273641034e-05,
100
+ "loss": 2.1518,
101
+ "step": 60
102
+ },
103
+ {
104
+ "epoch": 0.2436738519212746,
105
+ "grad_norm": 0.20262780785560608,
106
+ "learning_rate": 9.47146342720133e-05,
107
+ "loss": 2.1145,
108
+ "step": 65
109
+ },
110
+ {
111
+ "epoch": 0.2511715089034677,
112
+ "eval_loss": 2.1052558422088623,
113
+ "eval_runtime": 3.565,
114
+ "eval_samples_per_second": 126.226,
115
+ "eval_steps_per_second": 15.989,
116
+ "step": 67
117
+ },
118
+ {
119
+ "epoch": 0.2624179943767573,
120
+ "grad_norm": 0.27742379903793335,
121
+ "learning_rate": 9.3134624518086e-05,
122
+ "loss": 1.9983,
123
+ "step": 70
124
+ },
125
+ {
126
+ "epoch": 0.28116213683223995,
127
+ "grad_norm": 1.399202585220337,
128
+ "learning_rate": 9.136520162715287e-05,
129
+ "loss": 2.3956,
130
+ "step": 75
131
+ },
132
+ {
133
+ "epoch": 0.29990627928772257,
134
+ "grad_norm": 0.2662142813205719,
135
+ "learning_rate": 8.94141355043471e-05,
136
+ "loss": 1.8996,
137
+ "step": 80
138
+ },
139
+ {
140
+ "epoch": 0.31865042174320524,
141
+ "grad_norm": 0.47221991419792175,
142
+ "learning_rate": 8.728999368813591e-05,
143
+ "loss": 2.1171,
144
+ "step": 85
145
+ },
146
+ {
147
+ "epoch": 0.3373945641986879,
148
+ "grad_norm": 0.20478223264217377,
149
+ "learning_rate": 8.500210372847127e-05,
150
+ "loss": 2.0381,
151
+ "step": 90
152
+ },
153
+ {
154
+ "epoch": 0.3561387066541706,
155
+ "grad_norm": 0.3004133105278015,
156
+ "learning_rate": 8.256051222757188e-05,
157
+ "loss": 1.9738,
158
+ "step": 95
159
+ },
160
+ {
161
+ "epoch": 0.37488284910965325,
162
+ "grad_norm": 1.0329713821411133,
163
+ "learning_rate": 7.997594072319625e-05,
164
+ "loss": 2.2227,
165
+ "step": 100
166
+ },
167
+ {
168
+ "epoch": 0.3936269915651359,
169
+ "grad_norm": 0.2629578709602356,
170
+ "learning_rate": 7.725973860813338e-05,
171
+ "loss": 1.8634,
172
+ "step": 105
173
+ },
174
+ {
175
+ "epoch": 0.41237113402061853,
176
+ "grad_norm": 0.46902984380722046,
177
+ "learning_rate": 7.442383329265062e-05,
178
+ "loss": 2.0261,
179
+ "step": 110
180
+ },
181
+ {
182
+ "epoch": 0.4311152764761012,
183
+ "grad_norm": 0.23315371572971344,
184
+ "learning_rate": 7.14806778287464e-05,
185
+ "loss": 2.0076,
186
+ "step": 115
187
+ },
188
+ {
189
+ "epoch": 0.4498594189315839,
190
+ "grad_norm": 0.3503168523311615,
191
+ "learning_rate": 6.844319622620039e-05,
192
+ "loss": 1.9312,
193
+ "step": 120
194
+ },
195
+ {
196
+ "epoch": 0.46860356138706655,
197
+ "grad_norm": 1.228668212890625,
198
+ "learning_rate": 6.532472670054974e-05,
199
+ "loss": 2.2572,
200
+ "step": 125
201
+ },
202
+ {
203
+ "epoch": 0.4873477038425492,
204
+ "grad_norm": 0.27969205379486084,
205
+ "learning_rate": 6.213896310220139e-05,
206
+ "loss": 1.8566,
207
+ "step": 130
208
+ },
209
+ {
210
+ "epoch": 0.5023430178069354,
211
+ "eval_loss": 2.028304100036621,
212
+ "eval_runtime": 3.6808,
213
+ "eval_samples_per_second": 122.257,
214
+ "eval_steps_per_second": 15.486,
215
+ "step": 134
216
+ },
217
+ {
218
+ "epoch": 0.5060918462980318,
219
+ "grad_norm": 0.6361961364746094,
220
+ "learning_rate": 5.889989478387753e-05,
221
+ "loss": 2.02,
222
+ "step": 135
223
+ },
224
+ {
225
+ "epoch": 0.5248359887535146,
226
+ "grad_norm": 0.24769911170005798,
227
+ "learning_rate": 5.5621745170448616e-05,
228
+ "loss": 1.9486,
229
+ "step": 140
230
+ },
231
+ {
232
+ "epoch": 0.5435801312089972,
233
+ "grad_norm": 0.3790437877178192,
234
+ "learning_rate": 5.2318909300906926e-05,
235
+ "loss": 2.012,
236
+ "step": 145
237
+ },
238
+ {
239
+ "epoch": 0.5623242736644799,
240
+ "grad_norm": 1.3477414846420288,
241
+ "learning_rate": 4.900589061674649e-05,
242
+ "loss": 2.1598,
243
+ "step": 150
244
+ },
245
+ {
246
+ "epoch": 0.5810684161199625,
247
+ "grad_norm": 0.3055458664894104,
248
+ "learning_rate": 4.569723727432517e-05,
249
+ "loss": 1.7986,
250
+ "step": 155
251
+ },
252
+ {
253
+ "epoch": 0.5998125585754451,
254
+ "grad_norm": 0.5476722121238708,
255
+ "learning_rate": 4.240747826087429e-05,
256
+ "loss": 2.005,
257
+ "step": 160
258
+ },
259
+ {
260
+ "epoch": 0.6185567010309279,
261
+ "grad_norm": 0.2658919095993042,
262
+ "learning_rate": 3.91510595946841e-05,
263
+ "loss": 1.9485,
264
+ "step": 165
265
+ },
266
+ {
267
+ "epoch": 0.6373008434864105,
268
+ "grad_norm": 0.4225824177265167,
269
+ "learning_rate": 3.5942280889623026e-05,
270
+ "loss": 1.952,
271
+ "step": 170
272
+ },
273
+ {
274
+ "epoch": 0.6560449859418932,
275
+ "grad_norm": 1.3499469757080078,
276
+ "learning_rate": 3.27952325625493e-05,
277
+ "loss": 2.194,
278
+ "step": 175
279
+ },
280
+ {
281
+ "epoch": 0.6747891283973758,
282
+ "grad_norm": 0.3095148801803589,
283
+ "learning_rate": 2.9723733959350307e-05,
284
+ "loss": 1.7729,
285
+ "step": 180
286
+ },
287
+ {
288
+ "epoch": 0.6935332708528584,
289
+ "grad_norm": 0.6386678218841553,
290
+ "learning_rate": 2.674127267131131e-05,
291
+ "loss": 2.0403,
292
+ "step": 185
293
+ },
294
+ {
295
+ "epoch": 0.7122774133083412,
296
+ "grad_norm": 0.2703355848789215,
297
+ "learning_rate": 2.3860945308287552e-05,
298
+ "loss": 1.9099,
299
+ "step": 190
300
+ },
301
+ {
302
+ "epoch": 0.7310215557638238,
303
+ "grad_norm": 0.38986149430274963,
304
+ "learning_rate": 2.1095399988757574e-05,
305
+ "loss": 1.9077,
306
+ "step": 195
307
+ },
308
+ {
309
+ "epoch": 0.7497656982193065,
310
+ "grad_norm": 1.2410173416137695,
311
+ "learning_rate": 1.8456780799295886e-05,
312
+ "loss": 2.1793,
313
+ "step": 200
314
+ },
315
+ {
316
+ "epoch": 0.753514526710403,
317
+ "eval_loss": 1.9828202724456787,
318
+ "eval_runtime": 3.6018,
319
+ "eval_samples_per_second": 124.937,
320
+ "eval_steps_per_second": 15.825,
321
+ "step": 201
322
+ },
323
+ {
324
+ "epoch": 0.7685098406747891,
325
+ "grad_norm": 0.3099184036254883,
326
+ "learning_rate": 1.5956674467354537e-05,
327
+ "loss": 1.7989,
328
+ "step": 205
329
+ },
330
+ {
331
+ "epoch": 0.7872539831302718,
332
+ "grad_norm": 0.6507529616355896,
333
+ "learning_rate": 1.3606059481525296e-05,
334
+ "loss": 1.9024,
335
+ "step": 210
336
+ },
337
+ {
338
+ "epoch": 0.8059981255857545,
339
+ "grad_norm": 0.28235751390457153,
340
+ "learning_rate": 1.1415257882705311e-05,
341
+ "loss": 1.9202,
342
+ "step": 215
343
+ },
344
+ {
345
+ "epoch": 0.8247422680412371,
346
+ "grad_norm": 0.4169105887413025,
347
+ "learning_rate": 9.393889937861694e-06,
348
+ "loss": 1.9481,
349
+ "step": 220
350
+ },
351
+ {
352
+ "epoch": 0.8434864104967198,
353
+ "grad_norm": 1.1425191164016724,
354
+ "learning_rate": 7.550831895431798e-06,
355
+ "loss": 2.0996,
356
+ "step": 225
357
+ },
358
+ {
359
+ "epoch": 0.8622305529522024,
360
+ "grad_norm": 0.3197765052318573,
361
+ "learning_rate": 5.894177007864271e-06,
362
+ "loss": 1.8399,
363
+ "step": 230
364
+ },
365
+ {
366
+ "epoch": 0.8809746954076851,
367
+ "grad_norm": 0.6108065843582153,
368
+ "learning_rate": 4.4311999924586065e-06,
369
+ "loss": 1.9692,
370
+ "step": 235
371
+ },
372
+ {
373
+ "epoch": 0.8997188378631678,
374
+ "grad_norm": 0.2768736779689789,
375
+ "learning_rate": 3.1683250865636114e-06,
376
+ "loss": 1.9613,
377
+ "step": 240
378
+ },
379
+ {
380
+ "epoch": 0.9184629803186504,
381
+ "grad_norm": 0.40607261657714844,
382
+ "learning_rate": 2.1110978374106192e-06,
383
+ "loss": 1.8941,
384
+ "step": 245
385
+ },
386
+ {
387
+ "epoch": 0.9372071227741331,
388
+ "grad_norm": 1.1138426065444946,
389
+ "learning_rate": 1.2641607504584928e-06,
390
+ "loss": 2.0727,
391
+ "step": 250
392
+ },
393
+ {
394
+ "epoch": 0.9559512652296157,
395
+ "grad_norm": 0.32683926820755005,
396
+ "learning_rate": 6.312329031833319e-07,
397
+ "loss": 1.8131,
398
+ "step": 255
399
+ },
400
+ {
401
+ "epoch": 0.9746954076850984,
402
+ "grad_norm": 0.6287037134170532,
403
+ "learning_rate": 2.1509361383330596e-07,
404
+ "loss": 1.9955,
405
+ "step": 260
406
+ },
407
+ {
408
+ "epoch": 0.993439550140581,
409
+ "grad_norm": 0.3499762713909149,
410
+ "learning_rate": 1.7570236862241017e-08,
411
+ "loss": 2.0133,
412
+ "step": 265
413
+ }
414
+ ],
415
+ "logging_steps": 5,
416
+ "max_steps": 267,
417
+ "num_input_tokens_seen": 0,
418
+ "num_train_epochs": 2,
419
+ "save_steps": 500,
420
+ "stateful_callbacks": {
421
+ "TrainerControl": {
422
+ "args": {
423
+ "should_epoch_stop": false,
424
+ "should_evaluate": false,
425
+ "should_log": false,
426
+ "should_save": true,
427
+ "should_training_stop": false
428
+ },
429
+ "attributes": {}
430
+ }
431
+ },
432
+ "total_flos": 8.526691379760333e+16,
433
+ "train_batch_size": 2,
434
+ "trial_name": null,
435
+ "trial_params": null
436
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0e471e00c875a8295fdfdcab99da8a7cc5f50b726f173ae9a1ead66182e3e12
3
+ size 6712
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff