Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +208 -3
- adapter_config.json +37 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +24 -0
- chat_template.jinja +7 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +207 -0
- trainer_state.json +376 -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
CHANGED
@@ -1,3 +1,208 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-VL-3B-Instruct
|
3 |
+
library_name: peft
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- base_model:adapter:Qwen/Qwen2.5-VL-3B-Instruct
|
7 |
+
- lora
|
8 |
+
- sft
|
9 |
+
- trl
|
10 |
+
---
|
11 |
+
|
12 |
+
# Model Card for Model ID
|
13 |
+
|
14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
## Model Details
|
19 |
+
|
20 |
+
### Model Description
|
21 |
+
|
22 |
+
<!-- Provide a longer summary of what this model is. -->
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
- **Developed by:** [More Information Needed]
|
27 |
+
- **Funded by [optional]:** [More Information Needed]
|
28 |
+
- **Shared by [optional]:** [More Information Needed]
|
29 |
+
- **Model type:** [More Information Needed]
|
30 |
+
- **Language(s) (NLP):** [More Information Needed]
|
31 |
+
- **License:** [More Information Needed]
|
32 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
33 |
+
|
34 |
+
### Model Sources [optional]
|
35 |
+
|
36 |
+
<!-- Provide the basic links for the model. -->
|
37 |
+
|
38 |
+
- **Repository:** [More Information Needed]
|
39 |
+
- **Paper [optional]:** [More Information Needed]
|
40 |
+
- **Demo [optional]:** [More Information Needed]
|
41 |
+
|
42 |
+
## Uses
|
43 |
+
|
44 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
45 |
+
|
46 |
+
### Direct Use
|
47 |
+
|
48 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Downstream Use [optional]
|
53 |
+
|
54 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
### Out-of-Scope Use
|
59 |
+
|
60 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
## Bias, Risks, and Limitations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
67 |
+
|
68 |
+
[More Information Needed]
|
69 |
+
|
70 |
+
### Recommendations
|
71 |
+
|
72 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
73 |
+
|
74 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
75 |
+
|
76 |
+
## How to Get Started with the Model
|
77 |
+
|
78 |
+
Use the code below to get started with the model.
|
79 |
+
|
80 |
+
[More Information Needed]
|
81 |
+
|
82 |
+
## Training Details
|
83 |
+
|
84 |
+
### Training Data
|
85 |
+
|
86 |
+
<!-- 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. -->
|
87 |
+
|
88 |
+
[More Information Needed]
|
89 |
+
|
90 |
+
### Training Procedure
|
91 |
+
|
92 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
93 |
+
|
94 |
+
#### Preprocessing [optional]
|
95 |
+
|
96 |
+
[More Information Needed]
|
97 |
+
|
98 |
+
|
99 |
+
#### Training Hyperparameters
|
100 |
+
|
101 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
102 |
+
|
103 |
+
#### Speeds, Sizes, Times [optional]
|
104 |
+
|
105 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
106 |
+
|
107 |
+
[More Information Needed]
|
108 |
+
|
109 |
+
## Evaluation
|
110 |
+
|
111 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
112 |
+
|
113 |
+
### Testing Data, Factors & Metrics
|
114 |
+
|
115 |
+
#### Testing Data
|
116 |
+
|
117 |
+
<!-- This should link to a Dataset Card if possible. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Factors
|
122 |
+
|
123 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
#### Metrics
|
128 |
+
|
129 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
130 |
+
|
131 |
+
[More Information Needed]
|
132 |
+
|
133 |
+
### Results
|
134 |
+
|
135 |
+
[More Information Needed]
|
136 |
+
|
137 |
+
#### Summary
|
138 |
+
|
139 |
+
|
140 |
+
|
141 |
+
## Model Examination [optional]
|
142 |
+
|
143 |
+
<!-- Relevant interpretability work for the model goes here -->
|
144 |
+
|
145 |
+
[More Information Needed]
|
146 |
+
|
147 |
+
## Environmental Impact
|
148 |
+
|
149 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
150 |
+
|
151 |
+
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).
|
152 |
+
|
153 |
+
- **Hardware Type:** [More Information Needed]
|
154 |
+
- **Hours used:** [More Information Needed]
|
155 |
+
- **Cloud Provider:** [More Information Needed]
|
156 |
+
- **Compute Region:** [More Information Needed]
|
157 |
+
- **Carbon Emitted:** [More Information Needed]
|
158 |
+
|
159 |
+
## Technical Specifications [optional]
|
160 |
+
|
161 |
+
### Model Architecture and Objective
|
162 |
+
|
163 |
+
[More Information Needed]
|
164 |
+
|
165 |
+
### Compute Infrastructure
|
166 |
+
|
167 |
+
[More Information Needed]
|
168 |
+
|
169 |
+
#### Hardware
|
170 |
+
|
171 |
+
[More Information Needed]
|
172 |
+
|
173 |
+
#### Software
|
174 |
+
|
175 |
+
[More Information Needed]
|
176 |
+
|
177 |
+
## Citation [optional]
|
178 |
+
|
179 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
180 |
+
|
181 |
+
**BibTeX:**
|
182 |
+
|
183 |
+
[More Information Needed]
|
184 |
+
|
185 |
+
**APA:**
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## Glossary [optional]
|
190 |
+
|
191 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
192 |
+
|
193 |
+
[More Information Needed]
|
194 |
+
|
195 |
+
## More Information [optional]
|
196 |
+
|
197 |
+
[More Information Needed]
|
198 |
+
|
199 |
+
## Model Card Authors [optional]
|
200 |
+
|
201 |
+
[More Information Needed]
|
202 |
+
|
203 |
+
## Model Card Contact
|
204 |
+
|
205 |
+
[More Information Needed]
|
206 |
+
### Framework versions
|
207 |
+
|
208 |
+
- PEFT 0.17.0
|
adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": null,
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.05,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"qalora_group_size": 16,
|
24 |
+
"r": 8,
|
25 |
+
"rank_pattern": {},
|
26 |
+
"revision": null,
|
27 |
+
"target_modules": [
|
28 |
+
"v_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"target_parameters": null,
|
32 |
+
"task_type": "CAUSAL_LM",
|
33 |
+
"trainable_token_indices": null,
|
34 |
+
"use_dora": false,
|
35 |
+
"use_qalora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0dd17437e1a6f8e42009d455efb426908f73785303951a9d710880e1e9cd4f70
|
3 |
+
size 7396336
|
added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|box_end|>": 151649,
|
5 |
+
"<|box_start|>": 151648,
|
6 |
+
"<|endoftext|>": 151643,
|
7 |
+
"<|file_sep|>": 151664,
|
8 |
+
"<|fim_middle|>": 151660,
|
9 |
+
"<|fim_pad|>": 151662,
|
10 |
+
"<|fim_prefix|>": 151659,
|
11 |
+
"<|fim_suffix|>": 151661,
|
12 |
+
"<|im_end|>": 151645,
|
13 |
+
"<|im_start|>": 151644,
|
14 |
+
"<|image_pad|>": 151655,
|
15 |
+
"<|object_ref_end|>": 151647,
|
16 |
+
"<|object_ref_start|>": 151646,
|
17 |
+
"<|quad_end|>": 151651,
|
18 |
+
"<|quad_start|>": 151650,
|
19 |
+
"<|repo_name|>": 151663,
|
20 |
+
"<|video_pad|>": 151656,
|
21 |
+
"<|vision_end|>": 151653,
|
22 |
+
"<|vision_pad|>": 151654,
|
23 |
+
"<|vision_start|>": 151652
|
24 |
+
}
|
chat_template.jinja
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{% 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
|
2 |
+
You are a helpful assistant.<|im_end|>
|
3 |
+
{% endif %}<|im_start|>{{ message['role'] }}
|
4 |
+
{% if message['content'] is string %}{{ message['content'] }}<|im_end|>
|
5 |
+
{% 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|>
|
6 |
+
{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
|
7 |
+
{% endif %}
|
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:01d3815570d9e843c80ccf26b3d8a9a82b2ae4c9167d90abf4e3f02b6d7b993a
|
3 |
+
size 14868666
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:538895d153b0b7fa60530388758d4e21b062fdd1a2250eb7883579b715ce43de
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f86f0e0c6da5a463b023c18e9da657a3e1f176ecb68ca174094bb6423a74c41
|
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:ba0c439f7be467bf47d12a7e6f9adc6116201056fc60c67f431c679b7c16afc8
|
3 |
+
size 11422064
|
tokenizer_config.json
ADDED
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>",
|
185 |
+
"<|object_ref_start|>",
|
186 |
+
"<|object_ref_end|>",
|
187 |
+
"<|box_start|>",
|
188 |
+
"<|box_end|>",
|
189 |
+
"<|quad_start|>",
|
190 |
+
"<|quad_end|>",
|
191 |
+
"<|vision_start|>",
|
192 |
+
"<|vision_end|>",
|
193 |
+
"<|vision_pad|>",
|
194 |
+
"<|image_pad|>",
|
195 |
+
"<|video_pad|>"
|
196 |
+
],
|
197 |
+
"bos_token": null,
|
198 |
+
"clean_up_tokenization_spaces": false,
|
199 |
+
"eos_token": "<|im_end|>",
|
200 |
+
"errors": "replace",
|
201 |
+
"extra_special_tokens": {},
|
202 |
+
"model_max_length": 131072,
|
203 |
+
"pad_token": "<|endoftext|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,376 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": 180,
|
3 |
+
"best_metric": 0.9137479662895203,
|
4 |
+
"best_model_checkpoint": "/content/drive/MyDrive/tez-bildiri/qwen2.5-3b-instruct-trl-sft-mimic-cxr/checkpoint-180",
|
5 |
+
"epoch": 0.23502529786192264,
|
6 |
+
"eval_steps": 10,
|
7 |
+
"global_step": 180,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.013056960992329036,
|
14 |
+
"grad_norm": 8.122729301452637,
|
15 |
+
"learning_rate": 0.0002,
|
16 |
+
"loss": 25.0274,
|
17 |
+
"mean_token_accuracy": 0.49861262924969196,
|
18 |
+
"num_tokens": 172741.0,
|
19 |
+
"step": 10
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"epoch": 0.013056960992329036,
|
23 |
+
"eval_loss": 2.7354915142059326,
|
24 |
+
"eval_mean_token_accuracy": 0.5200360960499736,
|
25 |
+
"eval_num_tokens": 172741.0,
|
26 |
+
"eval_runtime": 583.8163,
|
27 |
+
"eval_samples_per_second": 5.247,
|
28 |
+
"eval_steps_per_second": 1.312,
|
29 |
+
"step": 10
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epoch": 0.026113921984658072,
|
33 |
+
"grad_norm": 9.37191104888916,
|
34 |
+
"learning_rate": 0.0002,
|
35 |
+
"loss": 20.059,
|
36 |
+
"mean_token_accuracy": 0.5394352838397026,
|
37 |
+
"num_tokens": 345170.0,
|
38 |
+
"step": 20
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.026113921984658072,
|
42 |
+
"eval_loss": 2.262531280517578,
|
43 |
+
"eval_mean_token_accuracy": 0.5700084223915329,
|
44 |
+
"eval_num_tokens": 345170.0,
|
45 |
+
"eval_runtime": 584.3785,
|
46 |
+
"eval_samples_per_second": 5.241,
|
47 |
+
"eval_steps_per_second": 1.311,
|
48 |
+
"step": 20
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"epoch": 0.039170882976987106,
|
52 |
+
"grad_norm": 8.885587692260742,
|
53 |
+
"learning_rate": 0.0002,
|
54 |
+
"loss": 16.4452,
|
55 |
+
"mean_token_accuracy": 0.6004979901015759,
|
56 |
+
"num_tokens": 518282.0,
|
57 |
+
"step": 30
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.039170882976987106,
|
61 |
+
"eval_loss": 1.779425859451294,
|
62 |
+
"eval_mean_token_accuracy": 0.6544274031804684,
|
63 |
+
"eval_num_tokens": 518282.0,
|
64 |
+
"eval_runtime": 584.3483,
|
65 |
+
"eval_samples_per_second": 5.242,
|
66 |
+
"eval_steps_per_second": 1.311,
|
67 |
+
"step": 30
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"epoch": 0.052227843969316144,
|
71 |
+
"grad_norm": 8.050444602966309,
|
72 |
+
"learning_rate": 0.0002,
|
73 |
+
"loss": 12.3059,
|
74 |
+
"mean_token_accuracy": 0.7168269947171211,
|
75 |
+
"num_tokens": 690414.0,
|
76 |
+
"step": 40
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 0.052227843969316144,
|
80 |
+
"eval_loss": 1.309248924255371,
|
81 |
+
"eval_mean_token_accuracy": 0.7652701906684796,
|
82 |
+
"eval_num_tokens": 690414.0,
|
83 |
+
"eval_runtime": 583.5678,
|
84 |
+
"eval_samples_per_second": 5.249,
|
85 |
+
"eval_steps_per_second": 1.313,
|
86 |
+
"step": 40
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.06528480496164518,
|
90 |
+
"grad_norm": 2.590376615524292,
|
91 |
+
"learning_rate": 0.0002,
|
92 |
+
"loss": 10.1827,
|
93 |
+
"mean_token_accuracy": 0.7656703971326351,
|
94 |
+
"num_tokens": 863569.0,
|
95 |
+
"step": 50
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"epoch": 0.06528480496164518,
|
99 |
+
"eval_loss": 1.1905678510665894,
|
100 |
+
"eval_mean_token_accuracy": 0.7744907616946467,
|
101 |
+
"eval_num_tokens": 863569.0,
|
102 |
+
"eval_runtime": 583.2888,
|
103 |
+
"eval_samples_per_second": 5.251,
|
104 |
+
"eval_steps_per_second": 1.313,
|
105 |
+
"step": 50
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.07834176595397421,
|
109 |
+
"grad_norm": 2.414226770401001,
|
110 |
+
"learning_rate": 0.0002,
|
111 |
+
"loss": 9.4839,
|
112 |
+
"mean_token_accuracy": 0.773311423510313,
|
113 |
+
"num_tokens": 1037125.0,
|
114 |
+
"step": 60
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.07834176595397421,
|
118 |
+
"eval_loss": 1.119614601135254,
|
119 |
+
"eval_mean_token_accuracy": 0.7835657717976184,
|
120 |
+
"eval_num_tokens": 1037125.0,
|
121 |
+
"eval_runtime": 584.5117,
|
122 |
+
"eval_samples_per_second": 5.24,
|
123 |
+
"eval_steps_per_second": 1.31,
|
124 |
+
"step": 60
|
125 |
+
},
|
126 |
+
{
|
127 |
+
"epoch": 0.09139872694630324,
|
128 |
+
"grad_norm": 1.8030030727386475,
|
129 |
+
"learning_rate": 0.0002,
|
130 |
+
"loss": 8.8096,
|
131 |
+
"mean_token_accuracy": 0.7858213528990745,
|
132 |
+
"num_tokens": 1209583.0,
|
133 |
+
"step": 70
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"epoch": 0.09139872694630324,
|
137 |
+
"eval_loss": 1.0682815313339233,
|
138 |
+
"eval_mean_token_accuracy": 0.7881310254568842,
|
139 |
+
"eval_num_tokens": 1209583.0,
|
140 |
+
"eval_runtime": 585.4405,
|
141 |
+
"eval_samples_per_second": 5.232,
|
142 |
+
"eval_steps_per_second": 1.308,
|
143 |
+
"step": 70
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.10445568793863229,
|
147 |
+
"grad_norm": 2.2091376781463623,
|
148 |
+
"learning_rate": 0.0002,
|
149 |
+
"loss": 8.6008,
|
150 |
+
"mean_token_accuracy": 0.7877494558691979,
|
151 |
+
"num_tokens": 1381768.0,
|
152 |
+
"step": 80
|
153 |
+
},
|
154 |
+
{
|
155 |
+
"epoch": 0.10445568793863229,
|
156 |
+
"eval_loss": 1.034247636795044,
|
157 |
+
"eval_mean_token_accuracy": 0.7920899202867214,
|
158 |
+
"eval_num_tokens": 1381768.0,
|
159 |
+
"eval_runtime": 587.3448,
|
160 |
+
"eval_samples_per_second": 5.215,
|
161 |
+
"eval_steps_per_second": 1.304,
|
162 |
+
"step": 80
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"epoch": 0.11751264893096132,
|
166 |
+
"grad_norm": 2.903419256210327,
|
167 |
+
"learning_rate": 0.0002,
|
168 |
+
"loss": 8.1348,
|
169 |
+
"mean_token_accuracy": 0.7928629629313946,
|
170 |
+
"num_tokens": 1553850.0,
|
171 |
+
"step": 90
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.11751264893096132,
|
175 |
+
"eval_loss": 1.009232759475708,
|
176 |
+
"eval_mean_token_accuracy": 0.7953966308978456,
|
177 |
+
"eval_num_tokens": 1553850.0,
|
178 |
+
"eval_runtime": 586.354,
|
179 |
+
"eval_samples_per_second": 5.224,
|
180 |
+
"eval_steps_per_second": 1.306,
|
181 |
+
"step": 90
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"epoch": 0.13056960992329036,
|
185 |
+
"grad_norm": 2.6068789958953857,
|
186 |
+
"learning_rate": 0.0002,
|
187 |
+
"loss": 8.3369,
|
188 |
+
"mean_token_accuracy": 0.790278784930706,
|
189 |
+
"num_tokens": 1727356.0,
|
190 |
+
"step": 100
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 0.13056960992329036,
|
194 |
+
"eval_loss": 0.9901596903800964,
|
195 |
+
"eval_mean_token_accuracy": 0.7973068164316233,
|
196 |
+
"eval_num_tokens": 1727356.0,
|
197 |
+
"eval_runtime": 584.3882,
|
198 |
+
"eval_samples_per_second": 5.241,
|
199 |
+
"eval_steps_per_second": 1.311,
|
200 |
+
"step": 100
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.1436265709156194,
|
204 |
+
"grad_norm": 2.7159364223480225,
|
205 |
+
"learning_rate": 0.0002,
|
206 |
+
"loss": 8.0685,
|
207 |
+
"mean_token_accuracy": 0.7934540964663028,
|
208 |
+
"num_tokens": 1900444.0,
|
209 |
+
"step": 110
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 0.1436265709156194,
|
213 |
+
"eval_loss": 0.9750204086303711,
|
214 |
+
"eval_mean_token_accuracy": 0.7992984780910433,
|
215 |
+
"eval_num_tokens": 1900444.0,
|
216 |
+
"eval_runtime": 584.7476,
|
217 |
+
"eval_samples_per_second": 5.238,
|
218 |
+
"eval_steps_per_second": 1.31,
|
219 |
+
"step": 110
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.15668353190794843,
|
223 |
+
"grad_norm": 2.747244119644165,
|
224 |
+
"learning_rate": 0.0002,
|
225 |
+
"loss": 7.7226,
|
226 |
+
"mean_token_accuracy": 0.8012088306248188,
|
227 |
+
"num_tokens": 2071987.0,
|
228 |
+
"step": 120
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.15668353190794843,
|
232 |
+
"eval_loss": 0.9617533683776855,
|
233 |
+
"eval_mean_token_accuracy": 0.8009014339733372,
|
234 |
+
"eval_num_tokens": 2071987.0,
|
235 |
+
"eval_runtime": 584.8225,
|
236 |
+
"eval_samples_per_second": 5.237,
|
237 |
+
"eval_steps_per_second": 1.31,
|
238 |
+
"step": 120
|
239 |
+
},
|
240 |
+
{
|
241 |
+
"epoch": 0.16974049290027746,
|
242 |
+
"grad_norm": 2.888685464859009,
|
243 |
+
"learning_rate": 0.0002,
|
244 |
+
"loss": 7.7642,
|
245 |
+
"mean_token_accuracy": 0.7987834617495537,
|
246 |
+
"num_tokens": 2245073.0,
|
247 |
+
"step": 130
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.16974049290027746,
|
251 |
+
"eval_loss": 0.951227605342865,
|
252 |
+
"eval_mean_token_accuracy": 0.8025058584175907,
|
253 |
+
"eval_num_tokens": 2245073.0,
|
254 |
+
"eval_runtime": 585.0529,
|
255 |
+
"eval_samples_per_second": 5.235,
|
256 |
+
"eval_steps_per_second": 1.309,
|
257 |
+
"step": 130
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 0.1827974538926065,
|
261 |
+
"grad_norm": 3.1910297870635986,
|
262 |
+
"learning_rate": 0.0002,
|
263 |
+
"loss": 7.6321,
|
264 |
+
"mean_token_accuracy": 0.8011799998581409,
|
265 |
+
"num_tokens": 2417106.0,
|
266 |
+
"step": 140
|
267 |
+
},
|
268 |
+
{
|
269 |
+
"epoch": 0.1827974538926065,
|
270 |
+
"eval_loss": 0.941814661026001,
|
271 |
+
"eval_mean_token_accuracy": 0.8037396753425697,
|
272 |
+
"eval_num_tokens": 2417106.0,
|
273 |
+
"eval_runtime": 586.384,
|
274 |
+
"eval_samples_per_second": 5.224,
|
275 |
+
"eval_steps_per_second": 1.306,
|
276 |
+
"step": 140
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.19585441488493552,
|
280 |
+
"grad_norm": 3.866354465484619,
|
281 |
+
"learning_rate": 0.0002,
|
282 |
+
"loss": 7.6023,
|
283 |
+
"mean_token_accuracy": 0.8026318639516831,
|
284 |
+
"num_tokens": 2589875.0,
|
285 |
+
"step": 150
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.19585441488493552,
|
289 |
+
"eval_loss": 0.932219922542572,
|
290 |
+
"eval_mean_token_accuracy": 0.8049114516914357,
|
291 |
+
"eval_num_tokens": 2589875.0,
|
292 |
+
"eval_runtime": 586.7629,
|
293 |
+
"eval_samples_per_second": 5.22,
|
294 |
+
"eval_steps_per_second": 1.305,
|
295 |
+
"step": 150
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"epoch": 0.20891137587726458,
|
299 |
+
"grad_norm": 3.0838913917541504,
|
300 |
+
"learning_rate": 0.0002,
|
301 |
+
"loss": 7.2869,
|
302 |
+
"mean_token_accuracy": 0.8092540368437767,
|
303 |
+
"num_tokens": 2761587.0,
|
304 |
+
"step": 160
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.20891137587726458,
|
308 |
+
"eval_loss": 0.9249224066734314,
|
309 |
+
"eval_mean_token_accuracy": 0.8061499763717851,
|
310 |
+
"eval_num_tokens": 2761587.0,
|
311 |
+
"eval_runtime": 587.3149,
|
312 |
+
"eval_samples_per_second": 5.215,
|
313 |
+
"eval_steps_per_second": 1.304,
|
314 |
+
"step": 160
|
315 |
+
},
|
316 |
+
{
|
317 |
+
"epoch": 0.2219683368695936,
|
318 |
+
"grad_norm": 3.295142889022827,
|
319 |
+
"learning_rate": 0.0002,
|
320 |
+
"loss": 7.3085,
|
321 |
+
"mean_token_accuracy": 0.8087648630142212,
|
322 |
+
"num_tokens": 2933386.0,
|
323 |
+
"step": 170
|
324 |
+
},
|
325 |
+
{
|
326 |
+
"epoch": 0.2219683368695936,
|
327 |
+
"eval_loss": 0.9189748167991638,
|
328 |
+
"eval_mean_token_accuracy": 0.807062828431864,
|
329 |
+
"eval_num_tokens": 2933386.0,
|
330 |
+
"eval_runtime": 587.1146,
|
331 |
+
"eval_samples_per_second": 5.217,
|
332 |
+
"eval_steps_per_second": 1.305,
|
333 |
+
"step": 170
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.23502529786192264,
|
337 |
+
"grad_norm": 3.147334337234497,
|
338 |
+
"learning_rate": 0.0002,
|
339 |
+
"loss": 7.5534,
|
340 |
+
"mean_token_accuracy": 0.8029283680021763,
|
341 |
+
"num_tokens": 3105920.0,
|
342 |
+
"step": 180
|
343 |
+
},
|
344 |
+
{
|
345 |
+
"epoch": 0.23502529786192264,
|
346 |
+
"eval_loss": 0.9137479662895203,
|
347 |
+
"eval_mean_token_accuracy": 0.8077044271457912,
|
348 |
+
"eval_num_tokens": 3105920.0,
|
349 |
+
"eval_runtime": 587.163,
|
350 |
+
"eval_samples_per_second": 5.217,
|
351 |
+
"eval_steps_per_second": 1.305,
|
352 |
+
"step": 180
|
353 |
+
}
|
354 |
+
],
|
355 |
+
"logging_steps": 10,
|
356 |
+
"max_steps": 2298,
|
357 |
+
"num_input_tokens_seen": 0,
|
358 |
+
"num_train_epochs": 3,
|
359 |
+
"save_steps": 20,
|
360 |
+
"stateful_callbacks": {
|
361 |
+
"TrainerControl": {
|
362 |
+
"args": {
|
363 |
+
"should_epoch_stop": false,
|
364 |
+
"should_evaluate": false,
|
365 |
+
"should_log": false,
|
366 |
+
"should_save": true,
|
367 |
+
"should_training_stop": false
|
368 |
+
},
|
369 |
+
"attributes": {}
|
370 |
+
}
|
371 |
+
},
|
372 |
+
"total_flos": 6.973832705428685e+16,
|
373 |
+
"train_batch_size": 4,
|
374 |
+
"trial_name": null,
|
375 |
+
"trial_params": null
|
376 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56fb6112ac0b7078a8e80e19d682edd0375924d7bad919108b805da17ba9308e
|
3 |
+
size 5880
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|