Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- all_results.json +11 -6
- checkpoint-108/README.md +202 -0
- checkpoint-108/adapter_config.json +34 -0
- checkpoint-108/adapter_model.safetensors +3 -0
- checkpoint-108/added_tokens.json +13 -0
- checkpoint-108/optimizer.pt +3 -0
- checkpoint-108/rng_state.pth +3 -0
- checkpoint-108/scheduler.pt +3 -0
- checkpoint-108/special_tokens_map.json +30 -0
- checkpoint-108/tokenizer.json +0 -0
- checkpoint-108/tokenizer.model +3 -0
- checkpoint-108/tokenizer_config.json +132 -0
- checkpoint-108/trainer_state.json +277 -0
- checkpoint-108/training_args.bin +3 -0
- checkpoint-117/README.md +202 -0
- checkpoint-117/adapter_config.json +34 -0
- checkpoint-117/adapter_model.safetensors +3 -0
- checkpoint-117/added_tokens.json +13 -0
- checkpoint-117/optimizer.pt +3 -0
- checkpoint-117/rng_state.pth +3 -0
- checkpoint-117/scheduler.pt +3 -0
- checkpoint-117/special_tokens_map.json +30 -0
- checkpoint-117/tokenizer.json +0 -0
- checkpoint-117/tokenizer.model +3 -0
- checkpoint-117/tokenizer_config.json +132 -0
- checkpoint-117/trainer_state.json +299 -0
- checkpoint-117/training_args.bin +3 -0
- checkpoint-126/README.md +202 -0
- checkpoint-126/adapter_config.json +34 -0
- checkpoint-126/adapter_model.safetensors +3 -0
- checkpoint-126/added_tokens.json +13 -0
- checkpoint-126/optimizer.pt +3 -0
- checkpoint-126/rng_state.pth +3 -0
- checkpoint-126/scheduler.pt +3 -0
- checkpoint-126/special_tokens_map.json +30 -0
- checkpoint-126/tokenizer.json +0 -0
- checkpoint-126/tokenizer.model +3 -0
- checkpoint-126/tokenizer_config.json +132 -0
- checkpoint-126/trainer_state.json +321 -0
- checkpoint-126/training_args.bin +3 -0
- checkpoint-135/README.md +202 -0
- checkpoint-135/adapter_config.json +34 -0
- checkpoint-135/adapter_model.safetensors +3 -0
- checkpoint-135/added_tokens.json +13 -0
- checkpoint-135/optimizer.pt +3 -0
- checkpoint-135/rng_state.pth +3 -0
- checkpoint-135/scheduler.pt +3 -0
- checkpoint-135/special_tokens_map.json +30 -0
adapter_config.json
CHANGED
@@ -23,10 +23,10 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
"down_proj",
|
28 |
-
"
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"o_proj",
|
27 |
"down_proj",
|
28 |
+
"gate_up_proj",
|
29 |
+
"qkv_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 100697728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f80c245eae44b3416491e33581b78ae4a68c8e6a6e74cbc958be15987aedcf44
|
3 |
size 100697728
|
all_results.json
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
|
|
|
|
|
|
|
|
|
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 22.235294117647058,
|
3 |
+
"eval_loss": 0.5779597759246826,
|
4 |
+
"eval_runtime": 3.3667,
|
5 |
+
"eval_samples": 15,
|
6 |
+
"eval_samples_per_second": 4.455,
|
7 |
+
"eval_steps_per_second": 0.594,
|
8 |
+
"total_flos": 1.040122623832658e+17,
|
9 |
+
"train_loss": 0.13381972634699196,
|
10 |
+
"train_runtime": 1987.8506,
|
11 |
+
"train_samples_per_second": 1.61,
|
12 |
+
"train_steps_per_second": 0.101
|
13 |
}
|
checkpoint-108/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: microsoft/Phi-3.5-mini-instruct
|
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.14.0
|
checkpoint-108/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "microsoft/Phi-3.5-mini-instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": false,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 32,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.05,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 16,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"o_proj",
|
27 |
+
"down_proj",
|
28 |
+
"gate_up_proj",
|
29 |
+
"qkv_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-108/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2cda12d2fec52038dbb2822b3991f5f75d74b3ce05460f639bd43e5afdf6744
|
3 |
+
size 100697728
|
checkpoint-108/added_tokens.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|assistant|>": 32001,
|
3 |
+
"<|endoftext|>": 32000,
|
4 |
+
"<|end|>": 32007,
|
5 |
+
"<|placeholder1|>": 32002,
|
6 |
+
"<|placeholder2|>": 32003,
|
7 |
+
"<|placeholder3|>": 32004,
|
8 |
+
"<|placeholder4|>": 32005,
|
9 |
+
"<|placeholder5|>": 32008,
|
10 |
+
"<|placeholder6|>": 32009,
|
11 |
+
"<|system|>": 32006,
|
12 |
+
"<|user|>": 32010
|
13 |
+
}
|
checkpoint-108/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae9ea14fef31c25b23855d66f36f577854fde9b8211fdc7d661d0760b4cab223
|
3 |
+
size 201541754
|
checkpoint-108/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f29702bfd5d0dbc2c9198cf7dbe95ab53cc0b683b3f1fb8eb71d760fbd9e49ec
|
3 |
+
size 14244
|
checkpoint-108/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc4ce0639cdfde8bbc88aea9396c4dc0000bc7c16640a5cde31d4effee5717bf
|
3 |
+
size 1064
|
checkpoint-108/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
checkpoint-108/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-108/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
checkpoint-108/tokenizer_config.json
ADDED
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' and message['content'] %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
121 |
+
"clean_up_tokenization_spaces": false,
|
122 |
+
"eos_token": "<|endoftext|>",
|
123 |
+
"extra_special_tokens": {},
|
124 |
+
"legacy": false,
|
125 |
+
"model_max_length": 131072,
|
126 |
+
"pad_token": "<|endoftext|>",
|
127 |
+
"padding_side": "left",
|
128 |
+
"sp_model_kwargs": {},
|
129 |
+
"tokenizer_class": "LlamaTokenizer",
|
130 |
+
"unk_token": "<unk>",
|
131 |
+
"use_default_system_prompt": false
|
132 |
+
}
|
checkpoint-108/trainer_state.json
ADDED
@@ -0,0 +1,277 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": 27,
|
3 |
+
"best_metric": 0.5779597759246826,
|
4 |
+
"best_model_checkpoint": "//outputs/task7_microsoft/Phi-3.5-mini-instruct/checkpoint-27",
|
5 |
+
"epoch": 12.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 108,
|
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.5882352941176471,
|
14 |
+
"grad_norm": 0.2979797124862671,
|
15 |
+
"learning_rate": 0.00015,
|
16 |
+
"loss": 0.7889,
|
17 |
+
"step": 5
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 1.0,
|
21 |
+
"eval_loss": 0.6737979650497437,
|
22 |
+
"eval_runtime": 3.3675,
|
23 |
+
"eval_samples_per_second": 4.454,
|
24 |
+
"eval_steps_per_second": 0.594,
|
25 |
+
"step": 9
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"epoch": 1.1176470588235294,
|
29 |
+
"grad_norm": 0.20464661717414856,
|
30 |
+
"learning_rate": 0.0003,
|
31 |
+
"loss": 0.6771,
|
32 |
+
"step": 10
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 1.7058823529411766,
|
36 |
+
"grad_norm": 0.1992536187171936,
|
37 |
+
"learning_rate": 0.00029948767395100045,
|
38 |
+
"loss": 0.6255,
|
39 |
+
"step": 15
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 2.0,
|
43 |
+
"eval_loss": 0.6006895303726196,
|
44 |
+
"eval_runtime": 3.3642,
|
45 |
+
"eval_samples_per_second": 4.459,
|
46 |
+
"eval_steps_per_second": 0.594,
|
47 |
+
"step": 18
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 2.235294117647059,
|
51 |
+
"grad_norm": 0.19050121307373047,
|
52 |
+
"learning_rate": 0.00029795419551040833,
|
53 |
+
"loss": 0.5302,
|
54 |
+
"step": 20
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 2.8235294117647056,
|
58 |
+
"grad_norm": 0.17813433706760406,
|
59 |
+
"learning_rate": 0.0002954100398908995,
|
60 |
+
"loss": 0.4439,
|
61 |
+
"step": 25
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 3.0,
|
65 |
+
"eval_loss": 0.5779597759246826,
|
66 |
+
"eval_runtime": 3.3656,
|
67 |
+
"eval_samples_per_second": 4.457,
|
68 |
+
"eval_steps_per_second": 0.594,
|
69 |
+
"step": 27
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 3.3529411764705883,
|
73 |
+
"grad_norm": 0.23658457398414612,
|
74 |
+
"learning_rate": 0.00029187258625509513,
|
75 |
+
"loss": 0.4257,
|
76 |
+
"step": 30
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 3.9411764705882355,
|
80 |
+
"grad_norm": 0.27489331364631653,
|
81 |
+
"learning_rate": 0.00028736599899825856,
|
82 |
+
"loss": 0.3254,
|
83 |
+
"step": 35
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"epoch": 4.0,
|
87 |
+
"eval_loss": 0.5997567772865295,
|
88 |
+
"eval_runtime": 3.3651,
|
89 |
+
"eval_samples_per_second": 4.458,
|
90 |
+
"eval_steps_per_second": 0.594,
|
91 |
+
"step": 36
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 4.470588235294118,
|
95 |
+
"grad_norm": 0.3510420620441437,
|
96 |
+
"learning_rate": 0.00028192106268097334,
|
97 |
+
"loss": 0.2985,
|
98 |
+
"step": 40
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 5.0,
|
102 |
+
"grad_norm": 0.4653756320476532,
|
103 |
+
"learning_rate": 0.00027557497173937923,
|
104 |
+
"loss": 0.2828,
|
105 |
+
"step": 45
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 5.0,
|
109 |
+
"eval_loss": 0.6584295034408569,
|
110 |
+
"eval_runtime": 3.3668,
|
111 |
+
"eval_samples_per_second": 4.455,
|
112 |
+
"eval_steps_per_second": 0.594,
|
113 |
+
"step": 45
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"epoch": 5.588235294117647,
|
117 |
+
"grad_norm": 0.3469710052013397,
|
118 |
+
"learning_rate": 0.00026837107640945905,
|
119 |
+
"loss": 0.2038,
|
120 |
+
"step": 50
|
121 |
+
},
|
122 |
+
{
|
123 |
+
"epoch": 6.0,
|
124 |
+
"eval_loss": 0.751620888710022,
|
125 |
+
"eval_runtime": 3.3651,
|
126 |
+
"eval_samples_per_second": 4.458,
|
127 |
+
"eval_steps_per_second": 0.594,
|
128 |
+
"step": 54
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 6.117647058823529,
|
132 |
+
"grad_norm": 0.3903103470802307,
|
133 |
+
"learning_rate": 0.0002603585866009697,
|
134 |
+
"loss": 0.1656,
|
135 |
+
"step": 55
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 6.705882352941177,
|
139 |
+
"grad_norm": 0.38518330454826355,
|
140 |
+
"learning_rate": 0.00025159223574386114,
|
141 |
+
"loss": 0.1296,
|
142 |
+
"step": 60
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 7.0,
|
146 |
+
"eval_loss": 0.8753386735916138,
|
147 |
+
"eval_runtime": 3.3654,
|
148 |
+
"eval_samples_per_second": 4.457,
|
149 |
+
"eval_steps_per_second": 0.594,
|
150 |
+
"step": 63
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 7.235294117647059,
|
154 |
+
"grad_norm": 0.24312527477741241,
|
155 |
+
"learning_rate": 0.00024213190690345018,
|
156 |
+
"loss": 0.085,
|
157 |
+
"step": 65
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 7.823529411764706,
|
161 |
+
"grad_norm": 0.3267911970615387,
|
162 |
+
"learning_rate": 0.00023204222371836405,
|
163 |
+
"loss": 0.0751,
|
164 |
+
"step": 70
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 8.0,
|
168 |
+
"eval_loss": 0.8750011920928955,
|
169 |
+
"eval_runtime": 3.3678,
|
170 |
+
"eval_samples_per_second": 4.454,
|
171 |
+
"eval_steps_per_second": 0.594,
|
172 |
+
"step": 72
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 8.352941176470589,
|
176 |
+
"grad_norm": 0.24549448490142822,
|
177 |
+
"learning_rate": 0.00022139210895556104,
|
178 |
+
"loss": 0.0576,
|
179 |
+
"step": 75
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 8.941176470588236,
|
183 |
+
"grad_norm": 0.3071894347667694,
|
184 |
+
"learning_rate": 0.0002102543136979454,
|
185 |
+
"loss": 0.0475,
|
186 |
+
"step": 80
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 9.0,
|
190 |
+
"eval_loss": 0.9990332126617432,
|
191 |
+
"eval_runtime": 3.3671,
|
192 |
+
"eval_samples_per_second": 4.455,
|
193 |
+
"eval_steps_per_second": 0.594,
|
194 |
+
"step": 81
|
195 |
+
},
|
196 |
+
{
|
197 |
+
"epoch": 9.470588235294118,
|
198 |
+
"grad_norm": 0.17012739181518555,
|
199 |
+
"learning_rate": 0.00019870492038070252,
|
200 |
+
"loss": 0.0282,
|
201 |
+
"step": 85
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 10.0,
|
205 |
+
"grad_norm": 0.2809393107891083,
|
206 |
+
"learning_rate": 0.00018682282307111987,
|
207 |
+
"loss": 0.0249,
|
208 |
+
"step": 90
|
209 |
+
},
|
210 |
+
{
|
211 |
+
"epoch": 10.0,
|
212 |
+
"eval_loss": 1.022998571395874,
|
213 |
+
"eval_runtime": 3.3665,
|
214 |
+
"eval_samples_per_second": 4.456,
|
215 |
+
"eval_steps_per_second": 0.594,
|
216 |
+
"step": 90
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"epoch": 10.588235294117647,
|
220 |
+
"grad_norm": 0.16731834411621094,
|
221 |
+
"learning_rate": 0.00017468918854211007,
|
222 |
+
"loss": 0.0151,
|
223 |
+
"step": 95
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"epoch": 11.0,
|
227 |
+
"eval_loss": 1.0694772005081177,
|
228 |
+
"eval_runtime": 3.3662,
|
229 |
+
"eval_samples_per_second": 4.456,
|
230 |
+
"eval_steps_per_second": 0.594,
|
231 |
+
"step": 99
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"epoch": 11.117647058823529,
|
235 |
+
"grad_norm": 0.149811789393425,
|
236 |
+
"learning_rate": 0.00016238690182084986,
|
237 |
+
"loss": 0.0166,
|
238 |
+
"step": 100
|
239 |
+
},
|
240 |
+
{
|
241 |
+
"epoch": 11.705882352941176,
|
242 |
+
"grad_norm": 0.13291925191879272,
|
243 |
+
"learning_rate": 0.00015,
|
244 |
+
"loss": 0.0095,
|
245 |
+
"step": 105
|
246 |
+
},
|
247 |
+
{
|
248 |
+
"epoch": 12.0,
|
249 |
+
"eval_loss": 1.0867458581924438,
|
250 |
+
"eval_runtime": 3.3664,
|
251 |
+
"eval_samples_per_second": 4.456,
|
252 |
+
"eval_steps_per_second": 0.594,
|
253 |
+
"step": 108
|
254 |
+
}
|
255 |
+
],
|
256 |
+
"logging_steps": 5,
|
257 |
+
"max_steps": 200,
|
258 |
+
"num_input_tokens_seen": 0,
|
259 |
+
"num_train_epochs": 25,
|
260 |
+
"save_steps": 500,
|
261 |
+
"stateful_callbacks": {
|
262 |
+
"TrainerControl": {
|
263 |
+
"args": {
|
264 |
+
"should_epoch_stop": false,
|
265 |
+
"should_evaluate": false,
|
266 |
+
"should_log": false,
|
267 |
+
"should_save": true,
|
268 |
+
"should_training_stop": false
|
269 |
+
},
|
270 |
+
"attributes": {}
|
271 |
+
}
|
272 |
+
},
|
273 |
+
"total_flos": 5.603463825892762e+16,
|
274 |
+
"train_batch_size": 2,
|
275 |
+
"trial_name": null,
|
276 |
+
"trial_params": null
|
277 |
+
}
|
checkpoint-108/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6c29a53cb36e9fcac6a368aa7e961a846f6918a035c3653b19f429f1c9ada0f
|
3 |
+
size 5624
|
checkpoint-117/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: microsoft/Phi-3.5-mini-instruct
|
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.14.0
|
checkpoint-117/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "microsoft/Phi-3.5-mini-instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": false,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 32,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.05,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 16,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"o_proj",
|
27 |
+
"down_proj",
|
28 |
+
"gate_up_proj",
|
29 |
+
"qkv_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-117/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08b23c59a33fa5977c6ed726aaf4961a96eec270408858477fede353c8b75f73
|
3 |
+
size 100697728
|
checkpoint-117/added_tokens.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|assistant|>": 32001,
|
3 |
+
"<|endoftext|>": 32000,
|
4 |
+
"<|end|>": 32007,
|
5 |
+
"<|placeholder1|>": 32002,
|
6 |
+
"<|placeholder2|>": 32003,
|
7 |
+
"<|placeholder3|>": 32004,
|
8 |
+
"<|placeholder4|>": 32005,
|
9 |
+
"<|placeholder5|>": 32008,
|
10 |
+
"<|placeholder6|>": 32009,
|
11 |
+
"<|system|>": 32006,
|
12 |
+
"<|user|>": 32010
|
13 |
+
}
|
checkpoint-117/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20bb1652b8ebcb36f12846c0923e2a09bfebc4c8adb25c0fbf42a99ab628bfe3
|
3 |
+
size 201541754
|
checkpoint-117/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7e735fd7d0197633b2699c26cc1d810175f26f989695a40770a7b4adb7302c0
|
3 |
+
size 14244
|
checkpoint-117/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d149413fc2505446926b39ce004b7d1c01ae99dcf348a22c75f792048da80038
|
3 |
+
size 1064
|
checkpoint-117/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
checkpoint-117/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-117/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
checkpoint-117/tokenizer_config.json
ADDED
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' and message['content'] %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
121 |
+
"clean_up_tokenization_spaces": false,
|
122 |
+
"eos_token": "<|endoftext|>",
|
123 |
+
"extra_special_tokens": {},
|
124 |
+
"legacy": false,
|
125 |
+
"model_max_length": 131072,
|
126 |
+
"pad_token": "<|endoftext|>",
|
127 |
+
"padding_side": "left",
|
128 |
+
"sp_model_kwargs": {},
|
129 |
+
"tokenizer_class": "LlamaTokenizer",
|
130 |
+
"unk_token": "<unk>",
|
131 |
+
"use_default_system_prompt": false
|
132 |
+
}
|
checkpoint-117/trainer_state.json
ADDED
@@ -0,0 +1,299 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": 27,
|
3 |
+
"best_metric": 0.5779597759246826,
|
4 |
+
"best_model_checkpoint": "//outputs/task7_microsoft/Phi-3.5-mini-instruct/checkpoint-27",
|
5 |
+
"epoch": 13.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 117,
|
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.5882352941176471,
|
14 |
+
"grad_norm": 0.2979797124862671,
|
15 |
+
"learning_rate": 0.00015,
|
16 |
+
"loss": 0.7889,
|
17 |
+
"step": 5
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 1.0,
|
21 |
+
"eval_loss": 0.6737979650497437,
|
22 |
+
"eval_runtime": 3.3675,
|
23 |
+
"eval_samples_per_second": 4.454,
|
24 |
+
"eval_steps_per_second": 0.594,
|
25 |
+
"step": 9
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"epoch": 1.1176470588235294,
|
29 |
+
"grad_norm": 0.20464661717414856,
|
30 |
+
"learning_rate": 0.0003,
|
31 |
+
"loss": 0.6771,
|
32 |
+
"step": 10
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 1.7058823529411766,
|
36 |
+
"grad_norm": 0.1992536187171936,
|
37 |
+
"learning_rate": 0.00029948767395100045,
|
38 |
+
"loss": 0.6255,
|
39 |
+
"step": 15
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 2.0,
|
43 |
+
"eval_loss": 0.6006895303726196,
|
44 |
+
"eval_runtime": 3.3642,
|
45 |
+
"eval_samples_per_second": 4.459,
|
46 |
+
"eval_steps_per_second": 0.594,
|
47 |
+
"step": 18
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 2.235294117647059,
|
51 |
+
"grad_norm": 0.19050121307373047,
|
52 |
+
"learning_rate": 0.00029795419551040833,
|
53 |
+
"loss": 0.5302,
|
54 |
+
"step": 20
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 2.8235294117647056,
|
58 |
+
"grad_norm": 0.17813433706760406,
|
59 |
+
"learning_rate": 0.0002954100398908995,
|
60 |
+
"loss": 0.4439,
|
61 |
+
"step": 25
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 3.0,
|
65 |
+
"eval_loss": 0.5779597759246826,
|
66 |
+
"eval_runtime": 3.3656,
|
67 |
+
"eval_samples_per_second": 4.457,
|
68 |
+
"eval_steps_per_second": 0.594,
|
69 |
+
"step": 27
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 3.3529411764705883,
|
73 |
+
"grad_norm": 0.23658457398414612,
|
74 |
+
"learning_rate": 0.00029187258625509513,
|
75 |
+
"loss": 0.4257,
|
76 |
+
"step": 30
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 3.9411764705882355,
|
80 |
+
"grad_norm": 0.27489331364631653,
|
81 |
+
"learning_rate": 0.00028736599899825856,
|
82 |
+
"loss": 0.3254,
|
83 |
+
"step": 35
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"epoch": 4.0,
|
87 |
+
"eval_loss": 0.5997567772865295,
|
88 |
+
"eval_runtime": 3.3651,
|
89 |
+
"eval_samples_per_second": 4.458,
|
90 |
+
"eval_steps_per_second": 0.594,
|
91 |
+
"step": 36
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 4.470588235294118,
|
95 |
+
"grad_norm": 0.3510420620441437,
|
96 |
+
"learning_rate": 0.00028192106268097334,
|
97 |
+
"loss": 0.2985,
|
98 |
+
"step": 40
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 5.0,
|
102 |
+
"grad_norm": 0.4653756320476532,
|
103 |
+
"learning_rate": 0.00027557497173937923,
|
104 |
+
"loss": 0.2828,
|
105 |
+
"step": 45
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 5.0,
|
109 |
+
"eval_loss": 0.6584295034408569,
|
110 |
+
"eval_runtime": 3.3668,
|
111 |
+
"eval_samples_per_second": 4.455,
|
112 |
+
"eval_steps_per_second": 0.594,
|
113 |
+
"step": 45
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"epoch": 5.588235294117647,
|
117 |
+
"grad_norm": 0.3469710052013397,
|
118 |
+
"learning_rate": 0.00026837107640945905,
|
119 |
+
"loss": 0.2038,
|
120 |
+
"step": 50
|
121 |
+
},
|
122 |
+
{
|
123 |
+
"epoch": 6.0,
|
124 |
+
"eval_loss": 0.751620888710022,
|
125 |
+
"eval_runtime": 3.3651,
|
126 |
+
"eval_samples_per_second": 4.458,
|
127 |
+
"eval_steps_per_second": 0.594,
|
128 |
+
"step": 54
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 6.117647058823529,
|
132 |
+
"grad_norm": 0.3903103470802307,
|
133 |
+
"learning_rate": 0.0002603585866009697,
|
134 |
+
"loss": 0.1656,
|
135 |
+
"step": 55
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 6.705882352941177,
|
139 |
+
"grad_norm": 0.38518330454826355,
|
140 |
+
"learning_rate": 0.00025159223574386114,
|
141 |
+
"loss": 0.1296,
|
142 |
+
"step": 60
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 7.0,
|
146 |
+
"eval_loss": 0.8753386735916138,
|
147 |
+
"eval_runtime": 3.3654,
|
148 |
+
"eval_samples_per_second": 4.457,
|
149 |
+
"eval_steps_per_second": 0.594,
|
150 |
+
"step": 63
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 7.235294117647059,
|
154 |
+
"grad_norm": 0.24312527477741241,
|
155 |
+
"learning_rate": 0.00024213190690345018,
|
156 |
+
"loss": 0.085,
|
157 |
+
"step": 65
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 7.823529411764706,
|
161 |
+
"grad_norm": 0.3267911970615387,
|
162 |
+
"learning_rate": 0.00023204222371836405,
|
163 |
+
"loss": 0.0751,
|
164 |
+
"step": 70
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 8.0,
|
168 |
+
"eval_loss": 0.8750011920928955,
|
169 |
+
"eval_runtime": 3.3678,
|
170 |
+
"eval_samples_per_second": 4.454,
|
171 |
+
"eval_steps_per_second": 0.594,
|
172 |
+
"step": 72
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 8.352941176470589,
|
176 |
+
"grad_norm": 0.24549448490142822,
|
177 |
+
"learning_rate": 0.00022139210895556104,
|
178 |
+
"loss": 0.0576,
|
179 |
+
"step": 75
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 8.941176470588236,
|
183 |
+
"grad_norm": 0.3071894347667694,
|
184 |
+
"learning_rate": 0.0002102543136979454,
|
185 |
+
"loss": 0.0475,
|
186 |
+
"step": 80
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 9.0,
|
190 |
+
"eval_loss": 0.9990332126617432,
|
191 |
+
"eval_runtime": 3.3671,
|
192 |
+
"eval_samples_per_second": 4.455,
|
193 |
+
"eval_steps_per_second": 0.594,
|
194 |
+
"step": 81
|
195 |
+
},
|
196 |
+
{
|
197 |
+
"epoch": 9.470588235294118,
|
198 |
+
"grad_norm": 0.17012739181518555,
|
199 |
+
"learning_rate": 0.00019870492038070252,
|
200 |
+
"loss": 0.0282,
|
201 |
+
"step": 85
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 10.0,
|
205 |
+
"grad_norm": 0.2809393107891083,
|
206 |
+
"learning_rate": 0.00018682282307111987,
|
207 |
+
"loss": 0.0249,
|
208 |
+
"step": 90
|
209 |
+
},
|
210 |
+
{
|
211 |
+
"epoch": 10.0,
|
212 |
+
"eval_loss": 1.022998571395874,
|
213 |
+
"eval_runtime": 3.3665,
|
214 |
+
"eval_samples_per_second": 4.456,
|
215 |
+
"eval_steps_per_second": 0.594,
|
216 |
+
"step": 90
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"epoch": 10.588235294117647,
|
220 |
+
"grad_norm": 0.16731834411621094,
|
221 |
+
"learning_rate": 0.00017468918854211007,
|
222 |
+
"loss": 0.0151,
|
223 |
+
"step": 95
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"epoch": 11.0,
|
227 |
+
"eval_loss": 1.0694772005081177,
|
228 |
+
"eval_runtime": 3.3662,
|
229 |
+
"eval_samples_per_second": 4.456,
|
230 |
+
"eval_steps_per_second": 0.594,
|
231 |
+
"step": 99
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"epoch": 11.117647058823529,
|
235 |
+
"grad_norm": 0.149811789393425,
|
236 |
+
"learning_rate": 0.00016238690182084986,
|
237 |
+
"loss": 0.0166,
|
238 |
+
"step": 100
|
239 |
+
},
|
240 |
+
{
|
241 |
+
"epoch": 11.705882352941176,
|
242 |
+
"grad_norm": 0.13291925191879272,
|
243 |
+
"learning_rate": 0.00015,
|
244 |
+
"loss": 0.0095,
|
245 |
+
"step": 105
|
246 |
+
},
|
247 |
+
{
|
248 |
+
"epoch": 12.0,
|
249 |
+
"eval_loss": 1.0867458581924438,
|
250 |
+
"eval_runtime": 3.3664,
|
251 |
+
"eval_samples_per_second": 4.456,
|
252 |
+
"eval_steps_per_second": 0.594,
|
253 |
+
"step": 108
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"epoch": 12.235294117647058,
|
257 |
+
"grad_norm": 0.08576802164316177,
|
258 |
+
"learning_rate": 0.00013761309817915014,
|
259 |
+
"loss": 0.009,
|
260 |
+
"step": 110
|
261 |
+
},
|
262 |
+
{
|
263 |
+
"epoch": 12.823529411764707,
|
264 |
+
"grad_norm": 0.07071960717439651,
|
265 |
+
"learning_rate": 0.00012531081145788987,
|
266 |
+
"loss": 0.0075,
|
267 |
+
"step": 115
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 13.0,
|
271 |
+
"eval_loss": 1.1065537929534912,
|
272 |
+
"eval_runtime": 3.3672,
|
273 |
+
"eval_samples_per_second": 4.455,
|
274 |
+
"eval_steps_per_second": 0.594,
|
275 |
+
"step": 117
|
276 |
+
}
|
277 |
+
],
|
278 |
+
"logging_steps": 5,
|
279 |
+
"max_steps": 200,
|
280 |
+
"num_input_tokens_seen": 0,
|
281 |
+
"num_train_epochs": 25,
|
282 |
+
"save_steps": 500,
|
283 |
+
"stateful_callbacks": {
|
284 |
+
"TrainerControl": {
|
285 |
+
"args": {
|
286 |
+
"should_epoch_stop": false,
|
287 |
+
"should_evaluate": false,
|
288 |
+
"should_log": false,
|
289 |
+
"should_save": true,
|
290 |
+
"should_training_stop": false
|
291 |
+
},
|
292 |
+
"attributes": {}
|
293 |
+
}
|
294 |
+
},
|
295 |
+
"total_flos": 6.078245372728934e+16,
|
296 |
+
"train_batch_size": 2,
|
297 |
+
"trial_name": null,
|
298 |
+
"trial_params": null
|
299 |
+
}
|
checkpoint-117/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6c29a53cb36e9fcac6a368aa7e961a846f6918a035c3653b19f429f1c9ada0f
|
3 |
+
size 5624
|
checkpoint-126/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: microsoft/Phi-3.5-mini-instruct
|
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.14.0
|
checkpoint-126/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "microsoft/Phi-3.5-mini-instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": false,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 32,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.05,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 16,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"o_proj",
|
27 |
+
"down_proj",
|
28 |
+
"gate_up_proj",
|
29 |
+
"qkv_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-126/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c17e6385eb77d64f463469a45a8eaabc96cf5b175939023a2aae5ab80934c98b
|
3 |
+
size 100697728
|
checkpoint-126/added_tokens.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|assistant|>": 32001,
|
3 |
+
"<|endoftext|>": 32000,
|
4 |
+
"<|end|>": 32007,
|
5 |
+
"<|placeholder1|>": 32002,
|
6 |
+
"<|placeholder2|>": 32003,
|
7 |
+
"<|placeholder3|>": 32004,
|
8 |
+
"<|placeholder4|>": 32005,
|
9 |
+
"<|placeholder5|>": 32008,
|
10 |
+
"<|placeholder6|>": 32009,
|
11 |
+
"<|system|>": 32006,
|
12 |
+
"<|user|>": 32010
|
13 |
+
}
|
checkpoint-126/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2057aa361aa8210a55204c75f0ee052675f3d4da91fb22fe6a33a102812f4138
|
3 |
+
size 201541754
|
checkpoint-126/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe43054f30dc68e1b12738831b6deea4fb1852a3e96a6f75c924b5f1d4c5d513
|
3 |
+
size 14244
|
checkpoint-126/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99c34901a2ad71230f8d174057bcd413aa98867a63486dabe73d249f0aad9d47
|
3 |
+
size 1064
|
checkpoint-126/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
checkpoint-126/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-126/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
checkpoint-126/tokenizer_config.json
ADDED
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' and message['content'] %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
121 |
+
"clean_up_tokenization_spaces": false,
|
122 |
+
"eos_token": "<|endoftext|>",
|
123 |
+
"extra_special_tokens": {},
|
124 |
+
"legacy": false,
|
125 |
+
"model_max_length": 131072,
|
126 |
+
"pad_token": "<|endoftext|>",
|
127 |
+
"padding_side": "left",
|
128 |
+
"sp_model_kwargs": {},
|
129 |
+
"tokenizer_class": "LlamaTokenizer",
|
130 |
+
"unk_token": "<unk>",
|
131 |
+
"use_default_system_prompt": false
|
132 |
+
}
|
checkpoint-126/trainer_state.json
ADDED
@@ -0,0 +1,321 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": 27,
|
3 |
+
"best_metric": 0.5779597759246826,
|
4 |
+
"best_model_checkpoint": "//outputs/task7_microsoft/Phi-3.5-mini-instruct/checkpoint-27",
|
5 |
+
"epoch": 14.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 126,
|
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.5882352941176471,
|
14 |
+
"grad_norm": 0.2979797124862671,
|
15 |
+
"learning_rate": 0.00015,
|
16 |
+
"loss": 0.7889,
|
17 |
+
"step": 5
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 1.0,
|
21 |
+
"eval_loss": 0.6737979650497437,
|
22 |
+
"eval_runtime": 3.3675,
|
23 |
+
"eval_samples_per_second": 4.454,
|
24 |
+
"eval_steps_per_second": 0.594,
|
25 |
+
"step": 9
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"epoch": 1.1176470588235294,
|
29 |
+
"grad_norm": 0.20464661717414856,
|
30 |
+
"learning_rate": 0.0003,
|
31 |
+
"loss": 0.6771,
|
32 |
+
"step": 10
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 1.7058823529411766,
|
36 |
+
"grad_norm": 0.1992536187171936,
|
37 |
+
"learning_rate": 0.00029948767395100045,
|
38 |
+
"loss": 0.6255,
|
39 |
+
"step": 15
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 2.0,
|
43 |
+
"eval_loss": 0.6006895303726196,
|
44 |
+
"eval_runtime": 3.3642,
|
45 |
+
"eval_samples_per_second": 4.459,
|
46 |
+
"eval_steps_per_second": 0.594,
|
47 |
+
"step": 18
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 2.235294117647059,
|
51 |
+
"grad_norm": 0.19050121307373047,
|
52 |
+
"learning_rate": 0.00029795419551040833,
|
53 |
+
"loss": 0.5302,
|
54 |
+
"step": 20
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 2.8235294117647056,
|
58 |
+
"grad_norm": 0.17813433706760406,
|
59 |
+
"learning_rate": 0.0002954100398908995,
|
60 |
+
"loss": 0.4439,
|
61 |
+
"step": 25
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 3.0,
|
65 |
+
"eval_loss": 0.5779597759246826,
|
66 |
+
"eval_runtime": 3.3656,
|
67 |
+
"eval_samples_per_second": 4.457,
|
68 |
+
"eval_steps_per_second": 0.594,
|
69 |
+
"step": 27
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 3.3529411764705883,
|
73 |
+
"grad_norm": 0.23658457398414612,
|
74 |
+
"learning_rate": 0.00029187258625509513,
|
75 |
+
"loss": 0.4257,
|
76 |
+
"step": 30
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 3.9411764705882355,
|
80 |
+
"grad_norm": 0.27489331364631653,
|
81 |
+
"learning_rate": 0.00028736599899825856,
|
82 |
+
"loss": 0.3254,
|
83 |
+
"step": 35
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"epoch": 4.0,
|
87 |
+
"eval_loss": 0.5997567772865295,
|
88 |
+
"eval_runtime": 3.3651,
|
89 |
+
"eval_samples_per_second": 4.458,
|
90 |
+
"eval_steps_per_second": 0.594,
|
91 |
+
"step": 36
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 4.470588235294118,
|
95 |
+
"grad_norm": 0.3510420620441437,
|
96 |
+
"learning_rate": 0.00028192106268097334,
|
97 |
+
"loss": 0.2985,
|
98 |
+
"step": 40
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 5.0,
|
102 |
+
"grad_norm": 0.4653756320476532,
|
103 |
+
"learning_rate": 0.00027557497173937923,
|
104 |
+
"loss": 0.2828,
|
105 |
+
"step": 45
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 5.0,
|
109 |
+
"eval_loss": 0.6584295034408569,
|
110 |
+
"eval_runtime": 3.3668,
|
111 |
+
"eval_samples_per_second": 4.455,
|
112 |
+
"eval_steps_per_second": 0.594,
|
113 |
+
"step": 45
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"epoch": 5.588235294117647,
|
117 |
+
"grad_norm": 0.3469710052013397,
|
118 |
+
"learning_rate": 0.00026837107640945905,
|
119 |
+
"loss": 0.2038,
|
120 |
+
"step": 50
|
121 |
+
},
|
122 |
+
{
|
123 |
+
"epoch": 6.0,
|
124 |
+
"eval_loss": 0.751620888710022,
|
125 |
+
"eval_runtime": 3.3651,
|
126 |
+
"eval_samples_per_second": 4.458,
|
127 |
+
"eval_steps_per_second": 0.594,
|
128 |
+
"step": 54
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 6.117647058823529,
|
132 |
+
"grad_norm": 0.3903103470802307,
|
133 |
+
"learning_rate": 0.0002603585866009697,
|
134 |
+
"loss": 0.1656,
|
135 |
+
"step": 55
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 6.705882352941177,
|
139 |
+
"grad_norm": 0.38518330454826355,
|
140 |
+
"learning_rate": 0.00025159223574386114,
|
141 |
+
"loss": 0.1296,
|
142 |
+
"step": 60
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 7.0,
|
146 |
+
"eval_loss": 0.8753386735916138,
|
147 |
+
"eval_runtime": 3.3654,
|
148 |
+
"eval_samples_per_second": 4.457,
|
149 |
+
"eval_steps_per_second": 0.594,
|
150 |
+
"step": 63
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 7.235294117647059,
|
154 |
+
"grad_norm": 0.24312527477741241,
|
155 |
+
"learning_rate": 0.00024213190690345018,
|
156 |
+
"loss": 0.085,
|
157 |
+
"step": 65
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 7.823529411764706,
|
161 |
+
"grad_norm": 0.3267911970615387,
|
162 |
+
"learning_rate": 0.00023204222371836405,
|
163 |
+
"loss": 0.0751,
|
164 |
+
"step": 70
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 8.0,
|
168 |
+
"eval_loss": 0.8750011920928955,
|
169 |
+
"eval_runtime": 3.3678,
|
170 |
+
"eval_samples_per_second": 4.454,
|
171 |
+
"eval_steps_per_second": 0.594,
|
172 |
+
"step": 72
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 8.352941176470589,
|
176 |
+
"grad_norm": 0.24549448490142822,
|
177 |
+
"learning_rate": 0.00022139210895556104,
|
178 |
+
"loss": 0.0576,
|
179 |
+
"step": 75
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 8.941176470588236,
|
183 |
+
"grad_norm": 0.3071894347667694,
|
184 |
+
"learning_rate": 0.0002102543136979454,
|
185 |
+
"loss": 0.0475,
|
186 |
+
"step": 80
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 9.0,
|
190 |
+
"eval_loss": 0.9990332126617432,
|
191 |
+
"eval_runtime": 3.3671,
|
192 |
+
"eval_samples_per_second": 4.455,
|
193 |
+
"eval_steps_per_second": 0.594,
|
194 |
+
"step": 81
|
195 |
+
},
|
196 |
+
{
|
197 |
+
"epoch": 9.470588235294118,
|
198 |
+
"grad_norm": 0.17012739181518555,
|
199 |
+
"learning_rate": 0.00019870492038070252,
|
200 |
+
"loss": 0.0282,
|
201 |
+
"step": 85
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 10.0,
|
205 |
+
"grad_norm": 0.2809393107891083,
|
206 |
+
"learning_rate": 0.00018682282307111987,
|
207 |
+
"loss": 0.0249,
|
208 |
+
"step": 90
|
209 |
+
},
|
210 |
+
{
|
211 |
+
"epoch": 10.0,
|
212 |
+
"eval_loss": 1.022998571395874,
|
213 |
+
"eval_runtime": 3.3665,
|
214 |
+
"eval_samples_per_second": 4.456,
|
215 |
+
"eval_steps_per_second": 0.594,
|
216 |
+
"step": 90
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"epoch": 10.588235294117647,
|
220 |
+
"grad_norm": 0.16731834411621094,
|
221 |
+
"learning_rate": 0.00017468918854211007,
|
222 |
+
"loss": 0.0151,
|
223 |
+
"step": 95
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"epoch": 11.0,
|
227 |
+
"eval_loss": 1.0694772005081177,
|
228 |
+
"eval_runtime": 3.3662,
|
229 |
+
"eval_samples_per_second": 4.456,
|
230 |
+
"eval_steps_per_second": 0.594,
|
231 |
+
"step": 99
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"epoch": 11.117647058823529,
|
235 |
+
"grad_norm": 0.149811789393425,
|
236 |
+
"learning_rate": 0.00016238690182084986,
|
237 |
+
"loss": 0.0166,
|
238 |
+
"step": 100
|
239 |
+
},
|
240 |
+
{
|
241 |
+
"epoch": 11.705882352941176,
|
242 |
+
"grad_norm": 0.13291925191879272,
|
243 |
+
"learning_rate": 0.00015,
|
244 |
+
"loss": 0.0095,
|
245 |
+
"step": 105
|
246 |
+
},
|
247 |
+
{
|
248 |
+
"epoch": 12.0,
|
249 |
+
"eval_loss": 1.0867458581924438,
|
250 |
+
"eval_runtime": 3.3664,
|
251 |
+
"eval_samples_per_second": 4.456,
|
252 |
+
"eval_steps_per_second": 0.594,
|
253 |
+
"step": 108
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"epoch": 12.235294117647058,
|
257 |
+
"grad_norm": 0.08576802164316177,
|
258 |
+
"learning_rate": 0.00013761309817915014,
|
259 |
+
"loss": 0.009,
|
260 |
+
"step": 110
|
261 |
+
},
|
262 |
+
{
|
263 |
+
"epoch": 12.823529411764707,
|
264 |
+
"grad_norm": 0.07071960717439651,
|
265 |
+
"learning_rate": 0.00012531081145788987,
|
266 |
+
"loss": 0.0075,
|
267 |
+
"step": 115
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 13.0,
|
271 |
+
"eval_loss": 1.1065537929534912,
|
272 |
+
"eval_runtime": 3.3672,
|
273 |
+
"eval_samples_per_second": 4.455,
|
274 |
+
"eval_steps_per_second": 0.594,
|
275 |
+
"step": 117
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 13.352941176470589,
|
279 |
+
"grad_norm": 0.1268472969532013,
|
280 |
+
"learning_rate": 0.00011317717692888012,
|
281 |
+
"loss": 0.0125,
|
282 |
+
"step": 120
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 13.941176470588236,
|
286 |
+
"grad_norm": 0.08666448295116425,
|
287 |
+
"learning_rate": 0.00010129507961929748,
|
288 |
+
"loss": 0.0058,
|
289 |
+
"step": 125
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 14.0,
|
293 |
+
"eval_loss": 1.0826694965362549,
|
294 |
+
"eval_runtime": 3.3663,
|
295 |
+
"eval_samples_per_second": 4.456,
|
296 |
+
"eval_steps_per_second": 0.594,
|
297 |
+
"step": 126
|
298 |
+
}
|
299 |
+
],
|
300 |
+
"logging_steps": 5,
|
301 |
+
"max_steps": 200,
|
302 |
+
"num_input_tokens_seen": 0,
|
303 |
+
"num_train_epochs": 25,
|
304 |
+
"save_steps": 500,
|
305 |
+
"stateful_callbacks": {
|
306 |
+
"TrainerControl": {
|
307 |
+
"args": {
|
308 |
+
"should_epoch_stop": false,
|
309 |
+
"should_evaluate": false,
|
310 |
+
"should_log": false,
|
311 |
+
"should_save": true,
|
312 |
+
"should_training_stop": false
|
313 |
+
},
|
314 |
+
"attributes": {}
|
315 |
+
}
|
316 |
+
},
|
317 |
+
"total_flos": 6.547911247956787e+16,
|
318 |
+
"train_batch_size": 2,
|
319 |
+
"trial_name": null,
|
320 |
+
"trial_params": null
|
321 |
+
}
|
checkpoint-126/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6c29a53cb36e9fcac6a368aa7e961a846f6918a035c3653b19f429f1c9ada0f
|
3 |
+
size 5624
|
checkpoint-135/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: microsoft/Phi-3.5-mini-instruct
|
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.14.0
|
checkpoint-135/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "microsoft/Phi-3.5-mini-instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": false,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 32,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.05,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 16,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"o_proj",
|
27 |
+
"down_proj",
|
28 |
+
"gate_up_proj",
|
29 |
+
"qkv_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-135/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d0b33203d8643e071d208a5ba76899f74e52f9273d69ee20491293ddd4bcfc2
|
3 |
+
size 100697728
|
checkpoint-135/added_tokens.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|assistant|>": 32001,
|
3 |
+
"<|endoftext|>": 32000,
|
4 |
+
"<|end|>": 32007,
|
5 |
+
"<|placeholder1|>": 32002,
|
6 |
+
"<|placeholder2|>": 32003,
|
7 |
+
"<|placeholder3|>": 32004,
|
8 |
+
"<|placeholder4|>": 32005,
|
9 |
+
"<|placeholder5|>": 32008,
|
10 |
+
"<|placeholder6|>": 32009,
|
11 |
+
"<|system|>": 32006,
|
12 |
+
"<|user|>": 32010
|
13 |
+
}
|
checkpoint-135/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61982bccfe653a061aa8d1d8d59428afb85467160f1a9b4a5486b62b24984fdd
|
3 |
+
size 201541754
|
checkpoint-135/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36c0f66305fe8c4edf6e879508b98e75ba711c4b63fad1a9a2de884f2c658550
|
3 |
+
size 14244
|
checkpoint-135/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:539c46ae569b3c2d7553225676fe2da8c4a62b8f914f74257257b6d90f577c87
|
3 |
+
size 1064
|
checkpoint-135/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|