Upload 12 files
Browse files- README.md +204 -0
- adapter_config.json +26 -0
- adapter_model.safetensors +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +42 -0
- trainer_state.json +341 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.1
|
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 |
+
|
201 |
+
|
202 |
+
### Framework versions
|
203 |
+
|
204 |
+
- PEFT 0.7.1
|
adapter_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": null,
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 16,
|
13 |
+
"lora_dropout": 0.05,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 64,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM"
|
26 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c56e90c5881d9c9ee4a39ca33993dc12117d1050247e21dcb7eeb61bcf46c5f
|
3 |
+
size 109071352
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba8dab4a7d1f066a613ded093c88c6a1a6af7a91a0854a0aa4e6c92a2733bd89
|
3 |
+
size 218211962
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94c0261072c08c1c39369abadd29d0b19fd78e4ece7f0bb1a9951cadb17a9dd5
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bc4029c6b0e73ce66df9d2f36a2a8474285f2c376eb0b0d608bfed2941943a6
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
tokenizer_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"additional_special_tokens": [],
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"clean_up_tokenization_spaces": false,
|
33 |
+
"eos_token": "</s>",
|
34 |
+
"legacy": true,
|
35 |
+
"model_max_length": 1000000000000000019884624838656,
|
36 |
+
"pad_token": "</s>",
|
37 |
+
"sp_model_kwargs": {},
|
38 |
+
"spaces_between_special_tokens": false,
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,341 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 3.571428571428571,
|
5 |
+
"eval_steps": 20,
|
6 |
+
"global_step": 500,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.14,
|
13 |
+
"eval_loss": 0.269596129655838,
|
14 |
+
"eval_runtime": 41.7008,
|
15 |
+
"eval_samples_per_second": 3.285,
|
16 |
+
"eval_steps_per_second": 0.432,
|
17 |
+
"step": 20
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.18,
|
21 |
+
"learning_rate": 2.5e-05,
|
22 |
+
"loss": 0.3253,
|
23 |
+
"step": 25
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.29,
|
27 |
+
"eval_loss": 0.2160598337650299,
|
28 |
+
"eval_runtime": 41.6766,
|
29 |
+
"eval_samples_per_second": 3.287,
|
30 |
+
"eval_steps_per_second": 0.432,
|
31 |
+
"step": 40
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.36,
|
35 |
+
"learning_rate": 2.5e-05,
|
36 |
+
"loss": 0.25,
|
37 |
+
"step": 50
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.43,
|
41 |
+
"eval_loss": 0.2049967646598816,
|
42 |
+
"eval_runtime": 41.643,
|
43 |
+
"eval_samples_per_second": 3.29,
|
44 |
+
"eval_steps_per_second": 0.432,
|
45 |
+
"step": 60
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.54,
|
49 |
+
"learning_rate": 2.5e-05,
|
50 |
+
"loss": 0.2212,
|
51 |
+
"step": 75
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.57,
|
55 |
+
"eval_loss": 0.20088960230350494,
|
56 |
+
"eval_runtime": 41.6399,
|
57 |
+
"eval_samples_per_second": 3.29,
|
58 |
+
"eval_steps_per_second": 0.432,
|
59 |
+
"step": 80
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.71,
|
63 |
+
"learning_rate": 2.5e-05,
|
64 |
+
"loss": 0.2168,
|
65 |
+
"step": 100
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.71,
|
69 |
+
"eval_loss": 0.19830842316150665,
|
70 |
+
"eval_runtime": 41.6606,
|
71 |
+
"eval_samples_per_second": 3.288,
|
72 |
+
"eval_steps_per_second": 0.432,
|
73 |
+
"step": 100
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.86,
|
77 |
+
"eval_loss": 0.1965203881263733,
|
78 |
+
"eval_runtime": 41.6343,
|
79 |
+
"eval_samples_per_second": 3.291,
|
80 |
+
"eval_steps_per_second": 0.432,
|
81 |
+
"step": 120
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.89,
|
85 |
+
"learning_rate": 2.5e-05,
|
86 |
+
"loss": 0.211,
|
87 |
+
"step": 125
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 1.0,
|
91 |
+
"eval_loss": 0.19506876170635223,
|
92 |
+
"eval_runtime": 41.6134,
|
93 |
+
"eval_samples_per_second": 3.292,
|
94 |
+
"eval_steps_per_second": 0.433,
|
95 |
+
"step": 140
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"epoch": 1.07,
|
99 |
+
"learning_rate": 2.5e-05,
|
100 |
+
"loss": 0.2198,
|
101 |
+
"step": 150
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 1.14,
|
105 |
+
"eval_loss": 0.19399328529834747,
|
106 |
+
"eval_runtime": 41.7184,
|
107 |
+
"eval_samples_per_second": 3.284,
|
108 |
+
"eval_steps_per_second": 0.431,
|
109 |
+
"step": 160
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"epoch": 1.25,
|
113 |
+
"learning_rate": 2.5e-05,
|
114 |
+
"loss": 0.2018,
|
115 |
+
"step": 175
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 1.29,
|
119 |
+
"eval_loss": 0.19290637969970703,
|
120 |
+
"eval_runtime": 41.6764,
|
121 |
+
"eval_samples_per_second": 3.287,
|
122 |
+
"eval_steps_per_second": 0.432,
|
123 |
+
"step": 180
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 1.43,
|
127 |
+
"learning_rate": 2.5e-05,
|
128 |
+
"loss": 0.2161,
|
129 |
+
"step": 200
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 1.43,
|
133 |
+
"eval_loss": 0.19207116961479187,
|
134 |
+
"eval_runtime": 41.9073,
|
135 |
+
"eval_samples_per_second": 3.269,
|
136 |
+
"eval_steps_per_second": 0.43,
|
137 |
+
"step": 200
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 1.57,
|
141 |
+
"eval_loss": 0.19164356589317322,
|
142 |
+
"eval_runtime": 41.7357,
|
143 |
+
"eval_samples_per_second": 3.283,
|
144 |
+
"eval_steps_per_second": 0.431,
|
145 |
+
"step": 220
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 1.61,
|
149 |
+
"learning_rate": 2.5e-05,
|
150 |
+
"loss": 0.1967,
|
151 |
+
"step": 225
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 1.71,
|
155 |
+
"eval_loss": 0.19071181118488312,
|
156 |
+
"eval_runtime": 41.6774,
|
157 |
+
"eval_samples_per_second": 3.287,
|
158 |
+
"eval_steps_per_second": 0.432,
|
159 |
+
"step": 240
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 1.79,
|
163 |
+
"learning_rate": 2.5e-05,
|
164 |
+
"loss": 0.2225,
|
165 |
+
"step": 250
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 1.86,
|
169 |
+
"eval_loss": 0.1900840550661087,
|
170 |
+
"eval_runtime": 41.6631,
|
171 |
+
"eval_samples_per_second": 3.288,
|
172 |
+
"eval_steps_per_second": 0.432,
|
173 |
+
"step": 260
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"epoch": 1.96,
|
177 |
+
"learning_rate": 2.5e-05,
|
178 |
+
"loss": 0.2038,
|
179 |
+
"step": 275
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 2.0,
|
183 |
+
"eval_loss": 0.18933609127998352,
|
184 |
+
"eval_runtime": 41.6745,
|
185 |
+
"eval_samples_per_second": 3.287,
|
186 |
+
"eval_steps_per_second": 0.432,
|
187 |
+
"step": 280
|
188 |
+
},
|
189 |
+
{
|
190 |
+
"epoch": 2.14,
|
191 |
+
"learning_rate": 2.5e-05,
|
192 |
+
"loss": 0.2065,
|
193 |
+
"step": 300
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 2.14,
|
197 |
+
"eval_loss": 0.18885642290115356,
|
198 |
+
"eval_runtime": 41.7299,
|
199 |
+
"eval_samples_per_second": 3.283,
|
200 |
+
"eval_steps_per_second": 0.431,
|
201 |
+
"step": 300
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 2.29,
|
205 |
+
"eval_loss": 0.18856477737426758,
|
206 |
+
"eval_runtime": 41.7641,
|
207 |
+
"eval_samples_per_second": 3.28,
|
208 |
+
"eval_steps_per_second": 0.431,
|
209 |
+
"step": 320
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 2.32,
|
213 |
+
"learning_rate": 2.5e-05,
|
214 |
+
"loss": 0.1962,
|
215 |
+
"step": 325
|
216 |
+
},
|
217 |
+
{
|
218 |
+
"epoch": 2.43,
|
219 |
+
"eval_loss": 0.1882474571466446,
|
220 |
+
"eval_runtime": 41.7165,
|
221 |
+
"eval_samples_per_second": 3.284,
|
222 |
+
"eval_steps_per_second": 0.431,
|
223 |
+
"step": 340
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"epoch": 2.5,
|
227 |
+
"learning_rate": 2.5e-05,
|
228 |
+
"loss": 0.2058,
|
229 |
+
"step": 350
|
230 |
+
},
|
231 |
+
{
|
232 |
+
"epoch": 2.57,
|
233 |
+
"eval_loss": 0.1876191794872284,
|
234 |
+
"eval_runtime": 41.6862,
|
235 |
+
"eval_samples_per_second": 3.286,
|
236 |
+
"eval_steps_per_second": 0.432,
|
237 |
+
"step": 360
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 2.68,
|
241 |
+
"learning_rate": 2.5e-05,
|
242 |
+
"loss": 0.1935,
|
243 |
+
"step": 375
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 2.71,
|
247 |
+
"eval_loss": 0.18731944262981415,
|
248 |
+
"eval_runtime": 41.649,
|
249 |
+
"eval_samples_per_second": 3.289,
|
250 |
+
"eval_steps_per_second": 0.432,
|
251 |
+
"step": 380
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"epoch": 2.86,
|
255 |
+
"learning_rate": 2.5e-05,
|
256 |
+
"loss": 0.2191,
|
257 |
+
"step": 400
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 2.86,
|
261 |
+
"eval_loss": 0.18684075772762299,
|
262 |
+
"eval_runtime": 41.636,
|
263 |
+
"eval_samples_per_second": 3.29,
|
264 |
+
"eval_steps_per_second": 0.432,
|
265 |
+
"step": 400
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"epoch": 3.0,
|
269 |
+
"eval_loss": 0.18620511889457703,
|
270 |
+
"eval_runtime": 41.6932,
|
271 |
+
"eval_samples_per_second": 3.286,
|
272 |
+
"eval_steps_per_second": 0.432,
|
273 |
+
"step": 420
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 3.04,
|
277 |
+
"learning_rate": 2.5e-05,
|
278 |
+
"loss": 0.1848,
|
279 |
+
"step": 425
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 3.14,
|
283 |
+
"eval_loss": 0.1859755963087082,
|
284 |
+
"eval_runtime": 41.7348,
|
285 |
+
"eval_samples_per_second": 3.283,
|
286 |
+
"eval_steps_per_second": 0.431,
|
287 |
+
"step": 440
|
288 |
+
},
|
289 |
+
{
|
290 |
+
"epoch": 3.21,
|
291 |
+
"learning_rate": 2.5e-05,
|
292 |
+
"loss": 0.1797,
|
293 |
+
"step": 450
|
294 |
+
},
|
295 |
+
{
|
296 |
+
"epoch": 3.29,
|
297 |
+
"eval_loss": 0.1856825351715088,
|
298 |
+
"eval_runtime": 41.6956,
|
299 |
+
"eval_samples_per_second": 3.286,
|
300 |
+
"eval_steps_per_second": 0.432,
|
301 |
+
"step": 460
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 3.39,
|
305 |
+
"learning_rate": 2.5e-05,
|
306 |
+
"loss": 0.2054,
|
307 |
+
"step": 475
|
308 |
+
},
|
309 |
+
{
|
310 |
+
"epoch": 3.43,
|
311 |
+
"eval_loss": 0.18539157509803772,
|
312 |
+
"eval_runtime": 41.683,
|
313 |
+
"eval_samples_per_second": 3.287,
|
314 |
+
"eval_steps_per_second": 0.432,
|
315 |
+
"step": 480
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 3.57,
|
319 |
+
"learning_rate": 2.5e-05,
|
320 |
+
"loss": 0.206,
|
321 |
+
"step": 500
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 3.57,
|
325 |
+
"eval_loss": 0.18517018854618073,
|
326 |
+
"eval_runtime": 41.665,
|
327 |
+
"eval_samples_per_second": 3.288,
|
328 |
+
"eval_steps_per_second": 0.432,
|
329 |
+
"step": 500
|
330 |
+
}
|
331 |
+
],
|
332 |
+
"logging_steps": 25,
|
333 |
+
"max_steps": 500,
|
334 |
+
"num_input_tokens_seen": 0,
|
335 |
+
"num_train_epochs": 4,
|
336 |
+
"save_steps": 25,
|
337 |
+
"total_flos": 1.7463220022909338e+17,
|
338 |
+
"train_batch_size": 4,
|
339 |
+
"trial_name": null,
|
340 |
+
"trial_params": null
|
341 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:385b11df4a92033b1e85d26e4c223af491f6a7a3959dd2f6a21e3083efb4580d
|
3 |
+
size 4728
|