Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +209 -0
- adapter_config.json +37 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +16 -0
- chat_template.jinja +7 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- preprocessor_config.json +39 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +145 -0
- trainer_state.json +294 -0
- training_args.bin +3 -0
- video_preprocessor_config.json +43 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2-VL-2B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:NAMAA-Space/Qari-OCR-v0.3-VL-2B-Instruct
|
| 7 |
+
- grpo
|
| 8 |
+
- lora
|
| 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.17.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "NAMAA-Space/Qari-OCR-v0.3-VL-2B-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": 2,
|
| 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": 1,
|
| 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:8beaa840d72bf533778681ec84df10600cedb3301fd039e848724c4b2af4c231
|
| 3 |
+
size 560936
|
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 %}
|
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:ecc32c885d68843f86477c5a0b03158a94017b7e5f2a51cd04aad14faf3b29bf
|
| 3 |
+
size 1185803
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": null,
|
| 3 |
+
"data_format": "channels_first",
|
| 4 |
+
"default_to_square": true,
|
| 5 |
+
"device": null,
|
| 6 |
+
"disable_grouping": null,
|
| 7 |
+
"do_center_crop": null,
|
| 8 |
+
"do_convert_rgb": true,
|
| 9 |
+
"do_normalize": true,
|
| 10 |
+
"do_pad": null,
|
| 11 |
+
"do_rescale": true,
|
| 12 |
+
"do_resize": true,
|
| 13 |
+
"image_mean": [
|
| 14 |
+
0.48145466,
|
| 15 |
+
0.4578275,
|
| 16 |
+
0.40821073
|
| 17 |
+
],
|
| 18 |
+
"image_processor_type": "Qwen2VLImageProcessorFast",
|
| 19 |
+
"image_std": [
|
| 20 |
+
0.26862954,
|
| 21 |
+
0.26130258,
|
| 22 |
+
0.27577711
|
| 23 |
+
],
|
| 24 |
+
"input_data_format": null,
|
| 25 |
+
"max_pixels": 12845056,
|
| 26 |
+
"merge_size": 2,
|
| 27 |
+
"min_pixels": 3136,
|
| 28 |
+
"pad_size": null,
|
| 29 |
+
"patch_size": 14,
|
| 30 |
+
"processor_class": "Qwen2VLProcessor",
|
| 31 |
+
"resample": 3,
|
| 32 |
+
"rescale_factor": 0.00392156862745098,
|
| 33 |
+
"return_tensors": null,
|
| 34 |
+
"size": {
|
| 35 |
+
"longest_edge": 12845056,
|
| 36 |
+
"shortest_edge": 3136
|
| 37 |
+
},
|
| 38 |
+
"temporal_patch_size": 2
|
| 39 |
+
}
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:958d01d4756e3a04b95de56f04a479a4c957c54b8fedbdfec8e6403f311eb15e
|
| 3 |
+
size 14645
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cf670a4440d4e7cf12995faaede98f0438c626df08f5b2c9a782fb4aee0cd8f
|
| 3 |
+
size 1465
|
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:51e79de1dcfe07f6e468ff643c2dbb1b4f4c3d091fee16f7fce6f2f53a1db9d7
|
| 3 |
+
size 11420637
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,145 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"processor_class": "Qwen2VLProcessor",
|
| 141 |
+
"split_special_tokens": false,
|
| 142 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 143 |
+
"unk_token": null,
|
| 144 |
+
"use_fast": true
|
| 145 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,294 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.02706359945872801,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 100,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"clip_ratio/high_max": 0.0,
|
| 14 |
+
"clip_ratio/high_mean": 0.0,
|
| 15 |
+
"clip_ratio/low_mean": 0.0,
|
| 16 |
+
"clip_ratio/low_min": 0.0,
|
| 17 |
+
"clip_ratio/region_mean": 0.0,
|
| 18 |
+
"completions/clipped_ratio": 0.5125,
|
| 19 |
+
"completions/max_length": 438.6,
|
| 20 |
+
"completions/max_terminated_length": 181.6,
|
| 21 |
+
"completions/mean_length": 422.075,
|
| 22 |
+
"completions/mean_terminated_length": 165.6982177734375,
|
| 23 |
+
"completions/min_length": 406.4,
|
| 24 |
+
"completions/min_terminated_length": 150.4,
|
| 25 |
+
"entropy": 0.45910371616482737,
|
| 26 |
+
"epoch": 0.0027063599458728013,
|
| 27 |
+
"frac_reward_zero_std": 0.0,
|
| 28 |
+
"grad_norm": 0.09368716925382614,
|
| 29 |
+
"learning_rate": 9.975642760487146e-06,
|
| 30 |
+
"loss": 0.0087,
|
| 31 |
+
"num_tokens": 78806.0,
|
| 32 |
+
"reward": 0.19168390333652496,
|
| 33 |
+
"reward_std": 0.042040593549609186,
|
| 34 |
+
"rewards/accuracy_reward/mean": 0.19168390333652496,
|
| 35 |
+
"rewards/accuracy_reward/std": 0.04204059485346079,
|
| 36 |
+
"step": 10
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"clip_ratio/high_max": 0.0,
|
| 40 |
+
"clip_ratio/high_mean": 0.0,
|
| 41 |
+
"clip_ratio/low_mean": 0.0,
|
| 42 |
+
"clip_ratio/low_min": 0.0,
|
| 43 |
+
"clip_ratio/region_mean": 0.0,
|
| 44 |
+
"completions/clipped_ratio": 0.45,
|
| 45 |
+
"completions/max_length": 322.8,
|
| 46 |
+
"completions/max_terminated_length": 162.1,
|
| 47 |
+
"completions/mean_length": 313.925,
|
| 48 |
+
"completions/mean_terminated_length": 152.84583435058593,
|
| 49 |
+
"completions/min_length": 298.5,
|
| 50 |
+
"completions/min_terminated_length": 144.9,
|
| 51 |
+
"entropy": 0.4505070824176073,
|
| 52 |
+
"epoch": 0.005412719891745603,
|
| 53 |
+
"frac_reward_zero_std": 0.0,
|
| 54 |
+
"grad_norm": 0.047858916223049164,
|
| 55 |
+
"learning_rate": 9.948579161028418e-06,
|
| 56 |
+
"loss": -0.0106,
|
| 57 |
+
"num_tokens": 143360.0,
|
| 58 |
+
"reward": 0.17426907550543547,
|
| 59 |
+
"reward_std": 0.05201733000576496,
|
| 60 |
+
"rewards/accuracy_reward/mean": 0.17426907550543547,
|
| 61 |
+
"rewards/accuracy_reward/std": 0.05201732954010367,
|
| 62 |
+
"step": 20
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"clip_ratio/high_max": 0.0,
|
| 66 |
+
"clip_ratio/high_mean": 0.0,
|
| 67 |
+
"clip_ratio/low_mean": 0.0,
|
| 68 |
+
"clip_ratio/low_min": 0.0,
|
| 69 |
+
"clip_ratio/region_mean": 0.0,
|
| 70 |
+
"completions/clipped_ratio": 0.2875,
|
| 71 |
+
"completions/max_length": 304.4,
|
| 72 |
+
"completions/max_terminated_length": 197.6,
|
| 73 |
+
"completions/mean_length": 278.7875,
|
| 74 |
+
"completions/mean_terminated_length": 166.95833435058594,
|
| 75 |
+
"completions/min_length": 248.0,
|
| 76 |
+
"completions/min_terminated_length": 145.6,
|
| 77 |
+
"entropy": 0.6422165723517537,
|
| 78 |
+
"epoch": 0.008119079837618403,
|
| 79 |
+
"frac_reward_zero_std": 0.1,
|
| 80 |
+
"grad_norm": 0.04068256542086601,
|
| 81 |
+
"learning_rate": 9.92151556156969e-06,
|
| 82 |
+
"loss": 0.0031,
|
| 83 |
+
"num_tokens": 210607.0,
|
| 84 |
+
"reward": 0.2006674014031887,
|
| 85 |
+
"reward_std": 0.07132247723639011,
|
| 86 |
+
"rewards/accuracy_reward/mean": 0.2006674014031887,
|
| 87 |
+
"rewards/accuracy_reward/std": 0.0713224794715643,
|
| 88 |
+
"step": 30
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"clip_ratio/high_max": 0.0,
|
| 92 |
+
"clip_ratio/high_mean": 0.0,
|
| 93 |
+
"clip_ratio/low_mean": 0.0,
|
| 94 |
+
"clip_ratio/low_min": 0.0,
|
| 95 |
+
"clip_ratio/region_mean": 0.0,
|
| 96 |
+
"completions/clipped_ratio": 0.5125,
|
| 97 |
+
"completions/max_length": 363.5,
|
| 98 |
+
"completions/max_terminated_length": 87.0,
|
| 99 |
+
"completions/mean_length": 335.375,
|
| 100 |
+
"completions/mean_terminated_length": 76.44464416503907,
|
| 101 |
+
"completions/min_length": 324.8,
|
| 102 |
+
"completions/min_terminated_length": 68.8,
|
| 103 |
+
"entropy": 0.46362581551074983,
|
| 104 |
+
"epoch": 0.010825439783491205,
|
| 105 |
+
"frac_reward_zero_std": 0.0,
|
| 106 |
+
"grad_norm": 0.04135835915803909,
|
| 107 |
+
"learning_rate": 9.894451962110961e-06,
|
| 108 |
+
"loss": 0.0425,
|
| 109 |
+
"num_tokens": 286613.0,
|
| 110 |
+
"reward": 0.16309105940163135,
|
| 111 |
+
"reward_std": 0.06764648640528322,
|
| 112 |
+
"rewards/accuracy_reward/mean": 0.16309105940163135,
|
| 113 |
+
"rewards/accuracy_reward/std": 0.06764648780226708,
|
| 114 |
+
"step": 40
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"clip_ratio/high_max": 0.0,
|
| 118 |
+
"clip_ratio/high_mean": 0.0,
|
| 119 |
+
"clip_ratio/low_mean": 0.0,
|
| 120 |
+
"clip_ratio/low_min": 0.0,
|
| 121 |
+
"clip_ratio/region_mean": 0.0,
|
| 122 |
+
"completions/clipped_ratio": 0.5625,
|
| 123 |
+
"completions/max_length": 345.9,
|
| 124 |
+
"completions/max_terminated_length": 137.4,
|
| 125 |
+
"completions/mean_length": 341.675,
|
| 126 |
+
"completions/mean_terminated_length": 133.05,
|
| 127 |
+
"completions/min_length": 332.6,
|
| 128 |
+
"completions/min_terminated_length": 127.8,
|
| 129 |
+
"entropy": 0.5505448803305626,
|
| 130 |
+
"epoch": 0.013531799729364006,
|
| 131 |
+
"frac_reward_zero_std": 0.1,
|
| 132 |
+
"grad_norm": 0.05425691232085228,
|
| 133 |
+
"learning_rate": 9.867388362652234e-06,
|
| 134 |
+
"loss": 0.0032,
|
| 135 |
+
"num_tokens": 372011.0,
|
| 136 |
+
"reward": 0.18142173625528812,
|
| 137 |
+
"reward_std": 0.046853833552449944,
|
| 138 |
+
"rewards/accuracy_reward/mean": 0.18142173625528812,
|
| 139 |
+
"rewards/accuracy_reward/std": 0.04685383513569832,
|
| 140 |
+
"step": 50
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"clip_ratio/high_max": 0.0,
|
| 144 |
+
"clip_ratio/high_mean": 0.0,
|
| 145 |
+
"clip_ratio/low_mean": 0.0,
|
| 146 |
+
"clip_ratio/low_min": 0.0,
|
| 147 |
+
"clip_ratio/region_mean": 0.0,
|
| 148 |
+
"completions/clipped_ratio": 0.5375,
|
| 149 |
+
"completions/max_length": 419.1,
|
| 150 |
+
"completions/max_terminated_length": 162.8,
|
| 151 |
+
"completions/mean_length": 400.8875,
|
| 152 |
+
"completions/mean_terminated_length": 144.52000122070314,
|
| 153 |
+
"completions/min_length": 384.8,
|
| 154 |
+
"completions/min_terminated_length": 128.8,
|
| 155 |
+
"entropy": 0.4113187978975475,
|
| 156 |
+
"epoch": 0.016238159675236806,
|
| 157 |
+
"frac_reward_zero_std": 0.1,
|
| 158 |
+
"grad_norm": 0.03674859553575516,
|
| 159 |
+
"learning_rate": 9.840324763193504e-06,
|
| 160 |
+
"loss": 0.0156,
|
| 161 |
+
"num_tokens": 451810.0,
|
| 162 |
+
"reward": 0.21405077129602432,
|
| 163 |
+
"reward_std": 0.04568238444626331,
|
| 164 |
+
"rewards/accuracy_reward/mean": 0.21405077129602432,
|
| 165 |
+
"rewards/accuracy_reward/std": 0.0456823855638504,
|
| 166 |
+
"step": 60
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"clip_ratio/high_max": 0.0,
|
| 170 |
+
"clip_ratio/high_mean": 0.0,
|
| 171 |
+
"clip_ratio/low_mean": 0.0,
|
| 172 |
+
"clip_ratio/low_min": 0.0,
|
| 173 |
+
"clip_ratio/region_mean": 0.0,
|
| 174 |
+
"completions/clipped_ratio": 0.5875,
|
| 175 |
+
"completions/max_length": 387.3,
|
| 176 |
+
"completions/max_terminated_length": 170.3,
|
| 177 |
+
"completions/mean_length": 365.6,
|
| 178 |
+
"completions/mean_terminated_length": 134.99667053222657,
|
| 179 |
+
"completions/min_length": 293.5,
|
| 180 |
+
"completions/min_terminated_length": 88.7,
|
| 181 |
+
"entropy": 0.6454691726714372,
|
| 182 |
+
"epoch": 0.018944519621109608,
|
| 183 |
+
"frac_reward_zero_std": 0.0,
|
| 184 |
+
"grad_norm": 0.03896205499768257,
|
| 185 |
+
"learning_rate": 9.813261163734777e-06,
|
| 186 |
+
"loss": -0.0027,
|
| 187 |
+
"num_tokens": 522034.0,
|
| 188 |
+
"reward": 0.16922515165060759,
|
| 189 |
+
"reward_std": 0.07712158742360771,
|
| 190 |
+
"rewards/accuracy_reward/mean": 0.16922515165060759,
|
| 191 |
+
"rewards/accuracy_reward/std": 0.07712158723734319,
|
| 192 |
+
"step": 70
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"clip_ratio/high_max": 0.0,
|
| 196 |
+
"clip_ratio/high_mean": 0.0,
|
| 197 |
+
"clip_ratio/low_mean": 0.0,
|
| 198 |
+
"clip_ratio/low_min": 0.0,
|
| 199 |
+
"clip_ratio/region_mean": 0.0,
|
| 200 |
+
"completions/clipped_ratio": 0.3875,
|
| 201 |
+
"completions/max_length": 379.3,
|
| 202 |
+
"completions/max_terminated_length": 224.1,
|
| 203 |
+
"completions/mean_length": 365.6125,
|
| 204 |
+
"completions/mean_terminated_length": 210.74881591796876,
|
| 205 |
+
"completions/min_length": 342.2,
|
| 206 |
+
"completions/min_terminated_length": 188.6,
|
| 207 |
+
"entropy": 0.31367158964276315,
|
| 208 |
+
"epoch": 0.02165087956698241,
|
| 209 |
+
"frac_reward_zero_std": 0.0,
|
| 210 |
+
"grad_norm": 0.05739288777112961,
|
| 211 |
+
"learning_rate": 9.78619756427605e-06,
|
| 212 |
+
"loss": -0.0015,
|
| 213 |
+
"num_tokens": 602675.0,
|
| 214 |
+
"reward": 0.39022472202777864,
|
| 215 |
+
"reward_std": 0.06431488357484341,
|
| 216 |
+
"rewards/accuracy_reward/mean": 0.39022472202777864,
|
| 217 |
+
"rewards/accuracy_reward/std": 0.06431488748639821,
|
| 218 |
+
"step": 80
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"clip_ratio/high_max": 0.0,
|
| 222 |
+
"clip_ratio/high_mean": 0.0,
|
| 223 |
+
"clip_ratio/low_mean": 0.0,
|
| 224 |
+
"clip_ratio/low_min": 0.0,
|
| 225 |
+
"clip_ratio/region_mean": 0.0,
|
| 226 |
+
"completions/clipped_ratio": 0.175,
|
| 227 |
+
"completions/max_length": 275.6,
|
| 228 |
+
"completions/max_terminated_length": 222.9,
|
| 229 |
+
"completions/mean_length": 259.5,
|
| 230 |
+
"completions/mean_terminated_length": 206.6125,
|
| 231 |
+
"completions/min_length": 241.8,
|
| 232 |
+
"completions/min_terminated_length": 190.6,
|
| 233 |
+
"entropy": 0.3430396350100636,
|
| 234 |
+
"epoch": 0.02435723951285521,
|
| 235 |
+
"frac_reward_zero_std": 0.0,
|
| 236 |
+
"grad_norm": 0.01871815323829651,
|
| 237 |
+
"learning_rate": 9.759133964817322e-06,
|
| 238 |
+
"loss": 0.0226,
|
| 239 |
+
"num_tokens": 664643.0,
|
| 240 |
+
"reward": 0.34078182056546213,
|
| 241 |
+
"reward_std": 0.07903781468048691,
|
| 242 |
+
"rewards/accuracy_reward/mean": 0.34078182056546213,
|
| 243 |
+
"rewards/accuracy_reward/std": 0.07903781542554497,
|
| 244 |
+
"step": 90
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"clip_ratio/high_max": 0.0,
|
| 248 |
+
"clip_ratio/high_mean": 0.0,
|
| 249 |
+
"clip_ratio/low_mean": 0.0,
|
| 250 |
+
"clip_ratio/low_min": 0.0,
|
| 251 |
+
"clip_ratio/region_mean": 0.0,
|
| 252 |
+
"completions/clipped_ratio": 0.5875,
|
| 253 |
+
"completions/max_length": 413.8,
|
| 254 |
+
"completions/max_terminated_length": 148.1,
|
| 255 |
+
"completions/mean_length": 403.2,
|
| 256 |
+
"completions/mean_terminated_length": 138.7125,
|
| 257 |
+
"completions/min_length": 384.9,
|
| 258 |
+
"completions/min_terminated_length": 128.9,
|
| 259 |
+
"entropy": 0.4610064772889018,
|
| 260 |
+
"epoch": 0.02706359945872801,
|
| 261 |
+
"frac_reward_zero_std": 0.0,
|
| 262 |
+
"grad_norm": 0.04077404364943504,
|
| 263 |
+
"learning_rate": 9.732070365358594e-06,
|
| 264 |
+
"loss": 0.0033,
|
| 265 |
+
"num_tokens": 734635.0,
|
| 266 |
+
"reward": 0.18911832235753537,
|
| 267 |
+
"reward_std": 0.05935304025188089,
|
| 268 |
+
"rewards/accuracy_reward/mean": 0.18911832235753537,
|
| 269 |
+
"rewards/accuracy_reward/std": 0.05935304341837764,
|
| 270 |
+
"step": 100
|
| 271 |
+
}
|
| 272 |
+
],
|
| 273 |
+
"logging_steps": 10,
|
| 274 |
+
"max_steps": 3695,
|
| 275 |
+
"num_input_tokens_seen": 734635,
|
| 276 |
+
"num_train_epochs": 1,
|
| 277 |
+
"save_steps": 10,
|
| 278 |
+
"stateful_callbacks": {
|
| 279 |
+
"TrainerControl": {
|
| 280 |
+
"args": {
|
| 281 |
+
"should_epoch_stop": false,
|
| 282 |
+
"should_evaluate": false,
|
| 283 |
+
"should_log": false,
|
| 284 |
+
"should_save": true,
|
| 285 |
+
"should_training_stop": false
|
| 286 |
+
},
|
| 287 |
+
"attributes": {}
|
| 288 |
+
}
|
| 289 |
+
},
|
| 290 |
+
"total_flos": 0.0,
|
| 291 |
+
"train_batch_size": 1,
|
| 292 |
+
"trial_name": null,
|
| 293 |
+
"trial_params": null
|
| 294 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41525a5af715a62156f2f3a05b235da38cdf6936501eda711d19da89969361e7
|
| 3 |
+
size 7249
|
video_preprocessor_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": null,
|
| 3 |
+
"data_format": "channels_first",
|
| 4 |
+
"default_to_square": true,
|
| 5 |
+
"device": null,
|
| 6 |
+
"do_center_crop": null,
|
| 7 |
+
"do_convert_rgb": true,
|
| 8 |
+
"do_normalize": true,
|
| 9 |
+
"do_rescale": true,
|
| 10 |
+
"do_resize": true,
|
| 11 |
+
"do_sample_frames": false,
|
| 12 |
+
"fps": null,
|
| 13 |
+
"image_mean": [
|
| 14 |
+
0.48145466,
|
| 15 |
+
0.4578275,
|
| 16 |
+
0.40821073
|
| 17 |
+
],
|
| 18 |
+
"image_std": [
|
| 19 |
+
0.26862954,
|
| 20 |
+
0.26130258,
|
| 21 |
+
0.27577711
|
| 22 |
+
],
|
| 23 |
+
"input_data_format": null,
|
| 24 |
+
"max_frames": 768,
|
| 25 |
+
"max_pixels": 12845056,
|
| 26 |
+
"merge_size": 2,
|
| 27 |
+
"min_frames": 4,
|
| 28 |
+
"min_pixels": 3136,
|
| 29 |
+
"num_frames": null,
|
| 30 |
+
"pad_size": null,
|
| 31 |
+
"patch_size": 14,
|
| 32 |
+
"processor_class": "Qwen2VLProcessor",
|
| 33 |
+
"resample": 3,
|
| 34 |
+
"rescale_factor": 0.00392156862745098,
|
| 35 |
+
"return_metadata": false,
|
| 36 |
+
"size": {
|
| 37 |
+
"longest_edge": 12845056,
|
| 38 |
+
"shortest_edge": 3136
|
| 39 |
+
},
|
| 40 |
+
"temporal_patch_size": 2,
|
| 41 |
+
"video_metadata": null,
|
| 42 |
+
"video_processor_type": "Qwen2VLVideoProcessor"
|
| 43 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|