Upload 13 files
Browse files- README.md +217 -1
- adapter_config.json +28 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +4 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +28 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +60 -0
- trainer_state.json +765 -0
- training_args.bin +3 -0
README.md
CHANGED
@@ -1,3 +1,219 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: openchat/openchat_3.5
|
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 |
+
- **Shared by [optional]:** [More Information Needed]
|
22 |
+
- **Model type:** [More Information Needed]
|
23 |
+
- **Language(s) (NLP):** [More Information Needed]
|
24 |
+
- **License:** [More Information Needed]
|
25 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
26 |
+
|
27 |
+
### Model Sources [optional]
|
28 |
+
|
29 |
+
<!-- Provide the basic links for the model. -->
|
30 |
+
|
31 |
+
- **Repository:** [More Information Needed]
|
32 |
+
- **Paper [optional]:** [More Information Needed]
|
33 |
+
- **Demo [optional]:** [More Information Needed]
|
34 |
+
|
35 |
+
## Uses
|
36 |
+
|
37 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
38 |
+
|
39 |
+
### Direct Use
|
40 |
+
|
41 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
42 |
+
|
43 |
+
[More Information Needed]
|
44 |
+
|
45 |
+
### Downstream Use [optional]
|
46 |
+
|
47 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
48 |
+
|
49 |
+
[More Information Needed]
|
50 |
+
|
51 |
+
### Out-of-Scope Use
|
52 |
+
|
53 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
54 |
+
|
55 |
+
[More Information Needed]
|
56 |
+
|
57 |
+
## Bias, Risks, and Limitations
|
58 |
+
|
59 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
60 |
+
|
61 |
+
[More Information Needed]
|
62 |
+
|
63 |
+
### Recommendations
|
64 |
+
|
65 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
66 |
+
|
67 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
68 |
+
|
69 |
+
## How to Get Started with the Model
|
70 |
+
|
71 |
+
Use the code below to get started with the model.
|
72 |
+
|
73 |
+
[More Information Needed]
|
74 |
+
|
75 |
+
## Training Details
|
76 |
+
|
77 |
+
### Training Data
|
78 |
+
|
79 |
+
<!-- This should link to a Data 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. -->
|
80 |
+
|
81 |
+
[More Information Needed]
|
82 |
+
|
83 |
+
### Training Procedure
|
84 |
+
|
85 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
86 |
+
|
87 |
+
#### Preprocessing [optional]
|
88 |
+
|
89 |
+
[More Information Needed]
|
90 |
+
|
91 |
+
|
92 |
+
#### Training Hyperparameters
|
93 |
+
|
94 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
95 |
+
|
96 |
+
#### Speeds, Sizes, Times [optional]
|
97 |
+
|
98 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
99 |
+
|
100 |
+
[More Information Needed]
|
101 |
+
|
102 |
+
## Evaluation
|
103 |
+
|
104 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
105 |
+
|
106 |
+
### Testing Data, Factors & Metrics
|
107 |
+
|
108 |
+
#### Testing Data
|
109 |
+
|
110 |
+
<!-- This should link to a Data Card if possible. -->
|
111 |
+
|
112 |
+
[More Information Needed]
|
113 |
+
|
114 |
+
#### Factors
|
115 |
+
|
116 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
117 |
+
|
118 |
+
[More Information Needed]
|
119 |
+
|
120 |
+
#### Metrics
|
121 |
+
|
122 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
123 |
+
|
124 |
+
[More Information Needed]
|
125 |
+
|
126 |
+
### Results
|
127 |
+
|
128 |
+
[More Information Needed]
|
129 |
+
|
130 |
+
#### Summary
|
131 |
+
|
132 |
+
|
133 |
+
|
134 |
+
## Model Examination [optional]
|
135 |
+
|
136 |
+
<!-- Relevant interpretability work for the model goes here -->
|
137 |
+
|
138 |
+
[More Information Needed]
|
139 |
+
|
140 |
+
## Environmental Impact
|
141 |
+
|
142 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
143 |
+
|
144 |
+
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).
|
145 |
+
|
146 |
+
- **Hardware Type:** [More Information Needed]
|
147 |
+
- **Hours used:** [More Information Needed]
|
148 |
+
- **Cloud Provider:** [More Information Needed]
|
149 |
+
- **Compute Region:** [More Information Needed]
|
150 |
+
- **Carbon Emitted:** [More Information Needed]
|
151 |
+
|
152 |
+
## Technical Specifications [optional]
|
153 |
+
|
154 |
+
### Model Architecture and Objective
|
155 |
+
|
156 |
+
[More Information Needed]
|
157 |
+
|
158 |
+
### Compute Infrastructure
|
159 |
+
|
160 |
+
[More Information Needed]
|
161 |
+
|
162 |
+
#### Hardware
|
163 |
+
|
164 |
+
[More Information Needed]
|
165 |
+
|
166 |
+
#### Software
|
167 |
+
|
168 |
+
[More Information Needed]
|
169 |
+
|
170 |
+
## Citation [optional]
|
171 |
+
|
172 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
173 |
+
|
174 |
+
**BibTeX:**
|
175 |
+
|
176 |
+
[More Information Needed]
|
177 |
+
|
178 |
+
**APA:**
|
179 |
+
|
180 |
+
[More Information Needed]
|
181 |
+
|
182 |
+
## Glossary [optional]
|
183 |
+
|
184 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
185 |
+
|
186 |
+
[More Information Needed]
|
187 |
+
|
188 |
+
## More Information [optional]
|
189 |
+
|
190 |
+
[More Information Needed]
|
191 |
+
|
192 |
+
## Model Card Authors [optional]
|
193 |
+
|
194 |
+
[More Information Needed]
|
195 |
+
|
196 |
+
## Model Card Contact
|
197 |
+
|
198 |
+
[More Information Needed]
|
199 |
+
|
200 |
+
|
201 |
+
## Training procedure
|
202 |
+
|
203 |
+
|
204 |
+
The following `bitsandbytes` quantization config was used during training:
|
205 |
+
- quant_method: bitsandbytes
|
206 |
+
- load_in_8bit: False
|
207 |
+
- load_in_4bit: True
|
208 |
+
- llm_int8_threshold: 6.0
|
209 |
+
- llm_int8_skip_modules: None
|
210 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
211 |
+
- llm_int8_has_fp16_weight: False
|
212 |
+
- bnb_4bit_quant_type: fp4
|
213 |
+
- bnb_4bit_use_double_quant: False
|
214 |
+
- bnb_4bit_compute_dtype: float16
|
215 |
+
|
216 |
+
### Framework versions
|
217 |
+
|
218 |
+
|
219 |
+
- PEFT 0.6.0
|
adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "openchat/openchat_3.5",
|
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 |
+
"lora_alpha": 64,
|
12 |
+
"lora_dropout": 0.2,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 16,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"o_proj",
|
20 |
+
"down_proj",
|
21 |
+
"gate_proj",
|
22 |
+
"k_proj",
|
23 |
+
"q_proj",
|
24 |
+
"v_proj",
|
25 |
+
"up_proj"
|
26 |
+
],
|
27 |
+
"task_type": "SEQ_CLS"
|
28 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a277391ec7a207f406bed6c11ee21a1531a1dbf4fb4edd27c2ca38c6515dd6cf
|
3 |
+
size 167865112
|
added_tokens.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|end_of_turn|>": 32000,
|
3 |
+
"<|pad_0|>": 32001
|
4 |
+
}
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55d495c899ff0f52f8b1f244ac1413702313d84e0b01f75454c13a335a4865c9
|
3 |
+
size 335988821
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b29bb40ab93132827bec04afe4fd92c084889c8743c721f8b6e32f463a0d85e4
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d01698930226972ab82a2db5cce16b64f7ea52ad966312cf7182a5373ffafa9
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|end_of_turn|>",
|
4 |
+
"<|pad_0|>"
|
5 |
+
],
|
6 |
+
"bos_token": {
|
7 |
+
"content": "<s>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"eos_token": {
|
14 |
+
"content": "<|end_of_turn|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
},
|
20 |
+
"pad_token": "<s>",
|
21 |
+
"unk_token": {
|
22 |
+
"content": "<unk>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false
|
27 |
+
}
|
28 |
+
}
|
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,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<unk>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<s>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"32000": {
|
28 |
+
"content": "<|end_of_turn|>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"32001": {
|
36 |
+
"content": "<|pad_0|>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"additional_special_tokens": [
|
45 |
+
"<|end_of_turn|>",
|
46 |
+
"<|pad_0|>"
|
47 |
+
],
|
48 |
+
"bos_token": "<s>",
|
49 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{{ 'GPT4 Correct ' + message['role'].title() + ': ' + message['content'] + '<|end_of_turn|>'}}{% endfor %}{% if add_generation_prompt %}{{ 'GPT4 Correct Assistant:' }}{% endif %}",
|
50 |
+
"clean_up_tokenization_spaces": false,
|
51 |
+
"eos_token": "<|end_of_turn|>",
|
52 |
+
"legacy": true,
|
53 |
+
"model_max_length": 1000000000000000019884624838656,
|
54 |
+
"pad_token": "<s>",
|
55 |
+
"sp_model_kwargs": {},
|
56 |
+
"spaces_between_special_tokens": false,
|
57 |
+
"tokenizer_class": "LlamaTokenizer",
|
58 |
+
"unk_token": "<unk>",
|
59 |
+
"use_default_system_prompt": true
|
60 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,765 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 12138,
|
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.02,
|
13 |
+
"learning_rate": 2e-05,
|
14 |
+
"loss": 1.9154,
|
15 |
+
"step": 100
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.03,
|
19 |
+
"learning_rate": 2e-05,
|
20 |
+
"loss": 1.43,
|
21 |
+
"step": 200
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.05,
|
25 |
+
"learning_rate": 2e-05,
|
26 |
+
"loss": 0.9686,
|
27 |
+
"step": 300
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.07,
|
31 |
+
"learning_rate": 2e-05,
|
32 |
+
"loss": 0.9181,
|
33 |
+
"step": 400
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.08,
|
37 |
+
"learning_rate": 2e-05,
|
38 |
+
"loss": 0.9455,
|
39 |
+
"step": 500
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.1,
|
43 |
+
"learning_rate": 2e-05,
|
44 |
+
"loss": 0.949,
|
45 |
+
"step": 600
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.12,
|
49 |
+
"learning_rate": 2e-05,
|
50 |
+
"loss": 0.8024,
|
51 |
+
"step": 700
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.13,
|
55 |
+
"learning_rate": 2e-05,
|
56 |
+
"loss": 0.6846,
|
57 |
+
"step": 800
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.15,
|
61 |
+
"learning_rate": 2e-05,
|
62 |
+
"loss": 0.5948,
|
63 |
+
"step": 900
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.16,
|
67 |
+
"learning_rate": 2e-05,
|
68 |
+
"loss": 0.5975,
|
69 |
+
"step": 1000
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.18,
|
73 |
+
"learning_rate": 2e-05,
|
74 |
+
"loss": 0.7143,
|
75 |
+
"step": 1100
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.2,
|
79 |
+
"learning_rate": 2e-05,
|
80 |
+
"loss": 0.7405,
|
81 |
+
"step": 1200
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.21,
|
85 |
+
"learning_rate": 2e-05,
|
86 |
+
"loss": 0.6561,
|
87 |
+
"step": 1300
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.23,
|
91 |
+
"learning_rate": 2e-05,
|
92 |
+
"loss": 0.6427,
|
93 |
+
"step": 1400
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.25,
|
97 |
+
"learning_rate": 2e-05,
|
98 |
+
"loss": 0.5293,
|
99 |
+
"step": 1500
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.26,
|
103 |
+
"learning_rate": 2e-05,
|
104 |
+
"loss": 0.6634,
|
105 |
+
"step": 1600
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.28,
|
109 |
+
"learning_rate": 2e-05,
|
110 |
+
"loss": 0.5758,
|
111 |
+
"step": 1700
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.3,
|
115 |
+
"learning_rate": 2e-05,
|
116 |
+
"loss": 0.6344,
|
117 |
+
"step": 1800
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.31,
|
121 |
+
"learning_rate": 2e-05,
|
122 |
+
"loss": 0.6298,
|
123 |
+
"step": 1900
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.33,
|
127 |
+
"learning_rate": 2e-05,
|
128 |
+
"loss": 0.5303,
|
129 |
+
"step": 2000
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.35,
|
133 |
+
"learning_rate": 2e-05,
|
134 |
+
"loss": 0.5188,
|
135 |
+
"step": 2100
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.36,
|
139 |
+
"learning_rate": 2e-05,
|
140 |
+
"loss": 0.6227,
|
141 |
+
"step": 2200
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 0.38,
|
145 |
+
"learning_rate": 2e-05,
|
146 |
+
"loss": 0.6051,
|
147 |
+
"step": 2300
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.4,
|
151 |
+
"learning_rate": 2e-05,
|
152 |
+
"loss": 0.6769,
|
153 |
+
"step": 2400
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.41,
|
157 |
+
"learning_rate": 2e-05,
|
158 |
+
"loss": 0.5749,
|
159 |
+
"step": 2500
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.43,
|
163 |
+
"learning_rate": 2e-05,
|
164 |
+
"loss": 0.4436,
|
165 |
+
"step": 2600
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.44,
|
169 |
+
"learning_rate": 2e-05,
|
170 |
+
"loss": 0.6846,
|
171 |
+
"step": 2700
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.46,
|
175 |
+
"learning_rate": 2e-05,
|
176 |
+
"loss": 0.556,
|
177 |
+
"step": 2800
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.48,
|
181 |
+
"learning_rate": 2e-05,
|
182 |
+
"loss": 0.5762,
|
183 |
+
"step": 2900
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.49,
|
187 |
+
"learning_rate": 2e-05,
|
188 |
+
"loss": 0.5248,
|
189 |
+
"step": 3000
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.51,
|
193 |
+
"learning_rate": 2e-05,
|
194 |
+
"loss": 0.5558,
|
195 |
+
"step": 3100
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"epoch": 0.53,
|
199 |
+
"learning_rate": 2e-05,
|
200 |
+
"loss": 0.5116,
|
201 |
+
"step": 3200
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.54,
|
205 |
+
"learning_rate": 2e-05,
|
206 |
+
"loss": 0.5295,
|
207 |
+
"step": 3300
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.56,
|
211 |
+
"learning_rate": 2e-05,
|
212 |
+
"loss": 0.5301,
|
213 |
+
"step": 3400
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.58,
|
217 |
+
"learning_rate": 2e-05,
|
218 |
+
"loss": 0.5294,
|
219 |
+
"step": 3500
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.59,
|
223 |
+
"learning_rate": 2e-05,
|
224 |
+
"loss": 0.515,
|
225 |
+
"step": 3600
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 0.61,
|
229 |
+
"learning_rate": 2e-05,
|
230 |
+
"loss": 0.5794,
|
231 |
+
"step": 3700
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"epoch": 0.63,
|
235 |
+
"learning_rate": 2e-05,
|
236 |
+
"loss": 0.4725,
|
237 |
+
"step": 3800
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 0.64,
|
241 |
+
"learning_rate": 2e-05,
|
242 |
+
"loss": 0.5957,
|
243 |
+
"step": 3900
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 0.66,
|
247 |
+
"learning_rate": 2e-05,
|
248 |
+
"loss": 0.5277,
|
249 |
+
"step": 4000
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.68,
|
253 |
+
"learning_rate": 2e-05,
|
254 |
+
"loss": 0.5457,
|
255 |
+
"step": 4100
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.69,
|
259 |
+
"learning_rate": 2e-05,
|
260 |
+
"loss": 0.4994,
|
261 |
+
"step": 4200
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.71,
|
265 |
+
"learning_rate": 2e-05,
|
266 |
+
"loss": 0.5515,
|
267 |
+
"step": 4300
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 0.72,
|
271 |
+
"learning_rate": 2e-05,
|
272 |
+
"loss": 0.5008,
|
273 |
+
"step": 4400
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 0.74,
|
277 |
+
"learning_rate": 2e-05,
|
278 |
+
"loss": 0.593,
|
279 |
+
"step": 4500
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.76,
|
283 |
+
"learning_rate": 2e-05,
|
284 |
+
"loss": 0.585,
|
285 |
+
"step": 4600
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.77,
|
289 |
+
"learning_rate": 2e-05,
|
290 |
+
"loss": 0.5274,
|
291 |
+
"step": 4700
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.79,
|
295 |
+
"learning_rate": 2e-05,
|
296 |
+
"loss": 0.4437,
|
297 |
+
"step": 4800
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.81,
|
301 |
+
"learning_rate": 2e-05,
|
302 |
+
"loss": 0.5143,
|
303 |
+
"step": 4900
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.82,
|
307 |
+
"learning_rate": 2e-05,
|
308 |
+
"loss": 0.537,
|
309 |
+
"step": 5000
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.84,
|
313 |
+
"learning_rate": 2e-05,
|
314 |
+
"loss": 0.4277,
|
315 |
+
"step": 5100
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 0.86,
|
319 |
+
"learning_rate": 2e-05,
|
320 |
+
"loss": 0.4822,
|
321 |
+
"step": 5200
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.87,
|
325 |
+
"learning_rate": 2e-05,
|
326 |
+
"loss": 0.5356,
|
327 |
+
"step": 5300
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 0.89,
|
331 |
+
"learning_rate": 2e-05,
|
332 |
+
"loss": 0.5248,
|
333 |
+
"step": 5400
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.91,
|
337 |
+
"learning_rate": 2e-05,
|
338 |
+
"loss": 0.5202,
|
339 |
+
"step": 5500
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.92,
|
343 |
+
"learning_rate": 2e-05,
|
344 |
+
"loss": 0.599,
|
345 |
+
"step": 5600
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.94,
|
349 |
+
"learning_rate": 2e-05,
|
350 |
+
"loss": 0.4688,
|
351 |
+
"step": 5700
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"epoch": 0.96,
|
355 |
+
"learning_rate": 2e-05,
|
356 |
+
"loss": 0.5126,
|
357 |
+
"step": 5800
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"epoch": 0.97,
|
361 |
+
"learning_rate": 2e-05,
|
362 |
+
"loss": 0.5361,
|
363 |
+
"step": 5900
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 0.99,
|
367 |
+
"learning_rate": 2e-05,
|
368 |
+
"loss": 0.3963,
|
369 |
+
"step": 6000
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 1.0,
|
373 |
+
"eval_loss": 0.314893901348114,
|
374 |
+
"eval_macro_f1": 0.861683908045977,
|
375 |
+
"eval_runtime": 1926.7043,
|
376 |
+
"eval_samples_per_second": 1.828,
|
377 |
+
"eval_steps_per_second": 1.828,
|
378 |
+
"eval_w_f1": 0.9317006533644023,
|
379 |
+
"step": 6069
|
380 |
+
},
|
381 |
+
{
|
382 |
+
"epoch": 1.01,
|
383 |
+
"learning_rate": 2e-05,
|
384 |
+
"loss": 0.3971,
|
385 |
+
"step": 6100
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"epoch": 1.02,
|
389 |
+
"learning_rate": 2e-05,
|
390 |
+
"loss": 0.5884,
|
391 |
+
"step": 6200
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 1.04,
|
395 |
+
"learning_rate": 2e-05,
|
396 |
+
"loss": 0.4905,
|
397 |
+
"step": 6300
|
398 |
+
},
|
399 |
+
{
|
400 |
+
"epoch": 1.05,
|
401 |
+
"learning_rate": 2e-05,
|
402 |
+
"loss": 0.5088,
|
403 |
+
"step": 6400
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"epoch": 1.07,
|
407 |
+
"learning_rate": 2e-05,
|
408 |
+
"loss": 0.5391,
|
409 |
+
"step": 6500
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 1.09,
|
413 |
+
"learning_rate": 2e-05,
|
414 |
+
"loss": 0.385,
|
415 |
+
"step": 6600
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 1.1,
|
419 |
+
"learning_rate": 2e-05,
|
420 |
+
"loss": 0.5233,
|
421 |
+
"step": 6700
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"epoch": 1.12,
|
425 |
+
"learning_rate": 2e-05,
|
426 |
+
"loss": 0.3826,
|
427 |
+
"step": 6800
|
428 |
+
},
|
429 |
+
{
|
430 |
+
"epoch": 1.14,
|
431 |
+
"learning_rate": 2e-05,
|
432 |
+
"loss": 0.401,
|
433 |
+
"step": 6900
|
434 |
+
},
|
435 |
+
{
|
436 |
+
"epoch": 1.15,
|
437 |
+
"learning_rate": 2e-05,
|
438 |
+
"loss": 0.4315,
|
439 |
+
"step": 7000
|
440 |
+
},
|
441 |
+
{
|
442 |
+
"epoch": 1.17,
|
443 |
+
"learning_rate": 2e-05,
|
444 |
+
"loss": 0.5173,
|
445 |
+
"step": 7100
|
446 |
+
},
|
447 |
+
{
|
448 |
+
"epoch": 1.19,
|
449 |
+
"learning_rate": 2e-05,
|
450 |
+
"loss": 0.5372,
|
451 |
+
"step": 7200
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 1.2,
|
455 |
+
"learning_rate": 2e-05,
|
456 |
+
"loss": 0.3717,
|
457 |
+
"step": 7300
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 1.22,
|
461 |
+
"learning_rate": 2e-05,
|
462 |
+
"loss": 0.4668,
|
463 |
+
"step": 7400
|
464 |
+
},
|
465 |
+
{
|
466 |
+
"epoch": 1.24,
|
467 |
+
"learning_rate": 2e-05,
|
468 |
+
"loss": 0.431,
|
469 |
+
"step": 7500
|
470 |
+
},
|
471 |
+
{
|
472 |
+
"epoch": 1.25,
|
473 |
+
"learning_rate": 2e-05,
|
474 |
+
"loss": 0.4545,
|
475 |
+
"step": 7600
|
476 |
+
},
|
477 |
+
{
|
478 |
+
"epoch": 1.27,
|
479 |
+
"learning_rate": 2e-05,
|
480 |
+
"loss": 0.3506,
|
481 |
+
"step": 7700
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 1.29,
|
485 |
+
"learning_rate": 2e-05,
|
486 |
+
"loss": 0.5173,
|
487 |
+
"step": 7800
|
488 |
+
},
|
489 |
+
{
|
490 |
+
"epoch": 1.3,
|
491 |
+
"learning_rate": 2e-05,
|
492 |
+
"loss": 0.3631,
|
493 |
+
"step": 7900
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 1.32,
|
497 |
+
"learning_rate": 2e-05,
|
498 |
+
"loss": 0.4804,
|
499 |
+
"step": 8000
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 1.33,
|
503 |
+
"learning_rate": 2e-05,
|
504 |
+
"loss": 0.4384,
|
505 |
+
"step": 8100
|
506 |
+
},
|
507 |
+
{
|
508 |
+
"epoch": 1.35,
|
509 |
+
"learning_rate": 2e-05,
|
510 |
+
"loss": 0.5182,
|
511 |
+
"step": 8200
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"epoch": 1.37,
|
515 |
+
"learning_rate": 2e-05,
|
516 |
+
"loss": 0.4416,
|
517 |
+
"step": 8300
|
518 |
+
},
|
519 |
+
{
|
520 |
+
"epoch": 1.38,
|
521 |
+
"learning_rate": 2e-05,
|
522 |
+
"loss": 0.4043,
|
523 |
+
"step": 8400
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"epoch": 1.4,
|
527 |
+
"learning_rate": 2e-05,
|
528 |
+
"loss": 0.4462,
|
529 |
+
"step": 8500
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"epoch": 1.42,
|
533 |
+
"learning_rate": 2e-05,
|
534 |
+
"loss": 0.5009,
|
535 |
+
"step": 8600
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 1.43,
|
539 |
+
"learning_rate": 2e-05,
|
540 |
+
"loss": 0.5086,
|
541 |
+
"step": 8700
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 1.45,
|
545 |
+
"learning_rate": 2e-05,
|
546 |
+
"loss": 0.4446,
|
547 |
+
"step": 8800
|
548 |
+
},
|
549 |
+
{
|
550 |
+
"epoch": 1.47,
|
551 |
+
"learning_rate": 2e-05,
|
552 |
+
"loss": 0.4701,
|
553 |
+
"step": 8900
|
554 |
+
},
|
555 |
+
{
|
556 |
+
"epoch": 1.48,
|
557 |
+
"learning_rate": 2e-05,
|
558 |
+
"loss": 0.449,
|
559 |
+
"step": 9000
|
560 |
+
},
|
561 |
+
{
|
562 |
+
"epoch": 1.5,
|
563 |
+
"learning_rate": 2e-05,
|
564 |
+
"loss": 0.4368,
|
565 |
+
"step": 9100
|
566 |
+
},
|
567 |
+
{
|
568 |
+
"epoch": 1.52,
|
569 |
+
"learning_rate": 2e-05,
|
570 |
+
"loss": 0.5384,
|
571 |
+
"step": 9200
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 1.53,
|
575 |
+
"learning_rate": 2e-05,
|
576 |
+
"loss": 0.4209,
|
577 |
+
"step": 9300
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.55,
|
581 |
+
"learning_rate": 2e-05,
|
582 |
+
"loss": 0.4485,
|
583 |
+
"step": 9400
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 1.57,
|
587 |
+
"learning_rate": 2e-05,
|
588 |
+
"loss": 0.4414,
|
589 |
+
"step": 9500
|
590 |
+
},
|
591 |
+
{
|
592 |
+
"epoch": 1.58,
|
593 |
+
"learning_rate": 2e-05,
|
594 |
+
"loss": 0.418,
|
595 |
+
"step": 9600
|
596 |
+
},
|
597 |
+
{
|
598 |
+
"epoch": 1.6,
|
599 |
+
"learning_rate": 2e-05,
|
600 |
+
"loss": 0.2729,
|
601 |
+
"step": 9700
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 1.61,
|
605 |
+
"learning_rate": 2e-05,
|
606 |
+
"loss": 0.4574,
|
607 |
+
"step": 9800
|
608 |
+
},
|
609 |
+
{
|
610 |
+
"epoch": 1.63,
|
611 |
+
"learning_rate": 2e-05,
|
612 |
+
"loss": 0.4475,
|
613 |
+
"step": 9900
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"epoch": 1.65,
|
617 |
+
"learning_rate": 2e-05,
|
618 |
+
"loss": 0.5195,
|
619 |
+
"step": 10000
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.66,
|
623 |
+
"learning_rate": 2e-05,
|
624 |
+
"loss": 0.4451,
|
625 |
+
"step": 10100
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 1.68,
|
629 |
+
"learning_rate": 2e-05,
|
630 |
+
"loss": 0.3544,
|
631 |
+
"step": 10200
|
632 |
+
},
|
633 |
+
{
|
634 |
+
"epoch": 1.7,
|
635 |
+
"learning_rate": 2e-05,
|
636 |
+
"loss": 0.5105,
|
637 |
+
"step": 10300
|
638 |
+
},
|
639 |
+
{
|
640 |
+
"epoch": 1.71,
|
641 |
+
"learning_rate": 2e-05,
|
642 |
+
"loss": 0.3476,
|
643 |
+
"step": 10400
|
644 |
+
},
|
645 |
+
{
|
646 |
+
"epoch": 1.73,
|
647 |
+
"learning_rate": 2e-05,
|
648 |
+
"loss": 0.5183,
|
649 |
+
"step": 10500
|
650 |
+
},
|
651 |
+
{
|
652 |
+
"epoch": 1.75,
|
653 |
+
"learning_rate": 2e-05,
|
654 |
+
"loss": 0.4595,
|
655 |
+
"step": 10600
|
656 |
+
},
|
657 |
+
{
|
658 |
+
"epoch": 1.76,
|
659 |
+
"learning_rate": 2e-05,
|
660 |
+
"loss": 0.488,
|
661 |
+
"step": 10700
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.78,
|
665 |
+
"learning_rate": 2e-05,
|
666 |
+
"loss": 0.353,
|
667 |
+
"step": 10800
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 1.8,
|
671 |
+
"learning_rate": 2e-05,
|
672 |
+
"loss": 0.4504,
|
673 |
+
"step": 10900
|
674 |
+
},
|
675 |
+
{
|
676 |
+
"epoch": 1.81,
|
677 |
+
"learning_rate": 2e-05,
|
678 |
+
"loss": 0.4664,
|
679 |
+
"step": 11000
|
680 |
+
},
|
681 |
+
{
|
682 |
+
"epoch": 1.83,
|
683 |
+
"learning_rate": 2e-05,
|
684 |
+
"loss": 0.4726,
|
685 |
+
"step": 11100
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"epoch": 1.85,
|
689 |
+
"learning_rate": 2e-05,
|
690 |
+
"loss": 0.4457,
|
691 |
+
"step": 11200
|
692 |
+
},
|
693 |
+
{
|
694 |
+
"epoch": 1.86,
|
695 |
+
"learning_rate": 2e-05,
|
696 |
+
"loss": 0.5226,
|
697 |
+
"step": 11300
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"epoch": 1.88,
|
701 |
+
"learning_rate": 2e-05,
|
702 |
+
"loss": 0.5333,
|
703 |
+
"step": 11400
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.89,
|
707 |
+
"learning_rate": 2e-05,
|
708 |
+
"loss": 0.4751,
|
709 |
+
"step": 11500
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 1.91,
|
713 |
+
"learning_rate": 2e-05,
|
714 |
+
"loss": 0.4763,
|
715 |
+
"step": 11600
|
716 |
+
},
|
717 |
+
{
|
718 |
+
"epoch": 1.93,
|
719 |
+
"learning_rate": 2e-05,
|
720 |
+
"loss": 0.4873,
|
721 |
+
"step": 11700
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"epoch": 1.94,
|
725 |
+
"learning_rate": 2e-05,
|
726 |
+
"loss": 0.4186,
|
727 |
+
"step": 11800
|
728 |
+
},
|
729 |
+
{
|
730 |
+
"epoch": 1.96,
|
731 |
+
"learning_rate": 2e-05,
|
732 |
+
"loss": 0.4183,
|
733 |
+
"step": 11900
|
734 |
+
},
|
735 |
+
{
|
736 |
+
"epoch": 1.98,
|
737 |
+
"learning_rate": 2e-05,
|
738 |
+
"loss": 0.5434,
|
739 |
+
"step": 12000
|
740 |
+
},
|
741 |
+
{
|
742 |
+
"epoch": 1.99,
|
743 |
+
"learning_rate": 2e-05,
|
744 |
+
"loss": 0.5285,
|
745 |
+
"step": 12100
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 2.0,
|
749 |
+
"eval_loss": 0.1769913136959076,
|
750 |
+
"eval_macro_f1": 0.9112129368062815,
|
751 |
+
"eval_runtime": 1924.1679,
|
752 |
+
"eval_samples_per_second": 1.83,
|
753 |
+
"eval_steps_per_second": 1.83,
|
754 |
+
"eval_w_f1": 0.9568650424835885,
|
755 |
+
"step": 12138
|
756 |
+
}
|
757 |
+
],
|
758 |
+
"logging_steps": 100,
|
759 |
+
"max_steps": 30345,
|
760 |
+
"num_train_epochs": 5,
|
761 |
+
"save_steps": 500,
|
762 |
+
"total_flos": 7.842335249417011e+17,
|
763 |
+
"trial_name": null,
|
764 |
+
"trial_params": null
|
765 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2d656f12b6cd48badac11f1016056f746d4dc3e909b733817830813ac7d591f
|
3 |
+
size 4600
|