Upload 17 files
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +26 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +16 -0
- classifier.bin +3 -0
- classifier_config.json +12 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- preprocessor_config.json +29 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +143 -0
- trainer_state.json +1893 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: QWen/QWen2-VL-7B-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.12.0
|
adapter_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "QWen/QWen2-VL-7B-Instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 256,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 128,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": "^(?!.*visual).*(?:o_proj|down_proj|v_proj|k_proj|gate_proj|up_proj|q_proj).*",
|
23 |
+
"task_type": "CAUSAL_LM",
|
24 |
+
"use_dora": false,
|
25 |
+
"use_rslora": false
|
26 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33d77cd37b44a09f2b3263c97ff1f01c8ae2d9b08d4998152ca701ea3d345e6e
|
3 |
+
size 1291899160
|
added_tokens.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|box_end|>": 151649,
|
3 |
+
"<|box_start|>": 151648,
|
4 |
+
"<|endoftext|>": 151643,
|
5 |
+
"<|im_end|>": 151645,
|
6 |
+
"<|im_start|>": 151644,
|
7 |
+
"<|image_pad|>": 151655,
|
8 |
+
"<|object_ref_end|>": 151647,
|
9 |
+
"<|object_ref_start|>": 151646,
|
10 |
+
"<|quad_end|>": 151651,
|
11 |
+
"<|quad_start|>": 151650,
|
12 |
+
"<|video_pad|>": 151656,
|
13 |
+
"<|vision_end|>": 151653,
|
14 |
+
"<|vision_pad|>": 151654,
|
15 |
+
"<|vision_start|>": 151652
|
16 |
+
}
|
classifier.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7766ec5208d4e65d100342ac0cbc38614005d281046d9f6ce9966e9ce92bdc66
|
3 |
+
size 18889510
|
classifier_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"hidden_size": 3584,
|
3 |
+
"num_layers": 3,
|
4 |
+
"proj_dim": 1024,
|
5 |
+
"output_dim": 1,
|
6 |
+
"input_dropout": 0.0,
|
7 |
+
"dropout": [
|
8 |
+
0.2,
|
9 |
+
0.4,
|
10 |
+
0.1
|
11 |
+
]
|
12 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91f857e57a0ebd5da444431251ab6133b34babe68d53dd5e68a76c6ba837d329
|
3 |
+
size 2621800444
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": true,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.48145466,
|
8 |
+
0.4578275,
|
9 |
+
0.40821073
|
10 |
+
],
|
11 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.26862954,
|
14 |
+
0.26130258,
|
15 |
+
0.27577711
|
16 |
+
],
|
17 |
+
"max_pixels": 12845056,
|
18 |
+
"merge_size": 2,
|
19 |
+
"min_pixels": 3136,
|
20 |
+
"patch_size": 14,
|
21 |
+
"processor_class": "Qwen2VLProcessor",
|
22 |
+
"resample": 3,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"max_pixels": 12845056,
|
26 |
+
"min_pixels": 3136
|
27 |
+
},
|
28 |
+
"temporal_patch_size": 2
|
29 |
+
}
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:406931002ba53eb73a8ab57c9243a149b920df9dc0d62d5fc02056d2fc838a3a
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5838f58c6955f757e7dc7074adf41a021b58ead67bf7a9c406a0c7b47724e9f9
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
|
3 |
+
size 11420371
|
tokenizer_config.json
ADDED
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"151646": {
|
29 |
+
"content": "<|object_ref_start|>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"151647": {
|
37 |
+
"content": "<|object_ref_end|>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"151648": {
|
45 |
+
"content": "<|box_start|>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"151649": {
|
53 |
+
"content": "<|box_end|>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"151650": {
|
61 |
+
"content": "<|quad_start|>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"151651": {
|
69 |
+
"content": "<|quad_end|>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"151652": {
|
77 |
+
"content": "<|vision_start|>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"151653": {
|
85 |
+
"content": "<|vision_end|>",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"151654": {
|
93 |
+
"content": "<|vision_pad|>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
},
|
100 |
+
"151655": {
|
101 |
+
"content": "<|image_pad|>",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": false,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": true
|
107 |
+
},
|
108 |
+
"151656": {
|
109 |
+
"content": "<|video_pad|>",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": false,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": true
|
115 |
+
}
|
116 |
+
},
|
117 |
+
"additional_special_tokens": [
|
118 |
+
"<|im_start|>",
|
119 |
+
"<|im_end|>",
|
120 |
+
"<|object_ref_start|>",
|
121 |
+
"<|object_ref_end|>",
|
122 |
+
"<|box_start|>",
|
123 |
+
"<|box_end|>",
|
124 |
+
"<|quad_start|>",
|
125 |
+
"<|quad_end|>",
|
126 |
+
"<|vision_start|>",
|
127 |
+
"<|vision_end|>",
|
128 |
+
"<|vision_pad|>",
|
129 |
+
"<|image_pad|>",
|
130 |
+
"<|video_pad|>"
|
131 |
+
],
|
132 |
+
"bos_token": null,
|
133 |
+
"chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}",
|
134 |
+
"clean_up_tokenization_spaces": false,
|
135 |
+
"eos_token": "<|im_end|>",
|
136 |
+
"errors": "replace",
|
137 |
+
"model_max_length": 32768,
|
138 |
+
"pad_token": "<|endoftext|>",
|
139 |
+
"padding_side": "left",
|
140 |
+
"split_special_tokens": false,
|
141 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
142 |
+
"unk_token": null
|
143 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,1893 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0582010582010581,
|
5 |
+
"eval_steps": 50,
|
6 |
+
"global_step": 200,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"classification_loss": 0.6695,
|
13 |
+
"epoch": 0.005291005291005291,
|
14 |
+
"grad_norm": 16.771141052246094,
|
15 |
+
"learning_rate": 7.017543859649123e-07,
|
16 |
+
"lm_loss": 2.0851,
|
17 |
+
"loss": 2.7547,
|
18 |
+
"step": 1
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"classification_loss": 0.7145,
|
22 |
+
"epoch": 0.010582010582010581,
|
23 |
+
"grad_norm": 27.93190574645996,
|
24 |
+
"learning_rate": 1.4035087719298246e-06,
|
25 |
+
"lm_loss": 1.9011,
|
26 |
+
"loss": 2.6157,
|
27 |
+
"step": 2
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"classification_loss": 0.74,
|
31 |
+
"epoch": 0.015873015873015872,
|
32 |
+
"grad_norm": 19.260587692260742,
|
33 |
+
"learning_rate": 2.105263157894737e-06,
|
34 |
+
"lm_loss": 2.152,
|
35 |
+
"loss": 2.892,
|
36 |
+
"step": 3
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"classification_loss": 0.668,
|
40 |
+
"epoch": 0.021164021164021163,
|
41 |
+
"grad_norm": 16.394054412841797,
|
42 |
+
"learning_rate": 2.8070175438596493e-06,
|
43 |
+
"lm_loss": 2.0417,
|
44 |
+
"loss": 2.7098,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"classification_loss": 0.6821,
|
49 |
+
"epoch": 0.026455026455026454,
|
50 |
+
"grad_norm": 18.829200744628906,
|
51 |
+
"learning_rate": 3.5087719298245615e-06,
|
52 |
+
"lm_loss": 2.0113,
|
53 |
+
"loss": 2.6933,
|
54 |
+
"step": 5
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"classification_loss": 0.6701,
|
58 |
+
"epoch": 0.031746031746031744,
|
59 |
+
"grad_norm": 18.288366317749023,
|
60 |
+
"learning_rate": 4.210526315789474e-06,
|
61 |
+
"lm_loss": 1.8286,
|
62 |
+
"loss": 2.4987,
|
63 |
+
"step": 6
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"classification_loss": 0.6698,
|
67 |
+
"epoch": 0.037037037037037035,
|
68 |
+
"grad_norm": 25.650251388549805,
|
69 |
+
"learning_rate": 4.912280701754386e-06,
|
70 |
+
"lm_loss": 1.7178,
|
71 |
+
"loss": 2.3876,
|
72 |
+
"step": 7
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"classification_loss": 0.8098,
|
76 |
+
"epoch": 0.042328042328042326,
|
77 |
+
"grad_norm": 15.184894561767578,
|
78 |
+
"learning_rate": 5.6140350877192985e-06,
|
79 |
+
"lm_loss": 1.6045,
|
80 |
+
"loss": 2.4142,
|
81 |
+
"step": 8
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"classification_loss": 0.6963,
|
85 |
+
"epoch": 0.047619047619047616,
|
86 |
+
"grad_norm": 12.884407997131348,
|
87 |
+
"learning_rate": 6.31578947368421e-06,
|
88 |
+
"lm_loss": 1.372,
|
89 |
+
"loss": 2.0683,
|
90 |
+
"step": 9
|
91 |
+
},
|
92 |
+
{
|
93 |
+
"classification_loss": 0.7149,
|
94 |
+
"epoch": 0.05291005291005291,
|
95 |
+
"grad_norm": 12.367244720458984,
|
96 |
+
"learning_rate": 7.017543859649123e-06,
|
97 |
+
"lm_loss": 1.0866,
|
98 |
+
"loss": 1.8015,
|
99 |
+
"step": 10
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"classification_loss": 0.7124,
|
103 |
+
"epoch": 0.0582010582010582,
|
104 |
+
"grad_norm": 19.37381362915039,
|
105 |
+
"learning_rate": 7.719298245614036e-06,
|
106 |
+
"lm_loss": 0.7991,
|
107 |
+
"loss": 1.5115,
|
108 |
+
"step": 11
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"classification_loss": 0.6034,
|
112 |
+
"epoch": 0.06349206349206349,
|
113 |
+
"grad_norm": 17.332901000976562,
|
114 |
+
"learning_rate": 8.421052631578948e-06,
|
115 |
+
"lm_loss": 0.6295,
|
116 |
+
"loss": 1.2329,
|
117 |
+
"step": 12
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"classification_loss": 0.5687,
|
121 |
+
"epoch": 0.06878306878306878,
|
122 |
+
"grad_norm": 12.365259170532227,
|
123 |
+
"learning_rate": 9.12280701754386e-06,
|
124 |
+
"lm_loss": 0.6126,
|
125 |
+
"loss": 1.1812,
|
126 |
+
"step": 13
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"classification_loss": 0.7166,
|
130 |
+
"epoch": 0.07407407407407407,
|
131 |
+
"grad_norm": 12.777908325195312,
|
132 |
+
"learning_rate": 9.824561403508772e-06,
|
133 |
+
"lm_loss": 0.5857,
|
134 |
+
"loss": 1.3022,
|
135 |
+
"step": 14
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"classification_loss": 0.7863,
|
139 |
+
"epoch": 0.07936507936507936,
|
140 |
+
"grad_norm": 12.364931106567383,
|
141 |
+
"learning_rate": 1.0526315789473684e-05,
|
142 |
+
"lm_loss": 0.4866,
|
143 |
+
"loss": 1.2729,
|
144 |
+
"step": 15
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"classification_loss": 0.6334,
|
148 |
+
"epoch": 0.08465608465608465,
|
149 |
+
"grad_norm": 10.23062515258789,
|
150 |
+
"learning_rate": 1.1228070175438597e-05,
|
151 |
+
"lm_loss": 0.3727,
|
152 |
+
"loss": 1.006,
|
153 |
+
"step": 16
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"classification_loss": 0.5849,
|
157 |
+
"epoch": 0.08994708994708994,
|
158 |
+
"grad_norm": 11.9069185256958,
|
159 |
+
"learning_rate": 1.192982456140351e-05,
|
160 |
+
"lm_loss": 0.2464,
|
161 |
+
"loss": 0.8313,
|
162 |
+
"step": 17
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"classification_loss": 0.6384,
|
166 |
+
"epoch": 0.09523809523809523,
|
167 |
+
"grad_norm": 12.602136611938477,
|
168 |
+
"learning_rate": 1.263157894736842e-05,
|
169 |
+
"lm_loss": 0.2392,
|
170 |
+
"loss": 0.8776,
|
171 |
+
"step": 18
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"classification_loss": 0.67,
|
175 |
+
"epoch": 0.10052910052910052,
|
176 |
+
"grad_norm": 15.037280082702637,
|
177 |
+
"learning_rate": 1.3333333333333333e-05,
|
178 |
+
"lm_loss": 0.1902,
|
179 |
+
"loss": 0.8602,
|
180 |
+
"step": 19
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"classification_loss": 0.6626,
|
184 |
+
"epoch": 0.10582010582010581,
|
185 |
+
"grad_norm": 9.703207015991211,
|
186 |
+
"learning_rate": 1.4035087719298246e-05,
|
187 |
+
"lm_loss": 0.1744,
|
188 |
+
"loss": 0.837,
|
189 |
+
"step": 20
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"classification_loss": 0.6218,
|
193 |
+
"epoch": 0.1111111111111111,
|
194 |
+
"grad_norm": 9.03652572631836,
|
195 |
+
"learning_rate": 1.4736842105263159e-05,
|
196 |
+
"lm_loss": 0.1287,
|
197 |
+
"loss": 0.7505,
|
198 |
+
"step": 21
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"classification_loss": 0.47,
|
202 |
+
"epoch": 0.1164021164021164,
|
203 |
+
"grad_norm": 8.84855842590332,
|
204 |
+
"learning_rate": 1.543859649122807e-05,
|
205 |
+
"lm_loss": 0.0953,
|
206 |
+
"loss": 0.5653,
|
207 |
+
"step": 22
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"classification_loss": 0.6106,
|
211 |
+
"epoch": 0.12169312169312169,
|
212 |
+
"grad_norm": 9.092327117919922,
|
213 |
+
"learning_rate": 1.6140350877192984e-05,
|
214 |
+
"lm_loss": 0.0903,
|
215 |
+
"loss": 0.7009,
|
216 |
+
"step": 23
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"classification_loss": 0.3901,
|
220 |
+
"epoch": 0.12698412698412698,
|
221 |
+
"grad_norm": 10.399832725524902,
|
222 |
+
"learning_rate": 1.6842105263157896e-05,
|
223 |
+
"lm_loss": 0.0447,
|
224 |
+
"loss": 0.4348,
|
225 |
+
"step": 24
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"classification_loss": 0.8788,
|
229 |
+
"epoch": 0.13227513227513227,
|
230 |
+
"grad_norm": 16.038183212280273,
|
231 |
+
"learning_rate": 1.754385964912281e-05,
|
232 |
+
"lm_loss": 0.083,
|
233 |
+
"loss": 0.9618,
|
234 |
+
"step": 25
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"classification_loss": 0.8995,
|
238 |
+
"epoch": 0.13756613756613756,
|
239 |
+
"grad_norm": 17.929433822631836,
|
240 |
+
"learning_rate": 1.824561403508772e-05,
|
241 |
+
"lm_loss": 0.1014,
|
242 |
+
"loss": 1.0009,
|
243 |
+
"step": 26
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"classification_loss": 0.7673,
|
247 |
+
"epoch": 0.14285714285714285,
|
248 |
+
"grad_norm": 11.831334114074707,
|
249 |
+
"learning_rate": 1.894736842105263e-05,
|
250 |
+
"lm_loss": 0.0959,
|
251 |
+
"loss": 0.8631,
|
252 |
+
"step": 27
|
253 |
+
},
|
254 |
+
{
|
255 |
+
"classification_loss": 0.567,
|
256 |
+
"epoch": 0.14814814814814814,
|
257 |
+
"grad_norm": 7.2031073570251465,
|
258 |
+
"learning_rate": 1.9649122807017544e-05,
|
259 |
+
"lm_loss": 0.0559,
|
260 |
+
"loss": 0.6229,
|
261 |
+
"step": 28
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"classification_loss": 0.8024,
|
265 |
+
"epoch": 0.15343915343915343,
|
266 |
+
"grad_norm": 12.598705291748047,
|
267 |
+
"learning_rate": 2.035087719298246e-05,
|
268 |
+
"lm_loss": 0.1079,
|
269 |
+
"loss": 0.9102,
|
270 |
+
"step": 29
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"classification_loss": 0.5282,
|
274 |
+
"epoch": 0.15873015873015872,
|
275 |
+
"grad_norm": 7.753366470336914,
|
276 |
+
"learning_rate": 2.105263157894737e-05,
|
277 |
+
"lm_loss": 0.0315,
|
278 |
+
"loss": 0.5598,
|
279 |
+
"step": 30
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"classification_loss": 0.6261,
|
283 |
+
"epoch": 0.164021164021164,
|
284 |
+
"grad_norm": 8.418317794799805,
|
285 |
+
"learning_rate": 2.1754385964912285e-05,
|
286 |
+
"lm_loss": 0.0626,
|
287 |
+
"loss": 0.6887,
|
288 |
+
"step": 31
|
289 |
+
},
|
290 |
+
{
|
291 |
+
"classification_loss": 0.6078,
|
292 |
+
"epoch": 0.1693121693121693,
|
293 |
+
"grad_norm": 10.975348472595215,
|
294 |
+
"learning_rate": 2.2456140350877194e-05,
|
295 |
+
"lm_loss": 0.0661,
|
296 |
+
"loss": 0.6739,
|
297 |
+
"step": 32
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"classification_loss": 0.6152,
|
301 |
+
"epoch": 0.1746031746031746,
|
302 |
+
"grad_norm": 7.836843490600586,
|
303 |
+
"learning_rate": 2.3157894736842107e-05,
|
304 |
+
"lm_loss": 0.0555,
|
305 |
+
"loss": 0.6708,
|
306 |
+
"step": 33
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"classification_loss": 0.6342,
|
310 |
+
"epoch": 0.17989417989417988,
|
311 |
+
"grad_norm": 9.3395414352417,
|
312 |
+
"learning_rate": 2.385964912280702e-05,
|
313 |
+
"lm_loss": 0.0772,
|
314 |
+
"loss": 0.7114,
|
315 |
+
"step": 34
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"classification_loss": 0.5311,
|
319 |
+
"epoch": 0.18518518518518517,
|
320 |
+
"grad_norm": 8.910663604736328,
|
321 |
+
"learning_rate": 2.4561403508771932e-05,
|
322 |
+
"lm_loss": 0.0496,
|
323 |
+
"loss": 0.5807,
|
324 |
+
"step": 35
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"classification_loss": 0.4504,
|
328 |
+
"epoch": 0.19047619047619047,
|
329 |
+
"grad_norm": 8.439433097839355,
|
330 |
+
"learning_rate": 2.526315789473684e-05,
|
331 |
+
"lm_loss": 0.0434,
|
332 |
+
"loss": 0.4937,
|
333 |
+
"step": 36
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"classification_loss": 0.4308,
|
337 |
+
"epoch": 0.19576719576719576,
|
338 |
+
"grad_norm": 9.815783500671387,
|
339 |
+
"learning_rate": 2.5964912280701757e-05,
|
340 |
+
"lm_loss": 0.0391,
|
341 |
+
"loss": 0.4699,
|
342 |
+
"step": 37
|
343 |
+
},
|
344 |
+
{
|
345 |
+
"classification_loss": 0.5369,
|
346 |
+
"epoch": 0.20105820105820105,
|
347 |
+
"grad_norm": 8.448427200317383,
|
348 |
+
"learning_rate": 2.6666666666666667e-05,
|
349 |
+
"lm_loss": 0.0661,
|
350 |
+
"loss": 0.603,
|
351 |
+
"step": 38
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"classification_loss": 0.551,
|
355 |
+
"epoch": 0.20634920634920634,
|
356 |
+
"grad_norm": 9.024697303771973,
|
357 |
+
"learning_rate": 2.7368421052631583e-05,
|
358 |
+
"lm_loss": 0.0627,
|
359 |
+
"loss": 0.6137,
|
360 |
+
"step": 39
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"classification_loss": 0.5113,
|
364 |
+
"epoch": 0.21164021164021163,
|
365 |
+
"grad_norm": 10.45963191986084,
|
366 |
+
"learning_rate": 2.8070175438596492e-05,
|
367 |
+
"lm_loss": 0.0432,
|
368 |
+
"loss": 0.5544,
|
369 |
+
"step": 40
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"classification_loss": 0.5548,
|
373 |
+
"epoch": 0.21693121693121692,
|
374 |
+
"grad_norm": 9.504748344421387,
|
375 |
+
"learning_rate": 2.8771929824561408e-05,
|
376 |
+
"lm_loss": 0.0704,
|
377 |
+
"loss": 0.6252,
|
378 |
+
"step": 41
|
379 |
+
},
|
380 |
+
{
|
381 |
+
"classification_loss": 0.1668,
|
382 |
+
"epoch": 0.2222222222222222,
|
383 |
+
"grad_norm": 6.110610485076904,
|
384 |
+
"learning_rate": 2.9473684210526317e-05,
|
385 |
+
"lm_loss": 0.0104,
|
386 |
+
"loss": 0.1772,
|
387 |
+
"step": 42
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"classification_loss": 0.2372,
|
391 |
+
"epoch": 0.2275132275132275,
|
392 |
+
"grad_norm": 9.717988967895508,
|
393 |
+
"learning_rate": 3.017543859649123e-05,
|
394 |
+
"lm_loss": 0.0401,
|
395 |
+
"loss": 0.2773,
|
396 |
+
"step": 43
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"classification_loss": 0.4028,
|
400 |
+
"epoch": 0.2328042328042328,
|
401 |
+
"grad_norm": 9.197904586791992,
|
402 |
+
"learning_rate": 3.087719298245614e-05,
|
403 |
+
"lm_loss": 0.0687,
|
404 |
+
"loss": 0.4716,
|
405 |
+
"step": 44
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"classification_loss": 0.8087,
|
409 |
+
"epoch": 0.23809523809523808,
|
410 |
+
"grad_norm": 16.595661163330078,
|
411 |
+
"learning_rate": 3.157894736842106e-05,
|
412 |
+
"lm_loss": 0.082,
|
413 |
+
"loss": 0.8907,
|
414 |
+
"step": 45
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"classification_loss": 0.683,
|
418 |
+
"epoch": 0.24338624338624337,
|
419 |
+
"grad_norm": 14.11158561706543,
|
420 |
+
"learning_rate": 3.228070175438597e-05,
|
421 |
+
"lm_loss": 0.0702,
|
422 |
+
"loss": 0.7532,
|
423 |
+
"step": 46
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"classification_loss": 1.045,
|
427 |
+
"epoch": 0.24867724867724866,
|
428 |
+
"grad_norm": 19.863332748413086,
|
429 |
+
"learning_rate": 3.298245614035088e-05,
|
430 |
+
"lm_loss": 0.1122,
|
431 |
+
"loss": 1.1571,
|
432 |
+
"step": 47
|
433 |
+
},
|
434 |
+
{
|
435 |
+
"classification_loss": 0.5931,
|
436 |
+
"epoch": 0.25396825396825395,
|
437 |
+
"grad_norm": 11.521686553955078,
|
438 |
+
"learning_rate": 3.368421052631579e-05,
|
439 |
+
"lm_loss": 0.1241,
|
440 |
+
"loss": 0.7173,
|
441 |
+
"step": 48
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"classification_loss": 0.5617,
|
445 |
+
"epoch": 0.25925925925925924,
|
446 |
+
"grad_norm": 12.246728897094727,
|
447 |
+
"learning_rate": 3.43859649122807e-05,
|
448 |
+
"lm_loss": 0.0858,
|
449 |
+
"loss": 0.6475,
|
450 |
+
"step": 49
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"classification_loss": 0.5201,
|
454 |
+
"epoch": 0.26455026455026454,
|
455 |
+
"grad_norm": 8.966938018798828,
|
456 |
+
"learning_rate": 3.508771929824562e-05,
|
457 |
+
"lm_loss": 0.0585,
|
458 |
+
"loss": 0.5785,
|
459 |
+
"step": 50
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.26455026455026454,
|
463 |
+
"eval_accuracy": 0.8983050584793091,
|
464 |
+
"eval_auroc": 0.9314866065979004,
|
465 |
+
"eval_classification_loss": 0.32121941447257996,
|
466 |
+
"eval_f1": 0.8604651093482971,
|
467 |
+
"eval_lm_loss": 0.04069896787405014,
|
468 |
+
"eval_loss": 0.3619183897972107,
|
469 |
+
"eval_precision": 0.8283582329750061,
|
470 |
+
"eval_recall": 0.8951612710952759,
|
471 |
+
"eval_runtime": 15.993,
|
472 |
+
"eval_samples_per_second": 22.135,
|
473 |
+
"eval_steps_per_second": 1.438,
|
474 |
+
"step": 50
|
475 |
+
},
|
476 |
+
{
|
477 |
+
"classification_loss": 0.4476,
|
478 |
+
"epoch": 0.2698412698412698,
|
479 |
+
"grad_norm": 10.744962692260742,
|
480 |
+
"learning_rate": 3.578947368421053e-05,
|
481 |
+
"lm_loss": 0.0362,
|
482 |
+
"loss": 0.4839,
|
483 |
+
"step": 51
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"classification_loss": 0.5896,
|
487 |
+
"epoch": 0.2751322751322751,
|
488 |
+
"grad_norm": 15.367817878723145,
|
489 |
+
"learning_rate": 3.649122807017544e-05,
|
490 |
+
"lm_loss": 0.0429,
|
491 |
+
"loss": 0.6325,
|
492 |
+
"step": 52
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"classification_loss": 0.6608,
|
496 |
+
"epoch": 0.2804232804232804,
|
497 |
+
"grad_norm": 16.497859954833984,
|
498 |
+
"learning_rate": 3.719298245614035e-05,
|
499 |
+
"lm_loss": 0.1118,
|
500 |
+
"loss": 0.7726,
|
501 |
+
"step": 53
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"classification_loss": 0.5343,
|
505 |
+
"epoch": 0.2857142857142857,
|
506 |
+
"grad_norm": 10.103208541870117,
|
507 |
+
"learning_rate": 3.789473684210526e-05,
|
508 |
+
"lm_loss": 0.0552,
|
509 |
+
"loss": 0.5895,
|
510 |
+
"step": 54
|
511 |
+
},
|
512 |
+
{
|
513 |
+
"classification_loss": 0.7036,
|
514 |
+
"epoch": 0.291005291005291,
|
515 |
+
"grad_norm": 15.235865592956543,
|
516 |
+
"learning_rate": 3.859649122807018e-05,
|
517 |
+
"lm_loss": 0.0706,
|
518 |
+
"loss": 0.7742,
|
519 |
+
"step": 55
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"classification_loss": 0.3018,
|
523 |
+
"epoch": 0.2962962962962963,
|
524 |
+
"grad_norm": 9.986725807189941,
|
525 |
+
"learning_rate": 3.929824561403509e-05,
|
526 |
+
"lm_loss": 0.028,
|
527 |
+
"loss": 0.3298,
|
528 |
+
"step": 56
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"classification_loss": 0.2255,
|
532 |
+
"epoch": 0.30158730158730157,
|
533 |
+
"grad_norm": 5.508973121643066,
|
534 |
+
"learning_rate": 4e-05,
|
535 |
+
"lm_loss": 0.014,
|
536 |
+
"loss": 0.2395,
|
537 |
+
"step": 57
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"classification_loss": 0.8275,
|
541 |
+
"epoch": 0.30687830687830686,
|
542 |
+
"grad_norm": 13.436299324035645,
|
543 |
+
"learning_rate": 3.999962054697454e-05,
|
544 |
+
"lm_loss": 0.1098,
|
545 |
+
"loss": 0.9373,
|
546 |
+
"step": 58
|
547 |
+
},
|
548 |
+
{
|
549 |
+
"classification_loss": 1.3698,
|
550 |
+
"epoch": 0.31216931216931215,
|
551 |
+
"grad_norm": 23.956758499145508,
|
552 |
+
"learning_rate": 3.999848220229662e-05,
|
553 |
+
"lm_loss": 0.1758,
|
554 |
+
"loss": 1.5456,
|
555 |
+
"step": 59
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"classification_loss": 0.5866,
|
559 |
+
"epoch": 0.31746031746031744,
|
560 |
+
"grad_norm": 11.431910514831543,
|
561 |
+
"learning_rate": 3.9996585009161056e-05,
|
562 |
+
"lm_loss": 0.0556,
|
563 |
+
"loss": 0.6421,
|
564 |
+
"step": 60
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"classification_loss": 0.4283,
|
568 |
+
"epoch": 0.32275132275132273,
|
569 |
+
"grad_norm": 12.705597877502441,
|
570 |
+
"learning_rate": 3.999392903955744e-05,
|
571 |
+
"lm_loss": 0.0373,
|
572 |
+
"loss": 0.4656,
|
573 |
+
"step": 61
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"classification_loss": 0.5689,
|
577 |
+
"epoch": 0.328042328042328,
|
578 |
+
"grad_norm": 12.244424819946289,
|
579 |
+
"learning_rate": 3.999051439426732e-05,
|
580 |
+
"lm_loss": 0.0649,
|
581 |
+
"loss": 0.6338,
|
582 |
+
"step": 62
|
583 |
+
},
|
584 |
+
{
|
585 |
+
"classification_loss": 0.662,
|
586 |
+
"epoch": 0.3333333333333333,
|
587 |
+
"grad_norm": 23.293601989746094,
|
588 |
+
"learning_rate": 3.9986341202860467e-05,
|
589 |
+
"lm_loss": 0.0678,
|
590 |
+
"loss": 0.7298,
|
591 |
+
"step": 63
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"classification_loss": 0.4212,
|
595 |
+
"epoch": 0.3386243386243386,
|
596 |
+
"grad_norm": 14.655537605285645,
|
597 |
+
"learning_rate": 3.998140962368987e-05,
|
598 |
+
"lm_loss": 0.0411,
|
599 |
+
"loss": 0.4624,
|
600 |
+
"step": 64
|
601 |
+
},
|
602 |
+
{
|
603 |
+
"classification_loss": 0.4347,
|
604 |
+
"epoch": 0.3439153439153439,
|
605 |
+
"grad_norm": 9.236527442932129,
|
606 |
+
"learning_rate": 3.99757198438858e-05,
|
607 |
+
"lm_loss": 0.0334,
|
608 |
+
"loss": 0.4682,
|
609 |
+
"step": 65
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"classification_loss": 0.4239,
|
613 |
+
"epoch": 0.3492063492063492,
|
614 |
+
"grad_norm": 6.273439884185791,
|
615 |
+
"learning_rate": 3.9969272079348685e-05,
|
616 |
+
"lm_loss": 0.0596,
|
617 |
+
"loss": 0.4835,
|
618 |
+
"step": 66
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"classification_loss": 0.2413,
|
622 |
+
"epoch": 0.3544973544973545,
|
623 |
+
"grad_norm": 7.6536359786987305,
|
624 |
+
"learning_rate": 3.9962066574740886e-05,
|
625 |
+
"lm_loss": 0.0107,
|
626 |
+
"loss": 0.2519,
|
627 |
+
"step": 67
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"classification_loss": 0.2787,
|
631 |
+
"epoch": 0.35978835978835977,
|
632 |
+
"grad_norm": 6.183154106140137,
|
633 |
+
"learning_rate": 3.9954103603477465e-05,
|
634 |
+
"lm_loss": 0.0238,
|
635 |
+
"loss": 0.3025,
|
636 |
+
"step": 68
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"classification_loss": 0.4597,
|
640 |
+
"epoch": 0.36507936507936506,
|
641 |
+
"grad_norm": 6.519228935241699,
|
642 |
+
"learning_rate": 3.994538346771576e-05,
|
643 |
+
"lm_loss": 0.0455,
|
644 |
+
"loss": 0.5052,
|
645 |
+
"step": 69
|
646 |
+
},
|
647 |
+
{
|
648 |
+
"classification_loss": 0.3247,
|
649 |
+
"epoch": 0.37037037037037035,
|
650 |
+
"grad_norm": 6.159754276275635,
|
651 |
+
"learning_rate": 3.993590649834398e-05,
|
652 |
+
"lm_loss": 0.0403,
|
653 |
+
"loss": 0.3649,
|
654 |
+
"step": 70
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"classification_loss": 0.5143,
|
658 |
+
"epoch": 0.37566137566137564,
|
659 |
+
"grad_norm": 9.48263931274414,
|
660 |
+
"learning_rate": 3.992567305496859e-05,
|
661 |
+
"lm_loss": 0.0586,
|
662 |
+
"loss": 0.5729,
|
663 |
+
"step": 71
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"classification_loss": 0.9599,
|
667 |
+
"epoch": 0.38095238095238093,
|
668 |
+
"grad_norm": 13.587491035461426,
|
669 |
+
"learning_rate": 3.991468352590069e-05,
|
670 |
+
"lm_loss": 0.1014,
|
671 |
+
"loss": 1.0613,
|
672 |
+
"step": 72
|
673 |
+
},
|
674 |
+
{
|
675 |
+
"classification_loss": 0.2357,
|
676 |
+
"epoch": 0.3862433862433862,
|
677 |
+
"grad_norm": 4.031269550323486,
|
678 |
+
"learning_rate": 3.990293832814129e-05,
|
679 |
+
"lm_loss": 0.0273,
|
680 |
+
"loss": 0.263,
|
681 |
+
"step": 73
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"classification_loss": 0.7618,
|
685 |
+
"epoch": 0.3915343915343915,
|
686 |
+
"grad_norm": 9.462884902954102,
|
687 |
+
"learning_rate": 3.989043790736547e-05,
|
688 |
+
"lm_loss": 0.0755,
|
689 |
+
"loss": 0.8374,
|
690 |
+
"step": 74
|
691 |
+
},
|
692 |
+
{
|
693 |
+
"classification_loss": 0.5417,
|
694 |
+
"epoch": 0.3968253968253968,
|
695 |
+
"grad_norm": 10.55236530303955,
|
696 |
+
"learning_rate": 3.987718273790548e-05,
|
697 |
+
"lm_loss": 0.0666,
|
698 |
+
"loss": 0.6083,
|
699 |
+
"step": 75
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"classification_loss": 0.5999,
|
703 |
+
"epoch": 0.4021164021164021,
|
704 |
+
"grad_norm": 10.495997428894043,
|
705 |
+
"learning_rate": 3.986317332273273e-05,
|
706 |
+
"lm_loss": 0.0624,
|
707 |
+
"loss": 0.6623,
|
708 |
+
"step": 76
|
709 |
+
},
|
710 |
+
{
|
711 |
+
"classification_loss": 0.5918,
|
712 |
+
"epoch": 0.4074074074074074,
|
713 |
+
"grad_norm": 7.395081520080566,
|
714 |
+
"learning_rate": 3.984841019343872e-05,
|
715 |
+
"lm_loss": 0.0542,
|
716 |
+
"loss": 0.646,
|
717 |
+
"step": 77
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"classification_loss": 0.6787,
|
721 |
+
"epoch": 0.4126984126984127,
|
722 |
+
"grad_norm": 10.61036205291748,
|
723 |
+
"learning_rate": 3.983289391021486e-05,
|
724 |
+
"lm_loss": 0.0718,
|
725 |
+
"loss": 0.7506,
|
726 |
+
"step": 78
|
727 |
+
},
|
728 |
+
{
|
729 |
+
"classification_loss": 0.5252,
|
730 |
+
"epoch": 0.41798941798941797,
|
731 |
+
"grad_norm": 11.041518211364746,
|
732 |
+
"learning_rate": 3.9816625061831206e-05,
|
733 |
+
"lm_loss": 0.067,
|
734 |
+
"loss": 0.5922,
|
735 |
+
"step": 79
|
736 |
+
},
|
737 |
+
{
|
738 |
+
"classification_loss": 0.4167,
|
739 |
+
"epoch": 0.42328042328042326,
|
740 |
+
"grad_norm": 8.010622024536133,
|
741 |
+
"learning_rate": 3.9799604265614145e-05,
|
742 |
+
"lm_loss": 0.0396,
|
743 |
+
"loss": 0.4563,
|
744 |
+
"step": 80
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"classification_loss": 0.3161,
|
748 |
+
"epoch": 0.42857142857142855,
|
749 |
+
"grad_norm": 5.370311737060547,
|
750 |
+
"learning_rate": 3.9781832167422926e-05,
|
751 |
+
"lm_loss": 0.032,
|
752 |
+
"loss": 0.348,
|
753 |
+
"step": 81
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"classification_loss": 0.2709,
|
757 |
+
"epoch": 0.43386243386243384,
|
758 |
+
"grad_norm": 7.361512660980225,
|
759 |
+
"learning_rate": 3.976330944162519e-05,
|
760 |
+
"lm_loss": 0.0262,
|
761 |
+
"loss": 0.2971,
|
762 |
+
"step": 82
|
763 |
+
},
|
764 |
+
{
|
765 |
+
"classification_loss": 0.3102,
|
766 |
+
"epoch": 0.43915343915343913,
|
767 |
+
"grad_norm": 5.32011604309082,
|
768 |
+
"learning_rate": 3.974403679107139e-05,
|
769 |
+
"lm_loss": 0.0306,
|
770 |
+
"loss": 0.3408,
|
771 |
+
"step": 83
|
772 |
+
},
|
773 |
+
{
|
774 |
+
"classification_loss": 0.7924,
|
775 |
+
"epoch": 0.4444444444444444,
|
776 |
+
"grad_norm": 13.953025817871094,
|
777 |
+
"learning_rate": 3.972401494706805e-05,
|
778 |
+
"lm_loss": 0.0671,
|
779 |
+
"loss": 0.8596,
|
780 |
+
"step": 84
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"classification_loss": 0.6462,
|
784 |
+
"epoch": 0.4497354497354497,
|
785 |
+
"grad_norm": 8.769445419311523,
|
786 |
+
"learning_rate": 3.970324466935013e-05,
|
787 |
+
"lm_loss": 0.0593,
|
788 |
+
"loss": 0.7056,
|
789 |
+
"step": 85
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"classification_loss": 1.0483,
|
793 |
+
"epoch": 0.455026455026455,
|
794 |
+
"grad_norm": 20.772789001464844,
|
795 |
+
"learning_rate": 3.968172674605209e-05,
|
796 |
+
"lm_loss": 0.1143,
|
797 |
+
"loss": 1.1626,
|
798 |
+
"step": 86
|
799 |
+
},
|
800 |
+
{
|
801 |
+
"classification_loss": 0.6172,
|
802 |
+
"epoch": 0.4603174603174603,
|
803 |
+
"grad_norm": 8.573277473449707,
|
804 |
+
"learning_rate": 3.965946199367804e-05,
|
805 |
+
"lm_loss": 0.0719,
|
806 |
+
"loss": 0.6891,
|
807 |
+
"step": 87
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"classification_loss": 0.4384,
|
811 |
+
"epoch": 0.4656084656084656,
|
812 |
+
"grad_norm": 10.491643905639648,
|
813 |
+
"learning_rate": 3.9636451257070744e-05,
|
814 |
+
"lm_loss": 0.0432,
|
815 |
+
"loss": 0.4816,
|
816 |
+
"step": 88
|
817 |
+
},
|
818 |
+
{
|
819 |
+
"classification_loss": 0.6998,
|
820 |
+
"epoch": 0.4708994708994709,
|
821 |
+
"grad_norm": 12.389782905578613,
|
822 |
+
"learning_rate": 3.9612695409379555e-05,
|
823 |
+
"lm_loss": 0.0842,
|
824 |
+
"loss": 0.784,
|
825 |
+
"step": 89
|
826 |
+
},
|
827 |
+
{
|
828 |
+
"classification_loss": 0.4868,
|
829 |
+
"epoch": 0.47619047619047616,
|
830 |
+
"grad_norm": 16.95037269592285,
|
831 |
+
"learning_rate": 3.958819535202732e-05,
|
832 |
+
"lm_loss": 0.0394,
|
833 |
+
"loss": 0.5262,
|
834 |
+
"step": 90
|
835 |
+
},
|
836 |
+
{
|
837 |
+
"classification_loss": 0.5326,
|
838 |
+
"epoch": 0.48148148148148145,
|
839 |
+
"grad_norm": 16.24233055114746,
|
840 |
+
"learning_rate": 3.9562952014676116e-05,
|
841 |
+
"lm_loss": 0.0326,
|
842 |
+
"loss": 0.5652,
|
843 |
+
"step": 91
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"classification_loss": 0.5912,
|
847 |
+
"epoch": 0.48677248677248675,
|
848 |
+
"grad_norm": 8.411019325256348,
|
849 |
+
"learning_rate": 3.9536966355192016e-05,
|
850 |
+
"lm_loss": 0.059,
|
851 |
+
"loss": 0.6503,
|
852 |
+
"step": 92
|
853 |
+
},
|
854 |
+
{
|
855 |
+
"classification_loss": 0.4194,
|
856 |
+
"epoch": 0.49206349206349204,
|
857 |
+
"grad_norm": 9.523442268371582,
|
858 |
+
"learning_rate": 3.951023935960874e-05,
|
859 |
+
"lm_loss": 0.0503,
|
860 |
+
"loss": 0.4698,
|
861 |
+
"step": 93
|
862 |
+
},
|
863 |
+
{
|
864 |
+
"classification_loss": 0.4555,
|
865 |
+
"epoch": 0.4973544973544973,
|
866 |
+
"grad_norm": 8.235868453979492,
|
867 |
+
"learning_rate": 3.948277204209021e-05,
|
868 |
+
"lm_loss": 0.053,
|
869 |
+
"loss": 0.5085,
|
870 |
+
"step": 94
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"classification_loss": 0.5776,
|
874 |
+
"epoch": 0.5026455026455027,
|
875 |
+
"grad_norm": 7.883787155151367,
|
876 |
+
"learning_rate": 3.94545654448921e-05,
|
877 |
+
"lm_loss": 0.0673,
|
878 |
+
"loss": 0.645,
|
879 |
+
"step": 95
|
880 |
+
},
|
881 |
+
{
|
882 |
+
"classification_loss": 0.3547,
|
883 |
+
"epoch": 0.5079365079365079,
|
884 |
+
"grad_norm": 4.894813537597656,
|
885 |
+
"learning_rate": 3.942562063832228e-05,
|
886 |
+
"lm_loss": 0.0338,
|
887 |
+
"loss": 0.3885,
|
888 |
+
"step": 96
|
889 |
+
},
|
890 |
+
{
|
891 |
+
"classification_loss": 0.6996,
|
892 |
+
"epoch": 0.5132275132275133,
|
893 |
+
"grad_norm": 8.746223449707031,
|
894 |
+
"learning_rate": 3.9395938720700196e-05,
|
895 |
+
"lm_loss": 0.0804,
|
896 |
+
"loss": 0.7801,
|
897 |
+
"step": 97
|
898 |
+
},
|
899 |
+
{
|
900 |
+
"classification_loss": 0.6367,
|
901 |
+
"epoch": 0.5185185185185185,
|
902 |
+
"grad_norm": 9.751365661621094,
|
903 |
+
"learning_rate": 3.936552081831518e-05,
|
904 |
+
"lm_loss": 0.0673,
|
905 |
+
"loss": 0.704,
|
906 |
+
"step": 98
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"classification_loss": 0.7447,
|
910 |
+
"epoch": 0.5238095238095238,
|
911 |
+
"grad_norm": 10.005545616149902,
|
912 |
+
"learning_rate": 3.933436808538375e-05,
|
913 |
+
"lm_loss": 0.0847,
|
914 |
+
"loss": 0.8294,
|
915 |
+
"step": 99
|
916 |
+
},
|
917 |
+
{
|
918 |
+
"classification_loss": 0.3838,
|
919 |
+
"epoch": 0.5291005291005291,
|
920 |
+
"grad_norm": 6.678869247436523,
|
921 |
+
"learning_rate": 3.930248170400578e-05,
|
922 |
+
"lm_loss": 0.0474,
|
923 |
+
"loss": 0.4312,
|
924 |
+
"step": 100
|
925 |
+
},
|
926 |
+
{
|
927 |
+
"epoch": 0.5291005291005291,
|
928 |
+
"eval_accuracy": 0.8700565099716187,
|
929 |
+
"eval_auroc": 0.93075031042099,
|
930 |
+
"eval_classification_loss": 0.37040606141090393,
|
931 |
+
"eval_f1": 0.8391608595848083,
|
932 |
+
"eval_lm_loss": 0.04573189839720726,
|
933 |
+
"eval_loss": 0.4161379635334015,
|
934 |
+
"eval_precision": 0.7407407164573669,
|
935 |
+
"eval_recall": 0.9677419066429138,
|
936 |
+
"eval_runtime": 15.53,
|
937 |
+
"eval_samples_per_second": 22.795,
|
938 |
+
"eval_steps_per_second": 1.481,
|
939 |
+
"step": 100
|
940 |
+
},
|
941 |
+
{
|
942 |
+
"classification_loss": 0.317,
|
943 |
+
"epoch": 0.5343915343915344,
|
944 |
+
"grad_norm": 4.977490425109863,
|
945 |
+
"learning_rate": 3.9269862884119666e-05,
|
946 |
+
"lm_loss": 0.0596,
|
947 |
+
"loss": 0.3766,
|
948 |
+
"step": 101
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"classification_loss": 0.5167,
|
952 |
+
"epoch": 0.5396825396825397,
|
953 |
+
"grad_norm": 5.793409824371338,
|
954 |
+
"learning_rate": 3.923651286345638e-05,
|
955 |
+
"lm_loss": 0.0525,
|
956 |
+
"loss": 0.5692,
|
957 |
+
"step": 102
|
958 |
+
},
|
959 |
+
{
|
960 |
+
"classification_loss": 0.3664,
|
961 |
+
"epoch": 0.544973544973545,
|
962 |
+
"grad_norm": 5.308522701263428,
|
963 |
+
"learning_rate": 3.920243290749257e-05,
|
964 |
+
"lm_loss": 0.0368,
|
965 |
+
"loss": 0.4032,
|
966 |
+
"step": 103
|
967 |
+
},
|
968 |
+
{
|
969 |
+
"classification_loss": 0.3934,
|
970 |
+
"epoch": 0.5502645502645502,
|
971 |
+
"grad_norm": 5.193403244018555,
|
972 |
+
"learning_rate": 3.916762430940245e-05,
|
973 |
+
"lm_loss": 0.0431,
|
974 |
+
"loss": 0.4365,
|
975 |
+
"step": 104
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"classification_loss": 0.5176,
|
979 |
+
"epoch": 0.5555555555555556,
|
980 |
+
"grad_norm": 6.1582417488098145,
|
981 |
+
"learning_rate": 3.913208839000882e-05,
|
982 |
+
"lm_loss": 0.054,
|
983 |
+
"loss": 0.5716,
|
984 |
+
"step": 105
|
985 |
+
},
|
986 |
+
{
|
987 |
+
"classification_loss": 0.2793,
|
988 |
+
"epoch": 0.5608465608465608,
|
989 |
+
"grad_norm": 4.8112359046936035,
|
990 |
+
"learning_rate": 3.9095826497732894e-05,
|
991 |
+
"lm_loss": 0.0276,
|
992 |
+
"loss": 0.3069,
|
993 |
+
"step": 106
|
994 |
+
},
|
995 |
+
{
|
996 |
+
"classification_loss": 0.5567,
|
997 |
+
"epoch": 0.5661375661375662,
|
998 |
+
"grad_norm": 11.405841827392578,
|
999 |
+
"learning_rate": 3.9058840008543136e-05,
|
1000 |
+
"lm_loss": 0.0422,
|
1001 |
+
"loss": 0.5989,
|
1002 |
+
"step": 107
|
1003 |
+
},
|
1004 |
+
{
|
1005 |
+
"classification_loss": 0.743,
|
1006 |
+
"epoch": 0.5714285714285714,
|
1007 |
+
"grad_norm": 7.794854164123535,
|
1008 |
+
"learning_rate": 3.9021130325903076e-05,
|
1009 |
+
"lm_loss": 0.0612,
|
1010 |
+
"loss": 0.8042,
|
1011 |
+
"step": 108
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"classification_loss": 0.2738,
|
1015 |
+
"epoch": 0.5767195767195767,
|
1016 |
+
"grad_norm": 5.324756622314453,
|
1017 |
+
"learning_rate": 3.898269888071803e-05,
|
1018 |
+
"lm_loss": 0.0325,
|
1019 |
+
"loss": 0.3063,
|
1020 |
+
"step": 109
|
1021 |
+
},
|
1022 |
+
{
|
1023 |
+
"classification_loss": 0.4425,
|
1024 |
+
"epoch": 0.582010582010582,
|
1025 |
+
"grad_norm": 8.351327896118164,
|
1026 |
+
"learning_rate": 3.894354713128081e-05,
|
1027 |
+
"lm_loss": 0.0522,
|
1028 |
+
"loss": 0.4947,
|
1029 |
+
"step": 110
|
1030 |
+
},
|
1031 |
+
{
|
1032 |
+
"classification_loss": 0.419,
|
1033 |
+
"epoch": 0.5873015873015873,
|
1034 |
+
"grad_norm": 5.21488618850708,
|
1035 |
+
"learning_rate": 3.89036765632164e-05,
|
1036 |
+
"lm_loss": 0.0345,
|
1037 |
+
"loss": 0.4535,
|
1038 |
+
"step": 111
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"classification_loss": 0.5999,
|
1042 |
+
"epoch": 0.5925925925925926,
|
1043 |
+
"grad_norm": 7.710854530334473,
|
1044 |
+
"learning_rate": 3.886308868942555e-05,
|
1045 |
+
"lm_loss": 0.0519,
|
1046 |
+
"loss": 0.6518,
|
1047 |
+
"step": 112
|
1048 |
+
},
|
1049 |
+
{
|
1050 |
+
"classification_loss": 0.4637,
|
1051 |
+
"epoch": 0.5978835978835979,
|
1052 |
+
"grad_norm": 5.4215850830078125,
|
1053 |
+
"learning_rate": 3.882178505002743e-05,
|
1054 |
+
"lm_loss": 0.0509,
|
1055 |
+
"loss": 0.5146,
|
1056 |
+
"step": 113
|
1057 |
+
},
|
1058 |
+
{
|
1059 |
+
"classification_loss": 0.402,
|
1060 |
+
"epoch": 0.6031746031746031,
|
1061 |
+
"grad_norm": 4.375611782073975,
|
1062 |
+
"learning_rate": 3.877976721230114e-05,
|
1063 |
+
"lm_loss": 0.0434,
|
1064 |
+
"loss": 0.4455,
|
1065 |
+
"step": 114
|
1066 |
+
},
|
1067 |
+
{
|
1068 |
+
"classification_loss": 0.4535,
|
1069 |
+
"epoch": 0.6084656084656085,
|
1070 |
+
"grad_norm": 8.165907859802246,
|
1071 |
+
"learning_rate": 3.8737036770626215e-05,
|
1072 |
+
"lm_loss": 0.0434,
|
1073 |
+
"loss": 0.4969,
|
1074 |
+
"step": 115
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"classification_loss": 0.6316,
|
1078 |
+
"epoch": 0.6137566137566137,
|
1079 |
+
"grad_norm": 8.169610977172852,
|
1080 |
+
"learning_rate": 3.8693595346422216e-05,
|
1081 |
+
"lm_loss": 0.065,
|
1082 |
+
"loss": 0.6967,
|
1083 |
+
"step": 116
|
1084 |
+
},
|
1085 |
+
{
|
1086 |
+
"classification_loss": 0.6539,
|
1087 |
+
"epoch": 0.6190476190476191,
|
1088 |
+
"grad_norm": 9.205584526062012,
|
1089 |
+
"learning_rate": 3.864944458808712e-05,
|
1090 |
+
"lm_loss": 0.0611,
|
1091 |
+
"loss": 0.715,
|
1092 |
+
"step": 117
|
1093 |
+
},
|
1094 |
+
{
|
1095 |
+
"classification_loss": 0.3923,
|
1096 |
+
"epoch": 0.6243386243386243,
|
1097 |
+
"grad_norm": 4.229909896850586,
|
1098 |
+
"learning_rate": 3.860458617093481e-05,
|
1099 |
+
"lm_loss": 0.0409,
|
1100 |
+
"loss": 0.4332,
|
1101 |
+
"step": 118
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"classification_loss": 0.6024,
|
1105 |
+
"epoch": 0.6296296296296297,
|
1106 |
+
"grad_norm": 7.795385837554932,
|
1107 |
+
"learning_rate": 3.85590217971315e-05,
|
1108 |
+
"lm_loss": 0.0687,
|
1109 |
+
"loss": 0.6711,
|
1110 |
+
"step": 119
|
1111 |
+
},
|
1112 |
+
{
|
1113 |
+
"classification_loss": 0.7778,
|
1114 |
+
"epoch": 0.6349206349206349,
|
1115 |
+
"grad_norm": 14.413529396057129,
|
1116 |
+
"learning_rate": 3.851275319563113e-05,
|
1117 |
+
"lm_loss": 0.1123,
|
1118 |
+
"loss": 0.8901,
|
1119 |
+
"step": 120
|
1120 |
+
},
|
1121 |
+
{
|
1122 |
+
"classification_loss": 0.6812,
|
1123 |
+
"epoch": 0.6402116402116402,
|
1124 |
+
"grad_norm": 7.452106475830078,
|
1125 |
+
"learning_rate": 3.846578212210979e-05,
|
1126 |
+
"lm_loss": 0.076,
|
1127 |
+
"loss": 0.7573,
|
1128 |
+
"step": 121
|
1129 |
+
},
|
1130 |
+
{
|
1131 |
+
"classification_loss": 0.2687,
|
1132 |
+
"epoch": 0.6455026455026455,
|
1133 |
+
"grad_norm": 3.9474825859069824,
|
1134 |
+
"learning_rate": 3.841811035889908e-05,
|
1135 |
+
"lm_loss": 0.0276,
|
1136 |
+
"loss": 0.2963,
|
1137 |
+
"step": 122
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"classification_loss": 0.3593,
|
1141 |
+
"epoch": 0.6507936507936508,
|
1142 |
+
"grad_norm": 4.684298515319824,
|
1143 |
+
"learning_rate": 3.836973971491847e-05,
|
1144 |
+
"lm_loss": 0.0289,
|
1145 |
+
"loss": 0.3882,
|
1146 |
+
"step": 123
|
1147 |
+
},
|
1148 |
+
{
|
1149 |
+
"classification_loss": 0.4461,
|
1150 |
+
"epoch": 0.656084656084656,
|
1151 |
+
"grad_norm": 4.967252731323242,
|
1152 |
+
"learning_rate": 3.832067202560668e-05,
|
1153 |
+
"lm_loss": 0.0395,
|
1154 |
+
"loss": 0.4856,
|
1155 |
+
"step": 124
|
1156 |
+
},
|
1157 |
+
{
|
1158 |
+
"classification_loss": 0.5545,
|
1159 |
+
"epoch": 0.6613756613756614,
|
1160 |
+
"grad_norm": 5.953970909118652,
|
1161 |
+
"learning_rate": 3.827090915285202e-05,
|
1162 |
+
"lm_loss": 0.0641,
|
1163 |
+
"loss": 0.6185,
|
1164 |
+
"step": 125
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"classification_loss": 0.5184,
|
1168 |
+
"epoch": 0.6666666666666666,
|
1169 |
+
"grad_norm": 7.034300327301025,
|
1170 |
+
"learning_rate": 3.822045298492177e-05,
|
1171 |
+
"lm_loss": 0.0836,
|
1172 |
+
"loss": 0.602,
|
1173 |
+
"step": 126
|
1174 |
+
},
|
1175 |
+
{
|
1176 |
+
"classification_loss": 0.5116,
|
1177 |
+
"epoch": 0.671957671957672,
|
1178 |
+
"grad_norm": 7.100449562072754,
|
1179 |
+
"learning_rate": 3.8169305436390474e-05,
|
1180 |
+
"lm_loss": 0.0455,
|
1181 |
+
"loss": 0.5571,
|
1182 |
+
"step": 127
|
1183 |
+
},
|
1184 |
+
{
|
1185 |
+
"classification_loss": 0.6806,
|
1186 |
+
"epoch": 0.6772486772486772,
|
1187 |
+
"grad_norm": 9.678451538085938,
|
1188 |
+
"learning_rate": 3.8117468448067345e-05,
|
1189 |
+
"lm_loss": 0.0689,
|
1190 |
+
"loss": 0.7496,
|
1191 |
+
"step": 128
|
1192 |
+
},
|
1193 |
+
{
|
1194 |
+
"classification_loss": 0.3966,
|
1195 |
+
"epoch": 0.6825396825396826,
|
1196 |
+
"grad_norm": 5.198436260223389,
|
1197 |
+
"learning_rate": 3.806494398692258e-05,
|
1198 |
+
"lm_loss": 0.0461,
|
1199 |
+
"loss": 0.4427,
|
1200 |
+
"step": 129
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"classification_loss": 0.4291,
|
1204 |
+
"epoch": 0.6878306878306878,
|
1205 |
+
"grad_norm": 5.229558944702148,
|
1206 |
+
"learning_rate": 3.801173404601275e-05,
|
1207 |
+
"lm_loss": 0.0354,
|
1208 |
+
"loss": 0.4645,
|
1209 |
+
"step": 130
|
1210 |
+
},
|
1211 |
+
{
|
1212 |
+
"classification_loss": 0.429,
|
1213 |
+
"epoch": 0.6931216931216931,
|
1214 |
+
"grad_norm": 4.4721455574035645,
|
1215 |
+
"learning_rate": 3.7957840644405164e-05,
|
1216 |
+
"lm_loss": 0.0489,
|
1217 |
+
"loss": 0.4779,
|
1218 |
+
"step": 131
|
1219 |
+
},
|
1220 |
+
{
|
1221 |
+
"classification_loss": 0.5577,
|
1222 |
+
"epoch": 0.6984126984126984,
|
1223 |
+
"grad_norm": 5.873918056488037,
|
1224 |
+
"learning_rate": 3.790326582710125e-05,
|
1225 |
+
"lm_loss": 0.0595,
|
1226 |
+
"loss": 0.6172,
|
1227 |
+
"step": 132
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"classification_loss": 0.4751,
|
1231 |
+
"epoch": 0.7037037037037037,
|
1232 |
+
"grad_norm": 5.666612148284912,
|
1233 |
+
"learning_rate": 3.784801166495896e-05,
|
1234 |
+
"lm_loss": 0.0501,
|
1235 |
+
"loss": 0.5252,
|
1236 |
+
"step": 133
|
1237 |
+
},
|
1238 |
+
{
|
1239 |
+
"classification_loss": 0.3547,
|
1240 |
+
"epoch": 0.708994708994709,
|
1241 |
+
"grad_norm": 4.493051528930664,
|
1242 |
+
"learning_rate": 3.77920802546142e-05,
|
1243 |
+
"lm_loss": 0.0364,
|
1244 |
+
"loss": 0.3911,
|
1245 |
+
"step": 134
|
1246 |
+
},
|
1247 |
+
{
|
1248 |
+
"classification_loss": 0.4999,
|
1249 |
+
"epoch": 0.7142857142857143,
|
1250 |
+
"grad_norm": 6.651557922363281,
|
1251 |
+
"learning_rate": 3.773547371840124e-05,
|
1252 |
+
"lm_loss": 0.0428,
|
1253 |
+
"loss": 0.5427,
|
1254 |
+
"step": 135
|
1255 |
+
},
|
1256 |
+
{
|
1257 |
+
"classification_loss": 0.3249,
|
1258 |
+
"epoch": 0.7195767195767195,
|
1259 |
+
"grad_norm": 5.5701985359191895,
|
1260 |
+
"learning_rate": 3.7678194204272246e-05,
|
1261 |
+
"lm_loss": 0.0275,
|
1262 |
+
"loss": 0.3524,
|
1263 |
+
"step": 136
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"classification_loss": 0.553,
|
1267 |
+
"epoch": 0.7248677248677249,
|
1268 |
+
"grad_norm": 6.871671676635742,
|
1269 |
+
"learning_rate": 3.7620243885715695e-05,
|
1270 |
+
"lm_loss": 0.0569,
|
1271 |
+
"loss": 0.61,
|
1272 |
+
"step": 137
|
1273 |
+
},
|
1274 |
+
{
|
1275 |
+
"classification_loss": 0.3173,
|
1276 |
+
"epoch": 0.7301587301587301,
|
1277 |
+
"grad_norm": 3.8207015991210938,
|
1278 |
+
"learning_rate": 3.756162496167396e-05,
|
1279 |
+
"lm_loss": 0.0298,
|
1280 |
+
"loss": 0.3471,
|
1281 |
+
"step": 138
|
1282 |
+
},
|
1283 |
+
{
|
1284 |
+
"classification_loss": 0.2213,
|
1285 |
+
"epoch": 0.7354497354497355,
|
1286 |
+
"grad_norm": 4.471009731292725,
|
1287 |
+
"learning_rate": 3.750233965645985e-05,
|
1288 |
+
"lm_loss": 0.0273,
|
1289 |
+
"loss": 0.2486,
|
1290 |
+
"step": 139
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"classification_loss": 0.277,
|
1294 |
+
"epoch": 0.7407407407407407,
|
1295 |
+
"grad_norm": 4.64603853225708,
|
1296 |
+
"learning_rate": 3.744239021967222e-05,
|
1297 |
+
"lm_loss": 0.0258,
|
1298 |
+
"loss": 0.3028,
|
1299 |
+
"step": 140
|
1300 |
+
},
|
1301 |
+
{
|
1302 |
+
"classification_loss": 0.6027,
|
1303 |
+
"epoch": 0.746031746031746,
|
1304 |
+
"grad_norm": 8.339837074279785,
|
1305 |
+
"learning_rate": 3.738177892611057e-05,
|
1306 |
+
"lm_loss": 0.0561,
|
1307 |
+
"loss": 0.6588,
|
1308 |
+
"step": 141
|
1309 |
+
},
|
1310 |
+
{
|
1311 |
+
"classification_loss": 0.8025,
|
1312 |
+
"epoch": 0.7513227513227513,
|
1313 |
+
"grad_norm": 11.05119514465332,
|
1314 |
+
"learning_rate": 3.732050807568878e-05,
|
1315 |
+
"lm_loss": 0.0623,
|
1316 |
+
"loss": 0.8648,
|
1317 |
+
"step": 142
|
1318 |
+
},
|
1319 |
+
{
|
1320 |
+
"classification_loss": 0.7122,
|
1321 |
+
"epoch": 0.7566137566137566,
|
1322 |
+
"grad_norm": 9.975105285644531,
|
1323 |
+
"learning_rate": 3.72585799933478e-05,
|
1324 |
+
"lm_loss": 0.0644,
|
1325 |
+
"loss": 0.7766,
|
1326 |
+
"step": 143
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"classification_loss": 0.3115,
|
1330 |
+
"epoch": 0.7619047619047619,
|
1331 |
+
"grad_norm": 5.718208312988281,
|
1332 |
+
"learning_rate": 3.719599702896745e-05,
|
1333 |
+
"lm_loss": 0.0328,
|
1334 |
+
"loss": 0.3443,
|
1335 |
+
"step": 144
|
1336 |
+
},
|
1337 |
+
{
|
1338 |
+
"classification_loss": 0.4022,
|
1339 |
+
"epoch": 0.7671957671957672,
|
1340 |
+
"grad_norm": 6.724981784820557,
|
1341 |
+
"learning_rate": 3.713276155727726e-05,
|
1342 |
+
"lm_loss": 0.0337,
|
1343 |
+
"loss": 0.4359,
|
1344 |
+
"step": 145
|
1345 |
+
},
|
1346 |
+
{
|
1347 |
+
"classification_loss": 0.5227,
|
1348 |
+
"epoch": 0.7724867724867724,
|
1349 |
+
"grad_norm": 8.479836463928223,
|
1350 |
+
"learning_rate": 3.706887597776632e-05,
|
1351 |
+
"lm_loss": 0.0441,
|
1352 |
+
"loss": 0.5668,
|
1353 |
+
"step": 146
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"classification_loss": 0.2577,
|
1357 |
+
"epoch": 0.7777777777777778,
|
1358 |
+
"grad_norm": 4.008189678192139,
|
1359 |
+
"learning_rate": 3.700434271459229e-05,
|
1360 |
+
"lm_loss": 0.0275,
|
1361 |
+
"loss": 0.2853,
|
1362 |
+
"step": 147
|
1363 |
+
},
|
1364 |
+
{
|
1365 |
+
"classification_loss": 0.564,
|
1366 |
+
"epoch": 0.783068783068783,
|
1367 |
+
"grad_norm": 6.004014492034912,
|
1368 |
+
"learning_rate": 3.6939164216489345e-05,
|
1369 |
+
"lm_loss": 0.0526,
|
1370 |
+
"loss": 0.6166,
|
1371 |
+
"step": 148
|
1372 |
+
},
|
1373 |
+
{
|
1374 |
+
"classification_loss": 0.4274,
|
1375 |
+
"epoch": 0.7883597883597884,
|
1376 |
+
"grad_norm": 4.825228214263916,
|
1377 |
+
"learning_rate": 3.687334295667533e-05,
|
1378 |
+
"lm_loss": 0.0396,
|
1379 |
+
"loss": 0.467,
|
1380 |
+
"step": 149
|
1381 |
+
},
|
1382 |
+
{
|
1383 |
+
"classification_loss": 0.4864,
|
1384 |
+
"epoch": 0.7936507936507936,
|
1385 |
+
"grad_norm": 8.514625549316406,
|
1386 |
+
"learning_rate": 3.680688143275786e-05,
|
1387 |
+
"lm_loss": 0.0408,
|
1388 |
+
"loss": 0.5272,
|
1389 |
+
"step": 150
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 0.7936507936507936,
|
1393 |
+
"eval_accuracy": 0.8813559412956238,
|
1394 |
+
"eval_auroc": 0.9317671656608582,
|
1395 |
+
"eval_classification_loss": 0.4037400186061859,
|
1396 |
+
"eval_f1": 0.8489208817481995,
|
1397 |
+
"eval_lm_loss": 0.03990057483315468,
|
1398 |
+
"eval_loss": 0.4436405301094055,
|
1399 |
+
"eval_precision": 0.7662337422370911,
|
1400 |
+
"eval_recall": 0.9516128897666931,
|
1401 |
+
"eval_runtime": 15.5269,
|
1402 |
+
"eval_samples_per_second": 22.799,
|
1403 |
+
"eval_steps_per_second": 1.481,
|
1404 |
+
"step": 150
|
1405 |
+
},
|
1406 |
+
{
|
1407 |
+
"classification_loss": 0.4105,
|
1408 |
+
"epoch": 0.798941798941799,
|
1409 |
+
"grad_norm": 5.878465175628662,
|
1410 |
+
"learning_rate": 3.673978216663956e-05,
|
1411 |
+
"lm_loss": 0.0416,
|
1412 |
+
"loss": 0.452,
|
1413 |
+
"step": 151
|
1414 |
+
},
|
1415 |
+
{
|
1416 |
+
"classification_loss": 0.6657,
|
1417 |
+
"epoch": 0.8042328042328042,
|
1418 |
+
"grad_norm": 5.658477306365967,
|
1419 |
+
"learning_rate": 3.667204770442239e-05,
|
1420 |
+
"lm_loss": 0.0655,
|
1421 |
+
"loss": 0.7312,
|
1422 |
+
"step": 152
|
1423 |
+
},
|
1424 |
+
{
|
1425 |
+
"classification_loss": 0.3666,
|
1426 |
+
"epoch": 0.8095238095238095,
|
1427 |
+
"grad_norm": 7.839348316192627,
|
1428 |
+
"learning_rate": 3.6603680616311013e-05,
|
1429 |
+
"lm_loss": 0.0375,
|
1430 |
+
"loss": 0.4041,
|
1431 |
+
"step": 153
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"classification_loss": 0.3906,
|
1435 |
+
"epoch": 0.8148148148148148,
|
1436 |
+
"grad_norm": 4.447023868560791,
|
1437 |
+
"learning_rate": 3.653468349651527e-05,
|
1438 |
+
"lm_loss": 0.0338,
|
1439 |
+
"loss": 0.4244,
|
1440 |
+
"step": 154
|
1441 |
+
},
|
1442 |
+
{
|
1443 |
+
"classification_loss": 0.3549,
|
1444 |
+
"epoch": 0.8201058201058201,
|
1445 |
+
"grad_norm": 3.7753591537475586,
|
1446 |
+
"learning_rate": 3.646505896315175e-05,
|
1447 |
+
"lm_loss": 0.0427,
|
1448 |
+
"loss": 0.3976,
|
1449 |
+
"step": 155
|
1450 |
+
},
|
1451 |
+
{
|
1452 |
+
"classification_loss": 0.5758,
|
1453 |
+
"epoch": 0.8253968253968254,
|
1454 |
+
"grad_norm": 5.476145267486572,
|
1455 |
+
"learning_rate": 3.639480965814443e-05,
|
1456 |
+
"lm_loss": 0.0619,
|
1457 |
+
"loss": 0.6376,
|
1458 |
+
"step": 156
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"classification_loss": 0.4419,
|
1462 |
+
"epoch": 0.8306878306878307,
|
1463 |
+
"grad_norm": 4.684837341308594,
|
1464 |
+
"learning_rate": 3.632393824712444e-05,
|
1465 |
+
"lm_loss": 0.0543,
|
1466 |
+
"loss": 0.4962,
|
1467 |
+
"step": 157
|
1468 |
+
},
|
1469 |
+
{
|
1470 |
+
"classification_loss": 0.3925,
|
1471 |
+
"epoch": 0.8359788359788359,
|
1472 |
+
"grad_norm": 5.519379615783691,
|
1473 |
+
"learning_rate": 3.625244741932892e-05,
|
1474 |
+
"lm_loss": 0.0363,
|
1475 |
+
"loss": 0.4288,
|
1476 |
+
"step": 158
|
1477 |
+
},
|
1478 |
+
{
|
1479 |
+
"classification_loss": 0.4306,
|
1480 |
+
"epoch": 0.8412698412698413,
|
1481 |
+
"grad_norm": 4.434086322784424,
|
1482 |
+
"learning_rate": 3.6180339887498953e-05,
|
1483 |
+
"lm_loss": 0.0424,
|
1484 |
+
"loss": 0.4731,
|
1485 |
+
"step": 159
|
1486 |
+
},
|
1487 |
+
{
|
1488 |
+
"classification_loss": 0.4753,
|
1489 |
+
"epoch": 0.8465608465608465,
|
1490 |
+
"grad_norm": 4.594567775726318,
|
1491 |
+
"learning_rate": 3.610761838777665e-05,
|
1492 |
+
"lm_loss": 0.0528,
|
1493 |
+
"loss": 0.5281,
|
1494 |
+
"step": 160
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"classification_loss": 0.4848,
|
1498 |
+
"epoch": 0.8518518518518519,
|
1499 |
+
"grad_norm": 7.448020935058594,
|
1500 |
+
"learning_rate": 3.6034285679601334e-05,
|
1501 |
+
"lm_loss": 0.0618,
|
1502 |
+
"loss": 0.5466,
|
1503 |
+
"step": 161
|
1504 |
+
},
|
1505 |
+
{
|
1506 |
+
"classification_loss": 0.1928,
|
1507 |
+
"epoch": 0.8571428571428571,
|
1508 |
+
"grad_norm": 6.5110931396484375,
|
1509 |
+
"learning_rate": 3.5960344545604796e-05,
|
1510 |
+
"lm_loss": 0.0124,
|
1511 |
+
"loss": 0.2053,
|
1512 |
+
"step": 162
|
1513 |
+
},
|
1514 |
+
{
|
1515 |
+
"classification_loss": 0.3206,
|
1516 |
+
"epoch": 0.8624338624338624,
|
1517 |
+
"grad_norm": 4.479043006896973,
|
1518 |
+
"learning_rate": 3.588579779150572e-05,
|
1519 |
+
"lm_loss": 0.0355,
|
1520 |
+
"loss": 0.3561,
|
1521 |
+
"step": 163
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"classification_loss": 0.2145,
|
1525 |
+
"epoch": 0.8677248677248677,
|
1526 |
+
"grad_norm": 6.838748931884766,
|
1527 |
+
"learning_rate": 3.581064824600327e-05,
|
1528 |
+
"lm_loss": 0.0209,
|
1529 |
+
"loss": 0.2354,
|
1530 |
+
"step": 164
|
1531 |
+
},
|
1532 |
+
{
|
1533 |
+
"classification_loss": 0.5187,
|
1534 |
+
"epoch": 0.873015873015873,
|
1535 |
+
"grad_norm": 7.051374912261963,
|
1536 |
+
"learning_rate": 3.573489876066967e-05,
|
1537 |
+
"lm_loss": 0.0476,
|
1538 |
+
"loss": 0.5662,
|
1539 |
+
"step": 165
|
1540 |
+
},
|
1541 |
+
{
|
1542 |
+
"classification_loss": 0.4017,
|
1543 |
+
"epoch": 0.8783068783068783,
|
1544 |
+
"grad_norm": 5.828752517700195,
|
1545 |
+
"learning_rate": 3.565855220984206e-05,
|
1546 |
+
"lm_loss": 0.0468,
|
1547 |
+
"loss": 0.4484,
|
1548 |
+
"step": 166
|
1549 |
+
},
|
1550 |
+
{
|
1551 |
+
"classification_loss": 0.2539,
|
1552 |
+
"epoch": 0.8835978835978836,
|
1553 |
+
"grad_norm": 7.273751735687256,
|
1554 |
+
"learning_rate": 3.558161149051341e-05,
|
1555 |
+
"lm_loss": 0.0206,
|
1556 |
+
"loss": 0.2745,
|
1557 |
+
"step": 167
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"classification_loss": 0.8012,
|
1561 |
+
"epoch": 0.8888888888888888,
|
1562 |
+
"grad_norm": 9.21143627166748,
|
1563 |
+
"learning_rate": 3.55040795222226e-05,
|
1564 |
+
"lm_loss": 0.0898,
|
1565 |
+
"loss": 0.891,
|
1566 |
+
"step": 168
|
1567 |
+
},
|
1568 |
+
{
|
1569 |
+
"classification_loss": 0.1164,
|
1570 |
+
"epoch": 0.8941798941798942,
|
1571 |
+
"grad_norm": 4.1860032081604,
|
1572 |
+
"learning_rate": 3.542595924694362e-05,
|
1573 |
+
"lm_loss": 0.013,
|
1574 |
+
"loss": 0.1294,
|
1575 |
+
"step": 169
|
1576 |
+
},
|
1577 |
+
{
|
1578 |
+
"classification_loss": 0.5173,
|
1579 |
+
"epoch": 0.8994708994708994,
|
1580 |
+
"grad_norm": 7.0001301765441895,
|
1581 |
+
"learning_rate": 3.534725362897394e-05,
|
1582 |
+
"lm_loss": 0.0479,
|
1583 |
+
"loss": 0.5651,
|
1584 |
+
"step": 170
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"classification_loss": 0.2549,
|
1588 |
+
"epoch": 0.9047619047619048,
|
1589 |
+
"grad_norm": 7.007653713226318,
|
1590 |
+
"learning_rate": 3.526796565482206e-05,
|
1591 |
+
"lm_loss": 0.0301,
|
1592 |
+
"loss": 0.285,
|
1593 |
+
"step": 171
|
1594 |
+
},
|
1595 |
+
{
|
1596 |
+
"classification_loss": 0.4568,
|
1597 |
+
"epoch": 0.91005291005291,
|
1598 |
+
"grad_norm": 5.752516746520996,
|
1599 |
+
"learning_rate": 3.5188098333094145e-05,
|
1600 |
+
"lm_loss": 0.0573,
|
1601 |
+
"loss": 0.5141,
|
1602 |
+
"step": 172
|
1603 |
+
},
|
1604 |
+
{
|
1605 |
+
"classification_loss": 0.7478,
|
1606 |
+
"epoch": 0.9153439153439153,
|
1607 |
+
"grad_norm": 8.939093589782715,
|
1608 |
+
"learning_rate": 3.5107654694379873e-05,
|
1609 |
+
"lm_loss": 0.0759,
|
1610 |
+
"loss": 0.8238,
|
1611 |
+
"step": 173
|
1612 |
+
},
|
1613 |
+
{
|
1614 |
+
"classification_loss": 0.5309,
|
1615 |
+
"epoch": 0.9206349206349206,
|
1616 |
+
"grad_norm": 5.358952522277832,
|
1617 |
+
"learning_rate": 3.502663779113747e-05,
|
1618 |
+
"lm_loss": 0.0571,
|
1619 |
+
"loss": 0.588,
|
1620 |
+
"step": 174
|
1621 |
+
},
|
1622 |
+
{
|
1623 |
+
"classification_loss": 0.8604,
|
1624 |
+
"epoch": 0.9259259259259259,
|
1625 |
+
"grad_norm": 9.570755958557129,
|
1626 |
+
"learning_rate": 3.494505069757782e-05,
|
1627 |
+
"lm_loss": 0.0792,
|
1628 |
+
"loss": 0.9396,
|
1629 |
+
"step": 175
|
1630 |
+
},
|
1631 |
+
{
|
1632 |
+
"classification_loss": 0.489,
|
1633 |
+
"epoch": 0.9312169312169312,
|
1634 |
+
"grad_norm": 7.282289981842041,
|
1635 |
+
"learning_rate": 3.4862896509547886e-05,
|
1636 |
+
"lm_loss": 0.0456,
|
1637 |
+
"loss": 0.5346,
|
1638 |
+
"step": 176
|
1639 |
+
},
|
1640 |
+
{
|
1641 |
+
"classification_loss": 0.4567,
|
1642 |
+
"epoch": 0.9365079365079365,
|
1643 |
+
"grad_norm": 6.593536853790283,
|
1644 |
+
"learning_rate": 3.478017834441319e-05,
|
1645 |
+
"lm_loss": 0.0574,
|
1646 |
+
"loss": 0.5142,
|
1647 |
+
"step": 177
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"classification_loss": 0.329,
|
1651 |
+
"epoch": 0.9417989417989417,
|
1652 |
+
"grad_norm": 6.121315002441406,
|
1653 |
+
"learning_rate": 3.4696899340939517e-05,
|
1654 |
+
"lm_loss": 0.0372,
|
1655 |
+
"loss": 0.3662,
|
1656 |
+
"step": 178
|
1657 |
+
},
|
1658 |
+
{
|
1659 |
+
"classification_loss": 0.4779,
|
1660 |
+
"epoch": 0.9470899470899471,
|
1661 |
+
"grad_norm": 6.270368576049805,
|
1662 |
+
"learning_rate": 3.4613062659173865e-05,
|
1663 |
+
"lm_loss": 0.0542,
|
1664 |
+
"loss": 0.5321,
|
1665 |
+
"step": 179
|
1666 |
+
},
|
1667 |
+
{
|
1668 |
+
"classification_loss": 0.6646,
|
1669 |
+
"epoch": 0.9523809523809523,
|
1670 |
+
"grad_norm": 7.001364231109619,
|
1671 |
+
"learning_rate": 3.452867148032449e-05,
|
1672 |
+
"lm_loss": 0.0641,
|
1673 |
+
"loss": 0.7287,
|
1674 |
+
"step": 180
|
1675 |
+
},
|
1676 |
+
{
|
1677 |
+
"classification_loss": 0.3869,
|
1678 |
+
"epoch": 0.9576719576719577,
|
1679 |
+
"grad_norm": 4.298563003540039,
|
1680 |
+
"learning_rate": 3.4443729006640186e-05,
|
1681 |
+
"lm_loss": 0.0346,
|
1682 |
+
"loss": 0.4216,
|
1683 |
+
"step": 181
|
1684 |
+
},
|
1685 |
+
{
|
1686 |
+
"classification_loss": 0.4179,
|
1687 |
+
"epoch": 0.9629629629629629,
|
1688 |
+
"grad_norm": 4.519134044647217,
|
1689 |
+
"learning_rate": 3.435823846128884e-05,
|
1690 |
+
"lm_loss": 0.0425,
|
1691 |
+
"loss": 0.4604,
|
1692 |
+
"step": 182
|
1693 |
+
},
|
1694 |
+
{
|
1695 |
+
"classification_loss": 0.5921,
|
1696 |
+
"epoch": 0.9682539682539683,
|
1697 |
+
"grad_norm": 5.8256916999816895,
|
1698 |
+
"learning_rate": 3.427220308823505e-05,
|
1699 |
+
"lm_loss": 0.0601,
|
1700 |
+
"loss": 0.6522,
|
1701 |
+
"step": 183
|
1702 |
+
},
|
1703 |
+
{
|
1704 |
+
"classification_loss": 0.383,
|
1705 |
+
"epoch": 0.9735449735449735,
|
1706 |
+
"grad_norm": 4.641335964202881,
|
1707 |
+
"learning_rate": 3.418562615211707e-05,
|
1708 |
+
"lm_loss": 0.0435,
|
1709 |
+
"loss": 0.4265,
|
1710 |
+
"step": 184
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"classification_loss": 0.3616,
|
1714 |
+
"epoch": 0.9788359788359788,
|
1715 |
+
"grad_norm": 4.482592582702637,
|
1716 |
+
"learning_rate": 3.409851093812295e-05,
|
1717 |
+
"lm_loss": 0.032,
|
1718 |
+
"loss": 0.3936,
|
1719 |
+
"step": 185
|
1720 |
+
},
|
1721 |
+
{
|
1722 |
+
"classification_loss": 0.6806,
|
1723 |
+
"epoch": 0.9841269841269841,
|
1724 |
+
"grad_norm": 5.762667655944824,
|
1725 |
+
"learning_rate": 3.401086075186582e-05,
|
1726 |
+
"lm_loss": 0.061,
|
1727 |
+
"loss": 0.7416,
|
1728 |
+
"step": 186
|
1729 |
+
},
|
1730 |
+
{
|
1731 |
+
"classification_loss": 0.3452,
|
1732 |
+
"epoch": 0.9894179894179894,
|
1733 |
+
"grad_norm": 5.030579566955566,
|
1734 |
+
"learning_rate": 3.392267891925854e-05,
|
1735 |
+
"lm_loss": 0.0322,
|
1736 |
+
"loss": 0.3774,
|
1737 |
+
"step": 187
|
1738 |
+
},
|
1739 |
+
{
|
1740 |
+
"classification_loss": 0.1775,
|
1741 |
+
"epoch": 0.9947089947089947,
|
1742 |
+
"grad_norm": 3.0634727478027344,
|
1743 |
+
"learning_rate": 3.383396878638741e-05,
|
1744 |
+
"lm_loss": 0.0224,
|
1745 |
+
"loss": 0.1999,
|
1746 |
+
"step": 188
|
1747 |
+
},
|
1748 |
+
{
|
1749 |
+
"classification_loss": 0.2488,
|
1750 |
+
"epoch": 1.0,
|
1751 |
+
"grad_norm": 6.196967124938965,
|
1752 |
+
"learning_rate": 3.374473371938526e-05,
|
1753 |
+
"lm_loss": 0.021,
|
1754 |
+
"loss": 0.2698,
|
1755 |
+
"step": 189
|
1756 |
+
},
|
1757 |
+
{
|
1758 |
+
"classification_loss": 0.6167,
|
1759 |
+
"epoch": 1.0052910052910053,
|
1760 |
+
"grad_norm": 7.134896278381348,
|
1761 |
+
"learning_rate": 3.365497710430371e-05,
|
1762 |
+
"lm_loss": 0.0709,
|
1763 |
+
"loss": 0.6876,
|
1764 |
+
"step": 190
|
1765 |
+
},
|
1766 |
+
{
|
1767 |
+
"classification_loss": 0.2399,
|
1768 |
+
"epoch": 1.0105820105820107,
|
1769 |
+
"grad_norm": 5.862342834472656,
|
1770 |
+
"learning_rate": 3.356470234698468e-05,
|
1771 |
+
"lm_loss": 0.0159,
|
1772 |
+
"loss": 0.2558,
|
1773 |
+
"step": 191
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"classification_loss": 0.3992,
|
1777 |
+
"epoch": 1.0158730158730158,
|
1778 |
+
"grad_norm": 4.166635513305664,
|
1779 |
+
"learning_rate": 3.347391287293115e-05,
|
1780 |
+
"lm_loss": 0.0494,
|
1781 |
+
"loss": 0.4485,
|
1782 |
+
"step": 192
|
1783 |
+
},
|
1784 |
+
{
|
1785 |
+
"classification_loss": 0.0891,
|
1786 |
+
"epoch": 1.0211640211640212,
|
1787 |
+
"grad_norm": 2.7699098587036133,
|
1788 |
+
"learning_rate": 3.3382612127177166e-05,
|
1789 |
+
"lm_loss": 0.0064,
|
1790 |
+
"loss": 0.0956,
|
1791 |
+
"step": 193
|
1792 |
+
},
|
1793 |
+
{
|
1794 |
+
"classification_loss": 0.6035,
|
1795 |
+
"epoch": 1.0264550264550265,
|
1796 |
+
"grad_norm": 6.711143970489502,
|
1797 |
+
"learning_rate": 3.329080357415716e-05,
|
1798 |
+
"lm_loss": 0.0677,
|
1799 |
+
"loss": 0.6712,
|
1800 |
+
"step": 194
|
1801 |
+
},
|
1802 |
+
{
|
1803 |
+
"classification_loss": 0.4115,
|
1804 |
+
"epoch": 1.0317460317460316,
|
1805 |
+
"grad_norm": 4.826721668243408,
|
1806 |
+
"learning_rate": 3.319849069757446e-05,
|
1807 |
+
"lm_loss": 0.0396,
|
1808 |
+
"loss": 0.4511,
|
1809 |
+
"step": 195
|
1810 |
+
},
|
1811 |
+
{
|
1812 |
+
"classification_loss": 0.3025,
|
1813 |
+
"epoch": 1.037037037037037,
|
1814 |
+
"grad_norm": 4.070664882659912,
|
1815 |
+
"learning_rate": 3.310567700026908e-05,
|
1816 |
+
"lm_loss": 0.0294,
|
1817 |
+
"loss": 0.3319,
|
1818 |
+
"step": 196
|
1819 |
+
},
|
1820 |
+
{
|
1821 |
+
"classification_loss": 0.2767,
|
1822 |
+
"epoch": 1.0423280423280423,
|
1823 |
+
"grad_norm": 5.486062049865723,
|
1824 |
+
"learning_rate": 3.301236600408484e-05,
|
1825 |
+
"lm_loss": 0.0329,
|
1826 |
+
"loss": 0.3097,
|
1827 |
+
"step": 197
|
1828 |
+
},
|
1829 |
+
{
|
1830 |
+
"classification_loss": 0.4176,
|
1831 |
+
"epoch": 1.0476190476190477,
|
1832 |
+
"grad_norm": 4.901826858520508,
|
1833 |
+
"learning_rate": 3.291856124973575e-05,
|
1834 |
+
"lm_loss": 0.0482,
|
1835 |
+
"loss": 0.4658,
|
1836 |
+
"step": 198
|
1837 |
+
},
|
1838 |
+
{
|
1839 |
+
"classification_loss": 0.5174,
|
1840 |
+
"epoch": 1.052910052910053,
|
1841 |
+
"grad_norm": 5.271239757537842,
|
1842 |
+
"learning_rate": 3.282426629667157e-05,
|
1843 |
+
"lm_loss": 0.0517,
|
1844 |
+
"loss": 0.5692,
|
1845 |
+
"step": 199
|
1846 |
+
},
|
1847 |
+
{
|
1848 |
+
"classification_loss": 0.3984,
|
1849 |
+
"epoch": 1.0582010582010581,
|
1850 |
+
"grad_norm": 4.809482574462891,
|
1851 |
+
"learning_rate": 3.272948472294283e-05,
|
1852 |
+
"lm_loss": 0.0345,
|
1853 |
+
"loss": 0.4328,
|
1854 |
+
"step": 200
|
1855 |
+
},
|
1856 |
+
{
|
1857 |
+
"epoch": 1.0582010582010581,
|
1858 |
+
"eval_accuracy": 0.8898305296897888,
|
1859 |
+
"eval_auroc": 0.9264024496078491,
|
1860 |
+
"eval_classification_loss": 0.42330121994018555,
|
1861 |
+
"eval_f1": 0.8592057824134827,
|
1862 |
+
"eval_lm_loss": 0.0521097332239151,
|
1863 |
+
"eval_loss": 0.4754108786582947,
|
1864 |
+
"eval_precision": 0.7777777910232544,
|
1865 |
+
"eval_recall": 0.9596773982048035,
|
1866 |
+
"eval_runtime": 15.5476,
|
1867 |
+
"eval_samples_per_second": 22.769,
|
1868 |
+
"eval_steps_per_second": 1.479,
|
1869 |
+
"step": 200
|
1870 |
+
}
|
1871 |
+
],
|
1872 |
+
"logging_steps": 1,
|
1873 |
+
"max_steps": 567,
|
1874 |
+
"num_input_tokens_seen": 0,
|
1875 |
+
"num_train_epochs": 3,
|
1876 |
+
"save_steps": 50,
|
1877 |
+
"stateful_callbacks": {
|
1878 |
+
"TrainerControl": {
|
1879 |
+
"args": {
|
1880 |
+
"should_epoch_stop": false,
|
1881 |
+
"should_evaluate": false,
|
1882 |
+
"should_log": false,
|
1883 |
+
"should_save": true,
|
1884 |
+
"should_training_stop": false
|
1885 |
+
},
|
1886 |
+
"attributes": {}
|
1887 |
+
}
|
1888 |
+
},
|
1889 |
+
"total_flos": 5.0885255820288e+16,
|
1890 |
+
"train_batch_size": 16,
|
1891 |
+
"trial_name": null,
|
1892 |
+
"trial_params": null
|
1893 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cac22c6c9f17a1b17e84574adfe2f0d1e026b2160bbc6100073119b9e307415
|
3 |
+
size 7992
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|