Initial model upload
Browse files- README.md +4 -2
- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- all_results.json +6 -6
- checkpoint-500/README.md +202 -0
- checkpoint-500/adapter_config.json +26 -0
- checkpoint-500/adapter_model.safetensors +3 -0
- checkpoint-500/added_tokens.json +16 -0
- checkpoint-500/merges.txt +0 -0
- checkpoint-500/optimizer.pt +3 -0
- checkpoint-500/preprocessor_config.json +29 -0
- checkpoint-500/rng_state.pth +3 -0
- checkpoint-500/scheduler.pt +3 -0
- checkpoint-500/special_tokens_map.json +31 -0
- checkpoint-500/tokenizer.json +3 -0
- checkpoint-500/tokenizer_config.json +143 -0
- checkpoint-500/trainer_state.json +383 -0
- checkpoint-500/training_args.bin +3 -0
- checkpoint-500/vocab.json +0 -0
- runs/Nov16_14-06-13_LAB12-PC43/events.out.tfevents.1731747996.LAB12-PC43.13616.0 +3 -0
- train_results.json +6 -6
- trainer_log.jsonl +41 -0
- trainer_state.json +292 -12
- training_args.bin +1 -1
README.md
CHANGED
@@ -36,13 +36,15 @@ More information needed
|
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 2e-05
|
39 |
-
- train_batch_size:
|
40 |
- eval_batch_size: 8
|
41 |
- seed: 42
|
|
|
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: cosine
|
44 |
- lr_scheduler_warmup_ratio: 0.1
|
45 |
-
- num_epochs:
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
|
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 2e-05
|
39 |
+
- train_batch_size: 2
|
40 |
- eval_batch_size: 8
|
41 |
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 2
|
43 |
+
- total_train_batch_size: 4
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: cosine
|
46 |
- lr_scheduler_warmup_ratio: 0.1
|
47 |
+
- num_epochs: 10.0
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
adapter_config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
"r": 8,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
-
"target_modules": "^(?!.*visual).*(?:
|
23 |
"task_type": "CAUSAL_LM",
|
24 |
"use_dora": false,
|
25 |
"use_rslora": false
|
|
|
19 |
"r": 8,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
+
"target_modules": "^(?!.*visual).*(?:v_proj|o_proj|down_proj|gate_proj|k_proj|up_proj|q_proj).*",
|
23 |
"task_type": "CAUSAL_LM",
|
24 |
"use_dora": false,
|
25 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80792096
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8cd4557de62011d00d0129f372984c93946f97bcccf5653f59dd83e0933f99b
|
3 |
size 80792096
|
all_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"total_flos":
|
4 |
-
"train_loss":
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples_per_second": 0.
|
7 |
-
"train_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"total_flos": 1.1283387467931648e+16,
|
4 |
+
"train_loss": 0.3623817192316055,
|
5 |
+
"train_runtime": 5832.4394,
|
6 |
+
"train_samples_per_second": 0.171,
|
7 |
+
"train_steps_per_second": 0.086
|
8 |
}
|
checkpoint-500/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
|
checkpoint-500/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": 16,
|
14 |
+
"lora_dropout": 0.0,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": "^(?!.*visual).*(?:v_proj|o_proj|down_proj|gate_proj|k_proj|up_proj|q_proj).*",
|
23 |
+
"task_type": "CAUSAL_LM",
|
24 |
+
"use_dora": false,
|
25 |
+
"use_rslora": false
|
26 |
+
}
|
checkpoint-500/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8cd4557de62011d00d0129f372984c93946f97bcccf5653f59dd83e0933f99b
|
3 |
+
size 80792096
|
checkpoint-500/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 |
+
}
|
checkpoint-500/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-500/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a31b791db3aa6196fd68138a3de6f12343891e33e72e49b4eb69f86607580998
|
3 |
+
size 161810538
|
checkpoint-500/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 |
+
}
|
checkpoint-500/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db153df6a267d4d428174749933eed3d7b65f025a851ca2ce2a038fb8c797683
|
3 |
+
size 14244
|
checkpoint-500/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4617a9e3219086c0277ec0ef4bd3c0449bbfde6f7e39345b351d4003923694b
|
3 |
+
size 1064
|
checkpoint-500/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 |
+
}
|
checkpoint-500/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
|
3 |
+
size 11420371
|
checkpoint-500/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": "right",
|
140 |
+
"split_special_tokens": false,
|
141 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
142 |
+
"unk_token": null
|
143 |
+
}
|
checkpoint-500/trainer_state.json
ADDED
@@ -0,0 +1,383 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 10.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 500,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.1,
|
13 |
+
"grad_norm": 2.4489102363586426,
|
14 |
+
"learning_rate": 2e-05,
|
15 |
+
"loss": 1.8047,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.2,
|
20 |
+
"grad_norm": 1.8422876596450806,
|
21 |
+
"learning_rate": 1.9396926207859085e-05,
|
22 |
+
"loss": 1.3832,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.3,
|
27 |
+
"grad_norm": 3.1532328128814697,
|
28 |
+
"learning_rate": 1.766044443118978e-05,
|
29 |
+
"loss": 1.1404,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.4,
|
34 |
+
"grad_norm": 1.9095581769943237,
|
35 |
+
"learning_rate": 1.5000000000000002e-05,
|
36 |
+
"loss": 1.068,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.5,
|
41 |
+
"grad_norm": 2.4410550594329834,
|
42 |
+
"learning_rate": 1.1736481776669307e-05,
|
43 |
+
"loss": 1.014,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.6,
|
48 |
+
"grad_norm": 2.7899439334869385,
|
49 |
+
"learning_rate": 8.263518223330698e-06,
|
50 |
+
"loss": 1.1168,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.7,
|
55 |
+
"grad_norm": 2.6681783199310303,
|
56 |
+
"learning_rate": 5.000000000000003e-06,
|
57 |
+
"loss": 0.9987,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.8,
|
62 |
+
"grad_norm": 2.2320525646209717,
|
63 |
+
"learning_rate": 2.339555568810221e-06,
|
64 |
+
"loss": 1.198,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.9,
|
69 |
+
"grad_norm": 1.1953657865524292,
|
70 |
+
"learning_rate": 6.030737921409169e-07,
|
71 |
+
"loss": 1.0336,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 1.0,
|
76 |
+
"grad_norm": 2.67486572265625,
|
77 |
+
"learning_rate": 0.0,
|
78 |
+
"loss": 1.0806,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 2.2,
|
83 |
+
"grad_norm": 1.0614951848983765,
|
84 |
+
"learning_rate": 1.913545457642601e-05,
|
85 |
+
"loss": 0.9586,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 2.4,
|
90 |
+
"grad_norm": 1.1396006345748901,
|
91 |
+
"learning_rate": 1.8829475928589272e-05,
|
92 |
+
"loss": 0.9822,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 2.6,
|
97 |
+
"grad_norm": 1.8257782459259033,
|
98 |
+
"learning_rate": 1.848048096156426e-05,
|
99 |
+
"loss": 0.9798,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 2.8,
|
104 |
+
"grad_norm": 3.6675124168395996,
|
105 |
+
"learning_rate": 1.8090169943749477e-05,
|
106 |
+
"loss": 0.9642,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 3.0,
|
111 |
+
"grad_norm": 2.7332773208618164,
|
112 |
+
"learning_rate": 1.766044443118978e-05,
|
113 |
+
"loss": 1.0019,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 3.2,
|
118 |
+
"grad_norm": 1.2114962339401245,
|
119 |
+
"learning_rate": 1.7193398003386514e-05,
|
120 |
+
"loss": 0.8493,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 3.4,
|
125 |
+
"grad_norm": 5.460783004760742,
|
126 |
+
"learning_rate": 1.6691306063588583e-05,
|
127 |
+
"loss": 0.8319,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 3.6,
|
132 |
+
"grad_norm": 3.551159620285034,
|
133 |
+
"learning_rate": 1.6156614753256583e-05,
|
134 |
+
"loss": 0.7986,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 3.8,
|
139 |
+
"grad_norm": 4.315650463104248,
|
140 |
+
"learning_rate": 1.5591929034707468e-05,
|
141 |
+
"loss": 0.7908,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 4.0,
|
146 |
+
"grad_norm": 5.731149673461914,
|
147 |
+
"learning_rate": 1.5000000000000002e-05,
|
148 |
+
"loss": 0.8207,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 4.2,
|
153 |
+
"grad_norm": 2.3099749088287354,
|
154 |
+
"learning_rate": 1.4383711467890776e-05,
|
155 |
+
"loss": 0.8045,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 4.4,
|
160 |
+
"grad_norm": 5.100424766540527,
|
161 |
+
"learning_rate": 1.3746065934159123e-05,
|
162 |
+
"loss": 0.6337,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 4.6,
|
167 |
+
"grad_norm": 4.819253444671631,
|
168 |
+
"learning_rate": 1.3090169943749475e-05,
|
169 |
+
"loss": 0.5244,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 4.8,
|
174 |
+
"grad_norm": 5.7660675048828125,
|
175 |
+
"learning_rate": 1.2419218955996677e-05,
|
176 |
+
"loss": 0.5807,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 5.0,
|
181 |
+
"grad_norm": 3.9891021251678467,
|
182 |
+
"learning_rate": 1.1736481776669307e-05,
|
183 |
+
"loss": 0.6353,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 5.2,
|
188 |
+
"grad_norm": 3.6858391761779785,
|
189 |
+
"learning_rate": 1.1045284632676535e-05,
|
190 |
+
"loss": 0.4776,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 5.4,
|
195 |
+
"grad_norm": 9.160813331604004,
|
196 |
+
"learning_rate": 1.0348994967025012e-05,
|
197 |
+
"loss": 0.323,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 5.6,
|
202 |
+
"grad_norm": 7.0403313636779785,
|
203 |
+
"learning_rate": 9.651005032974994e-06,
|
204 |
+
"loss": 0.4799,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 5.8,
|
209 |
+
"grad_norm": 7.419447898864746,
|
210 |
+
"learning_rate": 8.954715367323468e-06,
|
211 |
+
"loss": 0.5816,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 6.0,
|
216 |
+
"grad_norm": 3.421180009841919,
|
217 |
+
"learning_rate": 8.263518223330698e-06,
|
218 |
+
"loss": 0.4278,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 6.2,
|
223 |
+
"grad_norm": 4.215754985809326,
|
224 |
+
"learning_rate": 7.580781044003324e-06,
|
225 |
+
"loss": 0.3721,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 6.4,
|
230 |
+
"grad_norm": 6.3047308921813965,
|
231 |
+
"learning_rate": 6.909830056250527e-06,
|
232 |
+
"loss": 0.2973,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 6.6,
|
237 |
+
"grad_norm": 14.362757682800293,
|
238 |
+
"learning_rate": 6.25393406584088e-06,
|
239 |
+
"loss": 0.2589,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 6.8,
|
244 |
+
"grad_norm": 7.351701736450195,
|
245 |
+
"learning_rate": 5.616288532109225e-06,
|
246 |
+
"loss": 0.2718,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 7.0,
|
251 |
+
"grad_norm": 8.06631851196289,
|
252 |
+
"learning_rate": 5.000000000000003e-06,
|
253 |
+
"loss": 0.3159,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 7.2,
|
258 |
+
"grad_norm": 5.070101261138916,
|
259 |
+
"learning_rate": 4.408070965292534e-06,
|
260 |
+
"loss": 0.2075,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 7.4,
|
265 |
+
"grad_norm": 7.613597869873047,
|
266 |
+
"learning_rate": 3.8433852467434175e-06,
|
267 |
+
"loss": 0.1164,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 7.6,
|
272 |
+
"grad_norm": 6.611764907836914,
|
273 |
+
"learning_rate": 3.308693936411421e-06,
|
274 |
+
"loss": 0.2217,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 7.8,
|
279 |
+
"grad_norm": 12.279210090637207,
|
280 |
+
"learning_rate": 2.8066019966134907e-06,
|
281 |
+
"loss": 0.1475,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 8.0,
|
286 |
+
"grad_norm": 14.093499183654785,
|
287 |
+
"learning_rate": 2.339555568810221e-06,
|
288 |
+
"loss": 0.2752,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 8.2,
|
293 |
+
"grad_norm": 2.3949663639068604,
|
294 |
+
"learning_rate": 1.9098300562505266e-06,
|
295 |
+
"loss": 0.1019,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 8.4,
|
300 |
+
"grad_norm": 3.969956159591675,
|
301 |
+
"learning_rate": 1.5195190384357405e-06,
|
302 |
+
"loss": 0.1754,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 8.6,
|
307 |
+
"grad_norm": 8.477439880371094,
|
308 |
+
"learning_rate": 1.1705240714107301e-06,
|
309 |
+
"loss": 0.1174,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 8.8,
|
314 |
+
"grad_norm": 2.671515464782715,
|
315 |
+
"learning_rate": 8.645454235739903e-07,
|
316 |
+
"loss": 0.1461,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 9.0,
|
321 |
+
"grad_norm": 0.29233822226524353,
|
322 |
+
"learning_rate": 6.030737921409169e-07,
|
323 |
+
"loss": 0.1105,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 9.2,
|
328 |
+
"grad_norm": 3.0615086555480957,
|
329 |
+
"learning_rate": 3.8738304061681107e-07,
|
330 |
+
"loss": 0.1009,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 9.4,
|
335 |
+
"grad_norm": 1.1887454986572266,
|
336 |
+
"learning_rate": 2.1852399266194312e-07,
|
337 |
+
"loss": 0.1134,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 9.6,
|
342 |
+
"grad_norm": 13.041033744812012,
|
343 |
+
"learning_rate": 9.731931258429638e-08,
|
344 |
+
"loss": 0.1092,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 9.8,
|
349 |
+
"grad_norm": 5.9538798332214355,
|
350 |
+
"learning_rate": 2.4359497401758026e-08,
|
351 |
+
"loss": 0.0799,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 10.0,
|
356 |
+
"grad_norm": 3.9380784034729004,
|
357 |
+
"learning_rate": 0.0,
|
358 |
+
"loss": 0.1335,
|
359 |
+
"step": 500
|
360 |
+
}
|
361 |
+
],
|
362 |
+
"logging_steps": 10,
|
363 |
+
"max_steps": 500,
|
364 |
+
"num_input_tokens_seen": 0,
|
365 |
+
"num_train_epochs": 10,
|
366 |
+
"save_steps": 1000,
|
367 |
+
"stateful_callbacks": {
|
368 |
+
"TrainerControl": {
|
369 |
+
"args": {
|
370 |
+
"should_epoch_stop": false,
|
371 |
+
"should_evaluate": false,
|
372 |
+
"should_log": false,
|
373 |
+
"should_save": true,
|
374 |
+
"should_training_stop": true
|
375 |
+
},
|
376 |
+
"attributes": {}
|
377 |
+
}
|
378 |
+
},
|
379 |
+
"total_flos": 1.1283387467931648e+16,
|
380 |
+
"train_batch_size": 1,
|
381 |
+
"trial_name": null,
|
382 |
+
"trial_params": null
|
383 |
+
}
|
checkpoint-500/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91ac5c77361865dee62f3686a14dbb3f3cbb2a06b7fa1d162335e35f9298c002
|
3 |
+
size 5368
|
checkpoint-500/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
runs/Nov16_14-06-13_LAB12-PC43/events.out.tfevents.1731747996.LAB12-PC43.13616.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8d4f584f815f2c42f7f4a8a653835a270c01b99c667171f47a4af1e46c428c4
|
3 |
+
size 14374
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"total_flos":
|
4 |
-
"train_loss":
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples_per_second": 0.
|
7 |
-
"train_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"total_flos": 1.1283387467931648e+16,
|
4 |
+
"train_loss": 0.3623817192316055,
|
5 |
+
"train_runtime": 5832.4394,
|
6 |
+
"train_samples_per_second": 0.171,
|
7 |
+
"train_steps_per_second": 0.086
|
8 |
}
|
trainer_log.jsonl
CHANGED
@@ -9,3 +9,44 @@
|
|
9 |
{"current_steps": 90, "total_steps": 100, "loss": 1.0336, "learning_rate": 6.030737921409169e-07, "epoch": 0.9, "percentage": 90.0, "elapsed_time": "0:22:33", "remaining_time": "0:02:30"}
|
10 |
{"current_steps": 100, "total_steps": 100, "loss": 1.0806, "learning_rate": 0.0, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:25:05", "remaining_time": "0:00:00"}
|
11 |
{"current_steps": 100, "total_steps": 100, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:25:07", "remaining_time": "0:00:00"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
{"current_steps": 90, "total_steps": 100, "loss": 1.0336, "learning_rate": 6.030737921409169e-07, "epoch": 0.9, "percentage": 90.0, "elapsed_time": "0:22:33", "remaining_time": "0:02:30"}
|
10 |
{"current_steps": 100, "total_steps": 100, "loss": 1.0806, "learning_rate": 0.0, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:25:05", "remaining_time": "0:00:00"}
|
11 |
{"current_steps": 100, "total_steps": 100, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:25:07", "remaining_time": "0:00:00"}
|
12 |
+
{"current_steps": 110, "total_steps": 500, "loss": 0.9586, "learning_rate": 1.913545457642601e-05, "epoch": 2.2, "percentage": 22.0, "elapsed_time": "0:02:25", "remaining_time": "0:08:37"}
|
13 |
+
{"current_steps": 120, "total_steps": 500, "loss": 0.9822, "learning_rate": 1.8829475928589272e-05, "epoch": 2.4, "percentage": 24.0, "elapsed_time": "0:05:07", "remaining_time": "0:16:15"}
|
14 |
+
{"current_steps": 130, "total_steps": 500, "loss": 0.9798, "learning_rate": 1.848048096156426e-05, "epoch": 2.6, "percentage": 26.0, "elapsed_time": "0:07:52", "remaining_time": "0:22:24"}
|
15 |
+
{"current_steps": 140, "total_steps": 500, "loss": 0.9642, "learning_rate": 1.8090169943749477e-05, "epoch": 2.8, "percentage": 28.0, "elapsed_time": "0:10:10", "remaining_time": "0:26:10"}
|
16 |
+
{"current_steps": 150, "total_steps": 500, "loss": 1.0019, "learning_rate": 1.766044443118978e-05, "epoch": 3.0, "percentage": 30.0, "elapsed_time": "0:12:29", "remaining_time": "0:29:09"}
|
17 |
+
{"current_steps": 160, "total_steps": 500, "loss": 0.8493, "learning_rate": 1.7193398003386514e-05, "epoch": 3.2, "percentage": 32.0, "elapsed_time": "0:14:49", "remaining_time": "0:31:30"}
|
18 |
+
{"current_steps": 170, "total_steps": 500, "loss": 0.8319, "learning_rate": 1.6691306063588583e-05, "epoch": 3.4, "percentage": 34.0, "elapsed_time": "0:17:07", "remaining_time": "0:33:15"}
|
19 |
+
{"current_steps": 180, "total_steps": 500, "loss": 0.7986, "learning_rate": 1.6156614753256583e-05, "epoch": 3.6, "percentage": 36.0, "elapsed_time": "0:19:41", "remaining_time": "0:35:00"}
|
20 |
+
{"current_steps": 190, "total_steps": 500, "loss": 0.7908, "learning_rate": 1.5591929034707468e-05, "epoch": 3.8, "percentage": 38.0, "elapsed_time": "0:22:17", "remaining_time": "0:36:22"}
|
21 |
+
{"current_steps": 200, "total_steps": 500, "loss": 0.8207, "learning_rate": 1.5000000000000002e-05, "epoch": 4.0, "percentage": 40.0, "elapsed_time": "0:24:53", "remaining_time": "0:37:20"}
|
22 |
+
{"current_steps": 210, "total_steps": 500, "loss": 0.8045, "learning_rate": 1.4383711467890776e-05, "epoch": 4.2, "percentage": 42.0, "elapsed_time": "0:27:29", "remaining_time": "0:37:58"}
|
23 |
+
{"current_steps": 220, "total_steps": 500, "loss": 0.6337, "learning_rate": 1.3746065934159123e-05, "epoch": 4.4, "percentage": 44.0, "elapsed_time": "0:30:05", "remaining_time": "0:38:18"}
|
24 |
+
{"current_steps": 230, "total_steps": 500, "loss": 0.5244, "learning_rate": 1.3090169943749475e-05, "epoch": 4.6, "percentage": 46.0, "elapsed_time": "0:32:41", "remaining_time": "0:38:22"}
|
25 |
+
{"current_steps": 240, "total_steps": 500, "loss": 0.5807, "learning_rate": 1.2419218955996677e-05, "epoch": 4.8, "percentage": 48.0, "elapsed_time": "0:35:16", "remaining_time": "0:38:13"}
|
26 |
+
{"current_steps": 250, "total_steps": 500, "loss": 0.6353, "learning_rate": 1.1736481776669307e-05, "epoch": 5.0, "percentage": 50.0, "elapsed_time": "0:37:53", "remaining_time": "0:37:53"}
|
27 |
+
{"current_steps": 260, "total_steps": 500, "loss": 0.4776, "learning_rate": 1.1045284632676535e-05, "epoch": 5.2, "percentage": 52.0, "elapsed_time": "0:40:29", "remaining_time": "0:37:22"}
|
28 |
+
{"current_steps": 270, "total_steps": 500, "loss": 0.323, "learning_rate": 1.0348994967025012e-05, "epoch": 5.4, "percentage": 54.0, "elapsed_time": "0:43:05", "remaining_time": "0:36:42"}
|
29 |
+
{"current_steps": 280, "total_steps": 500, "loss": 0.4799, "learning_rate": 9.651005032974994e-06, "epoch": 5.6, "percentage": 56.0, "elapsed_time": "0:45:35", "remaining_time": "0:35:49"}
|
30 |
+
{"current_steps": 290, "total_steps": 500, "loss": 0.5816, "learning_rate": 8.954715367323468e-06, "epoch": 5.8, "percentage": 58.0, "elapsed_time": "0:47:55", "remaining_time": "0:34:42"}
|
31 |
+
{"current_steps": 300, "total_steps": 500, "loss": 0.4278, "learning_rate": 8.263518223330698e-06, "epoch": 6.0, "percentage": 60.0, "elapsed_time": "0:50:14", "remaining_time": "0:33:29"}
|
32 |
+
{"current_steps": 310, "total_steps": 500, "loss": 0.3721, "learning_rate": 7.580781044003324e-06, "epoch": 6.2, "percentage": 62.0, "elapsed_time": "0:52:35", "remaining_time": "0:32:14"}
|
33 |
+
{"current_steps": 320, "total_steps": 500, "loss": 0.2973, "learning_rate": 6.909830056250527e-06, "epoch": 6.4, "percentage": 64.0, "elapsed_time": "0:54:54", "remaining_time": "0:30:53"}
|
34 |
+
{"current_steps": 330, "total_steps": 500, "loss": 0.2589, "learning_rate": 6.25393406584088e-06, "epoch": 6.6, "percentage": 66.0, "elapsed_time": "0:57:13", "remaining_time": "0:29:28"}
|
35 |
+
{"current_steps": 340, "total_steps": 500, "loss": 0.2718, "learning_rate": 5.616288532109225e-06, "epoch": 6.8, "percentage": 68.0, "elapsed_time": "0:59:31", "remaining_time": "0:28:00"}
|
36 |
+
{"current_steps": 350, "total_steps": 500, "loss": 0.3159, "learning_rate": 5.000000000000003e-06, "epoch": 7.0, "percentage": 70.0, "elapsed_time": "1:01:53", "remaining_time": "0:26:31"}
|
37 |
+
{"current_steps": 360, "total_steps": 500, "loss": 0.2075, "learning_rate": 4.408070965292534e-06, "epoch": 7.2, "percentage": 72.0, "elapsed_time": "1:04:13", "remaining_time": "0:24:58"}
|
38 |
+
{"current_steps": 370, "total_steps": 500, "loss": 0.1164, "learning_rate": 3.8433852467434175e-06, "epoch": 7.4, "percentage": 74.0, "elapsed_time": "1:06:32", "remaining_time": "0:23:22"}
|
39 |
+
{"current_steps": 380, "total_steps": 500, "loss": 0.2217, "learning_rate": 3.308693936411421e-06, "epoch": 7.6, "percentage": 76.0, "elapsed_time": "1:08:53", "remaining_time": "0:21:45"}
|
40 |
+
{"current_steps": 390, "total_steps": 500, "loss": 0.1475, "learning_rate": 2.8066019966134907e-06, "epoch": 7.8, "percentage": 78.0, "elapsed_time": "1:11:14", "remaining_time": "0:20:05"}
|
41 |
+
{"current_steps": 400, "total_steps": 500, "loss": 0.2752, "learning_rate": 2.339555568810221e-06, "epoch": 8.0, "percentage": 80.0, "elapsed_time": "1:13:36", "remaining_time": "0:18:24"}
|
42 |
+
{"current_steps": 410, "total_steps": 500, "loss": 0.1019, "learning_rate": 1.9098300562505266e-06, "epoch": 8.2, "percentage": 82.0, "elapsed_time": "1:15:58", "remaining_time": "0:16:40"}
|
43 |
+
{"current_steps": 420, "total_steps": 500, "loss": 0.1754, "learning_rate": 1.5195190384357405e-06, "epoch": 8.4, "percentage": 84.0, "elapsed_time": "1:18:19", "remaining_time": "0:14:55"}
|
44 |
+
{"current_steps": 430, "total_steps": 500, "loss": 0.1174, "learning_rate": 1.1705240714107301e-06, "epoch": 8.6, "percentage": 86.0, "elapsed_time": "1:20:41", "remaining_time": "0:13:08"}
|
45 |
+
{"current_steps": 440, "total_steps": 500, "loss": 0.1461, "learning_rate": 8.645454235739903e-07, "epoch": 8.8, "percentage": 88.0, "elapsed_time": "1:23:02", "remaining_time": "0:11:19"}
|
46 |
+
{"current_steps": 450, "total_steps": 500, "loss": 0.1105, "learning_rate": 6.030737921409169e-07, "epoch": 9.0, "percentage": 90.0, "elapsed_time": "1:25:23", "remaining_time": "0:09:29"}
|
47 |
+
{"current_steps": 460, "total_steps": 500, "loss": 0.1009, "learning_rate": 3.8738304061681107e-07, "epoch": 9.2, "percentage": 92.0, "elapsed_time": "1:27:44", "remaining_time": "0:07:37"}
|
48 |
+
{"current_steps": 470, "total_steps": 500, "loss": 0.1134, "learning_rate": 2.1852399266194312e-07, "epoch": 9.4, "percentage": 94.0, "elapsed_time": "1:30:06", "remaining_time": "0:05:45"}
|
49 |
+
{"current_steps": 480, "total_steps": 500, "loss": 0.1092, "learning_rate": 9.731931258429638e-08, "epoch": 9.6, "percentage": 96.0, "elapsed_time": "1:32:28", "remaining_time": "0:03:51"}
|
50 |
+
{"current_steps": 490, "total_steps": 500, "loss": 0.0799, "learning_rate": 2.4359497401758026e-08, "epoch": 9.8, "percentage": 98.0, "elapsed_time": "1:34:48", "remaining_time": "0:01:56"}
|
51 |
+
{"current_steps": 500, "total_steps": 500, "loss": 0.1335, "learning_rate": 0.0, "epoch": 10.0, "percentage": 100.0, "elapsed_time": "1:37:09", "remaining_time": "0:00:00"}
|
52 |
+
{"current_steps": 500, "total_steps": 500, "epoch": 10.0, "percentage": 100.0, "elapsed_time": "1:37:10", "remaining_time": "0:00:00"}
|
trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
-
"epoch":
|
5 |
"eval_steps": 500,
|
6 |
-
"global_step":
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
@@ -79,19 +79,299 @@
|
|
79 |
"step": 100
|
80 |
},
|
81 |
{
|
82 |
-
"epoch":
|
83 |
-
"
|
84 |
-
"
|
85 |
-
"
|
86 |
-
"
|
87 |
-
|
88 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
}
|
90 |
],
|
91 |
"logging_steps": 10,
|
92 |
-
"max_steps":
|
93 |
"num_input_tokens_seen": 0,
|
94 |
-
"num_train_epochs":
|
95 |
"save_steps": 1000,
|
96 |
"stateful_callbacks": {
|
97 |
"TrainerControl": {
|
@@ -105,7 +385,7 @@
|
|
105 |
"attributes": {}
|
106 |
}
|
107 |
},
|
108 |
-
"total_flos":
|
109 |
"train_batch_size": 1,
|
110 |
"trial_name": null,
|
111 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 10.0,
|
5 |
"eval_steps": 500,
|
6 |
+
"global_step": 500,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
79 |
"step": 100
|
80 |
},
|
81 |
{
|
82 |
+
"epoch": 2.2,
|
83 |
+
"grad_norm": 1.0614951848983765,
|
84 |
+
"learning_rate": 1.913545457642601e-05,
|
85 |
+
"loss": 0.9586,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 2.4,
|
90 |
+
"grad_norm": 1.1396006345748901,
|
91 |
+
"learning_rate": 1.8829475928589272e-05,
|
92 |
+
"loss": 0.9822,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 2.6,
|
97 |
+
"grad_norm": 1.8257782459259033,
|
98 |
+
"learning_rate": 1.848048096156426e-05,
|
99 |
+
"loss": 0.9798,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 2.8,
|
104 |
+
"grad_norm": 3.6675124168395996,
|
105 |
+
"learning_rate": 1.8090169943749477e-05,
|
106 |
+
"loss": 0.9642,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 3.0,
|
111 |
+
"grad_norm": 2.7332773208618164,
|
112 |
+
"learning_rate": 1.766044443118978e-05,
|
113 |
+
"loss": 1.0019,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 3.2,
|
118 |
+
"grad_norm": 1.2114962339401245,
|
119 |
+
"learning_rate": 1.7193398003386514e-05,
|
120 |
+
"loss": 0.8493,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 3.4,
|
125 |
+
"grad_norm": 5.460783004760742,
|
126 |
+
"learning_rate": 1.6691306063588583e-05,
|
127 |
+
"loss": 0.8319,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 3.6,
|
132 |
+
"grad_norm": 3.551159620285034,
|
133 |
+
"learning_rate": 1.6156614753256583e-05,
|
134 |
+
"loss": 0.7986,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 3.8,
|
139 |
+
"grad_norm": 4.315650463104248,
|
140 |
+
"learning_rate": 1.5591929034707468e-05,
|
141 |
+
"loss": 0.7908,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 4.0,
|
146 |
+
"grad_norm": 5.731149673461914,
|
147 |
+
"learning_rate": 1.5000000000000002e-05,
|
148 |
+
"loss": 0.8207,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 4.2,
|
153 |
+
"grad_norm": 2.3099749088287354,
|
154 |
+
"learning_rate": 1.4383711467890776e-05,
|
155 |
+
"loss": 0.8045,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 4.4,
|
160 |
+
"grad_norm": 5.100424766540527,
|
161 |
+
"learning_rate": 1.3746065934159123e-05,
|
162 |
+
"loss": 0.6337,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 4.6,
|
167 |
+
"grad_norm": 4.819253444671631,
|
168 |
+
"learning_rate": 1.3090169943749475e-05,
|
169 |
+
"loss": 0.5244,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 4.8,
|
174 |
+
"grad_norm": 5.7660675048828125,
|
175 |
+
"learning_rate": 1.2419218955996677e-05,
|
176 |
+
"loss": 0.5807,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 5.0,
|
181 |
+
"grad_norm": 3.9891021251678467,
|
182 |
+
"learning_rate": 1.1736481776669307e-05,
|
183 |
+
"loss": 0.6353,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 5.2,
|
188 |
+
"grad_norm": 3.6858391761779785,
|
189 |
+
"learning_rate": 1.1045284632676535e-05,
|
190 |
+
"loss": 0.4776,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 5.4,
|
195 |
+
"grad_norm": 9.160813331604004,
|
196 |
+
"learning_rate": 1.0348994967025012e-05,
|
197 |
+
"loss": 0.323,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 5.6,
|
202 |
+
"grad_norm": 7.0403313636779785,
|
203 |
+
"learning_rate": 9.651005032974994e-06,
|
204 |
+
"loss": 0.4799,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 5.8,
|
209 |
+
"grad_norm": 7.419447898864746,
|
210 |
+
"learning_rate": 8.954715367323468e-06,
|
211 |
+
"loss": 0.5816,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 6.0,
|
216 |
+
"grad_norm": 3.421180009841919,
|
217 |
+
"learning_rate": 8.263518223330698e-06,
|
218 |
+
"loss": 0.4278,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 6.2,
|
223 |
+
"grad_norm": 4.215754985809326,
|
224 |
+
"learning_rate": 7.580781044003324e-06,
|
225 |
+
"loss": 0.3721,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 6.4,
|
230 |
+
"grad_norm": 6.3047308921813965,
|
231 |
+
"learning_rate": 6.909830056250527e-06,
|
232 |
+
"loss": 0.2973,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 6.6,
|
237 |
+
"grad_norm": 14.362757682800293,
|
238 |
+
"learning_rate": 6.25393406584088e-06,
|
239 |
+
"loss": 0.2589,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 6.8,
|
244 |
+
"grad_norm": 7.351701736450195,
|
245 |
+
"learning_rate": 5.616288532109225e-06,
|
246 |
+
"loss": 0.2718,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 7.0,
|
251 |
+
"grad_norm": 8.06631851196289,
|
252 |
+
"learning_rate": 5.000000000000003e-06,
|
253 |
+
"loss": 0.3159,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 7.2,
|
258 |
+
"grad_norm": 5.070101261138916,
|
259 |
+
"learning_rate": 4.408070965292534e-06,
|
260 |
+
"loss": 0.2075,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 7.4,
|
265 |
+
"grad_norm": 7.613597869873047,
|
266 |
+
"learning_rate": 3.8433852467434175e-06,
|
267 |
+
"loss": 0.1164,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 7.6,
|
272 |
+
"grad_norm": 6.611764907836914,
|
273 |
+
"learning_rate": 3.308693936411421e-06,
|
274 |
+
"loss": 0.2217,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 7.8,
|
279 |
+
"grad_norm": 12.279210090637207,
|
280 |
+
"learning_rate": 2.8066019966134907e-06,
|
281 |
+
"loss": 0.1475,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 8.0,
|
286 |
+
"grad_norm": 14.093499183654785,
|
287 |
+
"learning_rate": 2.339555568810221e-06,
|
288 |
+
"loss": 0.2752,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 8.2,
|
293 |
+
"grad_norm": 2.3949663639068604,
|
294 |
+
"learning_rate": 1.9098300562505266e-06,
|
295 |
+
"loss": 0.1019,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 8.4,
|
300 |
+
"grad_norm": 3.969956159591675,
|
301 |
+
"learning_rate": 1.5195190384357405e-06,
|
302 |
+
"loss": 0.1754,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 8.6,
|
307 |
+
"grad_norm": 8.477439880371094,
|
308 |
+
"learning_rate": 1.1705240714107301e-06,
|
309 |
+
"loss": 0.1174,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 8.8,
|
314 |
+
"grad_norm": 2.671515464782715,
|
315 |
+
"learning_rate": 8.645454235739903e-07,
|
316 |
+
"loss": 0.1461,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 9.0,
|
321 |
+
"grad_norm": 0.29233822226524353,
|
322 |
+
"learning_rate": 6.030737921409169e-07,
|
323 |
+
"loss": 0.1105,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 9.2,
|
328 |
+
"grad_norm": 3.0615086555480957,
|
329 |
+
"learning_rate": 3.8738304061681107e-07,
|
330 |
+
"loss": 0.1009,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 9.4,
|
335 |
+
"grad_norm": 1.1887454986572266,
|
336 |
+
"learning_rate": 2.1852399266194312e-07,
|
337 |
+
"loss": 0.1134,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 9.6,
|
342 |
+
"grad_norm": 13.041033744812012,
|
343 |
+
"learning_rate": 9.731931258429638e-08,
|
344 |
+
"loss": 0.1092,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 9.8,
|
349 |
+
"grad_norm": 5.9538798332214355,
|
350 |
+
"learning_rate": 2.4359497401758026e-08,
|
351 |
+
"loss": 0.0799,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 10.0,
|
356 |
+
"grad_norm": 3.9380784034729004,
|
357 |
+
"learning_rate": 0.0,
|
358 |
+
"loss": 0.1335,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 10.0,
|
363 |
+
"step": 500,
|
364 |
+
"total_flos": 1.1283387467931648e+16,
|
365 |
+
"train_loss": 0.3623817192316055,
|
366 |
+
"train_runtime": 5832.4394,
|
367 |
+
"train_samples_per_second": 0.171,
|
368 |
+
"train_steps_per_second": 0.086
|
369 |
}
|
370 |
],
|
371 |
"logging_steps": 10,
|
372 |
+
"max_steps": 500,
|
373 |
"num_input_tokens_seen": 0,
|
374 |
+
"num_train_epochs": 10,
|
375 |
"save_steps": 1000,
|
376 |
"stateful_callbacks": {
|
377 |
"TrainerControl": {
|
|
|
385 |
"attributes": {}
|
386 |
}
|
387 |
},
|
388 |
+
"total_flos": 1.1283387467931648e+16,
|
389 |
"train_batch_size": 1,
|
390 |
"trial_name": null,
|
391 |
"trial_params": null
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91ac5c77361865dee62f3686a14dbb3f3cbb2a06b7fa1d162335e35f9298c002
|
3 |
size 5368
|