Sourabh2 commited on
Commit
c8966e4
1 Parent(s): 25d9153

Initial upload of model files

Browse files
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/llama-2-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.12.0
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/llama-2-7b",
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": 16,
14
+ "lora_dropout": 0,
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
+ "down_proj",
24
+ "k_proj",
25
+ "gate_proj",
26
+ "up_proj",
27
+ "o_proj",
28
+ "v_proj",
29
+ "q_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:6fe1830e9e15bcddb37c4236a70e2cb7d63791276b68896c6bf03b3d002a4090
3
+ size 159967880
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f649437e7e1aad814a88807c4af22e87b9d30e9ff22f74ae0bde318e8e0b4335
3
+ size 80630612
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6d4fbb4eb2a12b17b73babfa38b90bdafc73a682a0af60498a1e002b1fd5b3a
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e455333677761f54b62265cc239abaa6a6e564a2c3a2a96e18aa84308560fce
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "<unk>",
37
+ "padding_side": "left",
38
+ "sp_model_kwargs": {},
39
+ "tokenizer_class": "LlamaTokenizer",
40
+ "unk_token": "<unk>",
41
+ "use_default_system_prompt": false
42
+ }
trainer_state.json ADDED
@@ -0,0 +1,873 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.324324324324325,
5
+ "eval_steps": 500,
6
+ "global_step": 120,
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.036036036036036036,
13
+ "grad_norm": NaN,
14
+ "learning_rate": 0.0,
15
+ "loss": 2.2548,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.07207207207207207,
20
+ "grad_norm": NaN,
21
+ "learning_rate": 0.0,
22
+ "loss": 1.7083,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.10810810810810811,
27
+ "grad_norm": NaN,
28
+ "learning_rate": 0.0,
29
+ "loss": 1.9566,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.14414414414414414,
34
+ "grad_norm": NaN,
35
+ "learning_rate": 0.0,
36
+ "loss": 2.2875,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.18018018018018017,
41
+ "grad_norm": NaN,
42
+ "learning_rate": 0.0,
43
+ "loss": 2.0179,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.21621621621621623,
48
+ "grad_norm": NaN,
49
+ "learning_rate": 0.0,
50
+ "loss": 2.1465,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.25225225225225223,
55
+ "grad_norm": NaN,
56
+ "learning_rate": 0.0,
57
+ "loss": 2.0991,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.2882882882882883,
62
+ "grad_norm": NaN,
63
+ "learning_rate": 0.0,
64
+ "loss": 2.0996,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.32432432432432434,
69
+ "grad_norm": 3.127271890640259,
70
+ "learning_rate": 2e-05,
71
+ "loss": 2.0748,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.36036036036036034,
76
+ "grad_norm": 2.1929919719696045,
77
+ "learning_rate": 4e-05,
78
+ "loss": 1.7543,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.3963963963963964,
83
+ "grad_norm": 3.9285449981689453,
84
+ "learning_rate": 6e-05,
85
+ "loss": 2.1182,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.43243243243243246,
90
+ "grad_norm": 3.9492204189300537,
91
+ "learning_rate": 8e-05,
92
+ "loss": 2.1398,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.46846846846846846,
97
+ "grad_norm": 4.697811603546143,
98
+ "learning_rate": 0.0001,
99
+ "loss": 1.944,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.5045045045045045,
104
+ "grad_norm": 2.257394313812256,
105
+ "learning_rate": 0.00012,
106
+ "loss": 1.6118,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.5405405405405406,
111
+ "grad_norm": 1.470400333404541,
112
+ "learning_rate": 0.00014,
113
+ "loss": 1.6489,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.5765765765765766,
118
+ "grad_norm": 0.9114196300506592,
119
+ "learning_rate": 0.00016,
120
+ "loss": 1.3067,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.6126126126126126,
125
+ "grad_norm": 1.9045084714889526,
126
+ "learning_rate": 0.00018,
127
+ "loss": 1.4384,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.6486486486486487,
132
+ "grad_norm": 1.669812560081482,
133
+ "learning_rate": 0.0002,
134
+ "loss": 1.3614,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.6846846846846847,
139
+ "grad_norm": 0.982727587223053,
140
+ "learning_rate": 0.00019818181818181821,
141
+ "loss": 1.29,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.7207207207207207,
146
+ "grad_norm": 0.5169259309768677,
147
+ "learning_rate": 0.00019636363636363636,
148
+ "loss": 1.2386,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.7567567567567568,
153
+ "grad_norm": 0.3028675317764282,
154
+ "learning_rate": 0.00019454545454545457,
155
+ "loss": 1.1707,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.7927927927927928,
160
+ "grad_norm": 0.35564807057380676,
161
+ "learning_rate": 0.00019272727272727274,
162
+ "loss": 0.9072,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.8288288288288288,
167
+ "grad_norm": 0.30732882022857666,
168
+ "learning_rate": 0.00019090909090909092,
169
+ "loss": 0.9289,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.8648648648648649,
174
+ "grad_norm": 0.31778138875961304,
175
+ "learning_rate": 0.0001890909090909091,
176
+ "loss": 0.9955,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.9009009009009009,
181
+ "grad_norm": 0.3151562809944153,
182
+ "learning_rate": 0.00018727272727272728,
183
+ "loss": 0.8705,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.9369369369369369,
188
+ "grad_norm": 0.3682255744934082,
189
+ "learning_rate": 0.00018545454545454545,
190
+ "loss": 1.197,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.972972972972973,
195
+ "grad_norm": 0.25122687220573425,
196
+ "learning_rate": 0.00018363636363636366,
197
+ "loss": 1.0997,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 1.009009009009009,
202
+ "grad_norm": 0.23811328411102295,
203
+ "learning_rate": 0.00018181818181818183,
204
+ "loss": 1.0265,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 1.045045045045045,
209
+ "grad_norm": 0.23290874063968658,
210
+ "learning_rate": 0.00018,
211
+ "loss": 0.7358,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 1.0810810810810811,
216
+ "grad_norm": 0.21789032220840454,
217
+ "learning_rate": 0.0001781818181818182,
218
+ "loss": 0.7165,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 1.117117117117117,
223
+ "grad_norm": 0.3115369975566864,
224
+ "learning_rate": 0.00017636363636363637,
225
+ "loss": 0.7812,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 1.1531531531531531,
230
+ "grad_norm": 0.21534988284111023,
231
+ "learning_rate": 0.00017454545454545454,
232
+ "loss": 0.706,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 1.1891891891891893,
237
+ "grad_norm": 0.21201848983764648,
238
+ "learning_rate": 0.00017272727272727275,
239
+ "loss": 0.6389,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 1.2252252252252251,
244
+ "grad_norm": 0.16613227128982544,
245
+ "learning_rate": 0.0001709090909090909,
246
+ "loss": 0.7041,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 1.2612612612612613,
251
+ "grad_norm": 0.26245370507240295,
252
+ "learning_rate": 0.0001690909090909091,
253
+ "loss": 0.6188,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 1.2972972972972974,
258
+ "grad_norm": 0.17487148940563202,
259
+ "learning_rate": 0.00016727272727272728,
260
+ "loss": 0.7382,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 1.3333333333333333,
265
+ "grad_norm": 0.22627073526382446,
266
+ "learning_rate": 0.00016545454545454545,
267
+ "loss": 0.9381,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 1.3693693693693694,
272
+ "grad_norm": 0.19883334636688232,
273
+ "learning_rate": 0.00016363636363636366,
274
+ "loss": 1.0042,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 1.4054054054054055,
279
+ "grad_norm": 0.18648912012577057,
280
+ "learning_rate": 0.00016181818181818184,
281
+ "loss": 0.7297,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 1.4414414414414414,
286
+ "grad_norm": 0.2486204355955124,
287
+ "learning_rate": 0.00016,
288
+ "loss": 1.0105,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 1.4774774774774775,
293
+ "grad_norm": 0.19586724042892456,
294
+ "learning_rate": 0.0001581818181818182,
295
+ "loss": 0.8904,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 1.5135135135135136,
300
+ "grad_norm": 0.1361636519432068,
301
+ "learning_rate": 0.00015636363636363637,
302
+ "loss": 0.7655,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 1.5495495495495497,
307
+ "grad_norm": 0.1422913819551468,
308
+ "learning_rate": 0.00015454545454545454,
309
+ "loss": 0.884,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 1.5855855855855856,
314
+ "grad_norm": 0.12737137079238892,
315
+ "learning_rate": 0.00015272727272727275,
316
+ "loss": 0.4881,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 1.6216216216216215,
321
+ "grad_norm": 0.14031246304512024,
322
+ "learning_rate": 0.0001509090909090909,
323
+ "loss": 0.4856,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 1.6576576576576576,
328
+ "grad_norm": 0.152836412191391,
329
+ "learning_rate": 0.0001490909090909091,
330
+ "loss": 0.5526,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 1.6936936936936937,
335
+ "grad_norm": 0.16750769317150116,
336
+ "learning_rate": 0.00014727272727272728,
337
+ "loss": 0.6862,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 1.7297297297297298,
342
+ "grad_norm": 0.15049736201763153,
343
+ "learning_rate": 0.00014545454545454546,
344
+ "loss": 0.6051,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 1.7657657657657657,
349
+ "grad_norm": 0.1748289316892624,
350
+ "learning_rate": 0.00014363636363636363,
351
+ "loss": 0.6521,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 1.8018018018018018,
356
+ "grad_norm": 0.12289358675479889,
357
+ "learning_rate": 0.00014181818181818184,
358
+ "loss": 0.5631,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 1.8378378378378377,
363
+ "grad_norm": 0.14275340735912323,
364
+ "learning_rate": 0.00014,
365
+ "loss": 0.3934,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 1.8738738738738738,
370
+ "grad_norm": 0.14242391288280487,
371
+ "learning_rate": 0.0001381818181818182,
372
+ "loss": 0.4372,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 1.90990990990991,
377
+ "grad_norm": 0.1477702260017395,
378
+ "learning_rate": 0.00013636363636363637,
379
+ "loss": 0.7059,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 1.945945945945946,
384
+ "grad_norm": 0.14974962174892426,
385
+ "learning_rate": 0.00013454545454545455,
386
+ "loss": 0.7635,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 1.981981981981982,
391
+ "grad_norm": 0.14689475297927856,
392
+ "learning_rate": 0.00013272727272727275,
393
+ "loss": 0.7075,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 2.018018018018018,
398
+ "grad_norm": 0.1843816339969635,
399
+ "learning_rate": 0.00013090909090909093,
400
+ "loss": 0.6481,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 2.054054054054054,
405
+ "grad_norm": 0.14116476476192474,
406
+ "learning_rate": 0.0001290909090909091,
407
+ "loss": 0.3951,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 2.09009009009009,
412
+ "grad_norm": 0.15613681077957153,
413
+ "learning_rate": 0.00012727272727272728,
414
+ "loss": 0.4265,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 2.126126126126126,
419
+ "grad_norm": 0.1918690949678421,
420
+ "learning_rate": 0.00012545454545454546,
421
+ "loss": 0.9761,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 2.1621621621621623,
426
+ "grad_norm": 0.14524200558662415,
427
+ "learning_rate": 0.00012363636363636364,
428
+ "loss": 0.4906,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 2.1981981981981984,
433
+ "grad_norm": 0.16868562996387482,
434
+ "learning_rate": 0.00012181818181818183,
435
+ "loss": 0.5676,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 2.234234234234234,
440
+ "grad_norm": 0.14121738076210022,
441
+ "learning_rate": 0.00012,
442
+ "loss": 0.5162,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 2.27027027027027,
447
+ "grad_norm": 0.180411696434021,
448
+ "learning_rate": 0.0001181818181818182,
449
+ "loss": 0.7837,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 2.3063063063063063,
454
+ "grad_norm": 0.23065026104450226,
455
+ "learning_rate": 0.00011636363636363636,
456
+ "loss": 0.4959,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 2.3423423423423424,
461
+ "grad_norm": 0.1973959058523178,
462
+ "learning_rate": 0.00011454545454545456,
463
+ "loss": 0.4391,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 2.3783783783783785,
468
+ "grad_norm": 0.17862387001514435,
469
+ "learning_rate": 0.00011272727272727272,
470
+ "loss": 0.4177,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 2.4144144144144146,
475
+ "grad_norm": 0.19349342584609985,
476
+ "learning_rate": 0.00011090909090909092,
477
+ "loss": 0.7445,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 2.4504504504504503,
482
+ "grad_norm": 0.1336154341697693,
483
+ "learning_rate": 0.00010909090909090909,
484
+ "loss": 0.2191,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 2.4864864864864864,
489
+ "grad_norm": 0.21199998259544373,
490
+ "learning_rate": 0.00010727272727272728,
491
+ "loss": 0.4845,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 2.5225225225225225,
496
+ "grad_norm": 0.18532893061637878,
497
+ "learning_rate": 0.00010545454545454545,
498
+ "loss": 0.7252,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 2.5585585585585586,
503
+ "grad_norm": 0.14763948321342468,
504
+ "learning_rate": 0.00010363636363636364,
505
+ "loss": 0.4816,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 2.5945945945945947,
510
+ "grad_norm": 0.19213160872459412,
511
+ "learning_rate": 0.00010181818181818181,
512
+ "loss": 0.4775,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 2.6306306306306304,
517
+ "grad_norm": 0.19077633321285248,
518
+ "learning_rate": 0.0001,
519
+ "loss": 0.451,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 2.6666666666666665,
524
+ "grad_norm": 0.15648439526557922,
525
+ "learning_rate": 9.818181818181818e-05,
526
+ "loss": 0.2877,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 2.7027027027027026,
531
+ "grad_norm": 0.15609943866729736,
532
+ "learning_rate": 9.636363636363637e-05,
533
+ "loss": 0.2944,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 2.7387387387387387,
538
+ "grad_norm": 0.3236052989959717,
539
+ "learning_rate": 9.454545454545455e-05,
540
+ "loss": 0.62,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 2.774774774774775,
545
+ "grad_norm": 0.222801074385643,
546
+ "learning_rate": 9.272727272727273e-05,
547
+ "loss": 0.6515,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 2.810810810810811,
552
+ "grad_norm": 0.2324117124080658,
553
+ "learning_rate": 9.090909090909092e-05,
554
+ "loss": 0.5766,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 2.846846846846847,
559
+ "grad_norm": 0.20293325185775757,
560
+ "learning_rate": 8.90909090909091e-05,
561
+ "loss": 0.4531,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 2.8828828828828827,
566
+ "grad_norm": 0.20165590941905975,
567
+ "learning_rate": 8.727272727272727e-05,
568
+ "loss": 0.5847,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 2.918918918918919,
573
+ "grad_norm": 0.3000154197216034,
574
+ "learning_rate": 8.545454545454545e-05,
575
+ "loss": 0.4334,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 2.954954954954955,
580
+ "grad_norm": 0.20399592816829681,
581
+ "learning_rate": 8.363636363636364e-05,
582
+ "loss": 0.2509,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 2.990990990990991,
587
+ "grad_norm": 0.2015918642282486,
588
+ "learning_rate": 8.181818181818183e-05,
589
+ "loss": 0.3644,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 3.027027027027027,
594
+ "grad_norm": 0.16283659636974335,
595
+ "learning_rate": 8e-05,
596
+ "loss": 0.3619,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 3.063063063063063,
601
+ "grad_norm": 0.23384951055049896,
602
+ "learning_rate": 7.818181818181818e-05,
603
+ "loss": 0.4679,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 3.099099099099099,
608
+ "grad_norm": 0.3092138171195984,
609
+ "learning_rate": 7.636363636363637e-05,
610
+ "loss": 0.504,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 3.135135135135135,
615
+ "grad_norm": 0.2725450396537781,
616
+ "learning_rate": 7.454545454545455e-05,
617
+ "loss": 0.3763,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 3.171171171171171,
622
+ "grad_norm": 0.2366735339164734,
623
+ "learning_rate": 7.272727272727273e-05,
624
+ "loss": 0.3513,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 3.2072072072072073,
629
+ "grad_norm": 0.2573714554309845,
630
+ "learning_rate": 7.090909090909092e-05,
631
+ "loss": 0.3202,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 3.2432432432432434,
636
+ "grad_norm": 0.39939162135124207,
637
+ "learning_rate": 6.90909090909091e-05,
638
+ "loss": 0.4374,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 3.279279279279279,
643
+ "grad_norm": 0.3089916408061981,
644
+ "learning_rate": 6.727272727272727e-05,
645
+ "loss": 0.4418,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 3.315315315315315,
650
+ "grad_norm": 0.26053813099861145,
651
+ "learning_rate": 6.545454545454546e-05,
652
+ "loss": 0.3301,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 3.3513513513513513,
657
+ "grad_norm": 0.25036731362342834,
658
+ "learning_rate": 6.363636363636364e-05,
659
+ "loss": 0.3525,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 3.3873873873873874,
664
+ "grad_norm": 0.4556732475757599,
665
+ "learning_rate": 6.181818181818182e-05,
666
+ "loss": 0.3305,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 3.4234234234234235,
671
+ "grad_norm": 0.26551949977874756,
672
+ "learning_rate": 6e-05,
673
+ "loss": 0.2769,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 3.4594594594594597,
678
+ "grad_norm": 0.2707691192626953,
679
+ "learning_rate": 5.818181818181818e-05,
680
+ "loss": 0.2242,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 3.4954954954954953,
685
+ "grad_norm": 0.2323060780763626,
686
+ "learning_rate": 5.636363636363636e-05,
687
+ "loss": 0.4295,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 3.5315315315315314,
692
+ "grad_norm": 0.26477906107902527,
693
+ "learning_rate": 5.4545454545454546e-05,
694
+ "loss": 0.3623,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 3.5675675675675675,
699
+ "grad_norm": 0.2650379538536072,
700
+ "learning_rate": 5.272727272727272e-05,
701
+ "loss": 0.2648,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 3.6036036036036037,
706
+ "grad_norm": 0.33467838168144226,
707
+ "learning_rate": 5.090909090909091e-05,
708
+ "loss": 0.3563,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 3.6396396396396398,
713
+ "grad_norm": 0.2872948944568634,
714
+ "learning_rate": 4.909090909090909e-05,
715
+ "loss": 0.4959,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 3.6756756756756754,
720
+ "grad_norm": 0.29369983077049255,
721
+ "learning_rate": 4.7272727272727275e-05,
722
+ "loss": 0.2455,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 3.7117117117117115,
727
+ "grad_norm": 0.3010379374027252,
728
+ "learning_rate": 4.545454545454546e-05,
729
+ "loss": 0.4271,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 3.7477477477477477,
734
+ "grad_norm": 0.31059783697128296,
735
+ "learning_rate": 4.3636363636363636e-05,
736
+ "loss": 0.4152,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 3.7837837837837838,
741
+ "grad_norm": 0.2542209327220917,
742
+ "learning_rate": 4.181818181818182e-05,
743
+ "loss": 0.382,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 3.81981981981982,
748
+ "grad_norm": 0.2900529205799103,
749
+ "learning_rate": 4e-05,
750
+ "loss": 0.2371,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 3.855855855855856,
755
+ "grad_norm": 0.25713253021240234,
756
+ "learning_rate": 3.818181818181819e-05,
757
+ "loss": 0.2636,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 3.891891891891892,
762
+ "grad_norm": 0.2913016378879547,
763
+ "learning_rate": 3.6363636363636364e-05,
764
+ "loss": 0.4829,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 3.9279279279279278,
769
+ "grad_norm": 0.25630098581314087,
770
+ "learning_rate": 3.454545454545455e-05,
771
+ "loss": 0.2281,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 3.963963963963964,
776
+ "grad_norm": 0.29647207260131836,
777
+ "learning_rate": 3.272727272727273e-05,
778
+ "loss": 0.3197,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 4.0,
783
+ "grad_norm": 0.3527073860168457,
784
+ "learning_rate": 3.090909090909091e-05,
785
+ "loss": 0.3282,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 4.036036036036036,
790
+ "grad_norm": 0.482024610042572,
791
+ "learning_rate": 2.909090909090909e-05,
792
+ "loss": 0.255,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 4.072072072072072,
797
+ "grad_norm": 0.22163565456867218,
798
+ "learning_rate": 2.7272727272727273e-05,
799
+ "loss": 0.1771,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 4.108108108108108,
804
+ "grad_norm": 0.25971901416778564,
805
+ "learning_rate": 2.5454545454545454e-05,
806
+ "loss": 0.2633,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 4.1441441441441444,
811
+ "grad_norm": 0.30024221539497375,
812
+ "learning_rate": 2.3636363636363637e-05,
813
+ "loss": 0.2706,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 4.18018018018018,
818
+ "grad_norm": 0.26607680320739746,
819
+ "learning_rate": 2.1818181818181818e-05,
820
+ "loss": 0.2513,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 4.216216216216216,
825
+ "grad_norm": 0.2651140093803406,
826
+ "learning_rate": 2e-05,
827
+ "loss": 0.2306,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 4.252252252252252,
832
+ "grad_norm": 0.29040372371673584,
833
+ "learning_rate": 1.8181818181818182e-05,
834
+ "loss": 0.348,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 4.288288288288288,
839
+ "grad_norm": 0.3690294623374939,
840
+ "learning_rate": 1.6363636363636366e-05,
841
+ "loss": 0.1826,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 4.324324324324325,
846
+ "grad_norm": 0.22308969497680664,
847
+ "learning_rate": 1.4545454545454545e-05,
848
+ "loss": 0.1656,
849
+ "step": 120
850
+ }
851
+ ],
852
+ "logging_steps": 1,
853
+ "max_steps": 120,
854
+ "num_input_tokens_seen": 0,
855
+ "num_train_epochs": 5,
856
+ "save_steps": 500,
857
+ "stateful_callbacks": {
858
+ "TrainerControl": {
859
+ "args": {
860
+ "should_epoch_stop": false,
861
+ "should_evaluate": false,
862
+ "should_log": false,
863
+ "should_save": true,
864
+ "should_training_stop": true
865
+ },
866
+ "attributes": {}
867
+ }
868
+ },
869
+ "total_flos": 1.1955401487160934e+17,
870
+ "train_batch_size": 2,
871
+ "trial_name": null,
872
+ "trial_params": null
873
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f0bdcea900b614b8f1517661ddafea0622eb767cb2248ab01094839fd94543f
3
+ size 5432