openpql commited on
Commit
6675b48
·
verified ·
1 Parent(s): 8d870a4

Upload nishka-gkc-phi3-base - Stage 1: GKC regulatory knowledge (1.12M tokens, 15 frameworks)

Browse files
README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3-mini-4k-instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:microsoft/Phi-3-mini-4k-instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.0
adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "up_proj",
33
+ "k_proj",
34
+ "v_proj",
35
+ "gate_proj",
36
+ "o_proj",
37
+ "q_proj",
38
+ "down_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7f3952289c2262a57a68735fff2edb4251613ccd88931a318a72ca49bbebfce
3
+ size 35668592
chat_template.jinja ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>
2
+ ' + message['content'] + '<|end|>
3
+ '}}{% elif message['role'] == 'user' %}{{'<|user|>
4
+ ' + message['content'] + '<|end|>
5
+ '}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>
6
+ ' + message['content'] + '<|end|>
7
+ '}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>
8
+ ' }}{% else %}{{ eos_token }}{% endif %}
checkpoint-500/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3-mini-4k-instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:microsoft/Phi-3-mini-4k-instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.0
checkpoint-500/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "up_proj",
33
+ "k_proj",
34
+ "v_proj",
35
+ "gate_proj",
36
+ "o_proj",
37
+ "q_proj",
38
+ "down_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
checkpoint-500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b1e17c402702b87314fe32bbb8f589d3edc41d68a74e526844caf176981833f
3
+ size 35668592
checkpoint-500/chat_template.jinja ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>
2
+ ' + message['content'] + '<|end|>
3
+ '}}{% elif message['role'] == 'user' %}{{'<|user|>
4
+ ' + message['content'] + '<|end|>
5
+ '}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>
6
+ ' + message['content'] + '<|end|>
7
+ '}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>
8
+ ' }}{% else %}{{ eos_token }}{% endif %}
checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a08a9bc81cec1860fe463195247c698431a38b01e7e16f768e2b201bd6b2c95
3
+ size 18256762
checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a453582cebf167418c2bbb42709bd87689f7efaa2ab52f4bfccfdb6f3355458
3
+ size 14244
checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78671cb0716cafc72ad64642b0fcd5f1d6fb32452026a729a3bff0bdd25c8f68
3
+ size 1064
checkpoint-500/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-500/tokenizer_config.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
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": true,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32000": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<|assistant|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": true,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
+ "content": "<|placeholder1|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": true,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "32003": {
55
+ "content": "<|placeholder2|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": true,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "32004": {
63
+ "content": "<|placeholder3|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": true,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "32005": {
71
+ "content": "<|placeholder4|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": true,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "32006": {
79
+ "content": "<|system|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": true,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "32007": {
87
+ "content": "<|end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": true,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "32008": {
95
+ "content": "<|placeholder5|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": true,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "32009": {
103
+ "content": "<|placeholder6|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": true,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "32010": {
111
+ "content": "<|user|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": true,
115
+ "single_word": false,
116
+ "special": true
117
+ }
118
+ },
119
+ "bos_token": "<s>",
120
+ "clean_up_tokenization_spaces": false,
121
+ "eos_token": "<|endoftext|>",
122
+ "extra_special_tokens": {},
123
+ "legacy": false,
124
+ "model_max_length": 4096,
125
+ "pad_token": "<|endoftext|>",
126
+ "padding_side": "right",
127
+ "sp_model_kwargs": {},
128
+ "tokenizer_class": "LlamaTokenizer",
129
+ "unk_token": "<unk>",
130
+ "use_default_system_prompt": false
131
+ }
checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.931400966183575,
6
+ "eval_steps": 500,
7
+ "global_step": 500,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.03864734299516908,
14
+ "grad_norm": 0.20904244482517242,
15
+ "learning_rate": 1.8e-05,
16
+ "loss": 1.844,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.07729468599033816,
21
+ "grad_norm": 0.34712061285972595,
22
+ "learning_rate": 3.8e-05,
23
+ "loss": 1.9448,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.11594202898550725,
28
+ "grad_norm": 0.5383477210998535,
29
+ "learning_rate": 5.8e-05,
30
+ "loss": 1.9599,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.15458937198067632,
35
+ "grad_norm": 0.492592453956604,
36
+ "learning_rate": 7.800000000000001e-05,
37
+ "loss": 1.8732,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.1932367149758454,
42
+ "grad_norm": 0.25009018182754517,
43
+ "learning_rate": 9.8e-05,
44
+ "loss": 1.6362,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.2318840579710145,
49
+ "grad_norm": 0.30719152092933655,
50
+ "learning_rate": 0.000118,
51
+ "loss": 1.4755,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.27053140096618356,
56
+ "grad_norm": 0.3933989107608795,
57
+ "learning_rate": 0.000138,
58
+ "loss": 1.6979,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.30917874396135264,
63
+ "grad_norm": 0.2684394419193268,
64
+ "learning_rate": 0.00015800000000000002,
65
+ "loss": 1.5439,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.34782608695652173,
70
+ "grad_norm": 0.41456538438796997,
71
+ "learning_rate": 0.00017800000000000002,
72
+ "loss": 1.4658,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.3864734299516908,
77
+ "grad_norm": 0.330083429813385,
78
+ "learning_rate": 0.00019800000000000002,
79
+ "loss": 1.4276,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.4251207729468599,
84
+ "grad_norm": 0.3184288442134857,
85
+ "learning_rate": 0.00019991280043789991,
86
+ "loss": 1.3676,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.463768115942029,
91
+ "grad_norm": 0.35775700211524963,
92
+ "learning_rate": 0.00019961156508936501,
93
+ "loss": 1.3718,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.5024154589371981,
98
+ "grad_norm": 0.2721174657344818,
99
+ "learning_rate": 0.00019909586582239833,
100
+ "loss": 1.4321,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.5410628019323671,
105
+ "grad_norm": 0.2525996267795563,
106
+ "learning_rate": 0.00019836681293865439,
107
+ "loss": 1.3715,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.5797101449275363,
112
+ "grad_norm": 0.3816118538379669,
113
+ "learning_rate": 0.00019742597609059316,
114
+ "loss": 1.322,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.6183574879227053,
119
+ "grad_norm": 0.29589855670928955,
120
+ "learning_rate": 0.0001962753809020151,
121
+ "loss": 1.3026,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.6570048309178744,
126
+ "grad_norm": 0.26840853691101074,
127
+ "learning_rate": 0.00019491750460688844,
128
+ "loss": 1.3374,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.6956521739130435,
133
+ "grad_norm": 0.3895309269428253,
134
+ "learning_rate": 0.00019335527071585916,
135
+ "loss": 1.4102,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.7342995169082126,
140
+ "grad_norm": 0.2829846441745758,
141
+ "learning_rate": 0.00019159204272192607,
142
+ "loss": 1.2362,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.7729468599033816,
147
+ "grad_norm": 0.3511567711830139,
148
+ "learning_rate": 0.00018963161685883295,
149
+ "loss": 1.4196,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.8115942028985508,
154
+ "grad_norm": 0.37351420521736145,
155
+ "learning_rate": 0.0001874782139277691,
156
+ "loss": 1.3374,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.8502415458937198,
161
+ "grad_norm": 0.3010607957839966,
162
+ "learning_rate": 0.00018513647020997498,
163
+ "loss": 1.2565,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.8888888888888888,
168
+ "grad_norm": 0.3296530246734619,
169
+ "learning_rate": 0.00018261142748481857,
170
+ "loss": 1.2906,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.927536231884058,
175
+ "grad_norm": 0.3709717392921448,
176
+ "learning_rate": 0.00017990852217483337,
177
+ "loss": 1.211,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.966183574879227,
182
+ "grad_norm": 0.3170464038848877,
183
+ "learning_rate": 0.00017703357364108862,
184
+ "loss": 1.3196,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 1.0038647342995168,
189
+ "grad_norm": 0.3473041355609894,
190
+ "learning_rate": 0.00017399277165409222,
191
+ "loss": 1.243,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 1.042512077294686,
196
+ "grad_norm": 0.3345363736152649,
197
+ "learning_rate": 0.00017079266306720123,
198
+ "loss": 1.281,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 1.0811594202898551,
203
+ "grad_norm": 0.3957246243953705,
204
+ "learning_rate": 0.0001674401377212322,
205
+ "loss": 1.282,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 1.1198067632850242,
210
+ "grad_norm": 0.3802867531776428,
211
+ "learning_rate": 0.00016394241361061872,
212
+ "loss": 1.1369,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 1.1584541062801932,
217
+ "grad_norm": 0.29988059401512146,
218
+ "learning_rate": 0.0001603070213430536,
219
+ "loss": 1.2696,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 1.1971014492753622,
224
+ "grad_norm": 0.35770756006240845,
225
+ "learning_rate": 0.000156541787926074,
226
+ "loss": 1.2301,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 1.2357487922705315,
231
+ "grad_norm": 0.34819772839546204,
232
+ "learning_rate": 0.00015265481991549689,
233
+ "loss": 1.2123,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 1.2743961352657005,
238
+ "grad_norm": 0.36298397183418274,
239
+ "learning_rate": 0.00014865448596198665,
240
+ "loss": 1.278,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 1.3130434782608695,
245
+ "grad_norm": 0.37550872564315796,
246
+ "learning_rate": 0.00014454939879333188,
247
+ "loss": 1.2244,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 1.3516908212560386,
252
+ "grad_norm": 0.36302831768989563,
253
+ "learning_rate": 0.0001403483966712234,
254
+ "loss": 1.1648,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 1.3903381642512076,
259
+ "grad_norm": 0.2909848690032959,
260
+ "learning_rate": 0.00013606052436245748,
261
+ "loss": 1.2552,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 1.4289855072463769,
266
+ "grad_norm": 0.39212241768836975,
267
+ "learning_rate": 0.00013169501366553315,
268
+ "loss": 1.1945,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 1.4676328502415459,
273
+ "grad_norm": 0.36006492376327515,
274
+ "learning_rate": 0.00012726126353456956,
275
+ "loss": 1.1752,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 1.506280193236715,
280
+ "grad_norm": 0.3027125298976898,
281
+ "learning_rate": 0.00012276881984333736,
282
+ "loss": 1.2091,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 1.5449275362318842,
287
+ "grad_norm": 0.4068925380706787,
288
+ "learning_rate": 0.00011822735483297129,
289
+ "loss": 1.266,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 1.583574879227053,
294
+ "grad_norm": 0.33741503953933716,
295
+ "learning_rate": 0.0001136466462876139,
296
+ "loss": 1.1504,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 1.6222222222222222,
301
+ "grad_norm": 0.2797302305698395,
302
+ "learning_rate": 0.00010903655648282476,
303
+ "loss": 1.146,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 1.6608695652173913,
308
+ "grad_norm": 0.3735846281051636,
309
+ "learning_rate": 0.00010440701095207947,
310
+ "loss": 1.3217,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 1.6995169082125603,
315
+ "grad_norm": 0.32088929414749146,
316
+ "learning_rate": 9.976797711707449e-05,
317
+ "loss": 1.2309,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 1.7381642512077295,
322
+ "grad_norm": 0.2832978367805481,
323
+ "learning_rate": 9.512944282784609e-05,
324
+ "loss": 1.4267,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 1.7768115942028986,
329
+ "grad_norm": 0.3917331099510193,
330
+ "learning_rate": 9.050139485890739e-05,
331
+ "loss": 1.1463,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 1.8154589371980676,
336
+ "grad_norm": 0.433745414018631,
337
+ "learning_rate": 8.58937974077009e-05,
338
+ "loss": 1.0932,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 1.8541062801932369,
343
+ "grad_norm": 0.3163188099861145,
344
+ "learning_rate": 8.131657064165962e-05,
345
+ "loss": 1.2205,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 1.8927536231884057,
350
+ "grad_norm": 0.3267660439014435,
351
+ "learning_rate": 7.677956934006448e-05,
352
+ "loss": 1.0875,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 1.931400966183575,
357
+ "grad_norm": 0.3485070466995239,
358
+ "learning_rate": 7.22925616766833e-05,
359
+ "loss": 1.2442,
360
+ "step": 500
361
+ }
362
+ ],
363
+ "logging_steps": 10,
364
+ "max_steps": 777,
365
+ "num_input_tokens_seen": 0,
366
+ "num_train_epochs": 3,
367
+ "save_steps": 500,
368
+ "stateful_callbacks": {
369
+ "TrainerControl": {
370
+ "args": {
371
+ "should_epoch_stop": false,
372
+ "should_evaluate": false,
373
+ "should_log": false,
374
+ "should_save": true,
375
+ "should_training_stop": false
376
+ },
377
+ "attributes": {}
378
+ }
379
+ },
380
+ "total_flos": 1.5354727713189888e+17,
381
+ "train_batch_size": 4,
382
+ "trial_name": null,
383
+ "trial_params": null
384
+ }
checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0a33dd3953e9073d5a6de04924e24bffed5a1c65605ce20d9909eb3259a9232
3
+ size 5432
checkpoint-777/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3-mini-4k-instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:microsoft/Phi-3-mini-4k-instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.0
checkpoint-777/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "up_proj",
33
+ "k_proj",
34
+ "v_proj",
35
+ "gate_proj",
36
+ "o_proj",
37
+ "q_proj",
38
+ "down_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
checkpoint-777/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7f3952289c2262a57a68735fff2edb4251613ccd88931a318a72ca49bbebfce
3
+ size 35668592
checkpoint-777/chat_template.jinja ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>
2
+ ' + message['content'] + '<|end|>
3
+ '}}{% elif message['role'] == 'user' %}{{'<|user|>
4
+ ' + message['content'] + '<|end|>
5
+ '}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>
6
+ ' + message['content'] + '<|end|>
7
+ '}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>
8
+ ' }}{% else %}{{ eos_token }}{% endif %}
checkpoint-777/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:590e90866a93bf4f7aa912439bf3400834d0cf3e8609df0b4cb2436f247f2bb3
3
+ size 18256762
checkpoint-777/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b76f0be9327e767f28dac1e692e5be27cd39361499bca91c9d2e251c5ff5c10d
3
+ size 14244
checkpoint-777/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a50f077b56b451c418dd322dde5e9ee88aee07dcfe9592e78ab32a1e34ba2ac
3
+ size 1064
checkpoint-777/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-777/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-777/tokenizer_config.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
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": true,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32000": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<|assistant|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": true,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
+ "content": "<|placeholder1|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": true,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "32003": {
55
+ "content": "<|placeholder2|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": true,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "32004": {
63
+ "content": "<|placeholder3|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": true,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "32005": {
71
+ "content": "<|placeholder4|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": true,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "32006": {
79
+ "content": "<|system|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": true,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "32007": {
87
+ "content": "<|end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": true,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "32008": {
95
+ "content": "<|placeholder5|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": true,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "32009": {
103
+ "content": "<|placeholder6|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": true,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "32010": {
111
+ "content": "<|user|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": true,
115
+ "single_word": false,
116
+ "special": true
117
+ }
118
+ },
119
+ "bos_token": "<s>",
120
+ "clean_up_tokenization_spaces": false,
121
+ "eos_token": "<|endoftext|>",
122
+ "extra_special_tokens": {},
123
+ "legacy": false,
124
+ "model_max_length": 4096,
125
+ "pad_token": "<|endoftext|>",
126
+ "padding_side": "right",
127
+ "sp_model_kwargs": {},
128
+ "tokenizer_class": "LlamaTokenizer",
129
+ "unk_token": "<unk>",
130
+ "use_default_system_prompt": false
131
+ }
checkpoint-777/trainer_state.json ADDED
@@ -0,0 +1,573 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 777,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.03864734299516908,
14
+ "grad_norm": 0.20904244482517242,
15
+ "learning_rate": 1.8e-05,
16
+ "loss": 1.844,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.07729468599033816,
21
+ "grad_norm": 0.34712061285972595,
22
+ "learning_rate": 3.8e-05,
23
+ "loss": 1.9448,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.11594202898550725,
28
+ "grad_norm": 0.5383477210998535,
29
+ "learning_rate": 5.8e-05,
30
+ "loss": 1.9599,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.15458937198067632,
35
+ "grad_norm": 0.492592453956604,
36
+ "learning_rate": 7.800000000000001e-05,
37
+ "loss": 1.8732,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.1932367149758454,
42
+ "grad_norm": 0.25009018182754517,
43
+ "learning_rate": 9.8e-05,
44
+ "loss": 1.6362,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.2318840579710145,
49
+ "grad_norm": 0.30719152092933655,
50
+ "learning_rate": 0.000118,
51
+ "loss": 1.4755,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.27053140096618356,
56
+ "grad_norm": 0.3933989107608795,
57
+ "learning_rate": 0.000138,
58
+ "loss": 1.6979,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.30917874396135264,
63
+ "grad_norm": 0.2684394419193268,
64
+ "learning_rate": 0.00015800000000000002,
65
+ "loss": 1.5439,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.34782608695652173,
70
+ "grad_norm": 0.41456538438796997,
71
+ "learning_rate": 0.00017800000000000002,
72
+ "loss": 1.4658,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.3864734299516908,
77
+ "grad_norm": 0.330083429813385,
78
+ "learning_rate": 0.00019800000000000002,
79
+ "loss": 1.4276,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.4251207729468599,
84
+ "grad_norm": 0.3184288442134857,
85
+ "learning_rate": 0.00019991280043789991,
86
+ "loss": 1.3676,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.463768115942029,
91
+ "grad_norm": 0.35775700211524963,
92
+ "learning_rate": 0.00019961156508936501,
93
+ "loss": 1.3718,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.5024154589371981,
98
+ "grad_norm": 0.2721174657344818,
99
+ "learning_rate": 0.00019909586582239833,
100
+ "loss": 1.4321,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.5410628019323671,
105
+ "grad_norm": 0.2525996267795563,
106
+ "learning_rate": 0.00019836681293865439,
107
+ "loss": 1.3715,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.5797101449275363,
112
+ "grad_norm": 0.3816118538379669,
113
+ "learning_rate": 0.00019742597609059316,
114
+ "loss": 1.322,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.6183574879227053,
119
+ "grad_norm": 0.29589855670928955,
120
+ "learning_rate": 0.0001962753809020151,
121
+ "loss": 1.3026,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.6570048309178744,
126
+ "grad_norm": 0.26840853691101074,
127
+ "learning_rate": 0.00019491750460688844,
128
+ "loss": 1.3374,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.6956521739130435,
133
+ "grad_norm": 0.3895309269428253,
134
+ "learning_rate": 0.00019335527071585916,
135
+ "loss": 1.4102,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.7342995169082126,
140
+ "grad_norm": 0.2829846441745758,
141
+ "learning_rate": 0.00019159204272192607,
142
+ "loss": 1.2362,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.7729468599033816,
147
+ "grad_norm": 0.3511567711830139,
148
+ "learning_rate": 0.00018963161685883295,
149
+ "loss": 1.4196,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.8115942028985508,
154
+ "grad_norm": 0.37351420521736145,
155
+ "learning_rate": 0.0001874782139277691,
156
+ "loss": 1.3374,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.8502415458937198,
161
+ "grad_norm": 0.3010607957839966,
162
+ "learning_rate": 0.00018513647020997498,
163
+ "loss": 1.2565,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.8888888888888888,
168
+ "grad_norm": 0.3296530246734619,
169
+ "learning_rate": 0.00018261142748481857,
170
+ "loss": 1.2906,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.927536231884058,
175
+ "grad_norm": 0.3709717392921448,
176
+ "learning_rate": 0.00017990852217483337,
177
+ "loss": 1.211,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.966183574879227,
182
+ "grad_norm": 0.3170464038848877,
183
+ "learning_rate": 0.00017703357364108862,
184
+ "loss": 1.3196,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 1.0038647342995168,
189
+ "grad_norm": 0.3473041355609894,
190
+ "learning_rate": 0.00017399277165409222,
191
+ "loss": 1.243,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 1.042512077294686,
196
+ "grad_norm": 0.3345363736152649,
197
+ "learning_rate": 0.00017079266306720123,
198
+ "loss": 1.281,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 1.0811594202898551,
203
+ "grad_norm": 0.3957246243953705,
204
+ "learning_rate": 0.0001674401377212322,
205
+ "loss": 1.282,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 1.1198067632850242,
210
+ "grad_norm": 0.3802867531776428,
211
+ "learning_rate": 0.00016394241361061872,
212
+ "loss": 1.1369,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 1.1584541062801932,
217
+ "grad_norm": 0.29988059401512146,
218
+ "learning_rate": 0.0001603070213430536,
219
+ "loss": 1.2696,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 1.1971014492753622,
224
+ "grad_norm": 0.35770756006240845,
225
+ "learning_rate": 0.000156541787926074,
226
+ "loss": 1.2301,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 1.2357487922705315,
231
+ "grad_norm": 0.34819772839546204,
232
+ "learning_rate": 0.00015265481991549689,
233
+ "loss": 1.2123,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 1.2743961352657005,
238
+ "grad_norm": 0.36298397183418274,
239
+ "learning_rate": 0.00014865448596198665,
240
+ "loss": 1.278,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 1.3130434782608695,
245
+ "grad_norm": 0.37550872564315796,
246
+ "learning_rate": 0.00014454939879333188,
247
+ "loss": 1.2244,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 1.3516908212560386,
252
+ "grad_norm": 0.36302831768989563,
253
+ "learning_rate": 0.0001403483966712234,
254
+ "loss": 1.1648,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 1.3903381642512076,
259
+ "grad_norm": 0.2909848690032959,
260
+ "learning_rate": 0.00013606052436245748,
261
+ "loss": 1.2552,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 1.4289855072463769,
266
+ "grad_norm": 0.39212241768836975,
267
+ "learning_rate": 0.00013169501366553315,
268
+ "loss": 1.1945,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 1.4676328502415459,
273
+ "grad_norm": 0.36006492376327515,
274
+ "learning_rate": 0.00012726126353456956,
275
+ "loss": 1.1752,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 1.506280193236715,
280
+ "grad_norm": 0.3027125298976898,
281
+ "learning_rate": 0.00012276881984333736,
282
+ "loss": 1.2091,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 1.5449275362318842,
287
+ "grad_norm": 0.4068925380706787,
288
+ "learning_rate": 0.00011822735483297129,
289
+ "loss": 1.266,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 1.583574879227053,
294
+ "grad_norm": 0.33741503953933716,
295
+ "learning_rate": 0.0001136466462876139,
296
+ "loss": 1.1504,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 1.6222222222222222,
301
+ "grad_norm": 0.2797302305698395,
302
+ "learning_rate": 0.00010903655648282476,
303
+ "loss": 1.146,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 1.6608695652173913,
308
+ "grad_norm": 0.3735846281051636,
309
+ "learning_rate": 0.00010440701095207947,
310
+ "loss": 1.3217,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 1.6995169082125603,
315
+ "grad_norm": 0.32088929414749146,
316
+ "learning_rate": 9.976797711707449e-05,
317
+ "loss": 1.2309,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 1.7381642512077295,
322
+ "grad_norm": 0.2832978367805481,
323
+ "learning_rate": 9.512944282784609e-05,
324
+ "loss": 1.4267,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 1.7768115942028986,
329
+ "grad_norm": 0.3917331099510193,
330
+ "learning_rate": 9.050139485890739e-05,
331
+ "loss": 1.1463,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 1.8154589371980676,
336
+ "grad_norm": 0.433745414018631,
337
+ "learning_rate": 8.58937974077009e-05,
338
+ "loss": 1.0932,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 1.8541062801932369,
343
+ "grad_norm": 0.3163188099861145,
344
+ "learning_rate": 8.131657064165962e-05,
345
+ "loss": 1.2205,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 1.8927536231884057,
350
+ "grad_norm": 0.3267660439014435,
351
+ "learning_rate": 7.677956934006448e-05,
352
+ "loss": 1.0875,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 1.931400966183575,
357
+ "grad_norm": 0.3485070466995239,
358
+ "learning_rate": 7.22925616766833e-05,
359
+ "loss": 1.2442,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 1.970048309178744,
364
+ "grad_norm": 0.3910083472728729,
365
+ "learning_rate": 6.786520818887098e-05,
366
+ "loss": 1.204,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 2.0077294685990337,
371
+ "grad_norm": 0.2791394591331482,
372
+ "learning_rate": 6.35070409784113e-05,
373
+ "loss": 1.1063,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 2.046376811594203,
378
+ "grad_norm": 0.47565358877182007,
379
+ "learning_rate": 5.922744318888098e-05,
380
+ "loss": 1.1252,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 2.085024154589372,
385
+ "grad_norm": 0.4235258400440216,
386
+ "learning_rate": 5.5035628803720977e-05,
387
+ "loss": 1.1733,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 2.123671497584541,
392
+ "grad_norm": 0.35786592960357666,
393
+ "learning_rate": 5.094062280850964e-05,
394
+ "loss": 1.1823,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 2.1623188405797102,
399
+ "grad_norm": 0.4702853858470917,
400
+ "learning_rate": 4.695124176014938e-05,
401
+ "loss": 1.1925,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 2.200966183574879,
406
+ "grad_norm": 0.291513592004776,
407
+ "learning_rate": 4.307607480479977e-05,
408
+ "loss": 1.1278,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 2.2396135265700483,
413
+ "grad_norm": 0.4636153280735016,
414
+ "learning_rate": 3.93234651854275e-05,
415
+ "loss": 1.1733,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 2.2782608695652176,
420
+ "grad_norm": 0.3810688853263855,
421
+ "learning_rate": 3.570149227878554e-05,
422
+ "loss": 1.0444,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 2.3169082125603864,
427
+ "grad_norm": 0.35390421748161316,
428
+ "learning_rate": 3.221795420049744e-05,
429
+ "loss": 1.1643,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 2.3555555555555556,
434
+ "grad_norm": 0.32782256603240967,
435
+ "learning_rate": 2.8880351015697338e-05,
436
+ "loss": 1.2468,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 2.3942028985507244,
441
+ "grad_norm": 0.39302361011505127,
442
+ "learning_rate": 2.5695868591372974e-05,
443
+ "loss": 1.1256,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 2.4328502415458937,
448
+ "grad_norm": 0.3332640826702118,
449
+ "learning_rate": 2.2671363125178635e-05,
450
+ "loss": 1.1721,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 2.471497584541063,
455
+ "grad_norm": 0.4448571503162384,
456
+ "learning_rate": 1.9813346384026264e-05,
457
+ "loss": 1.1808,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 2.5101449275362318,
462
+ "grad_norm": 0.3774722218513489,
463
+ "learning_rate": 1.7127971684237098e-05,
464
+ "loss": 1.2162,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 2.548792270531401,
469
+ "grad_norm": 0.4215804934501648,
470
+ "learning_rate": 1.46210206434382e-05,
471
+ "loss": 1.1249,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 2.58743961352657,
476
+ "grad_norm": 0.4009312689304352,
477
+ "learning_rate": 1.2297890732726814e-05,
478
+ "loss": 1.1052,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 2.626086956521739,
483
+ "grad_norm": 0.3767051100730896,
484
+ "learning_rate": 1.0163583655903463e-05,
485
+ "loss": 1.2906,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 2.6647342995169083,
490
+ "grad_norm": 0.3835925757884979,
491
+ "learning_rate": 8.222694580792434e-06,
492
+ "loss": 1.2671,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 2.703381642512077,
497
+ "grad_norm": 0.43725937604904175,
498
+ "learning_rate": 6.479402245835586e-06,
499
+ "loss": 1.1159,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 2.7420289855072464,
504
+ "grad_norm": 0.38242438435554504,
505
+ "learning_rate": 4.937459963259206e-06,
506
+ "loss": 1.2213,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 2.780676328502415,
511
+ "grad_norm": 0.3938469886779785,
512
+ "learning_rate": 3.6001875381844628e-06,
513
+ "loss": 1.0229,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 2.8193236714975844,
518
+ "grad_norm": 0.39825060963630676,
519
+ "learning_rate": 2.470464121079885e-06,
520
+ "loss": 1.1102,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 2.8579710144927537,
525
+ "grad_norm": 0.27822089195251465,
526
+ "learning_rate": 1.5507220089438724e-06,
527
+ "loss": 1.1506,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 2.896618357487923,
532
+ "grad_norm": 0.5396693348884583,
533
+ "learning_rate": 8.429414085640574e-07,
534
+ "loss": 1.1307,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 2.9352657004830918,
539
+ "grad_norm": 0.4899618327617645,
540
+ "learning_rate": 3.4864617312768686e-07,
541
+ "loss": 1.1499,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 2.973913043478261,
546
+ "grad_norm": 0.41570472717285156,
547
+ "learning_rate": 6.890052136234726e-08,
548
+ "loss": 1.1361,
549
+ "step": 770
550
+ }
551
+ ],
552
+ "logging_steps": 10,
553
+ "max_steps": 777,
554
+ "num_input_tokens_seen": 0,
555
+ "num_train_epochs": 3,
556
+ "save_steps": 500,
557
+ "stateful_callbacks": {
558
+ "TrainerControl": {
559
+ "args": {
560
+ "should_epoch_stop": false,
561
+ "should_evaluate": false,
562
+ "should_log": false,
563
+ "should_save": true,
564
+ "should_training_stop": true
565
+ },
566
+ "attributes": {}
567
+ }
568
+ },
569
+ "total_flos": 2.3913842345278464e+17,
570
+ "train_batch_size": 4,
571
+ "trial_name": null,
572
+ "trial_params": null
573
+ }
checkpoint-777/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0a33dd3953e9073d5a6de04924e24bffed5a1c65605ce20d9909eb3259a9232
3
+ size 5432
logs/events.out.tfevents.1766975290.3043de093a88.929.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40101b9cdfa756dd6002978893da1339f2d358b1d22308c1811302bb62a97cb2
3
+ size 22297
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
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": true,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32000": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "32001": {
39
+ "content": "<|assistant|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": true,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
+ "content": "<|placeholder1|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": true,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "32003": {
55
+ "content": "<|placeholder2|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": true,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "32004": {
63
+ "content": "<|placeholder3|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": true,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "32005": {
71
+ "content": "<|placeholder4|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": true,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "32006": {
79
+ "content": "<|system|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": true,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "32007": {
87
+ "content": "<|end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": true,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "32008": {
95
+ "content": "<|placeholder5|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": true,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "32009": {
103
+ "content": "<|placeholder6|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": true,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "32010": {
111
+ "content": "<|user|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": true,
115
+ "single_word": false,
116
+ "special": true
117
+ }
118
+ },
119
+ "bos_token": "<s>",
120
+ "clean_up_tokenization_spaces": false,
121
+ "eos_token": "<|endoftext|>",
122
+ "extra_special_tokens": {},
123
+ "legacy": false,
124
+ "model_max_length": 4096,
125
+ "pad_token": "<|endoftext|>",
126
+ "padding_side": "right",
127
+ "sp_model_kwargs": {},
128
+ "tokenizer_class": "LlamaTokenizer",
129
+ "unk_token": "<unk>",
130
+ "use_default_system_prompt": false
131
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0a33dd3953e9073d5a6de04924e24bffed5a1c65605ce20d9909eb3259a9232
3
+ size 5432
training_metadata.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "microsoft/Phi-3-mini-4k-instruct",
3
+ "training_start": "2025-12-29 02:28:10.024982",
4
+ "dataset": {
5
+ "path": "/workspace/gkc_training_data.jsonl",
6
+ "examples": 4139,
7
+ "frameworks": {
8
+ "CCPA": 23,
9
+ "SOX": 72,
10
+ "NIST_CSF": 72,
11
+ "GLBA": 163,
12
+ "GDPR_V2": 213,
13
+ "HIPAA": 531,
14
+ "FERPA": 107,
15
+ "NIST_800_53": 1744,
16
+ "NIST_Privacy_Framework": 38,
17
+ "FTC_Privacy": 14,
18
+ "NIST_AI_RMF": 76,
19
+ "NIST_800_171": 200,
20
+ "NIST_CSF_2": 57,
21
+ "CPRA": 104,
22
+ "EU_AI_ACT": 672,
23
+ "CCPA_CPRA_Full": 53
24
+ }
25
+ },
26
+ "lora_config": {
27
+ "r": 16,
28
+ "alpha": 32,
29
+ "dropout": 0.05,
30
+ "target_modules": [
31
+ "q_proj",
32
+ "k_proj",
33
+ "v_proj",
34
+ "o_proj",
35
+ "gate_proj",
36
+ "up_proj",
37
+ "down_proj"
38
+ ]
39
+ },
40
+ "training_args": {
41
+ "epochs": 3,
42
+ "batch_size": 4,
43
+ "learning_rate": 0.0002,
44
+ "max_length": 2048
45
+ },
46
+ "training_end": "2025-12-29 03:32:53.030181",
47
+ "final_checkpoint": "/workspace/nishka-gkc-phi3-base"
48
+ }