Jonathanmann commited on
Commit
bbdc23a
·
verified ·
1 Parent(s): 5cf7fda

Upload 12 files

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 CHANGED
@@ -1,3 +1,202 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-3.2-1B
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
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-3.2-1B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
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": 32,
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": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75583563cbafded86923ccc7c068135ff1f3b00014672deee75222ff4043ec3d
3
+ size 6824216
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "meta-llama/Llama-3.2-1B",
4
+ "architectures": [
5
+ "LlamaForCausalLM"
6
+ ],
7
+ "attention_bias": false,
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 128000,
10
+ "eos_token_id": 128001,
11
+ "head_dim": 64,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 2048,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 8192,
16
+ "max_position_embeddings": 131072,
17
+ "mlp_bias": false,
18
+ "model_type": "llama",
19
+ "num_attention_heads": 32,
20
+ "num_hidden_layers": 16,
21
+ "num_key_value_heads": 8,
22
+ "pretraining_tp": 1,
23
+ "rms_norm_eps": 1e-05,
24
+ "rope_scaling": {
25
+ "factor": 32.0,
26
+ "high_freq_factor": 4.0,
27
+ "low_freq_factor": 1.0,
28
+ "original_max_position_embeddings": 8192,
29
+ "rope_type": "llama3"
30
+ },
31
+ "rope_theta": 500000.0,
32
+ "tie_word_embeddings": true,
33
+ "torch_dtype": "float16",
34
+ "transformers_version": "4.46.2",
35
+ "use_cache": true,
36
+ "vocab_size": 128256
37
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ae0b21ad040c4836eccac554da257d33180517cc8e529a000e3dd6aa767202f
3
+ size 13685562
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c3a21d70cec36bfa6f82dfbb5af4831d56920036f06fbdac17bef3430d9874
3
+ size 14308
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:390cb479ce37ac976fe37dde53c0dff6bde9d7414b0dcbd7914816f957383670
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "pad_token": "<|end_of_text|>",
3
+ "eos_token": "<|end_of_text|>",
4
+ "unk_token": null
5
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
3
+ size 17209920
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|begin_of_text|>",
3
+ "clean_up_tokenization_spaces": true,
4
+ "eos_token": "<|end_of_text|>",
5
+ "model_input_names": [
6
+ "input_ids",
7
+ "attention_mask"
8
+ ],
9
+ "model_max_length": 131072,
10
+ "vocab_file": null,
11
+ "name_or_path": "meta-llama/Llama-3.2-1B",
12
+ "padding_side": "right",
13
+ "pad_token": "<|end_of_text|>"
14
+ }
trainer_state.json ADDED
@@ -0,0 +1,866 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9997407311381903,
5
+ "eval_steps": 50,
6
+ "global_step": 964,
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.010370754472387866,
13
+ "grad_norm": 2.4068312644958496,
14
+ "learning_rate": 5.000000000000001e-07,
15
+ "loss": 4.4724,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.020741508944775732,
20
+ "grad_norm": 2.3241941928863525,
21
+ "learning_rate": 1.0000000000000002e-06,
22
+ "loss": 4.5137,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.0311122634171636,
27
+ "grad_norm": 2.4529693126678467,
28
+ "learning_rate": 1.5e-06,
29
+ "loss": 4.431,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.041483017889551464,
34
+ "grad_norm": 2.5506527423858643,
35
+ "learning_rate": 2.0000000000000003e-06,
36
+ "loss": 4.4615,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.05185377236193933,
41
+ "grad_norm": 2.6286089420318604,
42
+ "learning_rate": 2.5e-06,
43
+ "loss": 4.4173,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.05185377236193933,
48
+ "eval_loss": 4.529317855834961,
49
+ "eval_runtime": 43.0684,
50
+ "eval_samples_per_second": 79.594,
51
+ "eval_steps_per_second": 9.961,
52
+ "step": 50
53
+ },
54
+ {
55
+ "epoch": 0.0622245268343272,
56
+ "grad_norm": 2.2027931213378906,
57
+ "learning_rate": 3e-06,
58
+ "loss": 4.3936,
59
+ "step": 60
60
+ },
61
+ {
62
+ "epoch": 0.07259528130671507,
63
+ "grad_norm": 2.632085084915161,
64
+ "learning_rate": 3.5e-06,
65
+ "loss": 4.4038,
66
+ "step": 70
67
+ },
68
+ {
69
+ "epoch": 0.08296603577910293,
70
+ "grad_norm": 2.330366849899292,
71
+ "learning_rate": 4.000000000000001e-06,
72
+ "loss": 4.3844,
73
+ "step": 80
74
+ },
75
+ {
76
+ "epoch": 0.09333679025149079,
77
+ "grad_norm": 2.4520134925842285,
78
+ "learning_rate": 4.5e-06,
79
+ "loss": 4.3325,
80
+ "step": 90
81
+ },
82
+ {
83
+ "epoch": 0.10370754472387866,
84
+ "grad_norm": 2.727679491043091,
85
+ "learning_rate": 5e-06,
86
+ "loss": 4.2768,
87
+ "step": 100
88
+ },
89
+ {
90
+ "epoch": 0.10370754472387866,
91
+ "eval_loss": 4.328857898712158,
92
+ "eval_runtime": 43.0263,
93
+ "eval_samples_per_second": 79.672,
94
+ "eval_steps_per_second": 9.971,
95
+ "step": 100
96
+ },
97
+ {
98
+ "epoch": 0.11407829919626652,
99
+ "grad_norm": 2.3905959129333496,
100
+ "learning_rate": 5.500000000000001e-06,
101
+ "loss": 4.1575,
102
+ "step": 110
103
+ },
104
+ {
105
+ "epoch": 0.1244490536686544,
106
+ "grad_norm": 2.3810746669769287,
107
+ "learning_rate": 6e-06,
108
+ "loss": 4.1188,
109
+ "step": 120
110
+ },
111
+ {
112
+ "epoch": 0.13481980814104227,
113
+ "grad_norm": 2.3154499530792236,
114
+ "learning_rate": 6.5000000000000004e-06,
115
+ "loss": 4.0751,
116
+ "step": 130
117
+ },
118
+ {
119
+ "epoch": 0.14519056261343014,
120
+ "grad_norm": 2.404163360595703,
121
+ "learning_rate": 7e-06,
122
+ "loss": 3.9433,
123
+ "step": 140
124
+ },
125
+ {
126
+ "epoch": 0.155561317085818,
127
+ "grad_norm": 2.620729446411133,
128
+ "learning_rate": 7.500000000000001e-06,
129
+ "loss": 3.9579,
130
+ "step": 150
131
+ },
132
+ {
133
+ "epoch": 0.155561317085818,
134
+ "eval_loss": 3.87788724899292,
135
+ "eval_runtime": 43.1648,
136
+ "eval_samples_per_second": 79.417,
137
+ "eval_steps_per_second": 9.939,
138
+ "step": 150
139
+ },
140
+ {
141
+ "epoch": 0.16593207155820586,
142
+ "grad_norm": 2.6772756576538086,
143
+ "learning_rate": 8.000000000000001e-06,
144
+ "loss": 3.7662,
145
+ "step": 160
146
+ },
147
+ {
148
+ "epoch": 0.17630282603059372,
149
+ "grad_norm": 2.6104724407196045,
150
+ "learning_rate": 8.5e-06,
151
+ "loss": 3.6483,
152
+ "step": 170
153
+ },
154
+ {
155
+ "epoch": 0.18667358050298158,
156
+ "grad_norm": 2.636183023452759,
157
+ "learning_rate": 9e-06,
158
+ "loss": 3.4924,
159
+ "step": 180
160
+ },
161
+ {
162
+ "epoch": 0.19704433497536947,
163
+ "grad_norm": 2.9193673133850098,
164
+ "learning_rate": 9.5e-06,
165
+ "loss": 3.33,
166
+ "step": 190
167
+ },
168
+ {
169
+ "epoch": 0.20741508944775733,
170
+ "grad_norm": 2.378948926925659,
171
+ "learning_rate": 1e-05,
172
+ "loss": 3.1667,
173
+ "step": 200
174
+ },
175
+ {
176
+ "epoch": 0.20741508944775733,
177
+ "eval_loss": 3.0792782306671143,
178
+ "eval_runtime": 43.0269,
179
+ "eval_samples_per_second": 79.671,
180
+ "eval_steps_per_second": 9.971,
181
+ "step": 200
182
+ },
183
+ {
184
+ "epoch": 0.2177858439201452,
185
+ "grad_norm": 3.6606717109680176,
186
+ "learning_rate": 9.86910994764398e-06,
187
+ "loss": 2.9038,
188
+ "step": 210
189
+ },
190
+ {
191
+ "epoch": 0.22815659839253305,
192
+ "grad_norm": 4.638175964355469,
193
+ "learning_rate": 9.73821989528796e-06,
194
+ "loss": 2.7723,
195
+ "step": 220
196
+ },
197
+ {
198
+ "epoch": 0.2385273528649209,
199
+ "grad_norm": 5.681021690368652,
200
+ "learning_rate": 9.607329842931939e-06,
201
+ "loss": 2.4375,
202
+ "step": 230
203
+ },
204
+ {
205
+ "epoch": 0.2488981073373088,
206
+ "grad_norm": 3.9302401542663574,
207
+ "learning_rate": 9.476439790575916e-06,
208
+ "loss": 2.2828,
209
+ "step": 240
210
+ },
211
+ {
212
+ "epoch": 0.25926886180969666,
213
+ "grad_norm": 3.4748728275299072,
214
+ "learning_rate": 9.345549738219896e-06,
215
+ "loss": 2.1372,
216
+ "step": 250
217
+ },
218
+ {
219
+ "epoch": 0.25926886180969666,
220
+ "eval_loss": 2.027852773666382,
221
+ "eval_runtime": 42.9733,
222
+ "eval_samples_per_second": 79.77,
223
+ "eval_steps_per_second": 9.983,
224
+ "step": 250
225
+ },
226
+ {
227
+ "epoch": 0.26963961628208455,
228
+ "grad_norm": 2.240591049194336,
229
+ "learning_rate": 9.214659685863875e-06,
230
+ "loss": 2.0402,
231
+ "step": 260
232
+ },
233
+ {
234
+ "epoch": 0.2800103707544724,
235
+ "grad_norm": 2.12862229347229,
236
+ "learning_rate": 9.083769633507853e-06,
237
+ "loss": 1.8311,
238
+ "step": 270
239
+ },
240
+ {
241
+ "epoch": 0.29038112522686027,
242
+ "grad_norm": 1.9156771898269653,
243
+ "learning_rate": 8.952879581151834e-06,
244
+ "loss": 1.7948,
245
+ "step": 280
246
+ },
247
+ {
248
+ "epoch": 0.3007518796992481,
249
+ "grad_norm": 1.2717920541763306,
250
+ "learning_rate": 8.821989528795813e-06,
251
+ "loss": 1.7745,
252
+ "step": 290
253
+ },
254
+ {
255
+ "epoch": 0.311122634171636,
256
+ "grad_norm": 0.9778507947921753,
257
+ "learning_rate": 8.691099476439791e-06,
258
+ "loss": 1.6066,
259
+ "step": 300
260
+ },
261
+ {
262
+ "epoch": 0.311122634171636,
263
+ "eval_loss": 1.6197232007980347,
264
+ "eval_runtime": 43.0004,
265
+ "eval_samples_per_second": 79.72,
266
+ "eval_steps_per_second": 9.977,
267
+ "step": 300
268
+ },
269
+ {
270
+ "epoch": 0.3214933886440238,
271
+ "grad_norm": 0.966334879398346,
272
+ "learning_rate": 8.56020942408377e-06,
273
+ "loss": 1.6183,
274
+ "step": 310
275
+ },
276
+ {
277
+ "epoch": 0.3318641431164117,
278
+ "grad_norm": 0.8336134552955627,
279
+ "learning_rate": 8.429319371727749e-06,
280
+ "loss": 1.543,
281
+ "step": 320
282
+ },
283
+ {
284
+ "epoch": 0.3422348975887996,
285
+ "grad_norm": 0.7293752431869507,
286
+ "learning_rate": 8.298429319371727e-06,
287
+ "loss": 1.5888,
288
+ "step": 330
289
+ },
290
+ {
291
+ "epoch": 0.35260565206118744,
292
+ "grad_norm": 0.7492266297340393,
293
+ "learning_rate": 8.167539267015708e-06,
294
+ "loss": 1.5612,
295
+ "step": 340
296
+ },
297
+ {
298
+ "epoch": 0.3629764065335753,
299
+ "grad_norm": 0.8373680710792542,
300
+ "learning_rate": 8.036649214659686e-06,
301
+ "loss": 1.547,
302
+ "step": 350
303
+ },
304
+ {
305
+ "epoch": 0.3629764065335753,
306
+ "eval_loss": 1.571603536605835,
307
+ "eval_runtime": 43.1239,
308
+ "eval_samples_per_second": 79.492,
309
+ "eval_steps_per_second": 9.948,
310
+ "step": 350
311
+ },
312
+ {
313
+ "epoch": 0.37334716100596316,
314
+ "grad_norm": 0.9682691097259521,
315
+ "learning_rate": 7.905759162303665e-06,
316
+ "loss": 1.6005,
317
+ "step": 360
318
+ },
319
+ {
320
+ "epoch": 0.38371791547835105,
321
+ "grad_norm": 0.6970401406288147,
322
+ "learning_rate": 7.774869109947646e-06,
323
+ "loss": 1.6102,
324
+ "step": 370
325
+ },
326
+ {
327
+ "epoch": 0.39408866995073893,
328
+ "grad_norm": 0.8149111866950989,
329
+ "learning_rate": 7.643979057591624e-06,
330
+ "loss": 1.5331,
331
+ "step": 380
332
+ },
333
+ {
334
+ "epoch": 0.40445942442312677,
335
+ "grad_norm": 0.6417681574821472,
336
+ "learning_rate": 7.513089005235603e-06,
337
+ "loss": 1.5559,
338
+ "step": 390
339
+ },
340
+ {
341
+ "epoch": 0.41483017889551466,
342
+ "grad_norm": 0.669866144657135,
343
+ "learning_rate": 7.382198952879581e-06,
344
+ "loss": 1.6237,
345
+ "step": 400
346
+ },
347
+ {
348
+ "epoch": 0.41483017889551466,
349
+ "eval_loss": 1.5569473505020142,
350
+ "eval_runtime": 43.0517,
351
+ "eval_samples_per_second": 79.625,
352
+ "eval_steps_per_second": 9.965,
353
+ "step": 400
354
+ },
355
+ {
356
+ "epoch": 0.4252009333679025,
357
+ "grad_norm": 0.7108224630355835,
358
+ "learning_rate": 7.25130890052356e-06,
359
+ "loss": 1.5205,
360
+ "step": 410
361
+ },
362
+ {
363
+ "epoch": 0.4355716878402904,
364
+ "grad_norm": 0.772306501865387,
365
+ "learning_rate": 7.12041884816754e-06,
366
+ "loss": 1.4833,
367
+ "step": 420
368
+ },
369
+ {
370
+ "epoch": 0.44594244231267827,
371
+ "grad_norm": 0.8170768618583679,
372
+ "learning_rate": 6.989528795811519e-06,
373
+ "loss": 1.506,
374
+ "step": 430
375
+ },
376
+ {
377
+ "epoch": 0.4563131967850661,
378
+ "grad_norm": 0.7127036452293396,
379
+ "learning_rate": 6.858638743455498e-06,
380
+ "loss": 1.642,
381
+ "step": 440
382
+ },
383
+ {
384
+ "epoch": 0.466683951257454,
385
+ "grad_norm": 1.1019853353500366,
386
+ "learning_rate": 6.727748691099477e-06,
387
+ "loss": 1.5815,
388
+ "step": 450
389
+ },
390
+ {
391
+ "epoch": 0.466683951257454,
392
+ "eval_loss": 1.5491901636123657,
393
+ "eval_runtime": 42.974,
394
+ "eval_samples_per_second": 79.769,
395
+ "eval_steps_per_second": 9.983,
396
+ "step": 450
397
+ },
398
+ {
399
+ "epoch": 0.4770547057298418,
400
+ "grad_norm": 0.7836682200431824,
401
+ "learning_rate": 6.5968586387434565e-06,
402
+ "loss": 1.479,
403
+ "step": 460
404
+ },
405
+ {
406
+ "epoch": 0.4874254602022297,
407
+ "grad_norm": 0.8299842476844788,
408
+ "learning_rate": 6.465968586387435e-06,
409
+ "loss": 1.4768,
410
+ "step": 470
411
+ },
412
+ {
413
+ "epoch": 0.4977962146746176,
414
+ "grad_norm": 0.7423719763755798,
415
+ "learning_rate": 6.335078534031414e-06,
416
+ "loss": 1.5919,
417
+ "step": 480
418
+ },
419
+ {
420
+ "epoch": 0.5081669691470054,
421
+ "grad_norm": 0.7347830533981323,
422
+ "learning_rate": 6.204188481675393e-06,
423
+ "loss": 1.4697,
424
+ "step": 490
425
+ },
426
+ {
427
+ "epoch": 0.5185377236193933,
428
+ "grad_norm": 0.8458806276321411,
429
+ "learning_rate": 6.073298429319372e-06,
430
+ "loss": 1.5822,
431
+ "step": 500
432
+ },
433
+ {
434
+ "epoch": 0.5185377236193933,
435
+ "eval_loss": 1.5439085960388184,
436
+ "eval_runtime": 43.1032,
437
+ "eval_samples_per_second": 79.53,
438
+ "eval_steps_per_second": 9.953,
439
+ "step": 500
440
+ },
441
+ {
442
+ "epoch": 0.5289084780917812,
443
+ "grad_norm": 0.8292895555496216,
444
+ "learning_rate": 5.942408376963351e-06,
445
+ "loss": 1.5543,
446
+ "step": 510
447
+ },
448
+ {
449
+ "epoch": 0.5392792325641691,
450
+ "grad_norm": 0.7892965078353882,
451
+ "learning_rate": 5.81151832460733e-06,
452
+ "loss": 1.6241,
453
+ "step": 520
454
+ },
455
+ {
456
+ "epoch": 0.5496499870365569,
457
+ "grad_norm": 0.8499513268470764,
458
+ "learning_rate": 5.680628272251309e-06,
459
+ "loss": 1.4915,
460
+ "step": 530
461
+ },
462
+ {
463
+ "epoch": 0.5600207415089448,
464
+ "grad_norm": 0.8531098365783691,
465
+ "learning_rate": 5.549738219895289e-06,
466
+ "loss": 1.5094,
467
+ "step": 540
468
+ },
469
+ {
470
+ "epoch": 0.5703914959813327,
471
+ "grad_norm": 0.7012779116630554,
472
+ "learning_rate": 5.418848167539268e-06,
473
+ "loss": 1.5539,
474
+ "step": 550
475
+ },
476
+ {
477
+ "epoch": 0.5703914959813327,
478
+ "eval_loss": 1.5399216413497925,
479
+ "eval_runtime": 43.067,
480
+ "eval_samples_per_second": 79.597,
481
+ "eval_steps_per_second": 9.961,
482
+ "step": 550
483
+ },
484
+ {
485
+ "epoch": 0.5807622504537205,
486
+ "grad_norm": 0.7626951336860657,
487
+ "learning_rate": 5.287958115183246e-06,
488
+ "loss": 1.5038,
489
+ "step": 560
490
+ },
491
+ {
492
+ "epoch": 0.5911330049261084,
493
+ "grad_norm": 0.8458223938941956,
494
+ "learning_rate": 5.157068062827225e-06,
495
+ "loss": 1.5217,
496
+ "step": 570
497
+ },
498
+ {
499
+ "epoch": 0.6015037593984962,
500
+ "grad_norm": 0.8810559511184692,
501
+ "learning_rate": 5.026178010471204e-06,
502
+ "loss": 1.6896,
503
+ "step": 580
504
+ },
505
+ {
506
+ "epoch": 0.6118745138708841,
507
+ "grad_norm": 0.9249419569969177,
508
+ "learning_rate": 4.895287958115184e-06,
509
+ "loss": 1.5184,
510
+ "step": 590
511
+ },
512
+ {
513
+ "epoch": 0.622245268343272,
514
+ "grad_norm": 0.7158748507499695,
515
+ "learning_rate": 4.764397905759163e-06,
516
+ "loss": 1.5405,
517
+ "step": 600
518
+ },
519
+ {
520
+ "epoch": 0.622245268343272,
521
+ "eval_loss": 1.5371109247207642,
522
+ "eval_runtime": 43.1456,
523
+ "eval_samples_per_second": 79.452,
524
+ "eval_steps_per_second": 9.943,
525
+ "step": 600
526
+ },
527
+ {
528
+ "epoch": 0.6326160228156599,
529
+ "grad_norm": 0.8123712539672852,
530
+ "learning_rate": 4.633507853403142e-06,
531
+ "loss": 1.4703,
532
+ "step": 610
533
+ },
534
+ {
535
+ "epoch": 0.6429867772880477,
536
+ "grad_norm": 0.8977182507514954,
537
+ "learning_rate": 4.502617801047121e-06,
538
+ "loss": 1.5568,
539
+ "step": 620
540
+ },
541
+ {
542
+ "epoch": 0.6533575317604355,
543
+ "grad_norm": 0.8391156792640686,
544
+ "learning_rate": 4.3717277486910996e-06,
545
+ "loss": 1.5993,
546
+ "step": 630
547
+ },
548
+ {
549
+ "epoch": 0.6637282862328234,
550
+ "grad_norm": 0.7252123355865479,
551
+ "learning_rate": 4.240837696335079e-06,
552
+ "loss": 1.5162,
553
+ "step": 640
554
+ },
555
+ {
556
+ "epoch": 0.6740990407052113,
557
+ "grad_norm": 0.7567150592803955,
558
+ "learning_rate": 4.109947643979058e-06,
559
+ "loss": 1.5821,
560
+ "step": 650
561
+ },
562
+ {
563
+ "epoch": 0.6740990407052113,
564
+ "eval_loss": 1.5346648693084717,
565
+ "eval_runtime": 43.0456,
566
+ "eval_samples_per_second": 79.637,
567
+ "eval_steps_per_second": 9.966,
568
+ "step": 650
569
+ },
570
+ {
571
+ "epoch": 0.6844697951775992,
572
+ "grad_norm": 0.6526748538017273,
573
+ "learning_rate": 3.9790575916230365e-06,
574
+ "loss": 1.5429,
575
+ "step": 660
576
+ },
577
+ {
578
+ "epoch": 0.694840549649987,
579
+ "grad_norm": 0.7770061492919922,
580
+ "learning_rate": 3.848167539267016e-06,
581
+ "loss": 1.497,
582
+ "step": 670
583
+ },
584
+ {
585
+ "epoch": 0.7052113041223749,
586
+ "grad_norm": 0.6573889255523682,
587
+ "learning_rate": 3.717277486910995e-06,
588
+ "loss": 1.6247,
589
+ "step": 680
590
+ },
591
+ {
592
+ "epoch": 0.7155820585947628,
593
+ "grad_norm": 0.9382066130638123,
594
+ "learning_rate": 3.5863874345549743e-06,
595
+ "loss": 1.5577,
596
+ "step": 690
597
+ },
598
+ {
599
+ "epoch": 0.7259528130671506,
600
+ "grad_norm": 0.9911208748817444,
601
+ "learning_rate": 3.455497382198953e-06,
602
+ "loss": 1.4734,
603
+ "step": 700
604
+ },
605
+ {
606
+ "epoch": 0.7259528130671506,
607
+ "eval_loss": 1.5329481363296509,
608
+ "eval_runtime": 43.1201,
609
+ "eval_samples_per_second": 79.499,
610
+ "eval_steps_per_second": 9.949,
611
+ "step": 700
612
+ },
613
+ {
614
+ "epoch": 0.7363235675395385,
615
+ "grad_norm": 0.8948063850402832,
616
+ "learning_rate": 3.324607329842932e-06,
617
+ "loss": 1.5257,
618
+ "step": 710
619
+ },
620
+ {
621
+ "epoch": 0.7466943220119263,
622
+ "grad_norm": 1.0471000671386719,
623
+ "learning_rate": 3.1937172774869113e-06,
624
+ "loss": 1.5289,
625
+ "step": 720
626
+ },
627
+ {
628
+ "epoch": 0.7570650764843142,
629
+ "grad_norm": 0.7089968323707581,
630
+ "learning_rate": 3.0628272251308904e-06,
631
+ "loss": 1.5721,
632
+ "step": 730
633
+ },
634
+ {
635
+ "epoch": 0.7674358309567021,
636
+ "grad_norm": 0.9314925074577332,
637
+ "learning_rate": 2.931937172774869e-06,
638
+ "loss": 1.4879,
639
+ "step": 740
640
+ },
641
+ {
642
+ "epoch": 0.77780658542909,
643
+ "grad_norm": 0.8222401142120361,
644
+ "learning_rate": 2.8010471204188483e-06,
645
+ "loss": 1.5909,
646
+ "step": 750
647
+ },
648
+ {
649
+ "epoch": 0.77780658542909,
650
+ "eval_loss": 1.5315285921096802,
651
+ "eval_runtime": 43.1263,
652
+ "eval_samples_per_second": 79.487,
653
+ "eval_steps_per_second": 9.948,
654
+ "step": 750
655
+ },
656
+ {
657
+ "epoch": 0.7881773399014779,
658
+ "grad_norm": 0.7002791166305542,
659
+ "learning_rate": 2.6701570680628274e-06,
660
+ "loss": 1.5853,
661
+ "step": 760
662
+ },
663
+ {
664
+ "epoch": 0.7985480943738656,
665
+ "grad_norm": 0.7302571535110474,
666
+ "learning_rate": 2.5392670157068065e-06,
667
+ "loss": 1.4632,
668
+ "step": 770
669
+ },
670
+ {
671
+ "epoch": 0.8089188488462535,
672
+ "grad_norm": 0.785142719745636,
673
+ "learning_rate": 2.4083769633507856e-06,
674
+ "loss": 1.505,
675
+ "step": 780
676
+ },
677
+ {
678
+ "epoch": 0.8192896033186414,
679
+ "grad_norm": 0.6490882039070129,
680
+ "learning_rate": 2.2774869109947643e-06,
681
+ "loss": 1.4813,
682
+ "step": 790
683
+ },
684
+ {
685
+ "epoch": 0.8296603577910293,
686
+ "grad_norm": 0.7147834897041321,
687
+ "learning_rate": 2.1465968586387435e-06,
688
+ "loss": 1.4852,
689
+ "step": 800
690
+ },
691
+ {
692
+ "epoch": 0.8296603577910293,
693
+ "eval_loss": 1.5305155515670776,
694
+ "eval_runtime": 43.0366,
695
+ "eval_samples_per_second": 79.653,
696
+ "eval_steps_per_second": 9.968,
697
+ "step": 800
698
+ },
699
+ {
700
+ "epoch": 0.8400311122634172,
701
+ "grad_norm": 0.742734432220459,
702
+ "learning_rate": 2.0157068062827226e-06,
703
+ "loss": 1.4627,
704
+ "step": 810
705
+ },
706
+ {
707
+ "epoch": 0.850401866735805,
708
+ "grad_norm": 0.7220650315284729,
709
+ "learning_rate": 1.8848167539267017e-06,
710
+ "loss": 1.4692,
711
+ "step": 820
712
+ },
713
+ {
714
+ "epoch": 0.8607726212081929,
715
+ "grad_norm": 0.8684506416320801,
716
+ "learning_rate": 1.7539267015706806e-06,
717
+ "loss": 1.56,
718
+ "step": 830
719
+ },
720
+ {
721
+ "epoch": 0.8711433756805808,
722
+ "grad_norm": 0.7521070241928101,
723
+ "learning_rate": 1.6230366492146598e-06,
724
+ "loss": 1.5089,
725
+ "step": 840
726
+ },
727
+ {
728
+ "epoch": 0.8815141301529686,
729
+ "grad_norm": 0.9445785284042358,
730
+ "learning_rate": 1.4921465968586387e-06,
731
+ "loss": 1.6033,
732
+ "step": 850
733
+ },
734
+ {
735
+ "epoch": 0.8815141301529686,
736
+ "eval_loss": 1.5298349857330322,
737
+ "eval_runtime": 42.9802,
738
+ "eval_samples_per_second": 79.758,
739
+ "eval_steps_per_second": 9.981,
740
+ "step": 850
741
+ },
742
+ {
743
+ "epoch": 0.8918848846253565,
744
+ "grad_norm": 0.7844976186752319,
745
+ "learning_rate": 1.361256544502618e-06,
746
+ "loss": 1.5412,
747
+ "step": 860
748
+ },
749
+ {
750
+ "epoch": 0.9022556390977443,
751
+ "grad_norm": 0.9173896312713623,
752
+ "learning_rate": 1.230366492146597e-06,
753
+ "loss": 1.585,
754
+ "step": 870
755
+ },
756
+ {
757
+ "epoch": 0.9126263935701322,
758
+ "grad_norm": 0.7674463391304016,
759
+ "learning_rate": 1.099476439790576e-06,
760
+ "loss": 1.533,
761
+ "step": 880
762
+ },
763
+ {
764
+ "epoch": 0.9229971480425201,
765
+ "grad_norm": 0.901545524597168,
766
+ "learning_rate": 9.685863874345552e-07,
767
+ "loss": 1.6416,
768
+ "step": 890
769
+ },
770
+ {
771
+ "epoch": 0.933367902514908,
772
+ "grad_norm": 0.760588526725769,
773
+ "learning_rate": 8.376963350785341e-07,
774
+ "loss": 1.6217,
775
+ "step": 900
776
+ },
777
+ {
778
+ "epoch": 0.933367902514908,
779
+ "eval_loss": 1.529255747795105,
780
+ "eval_runtime": 42.9676,
781
+ "eval_samples_per_second": 79.781,
782
+ "eval_steps_per_second": 9.984,
783
+ "step": 900
784
+ },
785
+ {
786
+ "epoch": 0.9437386569872959,
787
+ "grad_norm": 0.780006468296051,
788
+ "learning_rate": 7.068062827225131e-07,
789
+ "loss": 1.5711,
790
+ "step": 910
791
+ },
792
+ {
793
+ "epoch": 0.9541094114596836,
794
+ "grad_norm": 0.6572290062904358,
795
+ "learning_rate": 5.759162303664922e-07,
796
+ "loss": 1.5525,
797
+ "step": 920
798
+ },
799
+ {
800
+ "epoch": 0.9644801659320715,
801
+ "grad_norm": 0.7653405666351318,
802
+ "learning_rate": 4.4502617801047125e-07,
803
+ "loss": 1.5585,
804
+ "step": 930
805
+ },
806
+ {
807
+ "epoch": 0.9748509204044594,
808
+ "grad_norm": 0.9417358636856079,
809
+ "learning_rate": 3.1413612565445027e-07,
810
+ "loss": 1.5995,
811
+ "step": 940
812
+ },
813
+ {
814
+ "epoch": 0.9852216748768473,
815
+ "grad_norm": 0.752137303352356,
816
+ "learning_rate": 1.8324607329842932e-07,
817
+ "loss": 1.6332,
818
+ "step": 950
819
+ },
820
+ {
821
+ "epoch": 0.9852216748768473,
822
+ "eval_loss": 1.5290166139602661,
823
+ "eval_runtime": 43.1488,
824
+ "eval_samples_per_second": 79.446,
825
+ "eval_steps_per_second": 9.942,
826
+ "step": 950
827
+ },
828
+ {
829
+ "epoch": 0.9955924293492352,
830
+ "grad_norm": 0.7827558517456055,
831
+ "learning_rate": 5.235602094240838e-08,
832
+ "loss": 1.5047,
833
+ "step": 960
834
+ },
835
+ {
836
+ "epoch": 0.9997407311381903,
837
+ "step": 964,
838
+ "total_flos": 9.238171939032269e+16,
839
+ "train_loss": 2.1392775007303326,
840
+ "train_runtime": 1823.6358,
841
+ "train_samples_per_second": 16.917,
842
+ "train_steps_per_second": 0.529
843
+ }
844
+ ],
845
+ "logging_steps": 10,
846
+ "max_steps": 964,
847
+ "num_input_tokens_seen": 0,
848
+ "num_train_epochs": 1,
849
+ "save_steps": 1000,
850
+ "stateful_callbacks": {
851
+ "TrainerControl": {
852
+ "args": {
853
+ "should_epoch_stop": false,
854
+ "should_evaluate": false,
855
+ "should_log": false,
856
+ "should_save": true,
857
+ "should_training_stop": true
858
+ },
859
+ "attributes": {}
860
+ }
861
+ },
862
+ "total_flos": 9.238171939032269e+16,
863
+ "train_batch_size": 8,
864
+ "trial_name": null,
865
+ "trial_params": null
866
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:195382ac5713558e378690087fc69d5cef2015d44a6c0281a44175c5bed3e8cf
3
+ size 5304