julycodes commited on
Commit
acec2c3
1 Parent(s): f89b05c

Upload 11 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: mit
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ library_name: peft
3
+ base_model: google/gemma-7b-it
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.10.0
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-7b-it",
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": 64,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "up_proj",
25
+ "down_proj",
26
+ "q_proj",
27
+ "v_proj",
28
+ "o_proj",
29
+ "gate_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dd0c93fe824c53529b349ea4e5c418ecf9ccd87638eeaca4afab2d19922b8ea
3
+ size 800116456
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aa3567550884ff75fbdda07cca17a1fa26c34c0c9ecc2d559b18de813922565
3
+ size 401282420
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa9f0fbc4fc147ce79f4adf8030fcd8c9dce1ac3ca17484f2219d70f29482c4d
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a60c7d771c1fd156acee762fba03c724cb41829a3f71df370ecd1d20b134982
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<start_of_turn>",
4
+ "<end_of_turn>"
5
+ ],
6
+ "bos_token": {
7
+ "content": "<bos>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "eos_token": {
14
+ "content": "<eos>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "pad_token": {
21
+ "content": "<pad>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false
26
+ },
27
+ "unk_token": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false
33
+ }
34
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce19157ce6b457736a0015a2a4fb06c966c6ff252ec9d1950777eec6598abf6d
3
+ size 17478028
tokenizer_config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<eos>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "<bos>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "3": {
30
+ "content": "<unk>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "106": {
38
+ "content": "<start_of_turn>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "107": {
46
+ "content": "<end_of_turn>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ }
53
+ },
54
+ "additional_special_tokens": [
55
+ "<start_of_turn>",
56
+ "<end_of_turn>"
57
+ ],
58
+ "bos_token": "<bos>",
59
+ "chat_template": "{{ bos_token }}{% if messages[0]['role'] == 'system' %}{{ raise_exception('System role not supported') }}{% endif %}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if (message['role'] == 'assistant') %}{% set role = 'model' %}{% else %}{% set role = message['role'] %}{% endif %}{{ '<start_of_turn>' + role + '\n' + message['content'] | trim + '<end_of_turn>\n' }}{% endfor %}{% if add_generation_prompt %}{{'<start_of_turn>model\n'}}{% endif %}",
60
+ "clean_up_tokenization_spaces": false,
61
+ "eos_token": "<eos>",
62
+ "legacy": null,
63
+ "model_max_length": 1000000000000000019884624838656,
64
+ "pad_token": "<pad>",
65
+ "sp_model_kwargs": {},
66
+ "spaces_between_special_tokens": false,
67
+ "tokenizer_class": "GemmaTokenizer",
68
+ "unk_token": "<unk>",
69
+ "use_default_system_prompt": false
70
+ }
trainer_state.json ADDED
@@ -0,0 +1,721 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.019436345966958212,
5
+ "eval_steps": 500,
6
+ "global_step": 100,
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.0,
13
+ "grad_norm": 2.820549726486206,
14
+ "learning_rate": 0.00019805941782534764,
15
+ "loss": 4.7714,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0,
20
+ "grad_norm": 2.7905406951904297,
21
+ "learning_rate": 0.00019605881764529358,
22
+ "loss": 4.8623,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.0,
27
+ "grad_norm": 1.4746589660644531,
28
+ "learning_rate": 0.00019405821746523957,
29
+ "loss": 3.7993,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.0,
34
+ "grad_norm": 2.333172559738159,
35
+ "learning_rate": 0.00019205761728518557,
36
+ "loss": 4.5898,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.0,
41
+ "grad_norm": 1.711241602897644,
42
+ "learning_rate": 0.00019005701710513156,
43
+ "loss": 3.1208,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.0,
48
+ "grad_norm": 2.001378059387207,
49
+ "learning_rate": 0.00018805641692507753,
50
+ "loss": 2.7962,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.0,
55
+ "grad_norm": 2.5922505855560303,
56
+ "learning_rate": 0.00018605581674502352,
57
+ "loss": 2.7348,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.0,
62
+ "grad_norm": 3.073798179626465,
63
+ "learning_rate": 0.00018405521656496952,
64
+ "loss": 2.4213,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.0,
69
+ "grad_norm": 2.494370937347412,
70
+ "learning_rate": 0.00018205461638491548,
71
+ "loss": 2.2847,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.0,
76
+ "grad_norm": 3.1938252449035645,
77
+ "learning_rate": 0.00018005401620486148,
78
+ "loss": 2.2266,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.0,
83
+ "grad_norm": 1.0904405117034912,
84
+ "learning_rate": 0.00017805341602480744,
85
+ "loss": 1.7216,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.0,
90
+ "grad_norm": 0.8593369126319885,
91
+ "learning_rate": 0.00017605281584475344,
92
+ "loss": 2.0195,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.0,
97
+ "grad_norm": 1.051988959312439,
98
+ "learning_rate": 0.00017405221566469943,
99
+ "loss": 1.8962,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.0,
104
+ "grad_norm": 1.313820242881775,
105
+ "learning_rate": 0.00017205161548464542,
106
+ "loss": 1.735,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.0,
111
+ "grad_norm": 1.035528302192688,
112
+ "learning_rate": 0.00017005101530459136,
113
+ "loss": 2.0408,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.0,
118
+ "grad_norm": 0.8312838077545166,
119
+ "learning_rate": 0.00016805041512453736,
120
+ "loss": 1.7348,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.0,
125
+ "grad_norm": 1.406984806060791,
126
+ "learning_rate": 0.00016604981494448335,
127
+ "loss": 1.9893,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.0,
132
+ "grad_norm": 1.0014063119888306,
133
+ "learning_rate": 0.00016404921476442935,
134
+ "loss": 1.7413,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.0,
139
+ "grad_norm": 1.1123204231262207,
140
+ "learning_rate": 0.0001620486145843753,
141
+ "loss": 1.642,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.0,
146
+ "grad_norm": 0.9622805118560791,
147
+ "learning_rate": 0.0001600480144043213,
148
+ "loss": 1.8947,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.0,
153
+ "grad_norm": 0.9021405577659607,
154
+ "learning_rate": 0.0001580474142242673,
155
+ "loss": 1.8771,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.0,
160
+ "grad_norm": 0.7586336135864258,
161
+ "learning_rate": 0.00015604681404421327,
162
+ "loss": 1.7902,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.0,
167
+ "grad_norm": 0.8033269643783569,
168
+ "learning_rate": 0.00015404621386415926,
169
+ "loss": 1.536,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.0,
174
+ "grad_norm": 0.8731617331504822,
175
+ "learning_rate": 0.00015204561368410523,
176
+ "loss": 1.6825,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.0,
181
+ "grad_norm": 0.7662222981452942,
182
+ "learning_rate": 0.00015004501350405122,
183
+ "loss": 1.6269,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.01,
188
+ "grad_norm": 0.8472873568534851,
189
+ "learning_rate": 0.00014804441332399721,
190
+ "loss": 1.7143,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.01,
195
+ "grad_norm": 0.8353914618492126,
196
+ "learning_rate": 0.0001460438131439432,
197
+ "loss": 0.9914,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.01,
202
+ "grad_norm": 0.8981612324714661,
203
+ "learning_rate": 0.00014404321296388918,
204
+ "loss": 1.1645,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.01,
209
+ "grad_norm": 0.7975760698318481,
210
+ "learning_rate": 0.00014204261278383514,
211
+ "loss": 1.4233,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.01,
216
+ "grad_norm": 0.7593973875045776,
217
+ "learning_rate": 0.00014004201260378114,
218
+ "loss": 1.4445,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.01,
223
+ "grad_norm": 0.9403287172317505,
224
+ "learning_rate": 0.00013804141242372713,
225
+ "loss": 1.4302,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.01,
230
+ "grad_norm": 0.9004844427108765,
231
+ "learning_rate": 0.00013604081224367312,
232
+ "loss": 1.5638,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.01,
237
+ "grad_norm": 0.8177943229675293,
238
+ "learning_rate": 0.0001340402120636191,
239
+ "loss": 1.3372,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.01,
244
+ "grad_norm": 0.733913004398346,
245
+ "learning_rate": 0.00013203961188356508,
246
+ "loss": 1.2174,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.01,
251
+ "grad_norm": 0.7267743945121765,
252
+ "learning_rate": 0.00013003901170351108,
253
+ "loss": 1.0346,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.01,
258
+ "grad_norm": 0.9789184331893921,
259
+ "learning_rate": 0.00012803841152345704,
260
+ "loss": 1.4935,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.01,
265
+ "grad_norm": 0.7921544909477234,
266
+ "learning_rate": 0.000126037811343403,
267
+ "loss": 1.2153,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.01,
272
+ "grad_norm": 0.687468945980072,
273
+ "learning_rate": 0.000124037211163349,
274
+ "loss": 1.096,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.01,
279
+ "grad_norm": 0.7953901290893555,
280
+ "learning_rate": 0.000122036610983295,
281
+ "loss": 1.3469,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.01,
286
+ "grad_norm": 0.6782249212265015,
287
+ "learning_rate": 0.00012003601080324098,
288
+ "loss": 1.1761,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.01,
293
+ "grad_norm": 0.7382201552391052,
294
+ "learning_rate": 0.00011803541062318697,
295
+ "loss": 1.2891,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.01,
300
+ "grad_norm": 0.7965229749679565,
301
+ "learning_rate": 0.00011603481044313295,
302
+ "loss": 1.2347,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.01,
307
+ "grad_norm": 0.6263877153396606,
308
+ "learning_rate": 0.00011403421026307892,
309
+ "loss": 1.2815,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.01,
314
+ "grad_norm": 0.8494048714637756,
315
+ "learning_rate": 0.00011203361008302491,
316
+ "loss": 1.4406,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.01,
321
+ "grad_norm": 0.8479952216148376,
322
+ "learning_rate": 0.0001100330099029709,
323
+ "loss": 1.1149,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.01,
328
+ "grad_norm": 0.6989169716835022,
329
+ "learning_rate": 0.00010803240972291689,
330
+ "loss": 1.3057,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.01,
335
+ "grad_norm": 0.8104137182235718,
336
+ "learning_rate": 0.00010603180954286287,
337
+ "loss": 1.1267,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.01,
342
+ "grad_norm": 0.8028876781463623,
343
+ "learning_rate": 0.00010403120936280886,
344
+ "loss": 1.6476,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.01,
349
+ "grad_norm": 0.7756268382072449,
350
+ "learning_rate": 0.00010203060918275482,
351
+ "loss": 1.2497,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.01,
356
+ "grad_norm": 0.7349205613136292,
357
+ "learning_rate": 0.00010003000900270081,
358
+ "loss": 0.9531,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.01,
363
+ "grad_norm": 0.6500608325004578,
364
+ "learning_rate": 9.802940882264679e-05,
365
+ "loss": 1.026,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.01,
370
+ "grad_norm": 0.6990982294082642,
371
+ "learning_rate": 9.602880864259278e-05,
372
+ "loss": 1.119,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 0.01,
377
+ "grad_norm": 1.040234923362732,
378
+ "learning_rate": 9.402820846253876e-05,
379
+ "loss": 1.9937,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 0.01,
384
+ "grad_norm": 0.6553092002868652,
385
+ "learning_rate": 9.202760828248476e-05,
386
+ "loss": 1.1563,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 0.01,
391
+ "grad_norm": 0.7430468797683716,
392
+ "learning_rate": 9.002700810243074e-05,
393
+ "loss": 1.0199,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 0.01,
398
+ "grad_norm": 0.748374342918396,
399
+ "learning_rate": 8.802640792237672e-05,
400
+ "loss": 1.2218,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 0.01,
405
+ "grad_norm": 0.6465599536895752,
406
+ "learning_rate": 8.602580774232271e-05,
407
+ "loss": 1.3286,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 0.01,
412
+ "grad_norm": 0.8411876559257507,
413
+ "learning_rate": 8.402520756226868e-05,
414
+ "loss": 1.2057,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 0.01,
419
+ "grad_norm": 0.8302045464515686,
420
+ "learning_rate": 8.202460738221467e-05,
421
+ "loss": 1.5277,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 0.01,
426
+ "grad_norm": 0.7100818753242493,
427
+ "learning_rate": 8.002400720216065e-05,
428
+ "loss": 1.3326,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 0.01,
433
+ "grad_norm": 0.6247999668121338,
434
+ "learning_rate": 7.802340702210663e-05,
435
+ "loss": 1.0997,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 0.01,
440
+ "grad_norm": 1.1579809188842773,
441
+ "learning_rate": 7.602280684205261e-05,
442
+ "loss": 1.565,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 0.01,
447
+ "grad_norm": 0.7506289482116699,
448
+ "learning_rate": 7.402220666199861e-05,
449
+ "loss": 1.2788,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 0.01,
454
+ "grad_norm": 0.7227886915206909,
455
+ "learning_rate": 7.202160648194459e-05,
456
+ "loss": 0.9065,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 0.01,
461
+ "grad_norm": 1.144627332687378,
462
+ "learning_rate": 7.002100630189057e-05,
463
+ "loss": 1.6695,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 0.01,
468
+ "grad_norm": 0.7828360199928284,
469
+ "learning_rate": 6.802040612183656e-05,
470
+ "loss": 1.0203,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 0.01,
475
+ "grad_norm": 1.2042758464813232,
476
+ "learning_rate": 6.601980594178254e-05,
477
+ "loss": 1.2251,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 0.01,
482
+ "grad_norm": 0.6878300905227661,
483
+ "learning_rate": 6.401920576172852e-05,
484
+ "loss": 0.8927,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 0.01,
489
+ "grad_norm": 0.7350767850875854,
490
+ "learning_rate": 6.20186055816745e-05,
491
+ "loss": 1.0885,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 0.01,
496
+ "grad_norm": 0.7477673292160034,
497
+ "learning_rate": 6.001800540162049e-05,
498
+ "loss": 1.2264,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 0.01,
503
+ "grad_norm": 0.8758525848388672,
504
+ "learning_rate": 5.801740522156648e-05,
505
+ "loss": 1.3656,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 0.01,
510
+ "grad_norm": 0.742152214050293,
511
+ "learning_rate": 5.601680504151246e-05,
512
+ "loss": 1.1293,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 0.01,
517
+ "grad_norm": 0.7166507840156555,
518
+ "learning_rate": 5.4016204861458444e-05,
519
+ "loss": 1.2553,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 0.01,
524
+ "grad_norm": 0.6855165362358093,
525
+ "learning_rate": 5.201560468140443e-05,
526
+ "loss": 1.2659,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 0.01,
531
+ "grad_norm": 0.8550592064857483,
532
+ "learning_rate": 5.0015004501350405e-05,
533
+ "loss": 1.2631,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 0.01,
538
+ "grad_norm": 0.6638922691345215,
539
+ "learning_rate": 4.801440432129639e-05,
540
+ "loss": 0.972,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 0.01,
545
+ "grad_norm": 0.7261601090431213,
546
+ "learning_rate": 4.601380414124238e-05,
547
+ "loss": 1.2276,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 0.02,
552
+ "grad_norm": 0.7439085245132446,
553
+ "learning_rate": 4.401320396118836e-05,
554
+ "loss": 1.0153,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 0.02,
559
+ "grad_norm": 0.6688580513000488,
560
+ "learning_rate": 4.201260378113434e-05,
561
+ "loss": 0.9473,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 0.02,
566
+ "grad_norm": 1.1068280935287476,
567
+ "learning_rate": 4.0012003601080326e-05,
568
+ "loss": 1.3205,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 0.02,
573
+ "grad_norm": 0.6699922680854797,
574
+ "learning_rate": 3.801140342102631e-05,
575
+ "loss": 1.2403,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 0.02,
580
+ "grad_norm": 0.8933495879173279,
581
+ "learning_rate": 3.6010803240972294e-05,
582
+ "loss": 1.0529,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 0.02,
587
+ "grad_norm": 0.7752862572669983,
588
+ "learning_rate": 3.401020306091828e-05,
589
+ "loss": 1.1408,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 0.02,
594
+ "grad_norm": 1.043106198310852,
595
+ "learning_rate": 3.200960288086426e-05,
596
+ "loss": 1.0511,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 0.02,
601
+ "grad_norm": 0.6093169450759888,
602
+ "learning_rate": 3.0009002700810245e-05,
603
+ "loss": 0.9798,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 0.02,
608
+ "grad_norm": 0.9623333811759949,
609
+ "learning_rate": 2.800840252075623e-05,
610
+ "loss": 0.8907,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 0.02,
615
+ "grad_norm": 0.7118967175483704,
616
+ "learning_rate": 2.6007802340702216e-05,
617
+ "loss": 1.224,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 0.02,
622
+ "grad_norm": 0.7716160416603088,
623
+ "learning_rate": 2.4007202160648196e-05,
624
+ "loss": 1.2367,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 0.02,
629
+ "grad_norm": 0.8782191872596741,
630
+ "learning_rate": 2.200660198059418e-05,
631
+ "loss": 1.2046,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 0.02,
636
+ "grad_norm": 0.8954662084579468,
637
+ "learning_rate": 2.0006001800540163e-05,
638
+ "loss": 1.1141,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 0.02,
643
+ "grad_norm": 0.7129700183868408,
644
+ "learning_rate": 1.8005401620486147e-05,
645
+ "loss": 1.2983,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 0.02,
650
+ "grad_norm": 0.8731375932693481,
651
+ "learning_rate": 1.600480144043213e-05,
652
+ "loss": 1.1551,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 0.02,
657
+ "grad_norm": 0.6418743133544922,
658
+ "learning_rate": 1.4004201260378114e-05,
659
+ "loss": 1.0709,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 0.02,
664
+ "grad_norm": 0.5780905485153198,
665
+ "learning_rate": 1.2003601080324098e-05,
666
+ "loss": 0.7904,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 0.02,
671
+ "grad_norm": 0.6729098558425903,
672
+ "learning_rate": 1.0003000900270082e-05,
673
+ "loss": 1.2541,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 0.02,
678
+ "grad_norm": 0.9264962673187256,
679
+ "learning_rate": 8.002400720216065e-06,
680
+ "loss": 0.9846,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 0.02,
685
+ "grad_norm": 0.6398671865463257,
686
+ "learning_rate": 6.001800540162049e-06,
687
+ "loss": 1.007,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 0.02,
692
+ "grad_norm": 0.639799952507019,
693
+ "learning_rate": 4.001200360108033e-06,
694
+ "loss": 1.0604,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 0.02,
699
+ "grad_norm": 0.6854999661445618,
700
+ "learning_rate": 2.0006001800540163e-06,
701
+ "loss": 0.8762,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 0.02,
706
+ "grad_norm": 0.7004562020301819,
707
+ "learning_rate": 0.0,
708
+ "loss": 0.9948,
709
+ "step": 100
710
+ }
711
+ ],
712
+ "logging_steps": 1,
713
+ "max_steps": 100,
714
+ "num_input_tokens_seen": 0,
715
+ "num_train_epochs": 1,
716
+ "save_steps": 500,
717
+ "total_flos": 1.5977891623471104e+16,
718
+ "train_batch_size": 1,
719
+ "trial_name": null,
720
+ "trial_params": null
721
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6776507015d5062729966e7dab24eb3614937306444c1dbbd46f2d1a0333736
3
+ size 4920