Upload Qwen2-VL weather satellite AdaLoRA adapter
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +11 -0
- README.md +62 -0
- adapter_config.json +38 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +16 -0
- chat_template.jinja +7 -0
- checkpoint-120/README.md +209 -0
- checkpoint-120/adapter_config.json +38 -0
- checkpoint-120/adapter_model.safetensors +3 -0
- checkpoint-120/added_tokens.json +16 -0
- checkpoint-120/chat_template.jinja +7 -0
- checkpoint-120/merges.txt +0 -0
- checkpoint-120/optimizer.pt +3 -0
- checkpoint-120/rng_state.pth +3 -0
- checkpoint-120/scheduler.pt +3 -0
- checkpoint-120/special_tokens_map.json +31 -0
- checkpoint-120/tokenizer.json +3 -0
- checkpoint-120/tokenizer_config.json +143 -0
- checkpoint-120/trainer_state.json +202 -0
- checkpoint-120/training_args.bin +3 -0
- checkpoint-120/vocab.json +0 -0
- checkpoint-160/README.md +209 -0
- checkpoint-160/adapter_config.json +38 -0
- checkpoint-160/adapter_model.safetensors +3 -0
- checkpoint-160/added_tokens.json +16 -0
- checkpoint-160/chat_template.jinja +7 -0
- checkpoint-160/merges.txt +0 -0
- checkpoint-160/optimizer.pt +3 -0
- checkpoint-160/rng_state.pth +3 -0
- checkpoint-160/scheduler.pt +3 -0
- checkpoint-160/special_tokens_map.json +31 -0
- checkpoint-160/tokenizer.json +3 -0
- checkpoint-160/tokenizer_config.json +143 -0
- checkpoint-160/trainer_state.json +258 -0
- checkpoint-160/training_args.bin +3 -0
- checkpoint-160/vocab.json +0 -0
- checkpoint-200/README.md +209 -0
- checkpoint-200/adapter_config.json +38 -0
- checkpoint-200/adapter_model.safetensors +3 -0
- checkpoint-200/added_tokens.json +16 -0
- checkpoint-200/chat_template.jinja +7 -0
- checkpoint-200/merges.txt +0 -0
- checkpoint-200/optimizer.pt +3 -0
- checkpoint-200/rng_state.pth +3 -0
- checkpoint-200/scheduler.pt +3 -0
- checkpoint-200/special_tokens_map.json +31 -0
- checkpoint-200/tokenizer.json +3 -0
- checkpoint-200/tokenizer_config.json +143 -0
- checkpoint-200/trainer_state.json +314 -0
- checkpoint-200/training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,14 @@ 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 |
+
checkpoint-120/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
checkpoint-160/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
38 |
+
checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
39 |
+
checkpoint-240/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
40 |
+
checkpoint-280/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
41 |
+
checkpoint-320/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
42 |
+
checkpoint-360/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
43 |
+
checkpoint-392/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
44 |
+
checkpoint-40/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
45 |
+
checkpoint-80/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
46 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2-VL-7B-Instruct
|
3 |
+
library_name: peft
|
4 |
+
model_name: adalora_weather_model
|
5 |
+
tags:
|
6 |
+
- base_model:adapter:Qwen/Qwen2-VL-7B-Instruct
|
7 |
+
- lora
|
8 |
+
- sft
|
9 |
+
- transformers
|
10 |
+
- trl
|
11 |
+
licence: license
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
---
|
14 |
+
|
15 |
+
# Model Card for adalora_weather_model
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [Qwen/Qwen2-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct).
|
18 |
+
It has been trained using [TRL](https://github.com/huggingface/trl).
|
19 |
+
|
20 |
+
## Quick start
|
21 |
+
|
22 |
+
```python
|
23 |
+
from transformers import pipeline
|
24 |
+
|
25 |
+
question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
|
26 |
+
generator = pipeline("text-generation", model="None", device="cuda")
|
27 |
+
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
28 |
+
print(output["generated_text"])
|
29 |
+
```
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/azdinsahir11-university-mohamed-v/qwen2vl-adalora-weather/runs/6q7w54jc)
|
34 |
+
|
35 |
+
|
36 |
+
This model was trained with SFT.
|
37 |
+
|
38 |
+
### Framework versions
|
39 |
+
|
40 |
+
- PEFT 0.16.0
|
41 |
+
- TRL: 0.19.1
|
42 |
+
- Transformers: 4.53.2
|
43 |
+
- Pytorch: 2.6.0+cu124
|
44 |
+
- Datasets: 4.0.0
|
45 |
+
- Tokenizers: 0.21.2
|
46 |
+
|
47 |
+
## Citations
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
Cite TRL as:
|
52 |
+
|
53 |
+
```bibtex
|
54 |
+
@misc{vonwerra2022trl,
|
55 |
+
title = {{TRL: Transformer Reinforcement Learning}},
|
56 |
+
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
|
57 |
+
year = 2020,
|
58 |
+
journal = {GitHub repository},
|
59 |
+
publisher = {GitHub},
|
60 |
+
howpublished = {\url{https://github.com/huggingface/trl}}
|
61 |
+
}
|
62 |
+
```
|
adapter_config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-7B-Instruct",
|
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": 24,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.1,
|
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": 12,
|
25 |
+
"rank_pattern": {},
|
26 |
+
"revision": null,
|
27 |
+
"target_modules": [
|
28 |
+
"v_proj",
|
29 |
+
"k_proj",
|
30 |
+
"o_proj",
|
31 |
+
"q_proj"
|
32 |
+
],
|
33 |
+
"task_type": "CAUSAL_LM",
|
34 |
+
"trainable_token_indices": null,
|
35 |
+
"use_dora": false,
|
36 |
+
"use_qalora": false,
|
37 |
+
"use_rslora": false
|
38 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dcab183f9a9603d3cc21b369b2058993b02b28454ed14ad28f2309c884bbf58
|
3 |
+
size 30310976
|
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 |
+
}
|
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 %}
|
checkpoint-120/README.md
ADDED
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2-VL-7B-Instruct
|
3 |
+
library_name: peft
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- base_model:adapter:Qwen/Qwen2-VL-7B-Instruct
|
7 |
+
- lora
|
8 |
+
- sft
|
9 |
+
- transformers
|
10 |
+
- trl
|
11 |
+
---
|
12 |
+
|
13 |
+
# Model Card for Model ID
|
14 |
+
|
15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
## Model Details
|
20 |
+
|
21 |
+
### Model Description
|
22 |
+
|
23 |
+
<!-- Provide a longer summary of what this model is. -->
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
- **Developed by:** [More Information Needed]
|
28 |
+
- **Funded by [optional]:** [More Information Needed]
|
29 |
+
- **Shared by [optional]:** [More Information Needed]
|
30 |
+
- **Model type:** [More Information Needed]
|
31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
32 |
+
- **License:** [More Information Needed]
|
33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
34 |
+
|
35 |
+
### Model Sources [optional]
|
36 |
+
|
37 |
+
<!-- Provide the basic links for the model. -->
|
38 |
+
|
39 |
+
- **Repository:** [More Information Needed]
|
40 |
+
- **Paper [optional]:** [More Information Needed]
|
41 |
+
- **Demo [optional]:** [More Information Needed]
|
42 |
+
|
43 |
+
## Uses
|
44 |
+
|
45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
46 |
+
|
47 |
+
### Direct Use
|
48 |
+
|
49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
50 |
+
|
51 |
+
[More Information Needed]
|
52 |
+
|
53 |
+
### Downstream Use [optional]
|
54 |
+
|
55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
56 |
+
|
57 |
+
[More Information Needed]
|
58 |
+
|
59 |
+
### Out-of-Scope Use
|
60 |
+
|
61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
62 |
+
|
63 |
+
[More Information Needed]
|
64 |
+
|
65 |
+
## Bias, Risks, and Limitations
|
66 |
+
|
67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
68 |
+
|
69 |
+
[More Information Needed]
|
70 |
+
|
71 |
+
### Recommendations
|
72 |
+
|
73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
74 |
+
|
75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
76 |
+
|
77 |
+
## How to Get Started with the Model
|
78 |
+
|
79 |
+
Use the code below to get started with the model.
|
80 |
+
|
81 |
+
[More Information Needed]
|
82 |
+
|
83 |
+
## Training Details
|
84 |
+
|
85 |
+
### Training Data
|
86 |
+
|
87 |
+
<!-- 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. -->
|
88 |
+
|
89 |
+
[More Information Needed]
|
90 |
+
|
91 |
+
### Training Procedure
|
92 |
+
|
93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
94 |
+
|
95 |
+
#### Preprocessing [optional]
|
96 |
+
|
97 |
+
[More Information Needed]
|
98 |
+
|
99 |
+
|
100 |
+
#### Training Hyperparameters
|
101 |
+
|
102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
103 |
+
|
104 |
+
#### Speeds, Sizes, Times [optional]
|
105 |
+
|
106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
107 |
+
|
108 |
+
[More Information Needed]
|
109 |
+
|
110 |
+
## Evaluation
|
111 |
+
|
112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
113 |
+
|
114 |
+
### Testing Data, Factors & Metrics
|
115 |
+
|
116 |
+
#### Testing Data
|
117 |
+
|
118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
119 |
+
|
120 |
+
[More Information Needed]
|
121 |
+
|
122 |
+
#### Factors
|
123 |
+
|
124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
125 |
+
|
126 |
+
[More Information Needed]
|
127 |
+
|
128 |
+
#### Metrics
|
129 |
+
|
130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
131 |
+
|
132 |
+
[More Information Needed]
|
133 |
+
|
134 |
+
### Results
|
135 |
+
|
136 |
+
[More Information Needed]
|
137 |
+
|
138 |
+
#### Summary
|
139 |
+
|
140 |
+
|
141 |
+
|
142 |
+
## Model Examination [optional]
|
143 |
+
|
144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
145 |
+
|
146 |
+
[More Information Needed]
|
147 |
+
|
148 |
+
## Environmental Impact
|
149 |
+
|
150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
151 |
+
|
152 |
+
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).
|
153 |
+
|
154 |
+
- **Hardware Type:** [More Information Needed]
|
155 |
+
- **Hours used:** [More Information Needed]
|
156 |
+
- **Cloud Provider:** [More Information Needed]
|
157 |
+
- **Compute Region:** [More Information Needed]
|
158 |
+
- **Carbon Emitted:** [More Information Needed]
|
159 |
+
|
160 |
+
## Technical Specifications [optional]
|
161 |
+
|
162 |
+
### Model Architecture and Objective
|
163 |
+
|
164 |
+
[More Information Needed]
|
165 |
+
|
166 |
+
### Compute Infrastructure
|
167 |
+
|
168 |
+
[More Information Needed]
|
169 |
+
|
170 |
+
#### Hardware
|
171 |
+
|
172 |
+
[More Information Needed]
|
173 |
+
|
174 |
+
#### Software
|
175 |
+
|
176 |
+
[More Information Needed]
|
177 |
+
|
178 |
+
## Citation [optional]
|
179 |
+
|
180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
181 |
+
|
182 |
+
**BibTeX:**
|
183 |
+
|
184 |
+
[More Information Needed]
|
185 |
+
|
186 |
+
**APA:**
|
187 |
+
|
188 |
+
[More Information Needed]
|
189 |
+
|
190 |
+
## Glossary [optional]
|
191 |
+
|
192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
193 |
+
|
194 |
+
[More Information Needed]
|
195 |
+
|
196 |
+
## More Information [optional]
|
197 |
+
|
198 |
+
[More Information Needed]
|
199 |
+
|
200 |
+
## Model Card Authors [optional]
|
201 |
+
|
202 |
+
[More Information Needed]
|
203 |
+
|
204 |
+
## Model Card Contact
|
205 |
+
|
206 |
+
[More Information Needed]
|
207 |
+
### Framework versions
|
208 |
+
|
209 |
+
- PEFT 0.16.0
|
checkpoint-120/adapter_config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-7B-Instruct",
|
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": 24,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.1,
|
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": 12,
|
25 |
+
"rank_pattern": {},
|
26 |
+
"revision": null,
|
27 |
+
"target_modules": [
|
28 |
+
"v_proj",
|
29 |
+
"k_proj",
|
30 |
+
"o_proj",
|
31 |
+
"q_proj"
|
32 |
+
],
|
33 |
+
"task_type": "CAUSAL_LM",
|
34 |
+
"trainable_token_indices": null,
|
35 |
+
"use_dora": false,
|
36 |
+
"use_qalora": false,
|
37 |
+
"use_rslora": false
|
38 |
+
}
|
checkpoint-120/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5b6fac98fc971c2c6b22d9b68222a1fb75595051451c06ae6688b98264080c9
|
3 |
+
size 30310976
|
checkpoint-120/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-120/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 %}
|
checkpoint-120/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-120/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf9bbd69f2fd2466f04760490900de0a929e09714c9f6501029d6e85ae59cc96
|
3 |
+
size 60743290
|
checkpoint-120/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5c0756aedd487492bad1b35d43af521df515858b7c745fc7d6d1a0d10e46966
|
3 |
+
size 14244
|
checkpoint-120/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fade00f111acdd833f7b0d851d6af49db2dd6691910453c9ee7b286f7574ebc4
|
3 |
+
size 1064
|
checkpoint-120/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-120/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88a3a6fcb80132f76da8aa40cdc3fccd7e5d8468ef15421f5b0c2715e85217d2
|
3 |
+
size 11420538
|
checkpoint-120/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 |
+
"clean_up_tokenization_spaces": false,
|
134 |
+
"eos_token": "<|im_end|>",
|
135 |
+
"errors": "replace",
|
136 |
+
"extra_special_tokens": {},
|
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 |
+
}
|
checkpoint-120/trainer_state.json
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": 120,
|
3 |
+
"best_metric": 0.2297067493200302,
|
4 |
+
"best_model_checkpoint": "./adalora_weather_model/checkpoint-120",
|
5 |
+
"epoch": 1.2262210796915167,
|
6 |
+
"eval_steps": 20,
|
7 |
+
"global_step": 120,
|
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.10282776349614396,
|
14 |
+
"grad_norm": 3.2930359840393066,
|
15 |
+
"learning_rate": 6.75e-05,
|
16 |
+
"loss": 16.7516,
|
17 |
+
"mean_token_accuracy": 0.5331788018345833,
|
18 |
+
"num_tokens": 171254.0,
|
19 |
+
"step": 10
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"epoch": 0.20565552699228792,
|
23 |
+
"grad_norm": 5.34633731842041,
|
24 |
+
"learning_rate": 0.0001425,
|
25 |
+
"loss": 14.2345,
|
26 |
+
"mean_token_accuracy": 0.5723872803151607,
|
27 |
+
"num_tokens": 342816.0,
|
28 |
+
"step": 20
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"epoch": 0.20565552699228792,
|
32 |
+
"eval_loss": 1.4267879724502563,
|
33 |
+
"eval_mean_token_accuracy": 0.6206505249708126,
|
34 |
+
"eval_num_tokens": 342816.0,
|
35 |
+
"eval_runtime": 103.2151,
|
36 |
+
"eval_samples_per_second": 1.889,
|
37 |
+
"eval_steps_per_second": 1.889,
|
38 |
+
"step": 20
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.30848329048843187,
|
42 |
+
"grad_norm": 8.451922416687012,
|
43 |
+
"learning_rate": 0.00021749999999999997,
|
44 |
+
"loss": 8.4633,
|
45 |
+
"mean_token_accuracy": 0.7056376278400421,
|
46 |
+
"num_tokens": 514067.0,
|
47 |
+
"step": 30
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 0.41131105398457585,
|
51 |
+
"grad_norm": 3.2435312271118164,
|
52 |
+
"learning_rate": 0.00029249999999999995,
|
53 |
+
"loss": 3.6174,
|
54 |
+
"mean_token_accuracy": 0.8711350880563259,
|
55 |
+
"num_tokens": 685570.0,
|
56 |
+
"step": 40
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 0.41131105398457585,
|
60 |
+
"eval_loss": 0.34826213121414185,
|
61 |
+
"eval_mean_token_accuracy": 0.8939384683584556,
|
62 |
+
"eval_num_tokens": 685570.0,
|
63 |
+
"eval_runtime": 103.283,
|
64 |
+
"eval_samples_per_second": 1.888,
|
65 |
+
"eval_steps_per_second": 1.888,
|
66 |
+
"step": 40
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.5141388174807198,
|
70 |
+
"grad_norm": 3.4071648120880127,
|
71 |
+
"learning_rate": 0.0002995163544683256,
|
72 |
+
"loss": 2.9181,
|
73 |
+
"mean_token_accuracy": 0.8942699111998081,
|
74 |
+
"num_tokens": 856740.0,
|
75 |
+
"step": 50
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.6169665809768637,
|
79 |
+
"grad_norm": 2.6412267684936523,
|
80 |
+
"learning_rate": 0.00029784849709745616,
|
81 |
+
"loss": 2.638,
|
82 |
+
"mean_token_accuracy": 0.9004527874290943,
|
83 |
+
"num_tokens": 1028000.0,
|
84 |
+
"step": 60
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.6169665809768637,
|
88 |
+
"eval_loss": 0.29210129380226135,
|
89 |
+
"eval_mean_token_accuracy": 0.9071287249907469,
|
90 |
+
"eval_num_tokens": 1028000.0,
|
91 |
+
"eval_runtime": 103.2512,
|
92 |
+
"eval_samples_per_second": 1.889,
|
93 |
+
"eval_steps_per_second": 1.889,
|
94 |
+
"step": 60
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.7197943444730077,
|
98 |
+
"grad_norm": 10.460367202758789,
|
99 |
+
"learning_rate": 0.0002950037303267096,
|
100 |
+
"loss": 2.2428,
|
101 |
+
"mean_token_accuracy": 0.9117808744311333,
|
102 |
+
"num_tokens": 1199650.0,
|
103 |
+
"step": 70
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 0.8226221079691517,
|
107 |
+
"grad_norm": 5.442368984222412,
|
108 |
+
"learning_rate": 0.0002910046991800035,
|
109 |
+
"loss": 2.0227,
|
110 |
+
"mean_token_accuracy": 0.9168093383312226,
|
111 |
+
"num_tokens": 1370524.0,
|
112 |
+
"step": 80
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"epoch": 0.8226221079691517,
|
116 |
+
"eval_loss": 0.2537098526954651,
|
117 |
+
"eval_mean_token_accuracy": 0.9172265719144772,
|
118 |
+
"eval_num_tokens": 1370524.0,
|
119 |
+
"eval_runtime": 103.2432,
|
120 |
+
"eval_samples_per_second": 1.889,
|
121 |
+
"eval_steps_per_second": 1.889,
|
122 |
+
"step": 80
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.9254498714652957,
|
126 |
+
"grad_norm": 2.3143043518066406,
|
127 |
+
"learning_rate": 0.00028588323690176954,
|
128 |
+
"loss": 1.9486,
|
129 |
+
"mean_token_accuracy": 0.9203169830143452,
|
130 |
+
"num_tokens": 1542159.0,
|
131 |
+
"step": 90
|
132 |
+
},
|
133 |
+
{
|
134 |
+
"epoch": 1.0205655526992288,
|
135 |
+
"grad_norm": 2.387840986251831,
|
136 |
+
"learning_rate": 0.0002796801115567139,
|
137 |
+
"loss": 1.7171,
|
138 |
+
"mean_token_accuracy": 0.9238405316262632,
|
139 |
+
"num_tokens": 1700574.0,
|
140 |
+
"step": 100
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"epoch": 1.0205655526992288,
|
144 |
+
"eval_loss": 0.237007275223732,
|
145 |
+
"eval_mean_token_accuracy": 0.9215406671548501,
|
146 |
+
"eval_num_tokens": 1700574.0,
|
147 |
+
"eval_runtime": 102.9604,
|
148 |
+
"eval_samples_per_second": 1.894,
|
149 |
+
"eval_steps_per_second": 1.894,
|
150 |
+
"step": 100
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 1.1233933161953726,
|
154 |
+
"grad_norm": 2.3169972896575928,
|
155 |
+
"learning_rate": 0.0002724447015062708,
|
156 |
+
"loss": 1.7776,
|
157 |
+
"mean_token_accuracy": 0.925829317420721,
|
158 |
+
"num_tokens": 1871783.0,
|
159 |
+
"step": 110
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 1.2262210796915167,
|
163 |
+
"grad_norm": 2.366626262664795,
|
164 |
+
"learning_rate": 0.0002642346023450357,
|
165 |
+
"loss": 1.7638,
|
166 |
+
"mean_token_accuracy": 0.9251113034784794,
|
167 |
+
"num_tokens": 2043203.0,
|
168 |
+
"step": 120
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"epoch": 1.2262210796915167,
|
172 |
+
"eval_loss": 0.2297067493200302,
|
173 |
+
"eval_mean_token_accuracy": 0.9240646191132375,
|
174 |
+
"eval_num_tokens": 2043203.0,
|
175 |
+
"eval_runtime": 103.0662,
|
176 |
+
"eval_samples_per_second": 1.892,
|
177 |
+
"eval_steps_per_second": 1.892,
|
178 |
+
"step": 120
|
179 |
+
}
|
180 |
+
],
|
181 |
+
"logging_steps": 10,
|
182 |
+
"max_steps": 392,
|
183 |
+
"num_input_tokens_seen": 0,
|
184 |
+
"num_train_epochs": 4,
|
185 |
+
"save_steps": 40,
|
186 |
+
"stateful_callbacks": {
|
187 |
+
"TrainerControl": {
|
188 |
+
"args": {
|
189 |
+
"should_epoch_stop": false,
|
190 |
+
"should_evaluate": false,
|
191 |
+
"should_log": false,
|
192 |
+
"should_save": true,
|
193 |
+
"should_training_stop": false
|
194 |
+
},
|
195 |
+
"attributes": {}
|
196 |
+
}
|
197 |
+
},
|
198 |
+
"total_flos": 9.505733457741926e+16,
|
199 |
+
"train_batch_size": 1,
|
200 |
+
"trial_name": null,
|
201 |
+
"trial_params": null
|
202 |
+
}
|
checkpoint-120/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05ef167df2c1b603606608ab0230b213acbe27e0c1433603800a4bb1e7d7f687
|
3 |
+
size 5752
|
checkpoint-120/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-160/README.md
ADDED
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2-VL-7B-Instruct
|
3 |
+
library_name: peft
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- base_model:adapter:Qwen/Qwen2-VL-7B-Instruct
|
7 |
+
- lora
|
8 |
+
- sft
|
9 |
+
- transformers
|
10 |
+
- trl
|
11 |
+
---
|
12 |
+
|
13 |
+
# Model Card for Model ID
|
14 |
+
|
15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
## Model Details
|
20 |
+
|
21 |
+
### Model Description
|
22 |
+
|
23 |
+
<!-- Provide a longer summary of what this model is. -->
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
- **Developed by:** [More Information Needed]
|
28 |
+
- **Funded by [optional]:** [More Information Needed]
|
29 |
+
- **Shared by [optional]:** [More Information Needed]
|
30 |
+
- **Model type:** [More Information Needed]
|
31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
32 |
+
- **License:** [More Information Needed]
|
33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
34 |
+
|
35 |
+
### Model Sources [optional]
|
36 |
+
|
37 |
+
<!-- Provide the basic links for the model. -->
|
38 |
+
|
39 |
+
- **Repository:** [More Information Needed]
|
40 |
+
- **Paper [optional]:** [More Information Needed]
|
41 |
+
- **Demo [optional]:** [More Information Needed]
|
42 |
+
|
43 |
+
## Uses
|
44 |
+
|
45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
46 |
+
|
47 |
+
### Direct Use
|
48 |
+
|
49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
50 |
+
|
51 |
+
[More Information Needed]
|
52 |
+
|
53 |
+
### Downstream Use [optional]
|
54 |
+
|
55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
56 |
+
|
57 |
+
[More Information Needed]
|
58 |
+
|
59 |
+
### Out-of-Scope Use
|
60 |
+
|
61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
62 |
+
|
63 |
+
[More Information Needed]
|
64 |
+
|
65 |
+
## Bias, Risks, and Limitations
|
66 |
+
|
67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
68 |
+
|
69 |
+
[More Information Needed]
|
70 |
+
|
71 |
+
### Recommendations
|
72 |
+
|
73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
74 |
+
|
75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
76 |
+
|
77 |
+
## How to Get Started with the Model
|
78 |
+
|
79 |
+
Use the code below to get started with the model.
|
80 |
+
|
81 |
+
[More Information Needed]
|
82 |
+
|
83 |
+
## Training Details
|
84 |
+
|
85 |
+
### Training Data
|
86 |
+
|
87 |
+
<!-- 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. -->
|
88 |
+
|
89 |
+
[More Information Needed]
|
90 |
+
|
91 |
+
### Training Procedure
|
92 |
+
|
93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
94 |
+
|
95 |
+
#### Preprocessing [optional]
|
96 |
+
|
97 |
+
[More Information Needed]
|
98 |
+
|
99 |
+
|
100 |
+
#### Training Hyperparameters
|
101 |
+
|
102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
103 |
+
|
104 |
+
#### Speeds, Sizes, Times [optional]
|
105 |
+
|
106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
107 |
+
|
108 |
+
[More Information Needed]
|
109 |
+
|
110 |
+
## Evaluation
|
111 |
+
|
112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
113 |
+
|
114 |
+
### Testing Data, Factors & Metrics
|
115 |
+
|
116 |
+
#### Testing Data
|
117 |
+
|
118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
119 |
+
|
120 |
+
[More Information Needed]
|
121 |
+
|
122 |
+
#### Factors
|
123 |
+
|
124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
125 |
+
|
126 |
+
[More Information Needed]
|
127 |
+
|
128 |
+
#### Metrics
|
129 |
+
|
130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
131 |
+
|
132 |
+
[More Information Needed]
|
133 |
+
|
134 |
+
### Results
|
135 |
+
|
136 |
+
[More Information Needed]
|
137 |
+
|
138 |
+
#### Summary
|
139 |
+
|
140 |
+
|
141 |
+
|
142 |
+
## Model Examination [optional]
|
143 |
+
|
144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
145 |
+
|
146 |
+
[More Information Needed]
|
147 |
+
|
148 |
+
## Environmental Impact
|
149 |
+
|
150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
151 |
+
|
152 |
+
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).
|
153 |
+
|
154 |
+
- **Hardware Type:** [More Information Needed]
|
155 |
+
- **Hours used:** [More Information Needed]
|
156 |
+
- **Cloud Provider:** [More Information Needed]
|
157 |
+
- **Compute Region:** [More Information Needed]
|
158 |
+
- **Carbon Emitted:** [More Information Needed]
|
159 |
+
|
160 |
+
## Technical Specifications [optional]
|
161 |
+
|
162 |
+
### Model Architecture and Objective
|
163 |
+
|
164 |
+
[More Information Needed]
|
165 |
+
|
166 |
+
### Compute Infrastructure
|
167 |
+
|
168 |
+
[More Information Needed]
|
169 |
+
|
170 |
+
#### Hardware
|
171 |
+
|
172 |
+
[More Information Needed]
|
173 |
+
|
174 |
+
#### Software
|
175 |
+
|
176 |
+
[More Information Needed]
|
177 |
+
|
178 |
+
## Citation [optional]
|
179 |
+
|
180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
181 |
+
|
182 |
+
**BibTeX:**
|
183 |
+
|
184 |
+
[More Information Needed]
|
185 |
+
|
186 |
+
**APA:**
|
187 |
+
|
188 |
+
[More Information Needed]
|
189 |
+
|
190 |
+
## Glossary [optional]
|
191 |
+
|
192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
193 |
+
|
194 |
+
[More Information Needed]
|
195 |
+
|
196 |
+
## More Information [optional]
|
197 |
+
|
198 |
+
[More Information Needed]
|
199 |
+
|
200 |
+
## Model Card Authors [optional]
|
201 |
+
|
202 |
+
[More Information Needed]
|
203 |
+
|
204 |
+
## Model Card Contact
|
205 |
+
|
206 |
+
[More Information Needed]
|
207 |
+
### Framework versions
|
208 |
+
|
209 |
+
- PEFT 0.16.0
|
checkpoint-160/adapter_config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-7B-Instruct",
|
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": 24,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.1,
|
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": 12,
|
25 |
+
"rank_pattern": {},
|
26 |
+
"revision": null,
|
27 |
+
"target_modules": [
|
28 |
+
"v_proj",
|
29 |
+
"k_proj",
|
30 |
+
"o_proj",
|
31 |
+
"q_proj"
|
32 |
+
],
|
33 |
+
"task_type": "CAUSAL_LM",
|
34 |
+
"trainable_token_indices": null,
|
35 |
+
"use_dora": false,
|
36 |
+
"use_qalora": false,
|
37 |
+
"use_rslora": false
|
38 |
+
}
|
checkpoint-160/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43200de8ef24785e0daa8e76a30866639c95489a27cf7991b36a3ea5051c5c5e
|
3 |
+
size 30310976
|
checkpoint-160/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-160/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 %}
|
checkpoint-160/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-160/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2c9c6fcc0d93ed94cc95dbe6ee2fb73184e2eff3acdf3d35a10c76c7fb2de12
|
3 |
+
size 60743290
|
checkpoint-160/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85d817ecfe2a411deb1f606ac81facbdf5c0b59545ea5c76e24c4d2933747348
|
3 |
+
size 14244
|
checkpoint-160/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4078e2a7c02601d5e0eeb618902a971f3d69ca4bff8d896454ff2d0d00f255c8
|
3 |
+
size 1064
|
checkpoint-160/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-160/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88a3a6fcb80132f76da8aa40cdc3fccd7e5d8468ef15421f5b0c2715e85217d2
|
3 |
+
size 11420538
|
checkpoint-160/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 |
+
"clean_up_tokenization_spaces": false,
|
134 |
+
"eos_token": "<|im_end|>",
|
135 |
+
"errors": "replace",
|
136 |
+
"extra_special_tokens": {},
|
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 |
+
}
|
checkpoint-160/trainer_state.json
ADDED
@@ -0,0 +1,258 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": 160,
|
3 |
+
"best_metric": 0.21823178231716156,
|
4 |
+
"best_model_checkpoint": "./adalora_weather_model/checkpoint-160",
|
5 |
+
"epoch": 1.6375321336760926,
|
6 |
+
"eval_steps": 20,
|
7 |
+
"global_step": 160,
|
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.10282776349614396,
|
14 |
+
"grad_norm": 3.2930359840393066,
|
15 |
+
"learning_rate": 6.75e-05,
|
16 |
+
"loss": 16.7516,
|
17 |
+
"mean_token_accuracy": 0.5331788018345833,
|
18 |
+
"num_tokens": 171254.0,
|
19 |
+
"step": 10
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"epoch": 0.20565552699228792,
|
23 |
+
"grad_norm": 5.34633731842041,
|
24 |
+
"learning_rate": 0.0001425,
|
25 |
+
"loss": 14.2345,
|
26 |
+
"mean_token_accuracy": 0.5723872803151607,
|
27 |
+
"num_tokens": 342816.0,
|
28 |
+
"step": 20
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"epoch": 0.20565552699228792,
|
32 |
+
"eval_loss": 1.4267879724502563,
|
33 |
+
"eval_mean_token_accuracy": 0.6206505249708126,
|
34 |
+
"eval_num_tokens": 342816.0,
|
35 |
+
"eval_runtime": 103.2151,
|
36 |
+
"eval_samples_per_second": 1.889,
|
37 |
+
"eval_steps_per_second": 1.889,
|
38 |
+
"step": 20
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.30848329048843187,
|
42 |
+
"grad_norm": 8.451922416687012,
|
43 |
+
"learning_rate": 0.00021749999999999997,
|
44 |
+
"loss": 8.4633,
|
45 |
+
"mean_token_accuracy": 0.7056376278400421,
|
46 |
+
"num_tokens": 514067.0,
|
47 |
+
"step": 30
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 0.41131105398457585,
|
51 |
+
"grad_norm": 3.2435312271118164,
|
52 |
+
"learning_rate": 0.00029249999999999995,
|
53 |
+
"loss": 3.6174,
|
54 |
+
"mean_token_accuracy": 0.8711350880563259,
|
55 |
+
"num_tokens": 685570.0,
|
56 |
+
"step": 40
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 0.41131105398457585,
|
60 |
+
"eval_loss": 0.34826213121414185,
|
61 |
+
"eval_mean_token_accuracy": 0.8939384683584556,
|
62 |
+
"eval_num_tokens": 685570.0,
|
63 |
+
"eval_runtime": 103.283,
|
64 |
+
"eval_samples_per_second": 1.888,
|
65 |
+
"eval_steps_per_second": 1.888,
|
66 |
+
"step": 40
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.5141388174807198,
|
70 |
+
"grad_norm": 3.4071648120880127,
|
71 |
+
"learning_rate": 0.0002995163544683256,
|
72 |
+
"loss": 2.9181,
|
73 |
+
"mean_token_accuracy": 0.8942699111998081,
|
74 |
+
"num_tokens": 856740.0,
|
75 |
+
"step": 50
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.6169665809768637,
|
79 |
+
"grad_norm": 2.6412267684936523,
|
80 |
+
"learning_rate": 0.00029784849709745616,
|
81 |
+
"loss": 2.638,
|
82 |
+
"mean_token_accuracy": 0.9004527874290943,
|
83 |
+
"num_tokens": 1028000.0,
|
84 |
+
"step": 60
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.6169665809768637,
|
88 |
+
"eval_loss": 0.29210129380226135,
|
89 |
+
"eval_mean_token_accuracy": 0.9071287249907469,
|
90 |
+
"eval_num_tokens": 1028000.0,
|
91 |
+
"eval_runtime": 103.2512,
|
92 |
+
"eval_samples_per_second": 1.889,
|
93 |
+
"eval_steps_per_second": 1.889,
|
94 |
+
"step": 60
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.7197943444730077,
|
98 |
+
"grad_norm": 10.460367202758789,
|
99 |
+
"learning_rate": 0.0002950037303267096,
|
100 |
+
"loss": 2.2428,
|
101 |
+
"mean_token_accuracy": 0.9117808744311333,
|
102 |
+
"num_tokens": 1199650.0,
|
103 |
+
"step": 70
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 0.8226221079691517,
|
107 |
+
"grad_norm": 5.442368984222412,
|
108 |
+
"learning_rate": 0.0002910046991800035,
|
109 |
+
"loss": 2.0227,
|
110 |
+
"mean_token_accuracy": 0.9168093383312226,
|
111 |
+
"num_tokens": 1370524.0,
|
112 |
+
"step": 80
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"epoch": 0.8226221079691517,
|
116 |
+
"eval_loss": 0.2537098526954651,
|
117 |
+
"eval_mean_token_accuracy": 0.9172265719144772,
|
118 |
+
"eval_num_tokens": 1370524.0,
|
119 |
+
"eval_runtime": 103.2432,
|
120 |
+
"eval_samples_per_second": 1.889,
|
121 |
+
"eval_steps_per_second": 1.889,
|
122 |
+
"step": 80
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.9254498714652957,
|
126 |
+
"grad_norm": 2.3143043518066406,
|
127 |
+
"learning_rate": 0.00028588323690176954,
|
128 |
+
"loss": 1.9486,
|
129 |
+
"mean_token_accuracy": 0.9203169830143452,
|
130 |
+
"num_tokens": 1542159.0,
|
131 |
+
"step": 90
|
132 |
+
},
|
133 |
+
{
|
134 |
+
"epoch": 1.0205655526992288,
|
135 |
+
"grad_norm": 2.387840986251831,
|
136 |
+
"learning_rate": 0.0002796801115567139,
|
137 |
+
"loss": 1.7171,
|
138 |
+
"mean_token_accuracy": 0.9238405316262632,
|
139 |
+
"num_tokens": 1700574.0,
|
140 |
+
"step": 100
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"epoch": 1.0205655526992288,
|
144 |
+
"eval_loss": 0.237007275223732,
|
145 |
+
"eval_mean_token_accuracy": 0.9215406671548501,
|
146 |
+
"eval_num_tokens": 1700574.0,
|
147 |
+
"eval_runtime": 102.9604,
|
148 |
+
"eval_samples_per_second": 1.894,
|
149 |
+
"eval_steps_per_second": 1.894,
|
150 |
+
"step": 100
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 1.1233933161953726,
|
154 |
+
"grad_norm": 2.3169972896575928,
|
155 |
+
"learning_rate": 0.0002724447015062708,
|
156 |
+
"loss": 1.7776,
|
157 |
+
"mean_token_accuracy": 0.925829317420721,
|
158 |
+
"num_tokens": 1871783.0,
|
159 |
+
"step": 110
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 1.2262210796915167,
|
163 |
+
"grad_norm": 2.366626262664795,
|
164 |
+
"learning_rate": 0.0002642346023450357,
|
165 |
+
"loss": 1.7638,
|
166 |
+
"mean_token_accuracy": 0.9251113034784794,
|
167 |
+
"num_tokens": 2043203.0,
|
168 |
+
"step": 120
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"epoch": 1.2262210796915167,
|
172 |
+
"eval_loss": 0.2297067493200302,
|
173 |
+
"eval_mean_token_accuracy": 0.9240646191132375,
|
174 |
+
"eval_num_tokens": 2043203.0,
|
175 |
+
"eval_runtime": 103.0662,
|
176 |
+
"eval_samples_per_second": 1.892,
|
177 |
+
"eval_steps_per_second": 1.892,
|
178 |
+
"step": 120
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 1.3290488431876606,
|
182 |
+
"grad_norm": 2.324875593185425,
|
183 |
+
"learning_rate": 0.0002551151684260553,
|
184 |
+
"loss": 1.7129,
|
185 |
+
"mean_token_accuracy": 0.9276402719318867,
|
186 |
+
"num_tokens": 2214867.0,
|
187 |
+
"step": 130
|
188 |
+
},
|
189 |
+
{
|
190 |
+
"epoch": 1.4318766066838047,
|
191 |
+
"grad_norm": 2.4916014671325684,
|
192 |
+
"learning_rate": 0.0002451589926245468,
|
193 |
+
"loss": 1.6328,
|
194 |
+
"mean_token_accuracy": 0.9298155799508094,
|
195 |
+
"num_tokens": 2385981.0,
|
196 |
+
"step": 140
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"epoch": 1.4318766066838047,
|
200 |
+
"eval_loss": 0.22466857731342316,
|
201 |
+
"eval_mean_token_accuracy": 0.9257748848352677,
|
202 |
+
"eval_num_tokens": 2385981.0,
|
203 |
+
"eval_runtime": 103.2959,
|
204 |
+
"eval_samples_per_second": 1.888,
|
205 |
+
"eval_steps_per_second": 1.888,
|
206 |
+
"step": 140
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 1.5347043701799485,
|
210 |
+
"grad_norm": 2.331782341003418,
|
211 |
+
"learning_rate": 0.00023444532848124715,
|
212 |
+
"loss": 1.6382,
|
213 |
+
"mean_token_accuracy": 0.9296720393002034,
|
214 |
+
"num_tokens": 2557432.0,
|
215 |
+
"step": 150
|
216 |
+
},
|
217 |
+
{
|
218 |
+
"epoch": 1.6375321336760926,
|
219 |
+
"grad_norm": 2.2701163291931152,
|
220 |
+
"learning_rate": 0.00022305945932527308,
|
221 |
+
"loss": 1.6396,
|
222 |
+
"mean_token_accuracy": 0.9298155024647713,
|
223 |
+
"num_tokens": 2729083.0,
|
224 |
+
"step": 160
|
225 |
+
},
|
226 |
+
{
|
227 |
+
"epoch": 1.6375321336760926,
|
228 |
+
"eval_loss": 0.21823178231716156,
|
229 |
+
"eval_mean_token_accuracy": 0.92809411745805,
|
230 |
+
"eval_num_tokens": 2729083.0,
|
231 |
+
"eval_runtime": 103.3054,
|
232 |
+
"eval_samples_per_second": 1.888,
|
233 |
+
"eval_steps_per_second": 1.888,
|
234 |
+
"step": 160
|
235 |
+
}
|
236 |
+
],
|
237 |
+
"logging_steps": 10,
|
238 |
+
"max_steps": 392,
|
239 |
+
"num_input_tokens_seen": 0,
|
240 |
+
"num_train_epochs": 4,
|
241 |
+
"save_steps": 40,
|
242 |
+
"stateful_callbacks": {
|
243 |
+
"TrainerControl": {
|
244 |
+
"args": {
|
245 |
+
"should_epoch_stop": false,
|
246 |
+
"should_evaluate": false,
|
247 |
+
"should_log": false,
|
248 |
+
"should_save": true,
|
249 |
+
"should_training_stop": false
|
250 |
+
},
|
251 |
+
"attributes": {}
|
252 |
+
}
|
253 |
+
},
|
254 |
+
"total_flos": 1.269670002542807e+17,
|
255 |
+
"train_batch_size": 1,
|
256 |
+
"trial_name": null,
|
257 |
+
"trial_params": null
|
258 |
+
}
|
checkpoint-160/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05ef167df2c1b603606608ab0230b213acbe27e0c1433603800a4bb1e7d7f687
|
3 |
+
size 5752
|
checkpoint-160/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-200/README.md
ADDED
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2-VL-7B-Instruct
|
3 |
+
library_name: peft
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- base_model:adapter:Qwen/Qwen2-VL-7B-Instruct
|
7 |
+
- lora
|
8 |
+
- sft
|
9 |
+
- transformers
|
10 |
+
- trl
|
11 |
+
---
|
12 |
+
|
13 |
+
# Model Card for Model ID
|
14 |
+
|
15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
## Model Details
|
20 |
+
|
21 |
+
### Model Description
|
22 |
+
|
23 |
+
<!-- Provide a longer summary of what this model is. -->
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
- **Developed by:** [More Information Needed]
|
28 |
+
- **Funded by [optional]:** [More Information Needed]
|
29 |
+
- **Shared by [optional]:** [More Information Needed]
|
30 |
+
- **Model type:** [More Information Needed]
|
31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
32 |
+
- **License:** [More Information Needed]
|
33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
34 |
+
|
35 |
+
### Model Sources [optional]
|
36 |
+
|
37 |
+
<!-- Provide the basic links for the model. -->
|
38 |
+
|
39 |
+
- **Repository:** [More Information Needed]
|
40 |
+
- **Paper [optional]:** [More Information Needed]
|
41 |
+
- **Demo [optional]:** [More Information Needed]
|
42 |
+
|
43 |
+
## Uses
|
44 |
+
|
45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
46 |
+
|
47 |
+
### Direct Use
|
48 |
+
|
49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
50 |
+
|
51 |
+
[More Information Needed]
|
52 |
+
|
53 |
+
### Downstream Use [optional]
|
54 |
+
|
55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
56 |
+
|
57 |
+
[More Information Needed]
|
58 |
+
|
59 |
+
### Out-of-Scope Use
|
60 |
+
|
61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
62 |
+
|
63 |
+
[More Information Needed]
|
64 |
+
|
65 |
+
## Bias, Risks, and Limitations
|
66 |
+
|
67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
68 |
+
|
69 |
+
[More Information Needed]
|
70 |
+
|
71 |
+
### Recommendations
|
72 |
+
|
73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
74 |
+
|
75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
76 |
+
|
77 |
+
## How to Get Started with the Model
|
78 |
+
|
79 |
+
Use the code below to get started with the model.
|
80 |
+
|
81 |
+
[More Information Needed]
|
82 |
+
|
83 |
+
## Training Details
|
84 |
+
|
85 |
+
### Training Data
|
86 |
+
|
87 |
+
<!-- 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. -->
|
88 |
+
|
89 |
+
[More Information Needed]
|
90 |
+
|
91 |
+
### Training Procedure
|
92 |
+
|
93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
94 |
+
|
95 |
+
#### Preprocessing [optional]
|
96 |
+
|
97 |
+
[More Information Needed]
|
98 |
+
|
99 |
+
|
100 |
+
#### Training Hyperparameters
|
101 |
+
|
102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
103 |
+
|
104 |
+
#### Speeds, Sizes, Times [optional]
|
105 |
+
|
106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
107 |
+
|
108 |
+
[More Information Needed]
|
109 |
+
|
110 |
+
## Evaluation
|
111 |
+
|
112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
113 |
+
|
114 |
+
### Testing Data, Factors & Metrics
|
115 |
+
|
116 |
+
#### Testing Data
|
117 |
+
|
118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
119 |
+
|
120 |
+
[More Information Needed]
|
121 |
+
|
122 |
+
#### Factors
|
123 |
+
|
124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
125 |
+
|
126 |
+
[More Information Needed]
|
127 |
+
|
128 |
+
#### Metrics
|
129 |
+
|
130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
131 |
+
|
132 |
+
[More Information Needed]
|
133 |
+
|
134 |
+
### Results
|
135 |
+
|
136 |
+
[More Information Needed]
|
137 |
+
|
138 |
+
#### Summary
|
139 |
+
|
140 |
+
|
141 |
+
|
142 |
+
## Model Examination [optional]
|
143 |
+
|
144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
145 |
+
|
146 |
+
[More Information Needed]
|
147 |
+
|
148 |
+
## Environmental Impact
|
149 |
+
|
150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
151 |
+
|
152 |
+
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).
|
153 |
+
|
154 |
+
- **Hardware Type:** [More Information Needed]
|
155 |
+
- **Hours used:** [More Information Needed]
|
156 |
+
- **Cloud Provider:** [More Information Needed]
|
157 |
+
- **Compute Region:** [More Information Needed]
|
158 |
+
- **Carbon Emitted:** [More Information Needed]
|
159 |
+
|
160 |
+
## Technical Specifications [optional]
|
161 |
+
|
162 |
+
### Model Architecture and Objective
|
163 |
+
|
164 |
+
[More Information Needed]
|
165 |
+
|
166 |
+
### Compute Infrastructure
|
167 |
+
|
168 |
+
[More Information Needed]
|
169 |
+
|
170 |
+
#### Hardware
|
171 |
+
|
172 |
+
[More Information Needed]
|
173 |
+
|
174 |
+
#### Software
|
175 |
+
|
176 |
+
[More Information Needed]
|
177 |
+
|
178 |
+
## Citation [optional]
|
179 |
+
|
180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
181 |
+
|
182 |
+
**BibTeX:**
|
183 |
+
|
184 |
+
[More Information Needed]
|
185 |
+
|
186 |
+
**APA:**
|
187 |
+
|
188 |
+
[More Information Needed]
|
189 |
+
|
190 |
+
## Glossary [optional]
|
191 |
+
|
192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
193 |
+
|
194 |
+
[More Information Needed]
|
195 |
+
|
196 |
+
## More Information [optional]
|
197 |
+
|
198 |
+
[More Information Needed]
|
199 |
+
|
200 |
+
## Model Card Authors [optional]
|
201 |
+
|
202 |
+
[More Information Needed]
|
203 |
+
|
204 |
+
## Model Card Contact
|
205 |
+
|
206 |
+
[More Information Needed]
|
207 |
+
### Framework versions
|
208 |
+
|
209 |
+
- PEFT 0.16.0
|
checkpoint-200/adapter_config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-7B-Instruct",
|
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": 24,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.1,
|
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": 12,
|
25 |
+
"rank_pattern": {},
|
26 |
+
"revision": null,
|
27 |
+
"target_modules": [
|
28 |
+
"v_proj",
|
29 |
+
"k_proj",
|
30 |
+
"o_proj",
|
31 |
+
"q_proj"
|
32 |
+
],
|
33 |
+
"task_type": "CAUSAL_LM",
|
34 |
+
"trainable_token_indices": null,
|
35 |
+
"use_dora": false,
|
36 |
+
"use_qalora": false,
|
37 |
+
"use_rslora": false
|
38 |
+
}
|
checkpoint-200/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aebc51df76ccb2c08e1052ffacfceb30d649f17bc567af73e62c3164ec3481a6
|
3 |
+
size 30310976
|
checkpoint-200/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-200/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 %}
|
checkpoint-200/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-200/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccd0bb207e0059cfa57f468254032fd110aeb2cdb2da5a251dcf9b7335205e67
|
3 |
+
size 60743290
|
checkpoint-200/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d9c0eced34865636bbbde9c8b8e66233c183eb1678743888d0b307a1c1a1e97
|
3 |
+
size 14244
|
checkpoint-200/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:466a3e032ea2a04b4fd1ef71f9841bdf4f29fc0770db16c430c9234351b79982
|
3 |
+
size 1064
|
checkpoint-200/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-200/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88a3a6fcb80132f76da8aa40cdc3fccd7e5d8468ef15421f5b0c2715e85217d2
|
3 |
+
size 11420538
|
checkpoint-200/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 |
+
"clean_up_tokenization_spaces": false,
|
134 |
+
"eos_token": "<|im_end|>",
|
135 |
+
"errors": "replace",
|
136 |
+
"extra_special_tokens": {},
|
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 |
+
}
|
checkpoint-200/trainer_state.json
ADDED
@@ -0,0 +1,314 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": 200,
|
3 |
+
"best_metric": 0.2087530493736267,
|
4 |
+
"best_model_checkpoint": "./adalora_weather_model/checkpoint-200",
|
5 |
+
"epoch": 2.0411311053984575,
|
6 |
+
"eval_steps": 20,
|
7 |
+
"global_step": 200,
|
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.10282776349614396,
|
14 |
+
"grad_norm": 3.2930359840393066,
|
15 |
+
"learning_rate": 6.75e-05,
|
16 |
+
"loss": 16.7516,
|
17 |
+
"mean_token_accuracy": 0.5331788018345833,
|
18 |
+
"num_tokens": 171254.0,
|
19 |
+
"step": 10
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"epoch": 0.20565552699228792,
|
23 |
+
"grad_norm": 5.34633731842041,
|
24 |
+
"learning_rate": 0.0001425,
|
25 |
+
"loss": 14.2345,
|
26 |
+
"mean_token_accuracy": 0.5723872803151607,
|
27 |
+
"num_tokens": 342816.0,
|
28 |
+
"step": 20
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"epoch": 0.20565552699228792,
|
32 |
+
"eval_loss": 1.4267879724502563,
|
33 |
+
"eval_mean_token_accuracy": 0.6206505249708126,
|
34 |
+
"eval_num_tokens": 342816.0,
|
35 |
+
"eval_runtime": 103.2151,
|
36 |
+
"eval_samples_per_second": 1.889,
|
37 |
+
"eval_steps_per_second": 1.889,
|
38 |
+
"step": 20
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.30848329048843187,
|
42 |
+
"grad_norm": 8.451922416687012,
|
43 |
+
"learning_rate": 0.00021749999999999997,
|
44 |
+
"loss": 8.4633,
|
45 |
+
"mean_token_accuracy": 0.7056376278400421,
|
46 |
+
"num_tokens": 514067.0,
|
47 |
+
"step": 30
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 0.41131105398457585,
|
51 |
+
"grad_norm": 3.2435312271118164,
|
52 |
+
"learning_rate": 0.00029249999999999995,
|
53 |
+
"loss": 3.6174,
|
54 |
+
"mean_token_accuracy": 0.8711350880563259,
|
55 |
+
"num_tokens": 685570.0,
|
56 |
+
"step": 40
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 0.41131105398457585,
|
60 |
+
"eval_loss": 0.34826213121414185,
|
61 |
+
"eval_mean_token_accuracy": 0.8939384683584556,
|
62 |
+
"eval_num_tokens": 685570.0,
|
63 |
+
"eval_runtime": 103.283,
|
64 |
+
"eval_samples_per_second": 1.888,
|
65 |
+
"eval_steps_per_second": 1.888,
|
66 |
+
"step": 40
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.5141388174807198,
|
70 |
+
"grad_norm": 3.4071648120880127,
|
71 |
+
"learning_rate": 0.0002995163544683256,
|
72 |
+
"loss": 2.9181,
|
73 |
+
"mean_token_accuracy": 0.8942699111998081,
|
74 |
+
"num_tokens": 856740.0,
|
75 |
+
"step": 50
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.6169665809768637,
|
79 |
+
"grad_norm": 2.6412267684936523,
|
80 |
+
"learning_rate": 0.00029784849709745616,
|
81 |
+
"loss": 2.638,
|
82 |
+
"mean_token_accuracy": 0.9004527874290943,
|
83 |
+
"num_tokens": 1028000.0,
|
84 |
+
"step": 60
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.6169665809768637,
|
88 |
+
"eval_loss": 0.29210129380226135,
|
89 |
+
"eval_mean_token_accuracy": 0.9071287249907469,
|
90 |
+
"eval_num_tokens": 1028000.0,
|
91 |
+
"eval_runtime": 103.2512,
|
92 |
+
"eval_samples_per_second": 1.889,
|
93 |
+
"eval_steps_per_second": 1.889,
|
94 |
+
"step": 60
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.7197943444730077,
|
98 |
+
"grad_norm": 10.460367202758789,
|
99 |
+
"learning_rate": 0.0002950037303267096,
|
100 |
+
"loss": 2.2428,
|
101 |
+
"mean_token_accuracy": 0.9117808744311333,
|
102 |
+
"num_tokens": 1199650.0,
|
103 |
+
"step": 70
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 0.8226221079691517,
|
107 |
+
"grad_norm": 5.442368984222412,
|
108 |
+
"learning_rate": 0.0002910046991800035,
|
109 |
+
"loss": 2.0227,
|
110 |
+
"mean_token_accuracy": 0.9168093383312226,
|
111 |
+
"num_tokens": 1370524.0,
|
112 |
+
"step": 80
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"epoch": 0.8226221079691517,
|
116 |
+
"eval_loss": 0.2537098526954651,
|
117 |
+
"eval_mean_token_accuracy": 0.9172265719144772,
|
118 |
+
"eval_num_tokens": 1370524.0,
|
119 |
+
"eval_runtime": 103.2432,
|
120 |
+
"eval_samples_per_second": 1.889,
|
121 |
+
"eval_steps_per_second": 1.889,
|
122 |
+
"step": 80
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.9254498714652957,
|
126 |
+
"grad_norm": 2.3143043518066406,
|
127 |
+
"learning_rate": 0.00028588323690176954,
|
128 |
+
"loss": 1.9486,
|
129 |
+
"mean_token_accuracy": 0.9203169830143452,
|
130 |
+
"num_tokens": 1542159.0,
|
131 |
+
"step": 90
|
132 |
+
},
|
133 |
+
{
|
134 |
+
"epoch": 1.0205655526992288,
|
135 |
+
"grad_norm": 2.387840986251831,
|
136 |
+
"learning_rate": 0.0002796801115567139,
|
137 |
+
"loss": 1.7171,
|
138 |
+
"mean_token_accuracy": 0.9238405316262632,
|
139 |
+
"num_tokens": 1700574.0,
|
140 |
+
"step": 100
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"epoch": 1.0205655526992288,
|
144 |
+
"eval_loss": 0.237007275223732,
|
145 |
+
"eval_mean_token_accuracy": 0.9215406671548501,
|
146 |
+
"eval_num_tokens": 1700574.0,
|
147 |
+
"eval_runtime": 102.9604,
|
148 |
+
"eval_samples_per_second": 1.894,
|
149 |
+
"eval_steps_per_second": 1.894,
|
150 |
+
"step": 100
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 1.1233933161953726,
|
154 |
+
"grad_norm": 2.3169972896575928,
|
155 |
+
"learning_rate": 0.0002724447015062708,
|
156 |
+
"loss": 1.7776,
|
157 |
+
"mean_token_accuracy": 0.925829317420721,
|
158 |
+
"num_tokens": 1871783.0,
|
159 |
+
"step": 110
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 1.2262210796915167,
|
163 |
+
"grad_norm": 2.366626262664795,
|
164 |
+
"learning_rate": 0.0002642346023450357,
|
165 |
+
"loss": 1.7638,
|
166 |
+
"mean_token_accuracy": 0.9251113034784794,
|
167 |
+
"num_tokens": 2043203.0,
|
168 |
+
"step": 120
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"epoch": 1.2262210796915167,
|
172 |
+
"eval_loss": 0.2297067493200302,
|
173 |
+
"eval_mean_token_accuracy": 0.9240646191132375,
|
174 |
+
"eval_num_tokens": 2043203.0,
|
175 |
+
"eval_runtime": 103.0662,
|
176 |
+
"eval_samples_per_second": 1.892,
|
177 |
+
"eval_steps_per_second": 1.892,
|
178 |
+
"step": 120
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 1.3290488431876606,
|
182 |
+
"grad_norm": 2.324875593185425,
|
183 |
+
"learning_rate": 0.0002551151684260553,
|
184 |
+
"loss": 1.7129,
|
185 |
+
"mean_token_accuracy": 0.9276402719318867,
|
186 |
+
"num_tokens": 2214867.0,
|
187 |
+
"step": 130
|
188 |
+
},
|
189 |
+
{
|
190 |
+
"epoch": 1.4318766066838047,
|
191 |
+
"grad_norm": 2.4916014671325684,
|
192 |
+
"learning_rate": 0.0002451589926245468,
|
193 |
+
"loss": 1.6328,
|
194 |
+
"mean_token_accuracy": 0.9298155799508094,
|
195 |
+
"num_tokens": 2385981.0,
|
196 |
+
"step": 140
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"epoch": 1.4318766066838047,
|
200 |
+
"eval_loss": 0.22466857731342316,
|
201 |
+
"eval_mean_token_accuracy": 0.9257748848352677,
|
202 |
+
"eval_num_tokens": 2385981.0,
|
203 |
+
"eval_runtime": 103.2959,
|
204 |
+
"eval_samples_per_second": 1.888,
|
205 |
+
"eval_steps_per_second": 1.888,
|
206 |
+
"step": 140
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 1.5347043701799485,
|
210 |
+
"grad_norm": 2.331782341003418,
|
211 |
+
"learning_rate": 0.00023444532848124715,
|
212 |
+
"loss": 1.6382,
|
213 |
+
"mean_token_accuracy": 0.9296720393002034,
|
214 |
+
"num_tokens": 2557432.0,
|
215 |
+
"step": 150
|
216 |
+
},
|
217 |
+
{
|
218 |
+
"epoch": 1.6375321336760926,
|
219 |
+
"grad_norm": 2.2701163291931152,
|
220 |
+
"learning_rate": 0.00022305945932527308,
|
221 |
+
"loss": 1.6396,
|
222 |
+
"mean_token_accuracy": 0.9298155024647713,
|
223 |
+
"num_tokens": 2729083.0,
|
224 |
+
"step": 160
|
225 |
+
},
|
226 |
+
{
|
227 |
+
"epoch": 1.6375321336760926,
|
228 |
+
"eval_loss": 0.21823178231716156,
|
229 |
+
"eval_mean_token_accuracy": 0.92809411745805,
|
230 |
+
"eval_num_tokens": 2729083.0,
|
231 |
+
"eval_runtime": 103.3054,
|
232 |
+
"eval_samples_per_second": 1.888,
|
233 |
+
"eval_steps_per_second": 1.888,
|
234 |
+
"step": 160
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 1.7403598971722365,
|
238 |
+
"grad_norm": 2.184347629547119,
|
239 |
+
"learning_rate": 0.0002110920193984228,
|
240 |
+
"loss": 1.667,
|
241 |
+
"mean_token_accuracy": 0.928074149042368,
|
242 |
+
"num_tokens": 2900445.0,
|
243 |
+
"step": 170
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 1.8431876606683804,
|
247 |
+
"grad_norm": 2.0277137756347656,
|
248 |
+
"learning_rate": 0.00019863827238493308,
|
249 |
+
"loss": 1.5743,
|
250 |
+
"mean_token_accuracy": 0.9325967490673065,
|
251 |
+
"num_tokens": 3072258.0,
|
252 |
+
"step": 180
|
253 |
+
},
|
254 |
+
{
|
255 |
+
"epoch": 1.8431876606683804,
|
256 |
+
"eval_loss": 0.2095421850681305,
|
257 |
+
"eval_mean_token_accuracy": 0.9297601647866078,
|
258 |
+
"eval_num_tokens": 3072258.0,
|
259 |
+
"eval_runtime": 103.4026,
|
260 |
+
"eval_samples_per_second": 1.886,
|
261 |
+
"eval_steps_per_second": 1.886,
|
262 |
+
"step": 180
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 1.9460154241645244,
|
266 |
+
"grad_norm": 2.0166707038879395,
|
267 |
+
"learning_rate": 0.00018579735308976727,
|
268 |
+
"loss": 1.5818,
|
269 |
+
"mean_token_accuracy": 0.9324821837246418,
|
270 |
+
"num_tokens": 3242706.0,
|
271 |
+
"step": 190
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 2.0411311053984575,
|
275 |
+
"grad_norm": 2.155334949493408,
|
276 |
+
"learning_rate": 0.00017267147830185608,
|
277 |
+
"loss": 1.4363,
|
278 |
+
"mean_token_accuracy": 0.9325833642804945,
|
279 |
+
"num_tokens": 3401061.0,
|
280 |
+
"step": 200
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"epoch": 2.0411311053984575,
|
284 |
+
"eval_loss": 0.2087530493736267,
|
285 |
+
"eval_mean_token_accuracy": 0.9303424829091781,
|
286 |
+
"eval_num_tokens": 3401061.0,
|
287 |
+
"eval_runtime": 103.3012,
|
288 |
+
"eval_samples_per_second": 1.888,
|
289 |
+
"eval_steps_per_second": 1.888,
|
290 |
+
"step": 200
|
291 |
+
}
|
292 |
+
],
|
293 |
+
"logging_steps": 10,
|
294 |
+
"max_steps": 392,
|
295 |
+
"num_input_tokens_seen": 0,
|
296 |
+
"num_train_epochs": 4,
|
297 |
+
"save_steps": 40,
|
298 |
+
"stateful_callbacks": {
|
299 |
+
"TrainerControl": {
|
300 |
+
"args": {
|
301 |
+
"should_epoch_stop": false,
|
302 |
+
"should_evaluate": false,
|
303 |
+
"should_log": false,
|
304 |
+
"should_save": true,
|
305 |
+
"should_training_stop": false
|
306 |
+
},
|
307 |
+
"attributes": {}
|
308 |
+
}
|
309 |
+
},
|
310 |
+
"total_flos": 1.5822989364992717e+17,
|
311 |
+
"train_batch_size": 1,
|
312 |
+
"trial_name": null,
|
313 |
+
"trial_params": null
|
314 |
+
}
|
checkpoint-200/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05ef167df2c1b603606608ab0230b213acbe27e0c1433603800a4bb1e7d7f687
|
3 |
+
size 5752
|