PavanDeepak commited on
Commit
c821d54
1 Parent(s): 97e8b58

Upload 11 files

Browse files
README.md CHANGED
@@ -1,3 +1,202 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Salesforce/xLAM-1b-fc-r
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": "Salesforce/xLAM-1b-fc-r",
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.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
+ "o_proj",
24
+ "q_proj",
25
+ "down_proj",
26
+ "v_proj",
27
+ "k_proj",
28
+ "gate_proj",
29
+ "up_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:2b80a8267aca5ca3972535bc20e350d6124aad42a9af28560c556200058d1d7c
3
+ size 239906848
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:135a1ffd17ea5431ab980777ab322c3d9845995a20a56013d092913f821c1c1f
3
+ size 115529564
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dc1eb9b1e38a063943904ebc23cc5fc9c3eeb7ce91159dd9fd3ac7eac9d381e
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4077036d99500a708f700f75da24d51b5300e184ad35fda49dc5a4df5596cca2
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|EOT|>"
4
+ ],
5
+ "bos_token": {
6
+ "content": "<|begin▁of▁sentence|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "eos_token": {
13
+ "content": "<|EOT|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false
18
+ },
19
+ "pad_token": {
20
+ "content": "<|end▁of▁sentence|>",
21
+ "lstrip": false,
22
+ "normalized": true,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ }
26
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "32000": {
7
+ "content": "õ",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": false
13
+ },
14
+ "32001": {
15
+ "content": "÷",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "32002": {
23
+ "content": "Á",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32003": {
31
+ "content": "ý",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "32004": {
39
+ "content": "À",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "32005": {
47
+ "content": "ÿ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "32006": {
55
+ "content": "ø",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "32007": {
63
+ "content": "ú",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "32008": {
71
+ "content": "þ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "32009": {
79
+ "content": "ü",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "32010": {
87
+ "content": "ù",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "32011": {
95
+ "content": "ö",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "32012": {
103
+ "content": "û",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "32013": {
111
+ "content": "<|begin▁of▁sentence|>",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "32014": {
119
+ "content": "<|end▁of▁sentence|>",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": true
125
+ },
126
+ "32015": {
127
+ "content": "<|fim▁hole|>",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "32016": {
135
+ "content": "<|fim▁begin|>",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "32017": {
143
+ "content": "<|fim▁end|>",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "32018": {
151
+ "content": "<pad>",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "32019": {
159
+ "content": "<|User|>",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "32020": {
167
+ "content": "<|Assistant|>",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "32021": {
175
+ "content": "<|EOT|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": true
181
+ }
182
+ },
183
+ "additional_special_tokens": [
184
+ "<|EOT|>"
185
+ ],
186
+ "bos_token": "<|begin▁of▁sentence|>",
187
+ "chat_template": "{% set system_message = 'You are an AI assistant for function calling.For politically sensitive questions, security and privacy issues, and other non-computer science questions, you will refuse to answer\\n' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ system_message }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '### Instruction:\\n' + content + '\\n### Response:' }}{% elif message['role'] == 'assistant' %}{{ '\\n' + content + '\\n<|EOT|>\\n' }}{% endif %}{% endfor %}",
188
+ "clean_up_tokenization_spaces": false,
189
+ "eos_token": "<|EOT|>",
190
+ "legacy": true,
191
+ "model_max_length": 16384,
192
+ "pad_token": "<|end▁of▁sentence|>",
193
+ "padding_side": "right",
194
+ "sp_model_kwargs": {},
195
+ "split_special_tokens": false,
196
+ "tokenizer_class": "LlamaTokenizer",
197
+ "unk_token": null,
198
+ "use_default_system_prompt": false
199
+ }
trainer_state.json ADDED
@@ -0,0 +1,733 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.149377593360996,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
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.04149377593360996,
13
+ "grad_norm": 0.7534617185592651,
14
+ "learning_rate": 1e-05,
15
+ "loss": 1.3441,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.08298755186721991,
20
+ "grad_norm": 0.17292505502700806,
21
+ "learning_rate": 2e-05,
22
+ "loss": 1.2553,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.12448132780082988,
27
+ "grad_norm": 0.16635559499263763,
28
+ "learning_rate": 3e-05,
29
+ "loss": 1.2958,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.16597510373443983,
34
+ "grad_norm": 0.1318502277135849,
35
+ "learning_rate": 4e-05,
36
+ "loss": 1.1205,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.2074688796680498,
41
+ "grad_norm": 0.21048150956630707,
42
+ "learning_rate": 5e-05,
43
+ "loss": 1.0102,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.24896265560165975,
48
+ "grad_norm": 0.239803746342659,
49
+ "learning_rate": 6e-05,
50
+ "loss": 1.0016,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.29045643153526973,
55
+ "grad_norm": 0.16366511583328247,
56
+ "learning_rate": 7e-05,
57
+ "loss": 0.9466,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.33195020746887965,
62
+ "grad_norm": 0.24975861608982086,
63
+ "learning_rate": 8e-05,
64
+ "loss": 0.7838,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.37344398340248963,
69
+ "grad_norm": 0.282753586769104,
70
+ "learning_rate": 9e-05,
71
+ "loss": 0.7927,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.4149377593360996,
76
+ "grad_norm": 0.19942770898342133,
77
+ "learning_rate": 0.0001,
78
+ "loss": 0.7928,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.45643153526970953,
83
+ "grad_norm": 0.21815817058086395,
84
+ "learning_rate": 9.888888888888889e-05,
85
+ "loss": 0.58,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.4979253112033195,
90
+ "grad_norm": 0.19703078269958496,
91
+ "learning_rate": 9.777777777777778e-05,
92
+ "loss": 0.639,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.5394190871369294,
97
+ "grad_norm": 0.270720511674881,
98
+ "learning_rate": 9.666666666666667e-05,
99
+ "loss": 0.5981,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.5809128630705395,
104
+ "grad_norm": 0.2211589813232422,
105
+ "learning_rate": 9.555555555555557e-05,
106
+ "loss": 0.6611,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.6224066390041494,
111
+ "grad_norm": 0.22035779058933258,
112
+ "learning_rate": 9.444444444444444e-05,
113
+ "loss": 0.6056,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.6639004149377593,
118
+ "grad_norm": 0.3599834740161896,
119
+ "learning_rate": 9.333333333333334e-05,
120
+ "loss": 0.7573,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.7053941908713693,
125
+ "grad_norm": 0.2543361485004425,
126
+ "learning_rate": 9.222222222222223e-05,
127
+ "loss": 0.6592,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.7468879668049793,
132
+ "grad_norm": 0.26748475432395935,
133
+ "learning_rate": 9.111111111111112e-05,
134
+ "loss": 0.5471,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.7883817427385892,
139
+ "grad_norm": 0.3198457956314087,
140
+ "learning_rate": 9e-05,
141
+ "loss": 0.5802,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.8298755186721992,
146
+ "grad_norm": 0.26507750153541565,
147
+ "learning_rate": 8.888888888888889e-05,
148
+ "loss": 0.5088,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.8713692946058091,
153
+ "grad_norm": 0.32707032561302185,
154
+ "learning_rate": 8.777777777777778e-05,
155
+ "loss": 0.4706,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.9128630705394191,
160
+ "grad_norm": 0.20190617442131042,
161
+ "learning_rate": 8.666666666666667e-05,
162
+ "loss": 0.3719,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.9543568464730291,
167
+ "grad_norm": 0.270940363407135,
168
+ "learning_rate": 8.555555555555556e-05,
169
+ "loss": 0.5147,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.995850622406639,
174
+ "grad_norm": 0.34486109018325806,
175
+ "learning_rate": 8.444444444444444e-05,
176
+ "loss": 0.4241,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 1.037344398340249,
181
+ "grad_norm": 0.42535537481307983,
182
+ "learning_rate": 8.333333333333334e-05,
183
+ "loss": 0.5259,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 1.0788381742738589,
188
+ "grad_norm": 0.4141991138458252,
189
+ "learning_rate": 8.222222222222222e-05,
190
+ "loss": 0.3362,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 1.120331950207469,
195
+ "grad_norm": 0.38707345724105835,
196
+ "learning_rate": 8.111111111111112e-05,
197
+ "loss": 0.1921,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 1.161825726141079,
202
+ "grad_norm": 0.22714611887931824,
203
+ "learning_rate": 8e-05,
204
+ "loss": 0.5203,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 1.2033195020746887,
209
+ "grad_norm": 0.23145520687103271,
210
+ "learning_rate": 7.88888888888889e-05,
211
+ "loss": 0.3289,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 1.2448132780082988,
216
+ "grad_norm": 0.24606278538703918,
217
+ "learning_rate": 7.777777777777778e-05,
218
+ "loss": 0.4789,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 1.2863070539419086,
223
+ "grad_norm": 0.3598890006542206,
224
+ "learning_rate": 7.666666666666667e-05,
225
+ "loss": 0.3212,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 1.3278008298755186,
230
+ "grad_norm": 0.4746328592300415,
231
+ "learning_rate": 7.555555555555556e-05,
232
+ "loss": 0.4568,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 1.3692946058091287,
237
+ "grad_norm": 0.28307732939720154,
238
+ "learning_rate": 7.444444444444444e-05,
239
+ "loss": 0.3563,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 1.4107883817427385,
244
+ "grad_norm": 0.3323902189731598,
245
+ "learning_rate": 7.333333333333333e-05,
246
+ "loss": 0.5342,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 1.4522821576763485,
251
+ "grad_norm": 0.29897817969322205,
252
+ "learning_rate": 7.222222222222222e-05,
253
+ "loss": 0.3693,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 1.4937759336099585,
258
+ "grad_norm": 0.5410626530647278,
259
+ "learning_rate": 7.111111111111112e-05,
260
+ "loss": 0.4809,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 1.5352697095435683,
265
+ "grad_norm": 0.28330478072166443,
266
+ "learning_rate": 7e-05,
267
+ "loss": 0.3591,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 1.5767634854771784,
272
+ "grad_norm": 0.47028374671936035,
273
+ "learning_rate": 6.88888888888889e-05,
274
+ "loss": 0.3717,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 1.6182572614107884,
279
+ "grad_norm": 0.4893304109573364,
280
+ "learning_rate": 6.777777777777778e-05,
281
+ "loss": 0.3227,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 1.6597510373443982,
286
+ "grad_norm": 0.5082384347915649,
287
+ "learning_rate": 6.666666666666667e-05,
288
+ "loss": 0.3572,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 1.7012448132780082,
293
+ "grad_norm": 0.34136882424354553,
294
+ "learning_rate": 6.555555555555556e-05,
295
+ "loss": 0.4784,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 1.7427385892116183,
300
+ "grad_norm": 0.39626437425613403,
301
+ "learning_rate": 6.444444444444446e-05,
302
+ "loss": 0.4348,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 1.784232365145228,
307
+ "grad_norm": 0.5795237421989441,
308
+ "learning_rate": 6.333333333333333e-05,
309
+ "loss": 0.4211,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 1.8257261410788381,
314
+ "grad_norm": 0.6919090151786804,
315
+ "learning_rate": 6.222222222222222e-05,
316
+ "loss": 0.3886,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 1.8672199170124482,
321
+ "grad_norm": 0.3347764015197754,
322
+ "learning_rate": 6.111111111111112e-05,
323
+ "loss": 0.3753,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 1.908713692946058,
328
+ "grad_norm": 0.8023832440376282,
329
+ "learning_rate": 6e-05,
330
+ "loss": 0.3052,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 1.950207468879668,
335
+ "grad_norm": 0.23686052858829498,
336
+ "learning_rate": 5.8888888888888896e-05,
337
+ "loss": 0.4345,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 1.991701244813278,
342
+ "grad_norm": 0.38190993666648865,
343
+ "learning_rate": 5.7777777777777776e-05,
344
+ "loss": 0.3561,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 2.033195020746888,
349
+ "grad_norm": 0.38062775135040283,
350
+ "learning_rate": 5.666666666666667e-05,
351
+ "loss": 0.4208,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 2.074688796680498,
356
+ "grad_norm": 0.42297548055648804,
357
+ "learning_rate": 5.555555555555556e-05,
358
+ "loss": 0.2817,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 2.116182572614108,
363
+ "grad_norm": 0.5791902542114258,
364
+ "learning_rate": 5.4444444444444446e-05,
365
+ "loss": 0.2804,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 2.1576763485477177,
370
+ "grad_norm": 0.39327019453048706,
371
+ "learning_rate": 5.333333333333333e-05,
372
+ "loss": 0.2416,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 2.199170124481328,
377
+ "grad_norm": 0.49688029289245605,
378
+ "learning_rate": 5.222222222222223e-05,
379
+ "loss": 0.3241,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 2.240663900414938,
384
+ "grad_norm": 0.6079151630401611,
385
+ "learning_rate": 5.111111111111111e-05,
386
+ "loss": 0.383,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 2.2821576763485476,
391
+ "grad_norm": 0.2557106614112854,
392
+ "learning_rate": 5e-05,
393
+ "loss": 0.2163,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 2.323651452282158,
398
+ "grad_norm": 0.41979703307151794,
399
+ "learning_rate": 4.888888888888889e-05,
400
+ "loss": 0.3263,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 2.3651452282157677,
405
+ "grad_norm": 0.298300564289093,
406
+ "learning_rate": 4.7777777777777784e-05,
407
+ "loss": 0.178,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 2.4066390041493775,
412
+ "grad_norm": 0.33259597420692444,
413
+ "learning_rate": 4.666666666666667e-05,
414
+ "loss": 0.2444,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 2.4481327800829877,
419
+ "grad_norm": 0.3294433355331421,
420
+ "learning_rate": 4.555555555555556e-05,
421
+ "loss": 0.1401,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 2.4896265560165975,
426
+ "grad_norm": 0.4625357389450073,
427
+ "learning_rate": 4.4444444444444447e-05,
428
+ "loss": 0.3397,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 2.5311203319502074,
433
+ "grad_norm": 0.5396658778190613,
434
+ "learning_rate": 4.3333333333333334e-05,
435
+ "loss": 0.3147,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 2.572614107883817,
440
+ "grad_norm": 0.4528850317001343,
441
+ "learning_rate": 4.222222222222222e-05,
442
+ "loss": 0.2427,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 2.6141078838174274,
447
+ "grad_norm": 0.47281742095947266,
448
+ "learning_rate": 4.111111111111111e-05,
449
+ "loss": 0.2276,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 2.6556016597510372,
454
+ "grad_norm": 0.2738474905490875,
455
+ "learning_rate": 4e-05,
456
+ "loss": 0.2599,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 2.6970954356846475,
461
+ "grad_norm": 0.31404346227645874,
462
+ "learning_rate": 3.888888888888889e-05,
463
+ "loss": 0.2423,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 2.7385892116182573,
468
+ "grad_norm": 0.53602135181427,
469
+ "learning_rate": 3.777777777777778e-05,
470
+ "loss": 0.2915,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 2.780082987551867,
475
+ "grad_norm": 0.312480092048645,
476
+ "learning_rate": 3.6666666666666666e-05,
477
+ "loss": 0.3175,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 2.821576763485477,
482
+ "grad_norm": 0.2691058814525604,
483
+ "learning_rate": 3.555555555555556e-05,
484
+ "loss": 0.2499,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 2.863070539419087,
489
+ "grad_norm": 0.5619029998779297,
490
+ "learning_rate": 3.444444444444445e-05,
491
+ "loss": 0.3429,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 2.904564315352697,
496
+ "grad_norm": 0.625348687171936,
497
+ "learning_rate": 3.3333333333333335e-05,
498
+ "loss": 0.1967,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 2.9460580912863072,
503
+ "grad_norm": 0.20030611753463745,
504
+ "learning_rate": 3.222222222222223e-05,
505
+ "loss": 0.2182,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 2.987551867219917,
510
+ "grad_norm": 0.2181701362133026,
511
+ "learning_rate": 3.111111111111111e-05,
512
+ "loss": 0.3135,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 3.029045643153527,
517
+ "grad_norm": 0.5375049710273743,
518
+ "learning_rate": 3e-05,
519
+ "loss": 0.2967,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 3.070539419087137,
524
+ "grad_norm": 0.40118399262428284,
525
+ "learning_rate": 2.8888888888888888e-05,
526
+ "loss": 0.1545,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 3.112033195020747,
531
+ "grad_norm": 0.7035902738571167,
532
+ "learning_rate": 2.777777777777778e-05,
533
+ "loss": 0.2678,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 3.1535269709543567,
538
+ "grad_norm": 0.7388056516647339,
539
+ "learning_rate": 2.6666666666666667e-05,
540
+ "loss": 0.2665,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 3.195020746887967,
545
+ "grad_norm": 0.7555689811706543,
546
+ "learning_rate": 2.5555555555555554e-05,
547
+ "loss": 0.2337,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 3.236514522821577,
552
+ "grad_norm": 0.8938640356063843,
553
+ "learning_rate": 2.4444444444444445e-05,
554
+ "loss": 0.1993,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 3.2780082987551866,
559
+ "grad_norm": 0.7519901990890503,
560
+ "learning_rate": 2.3333333333333336e-05,
561
+ "loss": 0.2179,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 3.3195020746887964,
566
+ "grad_norm": 0.3737233281135559,
567
+ "learning_rate": 2.2222222222222223e-05,
568
+ "loss": 0.1721,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 3.3609958506224067,
573
+ "grad_norm": 0.6671114563941956,
574
+ "learning_rate": 2.111111111111111e-05,
575
+ "loss": 0.2366,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 3.4024896265560165,
580
+ "grad_norm": 0.5140301585197449,
581
+ "learning_rate": 2e-05,
582
+ "loss": 0.2073,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 3.4439834024896268,
587
+ "grad_norm": 0.2032405585050583,
588
+ "learning_rate": 1.888888888888889e-05,
589
+ "loss": 0.1978,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 3.4854771784232366,
594
+ "grad_norm": 0.5465924739837646,
595
+ "learning_rate": 1.777777777777778e-05,
596
+ "loss": 0.2103,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 3.5269709543568464,
601
+ "grad_norm": 0.49002525210380554,
602
+ "learning_rate": 1.6666666666666667e-05,
603
+ "loss": 0.2528,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 3.568464730290456,
608
+ "grad_norm": 0.37268325686454773,
609
+ "learning_rate": 1.5555555555555555e-05,
610
+ "loss": 0.2067,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 3.6099585062240664,
615
+ "grad_norm": 0.8844376802444458,
616
+ "learning_rate": 1.4444444444444444e-05,
617
+ "loss": 0.1711,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 3.6514522821576763,
622
+ "grad_norm": 0.4846467077732086,
623
+ "learning_rate": 1.3333333333333333e-05,
624
+ "loss": 0.1465,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 3.6929460580912865,
629
+ "grad_norm": 0.645414412021637,
630
+ "learning_rate": 1.2222222222222222e-05,
631
+ "loss": 0.2711,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 3.7344398340248963,
636
+ "grad_norm": 0.4424195885658264,
637
+ "learning_rate": 1.1111111111111112e-05,
638
+ "loss": 0.1949,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 3.775933609958506,
643
+ "grad_norm": 0.21110430359840393,
644
+ "learning_rate": 1e-05,
645
+ "loss": 0.1738,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 3.817427385892116,
650
+ "grad_norm": 0.3548027276992798,
651
+ "learning_rate": 8.88888888888889e-06,
652
+ "loss": 0.1363,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 3.858921161825726,
657
+ "grad_norm": 0.43183088302612305,
658
+ "learning_rate": 7.777777777777777e-06,
659
+ "loss": 0.205,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 3.900414937759336,
664
+ "grad_norm": 0.21933656930923462,
665
+ "learning_rate": 6.666666666666667e-06,
666
+ "loss": 0.2037,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 3.9419087136929463,
671
+ "grad_norm": 0.6654905080795288,
672
+ "learning_rate": 5.555555555555556e-06,
673
+ "loss": 0.209,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 3.983402489626556,
678
+ "grad_norm": 0.2863740026950836,
679
+ "learning_rate": 4.444444444444445e-06,
680
+ "loss": 0.2686,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 4.024896265560166,
685
+ "grad_norm": 0.23517794907093048,
686
+ "learning_rate": 3.3333333333333333e-06,
687
+ "loss": 0.1827,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 4.066390041493776,
692
+ "grad_norm": 0.7014562487602234,
693
+ "learning_rate": 2.2222222222222225e-06,
694
+ "loss": 0.2283,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 4.1078838174273855,
699
+ "grad_norm": 0.4174599051475525,
700
+ "learning_rate": 1.1111111111111112e-06,
701
+ "loss": 0.1267,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 4.149377593360996,
706
+ "grad_norm": 0.1902274340391159,
707
+ "learning_rate": 0.0,
708
+ "loss": 0.1947,
709
+ "step": 1000
710
+ }
711
+ ],
712
+ "logging_steps": 10,
713
+ "max_steps": 1000,
714
+ "num_input_tokens_seen": 0,
715
+ "num_train_epochs": 5,
716
+ "save_steps": 500,
717
+ "stateful_callbacks": {
718
+ "TrainerControl": {
719
+ "args": {
720
+ "should_epoch_stop": false,
721
+ "should_evaluate": false,
722
+ "should_log": false,
723
+ "should_save": true,
724
+ "should_training_stop": true
725
+ },
726
+ "attributes": {}
727
+ }
728
+ },
729
+ "total_flos": 7702734288592896.0,
730
+ "train_batch_size": 2,
731
+ "trial_name": null,
732
+ "trial_params": null
733
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5822c0c08ba791c5386f202dbe3343a0b5a8af10ee0bbc901c507a8d05842aae
3
+ size 5368