Initial model upload
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +58 -0
- adapter_config.json +26 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +16 -0
- all_results.json +9 -0
- checkpoint-100/README.md +202 -0
- checkpoint-100/adapter_config.json +26 -0
- checkpoint-100/adapter_model.safetensors +3 -0
- checkpoint-100/added_tokens.json +16 -0
- checkpoint-100/merges.txt +0 -0
- checkpoint-100/optimizer.pt +3 -0
- checkpoint-100/preprocessor_config.json +29 -0
- checkpoint-100/rng_state.pth +3 -0
- checkpoint-100/scheduler.pt +3 -0
- checkpoint-100/special_tokens_map.json +31 -0
- checkpoint-100/tokenizer.json +0 -0
- checkpoint-100/tokenizer_config.json +143 -0
- checkpoint-100/trainer_state.json +193 -0
- checkpoint-100/training_args.bin +3 -0
- checkpoint-100/vocab.json +0 -0
- checkpoint-200/README.md +202 -0
- checkpoint-200/adapter_config.json +26 -0
- checkpoint-200/adapter_model.safetensors +3 -0
- checkpoint-200/added_tokens.json +16 -0
- checkpoint-200/merges.txt +0 -0
- checkpoint-200/optimizer.pt +3 -0
- checkpoint-200/preprocessor_config.json +29 -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 +0 -0
- checkpoint-200/tokenizer_config.json +143 -0
- checkpoint-200/trainer_state.json +353 -0
- checkpoint-200/training_args.bin +3 -0
- checkpoint-200/vocab.json +0 -0
- checkpoint-300/README.md +202 -0
- checkpoint-300/adapter_config.json +26 -0
- checkpoint-300/adapter_model.safetensors +3 -0
- checkpoint-300/added_tokens.json +16 -0
- checkpoint-300/merges.txt +0 -0
- checkpoint-300/optimizer.pt +3 -0
- checkpoint-300/preprocessor_config.json +29 -0
- checkpoint-300/rng_state.pth +3 -0
- checkpoint-300/scheduler.pt +3 -0
- checkpoint-300/special_tokens_map.json +31 -0
- checkpoint-300/tokenizer.json +0 -0
- checkpoint-300/tokenizer_config.json +143 -0
- checkpoint-300/trainer_state.json +513 -0
- checkpoint-300/training_args.bin +3 -0
- checkpoint-300/vocab.json +0 -0
README.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2-VL-2B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
license: other
|
| 5 |
+
tags:
|
| 6 |
+
- llama-factory
|
| 7 |
+
- lora
|
| 8 |
+
- generated_from_trainer
|
| 9 |
+
model-index:
|
| 10 |
+
- name: train_2024-09-20-07-59-22
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
# train_2024-09-20-07-59-22
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [Qwen/Qwen2-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct) on the mllm_demo dataset.
|
| 20 |
+
|
| 21 |
+
## Model description
|
| 22 |
+
|
| 23 |
+
More information needed
|
| 24 |
+
|
| 25 |
+
## Intended uses & limitations
|
| 26 |
+
|
| 27 |
+
More information needed
|
| 28 |
+
|
| 29 |
+
## Training and evaluation data
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Training procedure
|
| 34 |
+
|
| 35 |
+
### Training hyperparameters
|
| 36 |
+
|
| 37 |
+
The following hyperparameters were used during training:
|
| 38 |
+
- learning_rate: 5e-05
|
| 39 |
+
- train_batch_size: 2
|
| 40 |
+
- eval_batch_size: 8
|
| 41 |
+
- seed: 42
|
| 42 |
+
- gradient_accumulation_steps: 8
|
| 43 |
+
- total_train_batch_size: 16
|
| 44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
+
- lr_scheduler_type: cosine
|
| 46 |
+
- num_epochs: 3.0
|
| 47 |
+
|
| 48 |
+
### Training results
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
### Framework versions
|
| 53 |
+
|
| 54 |
+
- PEFT 0.12.0
|
| 55 |
+
- Transformers 4.45.0.dev0
|
| 56 |
+
- Pytorch 2.3.1+cu121
|
| 57 |
+
- Datasets 2.21.0
|
| 58 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layer_replication": null,
|
| 10 |
+
"layers_pattern": null,
|
| 11 |
+
"layers_to_transform": null,
|
| 12 |
+
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 16,
|
| 14 |
+
"lora_dropout": 0,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 8,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": "^(?!.*visual).*(?:q_proj|up_proj|k_proj|down_proj|v_proj|o_proj|gate_proj).*",
|
| 23 |
+
"task_type": "CAUSAL_LM",
|
| 24 |
+
"use_dora": false,
|
| 25 |
+
"use_rslora": false
|
| 26 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbe742ab1fff08cca8e1920428f0bce4ae35e374f37d9cf77c0c9282684d3e85
|
| 3 |
+
size 36981072
|
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 |
+
}
|
all_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.9936575052854124,
|
| 3 |
+
"num_input_tokens_seen": 4597544,
|
| 4 |
+
"total_flos": 5.475245368337203e+16,
|
| 5 |
+
"train_loss": 2.9544576898133013,
|
| 6 |
+
"train_runtime": 3114.1126,
|
| 7 |
+
"train_samples_per_second": 1.822,
|
| 8 |
+
"train_steps_per_second": 0.114
|
| 9 |
+
}
|
checkpoint-100/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2-VL-2B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
+
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
+
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
+
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
+
|
| 76 |
+
## Training Details
|
| 77 |
+
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.12.0
|
checkpoint-100/adapter_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layer_replication": null,
|
| 10 |
+
"layers_pattern": null,
|
| 11 |
+
"layers_to_transform": null,
|
| 12 |
+
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 16,
|
| 14 |
+
"lora_dropout": 0,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 8,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": "^(?!.*visual).*(?:q_proj|up_proj|k_proj|down_proj|v_proj|o_proj|gate_proj).*",
|
| 23 |
+
"task_type": "CAUSAL_LM",
|
| 24 |
+
"use_dora": false,
|
| 25 |
+
"use_rslora": false
|
| 26 |
+
}
|
checkpoint-100/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6531152952d0b28f958fa340d31da691089a8e27291a917d5f61610efe069aad
|
| 3 |
+
size 36981072
|
checkpoint-100/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-100/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-100/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6f95f20c81cd51f1dfc6095c11bcccfa9eb8c3092c253702591f9ad516d075f
|
| 3 |
+
size 74188650
|
checkpoint-100/preprocessor_config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_rgb": true,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"image_mean": [
|
| 7 |
+
0.48145466,
|
| 8 |
+
0.4578275,
|
| 9 |
+
0.40821073
|
| 10 |
+
],
|
| 11 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.26862954,
|
| 14 |
+
0.26130258,
|
| 15 |
+
0.27577711
|
| 16 |
+
],
|
| 17 |
+
"max_pixels": 12845056,
|
| 18 |
+
"merge_size": 2,
|
| 19 |
+
"min_pixels": 3136,
|
| 20 |
+
"patch_size": 14,
|
| 21 |
+
"processor_class": "Qwen2VLProcessor",
|
| 22 |
+
"resample": 3,
|
| 23 |
+
"rescale_factor": 0.00392156862745098,
|
| 24 |
+
"size": {
|
| 25 |
+
"max_pixels": 12845056,
|
| 26 |
+
"min_pixels": 3136
|
| 27 |
+
},
|
| 28 |
+
"temporal_patch_size": 2
|
| 29 |
+
}
|
checkpoint-100/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:386fcc8cc1089aade9450d86fb239ea3483f455fd2d78d8378645feecfec9d69
|
| 3 |
+
size 14244
|
checkpoint-100/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04dd9dcd59991cca937944d88165fb0151aa24efcec26f3d7e0c4328a22a9a34
|
| 3 |
+
size 1064
|
checkpoint-100/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-100/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-100/tokenizer_config.json
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"151643": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"151644": {
|
| 13 |
+
"content": "<|im_start|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"151645": {
|
| 21 |
+
"content": "<|im_end|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"151646": {
|
| 29 |
+
"content": "<|object_ref_start|>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"151647": {
|
| 37 |
+
"content": "<|object_ref_end|>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"151648": {
|
| 45 |
+
"content": "<|box_start|>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"151649": {
|
| 53 |
+
"content": "<|box_end|>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"151650": {
|
| 61 |
+
"content": "<|quad_start|>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"151651": {
|
| 69 |
+
"content": "<|quad_end|>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"151652": {
|
| 77 |
+
"content": "<|vision_start|>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"151653": {
|
| 85 |
+
"content": "<|vision_end|>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"151654": {
|
| 93 |
+
"content": "<|vision_pad|>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"151655": {
|
| 101 |
+
"content": "<|image_pad|>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"151656": {
|
| 109 |
+
"content": "<|video_pad|>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
}
|
| 116 |
+
},
|
| 117 |
+
"additional_special_tokens": [
|
| 118 |
+
"<|im_start|>",
|
| 119 |
+
"<|im_end|>",
|
| 120 |
+
"<|object_ref_start|>",
|
| 121 |
+
"<|object_ref_end|>",
|
| 122 |
+
"<|box_start|>",
|
| 123 |
+
"<|box_end|>",
|
| 124 |
+
"<|quad_start|>",
|
| 125 |
+
"<|quad_end|>",
|
| 126 |
+
"<|vision_start|>",
|
| 127 |
+
"<|vision_end|>",
|
| 128 |
+
"<|vision_pad|>",
|
| 129 |
+
"<|image_pad|>",
|
| 130 |
+
"<|video_pad|>"
|
| 131 |
+
],
|
| 132 |
+
"bos_token": null,
|
| 133 |
+
"chat_template": "{% set system_message = 'You are a helpful assistant.' %}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\n' + content + '<|im_end|>\n<|im_start|>assistant\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
|
| 134 |
+
"clean_up_tokenization_spaces": false,
|
| 135 |
+
"eos_token": "<|im_end|>",
|
| 136 |
+
"errors": "replace",
|
| 137 |
+
"model_max_length": 32768,
|
| 138 |
+
"pad_token": "<|endoftext|>",
|
| 139 |
+
"padding_side": "right",
|
| 140 |
+
"split_special_tokens": false,
|
| 141 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 142 |
+
"unk_token": null
|
| 143 |
+
}
|
checkpoint-100/trainer_state.json
ADDED
|
@@ -0,0 +1,193 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.8456659619450317,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 100,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.042283298097251586,
|
| 13 |
+
"grad_norm": 1.2008394002914429,
|
| 14 |
+
"learning_rate": 4.9975392245612254e-05,
|
| 15 |
+
"loss": 4.1473,
|
| 16 |
+
"num_input_tokens_seen": 68384,
|
| 17 |
+
"step": 5
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.08456659619450317,
|
| 21 |
+
"grad_norm": 1.1565380096435547,
|
| 22 |
+
"learning_rate": 4.9901617425775067e-05,
|
| 23 |
+
"loss": 4.021,
|
| 24 |
+
"num_input_tokens_seen": 128224,
|
| 25 |
+
"step": 10
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"epoch": 0.12684989429175475,
|
| 29 |
+
"grad_norm": 0.972896158695221,
|
| 30 |
+
"learning_rate": 4.9778820775100185e-05,
|
| 31 |
+
"loss": 3.8212,
|
| 32 |
+
"num_input_tokens_seen": 197760,
|
| 33 |
+
"step": 15
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"epoch": 0.16913319238900634,
|
| 37 |
+
"grad_norm": 1.0641047954559326,
|
| 38 |
+
"learning_rate": 4.9607244033573156e-05,
|
| 39 |
+
"loss": 3.7653,
|
| 40 |
+
"num_input_tokens_seen": 262832,
|
| 41 |
+
"step": 20
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"epoch": 0.21141649048625794,
|
| 45 |
+
"grad_norm": 1.0994701385498047,
|
| 46 |
+
"learning_rate": 4.93872249706591e-05,
|
| 47 |
+
"loss": 3.7434,
|
| 48 |
+
"num_input_tokens_seen": 333472,
|
| 49 |
+
"step": 25
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"epoch": 0.2536997885835095,
|
| 53 |
+
"grad_norm": 1.193864107131958,
|
| 54 |
+
"learning_rate": 4.91191967203629e-05,
|
| 55 |
+
"loss": 3.5488,
|
| 56 |
+
"num_input_tokens_seen": 393616,
|
| 57 |
+
"step": 30
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"epoch": 0.2959830866807611,
|
| 61 |
+
"grad_norm": 1.0215297937393188,
|
| 62 |
+
"learning_rate": 4.8803686928552736e-05,
|
| 63 |
+
"loss": 3.5732,
|
| 64 |
+
"num_input_tokens_seen": 458240,
|
| 65 |
+
"step": 35
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.3382663847780127,
|
| 69 |
+
"grad_norm": 1.312198519706726,
|
| 70 |
+
"learning_rate": 4.84413167142257e-05,
|
| 71 |
+
"loss": 3.7108,
|
| 72 |
+
"num_input_tokens_seen": 524576,
|
| 73 |
+
"step": 40
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.38054968287526425,
|
| 77 |
+
"grad_norm": 1.3579617738723755,
|
| 78 |
+
"learning_rate": 4.803279944676032e-05,
|
| 79 |
+
"loss": 3.6871,
|
| 80 |
+
"num_input_tokens_seen": 591856,
|
| 81 |
+
"step": 45
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.42283298097251587,
|
| 85 |
+
"grad_norm": 1.4524191617965698,
|
| 86 |
+
"learning_rate": 4.7578939341563095e-05,
|
| 87 |
+
"loss": 3.286,
|
| 88 |
+
"num_input_tokens_seen": 655648,
|
| 89 |
+
"step": 50
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 0.46511627906976744,
|
| 93 |
+
"grad_norm": 1.248831033706665,
|
| 94 |
+
"learning_rate": 4.70806298768736e-05,
|
| 95 |
+
"loss": 3.5377,
|
| 96 |
+
"num_input_tokens_seen": 721280,
|
| 97 |
+
"step": 55
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"epoch": 0.507399577167019,
|
| 101 |
+
"grad_norm": 1.2427473068237305,
|
| 102 |
+
"learning_rate": 4.653885203484515e-05,
|
| 103 |
+
"loss": 3.56,
|
| 104 |
+
"num_input_tokens_seen": 784688,
|
| 105 |
+
"step": 60
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 0.5496828752642706,
|
| 109 |
+
"grad_norm": 1.323653221130371,
|
| 110 |
+
"learning_rate": 4.595467237036329e-05,
|
| 111 |
+
"loss": 3.4937,
|
| 112 |
+
"num_input_tokens_seen": 850848,
|
| 113 |
+
"step": 65
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"epoch": 0.5919661733615222,
|
| 117 |
+
"grad_norm": 1.3730229139328003,
|
| 118 |
+
"learning_rate": 4.532924091140417e-05,
|
| 119 |
+
"loss": 3.3823,
|
| 120 |
+
"num_input_tokens_seen": 912480,
|
| 121 |
+
"step": 70
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.6342494714587738,
|
| 125 |
+
"grad_norm": 1.5328903198242188,
|
| 126 |
+
"learning_rate": 4.466378889506607e-05,
|
| 127 |
+
"loss": 3.3798,
|
| 128 |
+
"num_input_tokens_seen": 978448,
|
| 129 |
+
"step": 75
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.6765327695560254,
|
| 133 |
+
"grad_norm": 1.4153543710708618,
|
| 134 |
+
"learning_rate": 4.395962634373097e-05,
|
| 135 |
+
"loss": 3.3044,
|
| 136 |
+
"num_input_tokens_seen": 1041280,
|
| 137 |
+
"step": 80
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 0.718816067653277,
|
| 141 |
+
"grad_norm": 1.6301600933074951,
|
| 142 |
+
"learning_rate": 4.3218139486127854e-05,
|
| 143 |
+
"loss": 3.3661,
|
| 144 |
+
"num_input_tokens_seen": 1102224,
|
| 145 |
+
"step": 85
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.7610993657505285,
|
| 149 |
+
"grad_norm": 1.6634522676467896,
|
| 150 |
+
"learning_rate": 4.2440788028374624e-05,
|
| 151 |
+
"loss": 3.3829,
|
| 152 |
+
"num_input_tokens_seen": 1166576,
|
| 153 |
+
"step": 90
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.8033826638477801,
|
| 157 |
+
"grad_norm": 1.4539167881011963,
|
| 158 |
+
"learning_rate": 4.1629102280370904e-05,
|
| 159 |
+
"loss": 3.2241,
|
| 160 |
+
"num_input_tokens_seen": 1230096,
|
| 161 |
+
"step": 95
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"epoch": 0.8456659619450317,
|
| 165 |
+
"grad_norm": 1.453364372253418,
|
| 166 |
+
"learning_rate": 4.0784680143198836e-05,
|
| 167 |
+
"loss": 3.0931,
|
| 168 |
+
"num_input_tokens_seen": 1297968,
|
| 169 |
+
"step": 100
|
| 170 |
+
}
|
| 171 |
+
],
|
| 172 |
+
"logging_steps": 5,
|
| 173 |
+
"max_steps": 354,
|
| 174 |
+
"num_input_tokens_seen": 1297968,
|
| 175 |
+
"num_train_epochs": 3,
|
| 176 |
+
"save_steps": 100,
|
| 177 |
+
"stateful_callbacks": {
|
| 178 |
+
"TrainerControl": {
|
| 179 |
+
"args": {
|
| 180 |
+
"should_epoch_stop": false,
|
| 181 |
+
"should_evaluate": false,
|
| 182 |
+
"should_log": false,
|
| 183 |
+
"should_save": true,
|
| 184 |
+
"should_training_stop": false
|
| 185 |
+
},
|
| 186 |
+
"attributes": {}
|
| 187 |
+
}
|
| 188 |
+
},
|
| 189 |
+
"total_flos": 1.5457586224840704e+16,
|
| 190 |
+
"train_batch_size": 2,
|
| 191 |
+
"trial_name": null,
|
| 192 |
+
"trial_params": null
|
| 193 |
+
}
|
checkpoint-100/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5ffc1f66e5aa3de4b714f2b3822cf0f4055bcd46a4096c6e5c3e47b3d4540a1
|
| 3 |
+
size 5432
|
checkpoint-100/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-200/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2-VL-2B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
+
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
+
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
+
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
+
|
| 76 |
+
## Training Details
|
| 77 |
+
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.12.0
|
checkpoint-200/adapter_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layer_replication": null,
|
| 10 |
+
"layers_pattern": null,
|
| 11 |
+
"layers_to_transform": null,
|
| 12 |
+
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 16,
|
| 14 |
+
"lora_dropout": 0,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 8,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": "^(?!.*visual).*(?:q_proj|up_proj|k_proj|down_proj|v_proj|o_proj|gate_proj).*",
|
| 23 |
+
"task_type": "CAUSAL_LM",
|
| 24 |
+
"use_dora": false,
|
| 25 |
+
"use_rslora": false
|
| 26 |
+
}
|
checkpoint-200/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afa4d40e33e11107719ab5bf9501376ee613320df6a77255b90a0c6c0a0d0c9e
|
| 3 |
+
size 36981072
|
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/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:08e6b9fcbb722812a26827515001fb3b132631d15e5597f61fcd8df6fe9fb67a
|
| 3 |
+
size 74188650
|
checkpoint-200/preprocessor_config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_rgb": true,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"image_mean": [
|
| 7 |
+
0.48145466,
|
| 8 |
+
0.4578275,
|
| 9 |
+
0.40821073
|
| 10 |
+
],
|
| 11 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.26862954,
|
| 14 |
+
0.26130258,
|
| 15 |
+
0.27577711
|
| 16 |
+
],
|
| 17 |
+
"max_pixels": 12845056,
|
| 18 |
+
"merge_size": 2,
|
| 19 |
+
"min_pixels": 3136,
|
| 20 |
+
"patch_size": 14,
|
| 21 |
+
"processor_class": "Qwen2VLProcessor",
|
| 22 |
+
"resample": 3,
|
| 23 |
+
"rescale_factor": 0.00392156862745098,
|
| 24 |
+
"size": {
|
| 25 |
+
"max_pixels": 12845056,
|
| 26 |
+
"min_pixels": 3136
|
| 27 |
+
},
|
| 28 |
+
"temporal_patch_size": 2
|
| 29 |
+
}
|
checkpoint-200/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ff264f99d31b522cc7e2a4eac9d38606d0c58a34c0adc74d71e0ca8b371dc36
|
| 3 |
+
size 14244
|
checkpoint-200/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b38fcdee1f6f088caee5d91891180bcd8066f8dc1f962727fbfed0a1194bbedb
|
| 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
|
The diff for this file is too large to render.
See raw diff
|
|
|
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 |
+
"chat_template": "{% set system_message = 'You are a helpful assistant.' %}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\n' + content + '<|im_end|>\n<|im_start|>assistant\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
|
| 134 |
+
"clean_up_tokenization_spaces": false,
|
| 135 |
+
"eos_token": "<|im_end|>",
|
| 136 |
+
"errors": "replace",
|
| 137 |
+
"model_max_length": 32768,
|
| 138 |
+
"pad_token": "<|endoftext|>",
|
| 139 |
+
"padding_side": "right",
|
| 140 |
+
"split_special_tokens": false,
|
| 141 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 142 |
+
"unk_token": null
|
| 143 |
+
}
|
checkpoint-200/trainer_state.json
ADDED
|
@@ -0,0 +1,353 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 1.6913319238900635,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 200,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.042283298097251586,
|
| 13 |
+
"grad_norm": 1.2008394002914429,
|
| 14 |
+
"learning_rate": 4.9975392245612254e-05,
|
| 15 |
+
"loss": 4.1473,
|
| 16 |
+
"num_input_tokens_seen": 68384,
|
| 17 |
+
"step": 5
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.08456659619450317,
|
| 21 |
+
"grad_norm": 1.1565380096435547,
|
| 22 |
+
"learning_rate": 4.9901617425775067e-05,
|
| 23 |
+
"loss": 4.021,
|
| 24 |
+
"num_input_tokens_seen": 128224,
|
| 25 |
+
"step": 10
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"epoch": 0.12684989429175475,
|
| 29 |
+
"grad_norm": 0.972896158695221,
|
| 30 |
+
"learning_rate": 4.9778820775100185e-05,
|
| 31 |
+
"loss": 3.8212,
|
| 32 |
+
"num_input_tokens_seen": 197760,
|
| 33 |
+
"step": 15
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"epoch": 0.16913319238900634,
|
| 37 |
+
"grad_norm": 1.0641047954559326,
|
| 38 |
+
"learning_rate": 4.9607244033573156e-05,
|
| 39 |
+
"loss": 3.7653,
|
| 40 |
+
"num_input_tokens_seen": 262832,
|
| 41 |
+
"step": 20
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"epoch": 0.21141649048625794,
|
| 45 |
+
"grad_norm": 1.0994701385498047,
|
| 46 |
+
"learning_rate": 4.93872249706591e-05,
|
| 47 |
+
"loss": 3.7434,
|
| 48 |
+
"num_input_tokens_seen": 333472,
|
| 49 |
+
"step": 25
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"epoch": 0.2536997885835095,
|
| 53 |
+
"grad_norm": 1.193864107131958,
|
| 54 |
+
"learning_rate": 4.91191967203629e-05,
|
| 55 |
+
"loss": 3.5488,
|
| 56 |
+
"num_input_tokens_seen": 393616,
|
| 57 |
+
"step": 30
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"epoch": 0.2959830866807611,
|
| 61 |
+
"grad_norm": 1.0215297937393188,
|
| 62 |
+
"learning_rate": 4.8803686928552736e-05,
|
| 63 |
+
"loss": 3.5732,
|
| 64 |
+
"num_input_tokens_seen": 458240,
|
| 65 |
+
"step": 35
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.3382663847780127,
|
| 69 |
+
"grad_norm": 1.312198519706726,
|
| 70 |
+
"learning_rate": 4.84413167142257e-05,
|
| 71 |
+
"loss": 3.7108,
|
| 72 |
+
"num_input_tokens_seen": 524576,
|
| 73 |
+
"step": 40
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.38054968287526425,
|
| 77 |
+
"grad_norm": 1.3579617738723755,
|
| 78 |
+
"learning_rate": 4.803279944676032e-05,
|
| 79 |
+
"loss": 3.6871,
|
| 80 |
+
"num_input_tokens_seen": 591856,
|
| 81 |
+
"step": 45
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.42283298097251587,
|
| 85 |
+
"grad_norm": 1.4524191617965698,
|
| 86 |
+
"learning_rate": 4.7578939341563095e-05,
|
| 87 |
+
"loss": 3.286,
|
| 88 |
+
"num_input_tokens_seen": 655648,
|
| 89 |
+
"step": 50
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 0.46511627906976744,
|
| 93 |
+
"grad_norm": 1.248831033706665,
|
| 94 |
+
"learning_rate": 4.70806298768736e-05,
|
| 95 |
+
"loss": 3.5377,
|
| 96 |
+
"num_input_tokens_seen": 721280,
|
| 97 |
+
"step": 55
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"epoch": 0.507399577167019,
|
| 101 |
+
"grad_norm": 1.2427473068237305,
|
| 102 |
+
"learning_rate": 4.653885203484515e-05,
|
| 103 |
+
"loss": 3.56,
|
| 104 |
+
"num_input_tokens_seen": 784688,
|
| 105 |
+
"step": 60
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 0.5496828752642706,
|
| 109 |
+
"grad_norm": 1.323653221130371,
|
| 110 |
+
"learning_rate": 4.595467237036329e-05,
|
| 111 |
+
"loss": 3.4937,
|
| 112 |
+
"num_input_tokens_seen": 850848,
|
| 113 |
+
"step": 65
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"epoch": 0.5919661733615222,
|
| 117 |
+
"grad_norm": 1.3730229139328003,
|
| 118 |
+
"learning_rate": 4.532924091140417e-05,
|
| 119 |
+
"loss": 3.3823,
|
| 120 |
+
"num_input_tokens_seen": 912480,
|
| 121 |
+
"step": 70
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.6342494714587738,
|
| 125 |
+
"grad_norm": 1.5328903198242188,
|
| 126 |
+
"learning_rate": 4.466378889506607e-05,
|
| 127 |
+
"loss": 3.3798,
|
| 128 |
+
"num_input_tokens_seen": 978448,
|
| 129 |
+
"step": 75
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.6765327695560254,
|
| 133 |
+
"grad_norm": 1.4153543710708618,
|
| 134 |
+
"learning_rate": 4.395962634373097e-05,
|
| 135 |
+
"loss": 3.3044,
|
| 136 |
+
"num_input_tokens_seen": 1041280,
|
| 137 |
+
"step": 80
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 0.718816067653277,
|
| 141 |
+
"grad_norm": 1.6301600933074951,
|
| 142 |
+
"learning_rate": 4.3218139486127854e-05,
|
| 143 |
+
"loss": 3.3661,
|
| 144 |
+
"num_input_tokens_seen": 1102224,
|
| 145 |
+
"step": 85
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.7610993657505285,
|
| 149 |
+
"grad_norm": 1.6634522676467896,
|
| 150 |
+
"learning_rate": 4.2440788028374624e-05,
|
| 151 |
+
"loss": 3.3829,
|
| 152 |
+
"num_input_tokens_seen": 1166576,
|
| 153 |
+
"step": 90
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.8033826638477801,
|
| 157 |
+
"grad_norm": 1.4539167881011963,
|
| 158 |
+
"learning_rate": 4.1629102280370904e-05,
|
| 159 |
+
"loss": 3.2241,
|
| 160 |
+
"num_input_tokens_seen": 1230096,
|
| 161 |
+
"step": 95
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"epoch": 0.8456659619450317,
|
| 165 |
+
"grad_norm": 1.453364372253418,
|
| 166 |
+
"learning_rate": 4.0784680143198836e-05,
|
| 167 |
+
"loss": 3.0931,
|
| 168 |
+
"num_input_tokens_seen": 1297968,
|
| 169 |
+
"step": 100
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"epoch": 0.8879492600422833,
|
| 173 |
+
"grad_norm": 2.0559964179992676,
|
| 174 |
+
"learning_rate": 3.990918396346254e-05,
|
| 175 |
+
"loss": 3.3581,
|
| 176 |
+
"num_input_tokens_seen": 1361760,
|
| 177 |
+
"step": 105
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.9302325581395349,
|
| 181 |
+
"grad_norm": 2.0426218509674072,
|
| 182 |
+
"learning_rate": 3.900433726075865e-05,
|
| 183 |
+
"loss": 3.2308,
|
| 184 |
+
"num_input_tokens_seen": 1422096,
|
| 185 |
+
"step": 110
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.9725158562367865,
|
| 189 |
+
"grad_norm": 1.7696195840835571,
|
| 190 |
+
"learning_rate": 3.8071921334720696e-05,
|
| 191 |
+
"loss": 3.1427,
|
| 192 |
+
"num_input_tokens_seen": 1491120,
|
| 193 |
+
"step": 115
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"epoch": 1.014799154334038,
|
| 197 |
+
"grad_norm": 2.3205981254577637,
|
| 198 |
+
"learning_rate": 3.711377175831626e-05,
|
| 199 |
+
"loss": 3.0988,
|
| 200 |
+
"num_input_tokens_seen": 1556440,
|
| 201 |
+
"step": 120
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 1.0570824524312896,
|
| 205 |
+
"grad_norm": 1.7631757259368896,
|
| 206 |
+
"learning_rate": 3.613177476430079e-05,
|
| 207 |
+
"loss": 3.0695,
|
| 208 |
+
"num_input_tokens_seen": 1624200,
|
| 209 |
+
"step": 125
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"epoch": 1.0993657505285412,
|
| 213 |
+
"grad_norm": 2.32861328125,
|
| 214 |
+
"learning_rate": 3.512786353194134e-05,
|
| 215 |
+
"loss": 3.1109,
|
| 216 |
+
"num_input_tokens_seen": 1686600,
|
| 217 |
+
"step": 130
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"epoch": 1.1416490486257929,
|
| 221 |
+
"grad_norm": 2.1291067600250244,
|
| 222 |
+
"learning_rate": 3.410401438132056e-05,
|
| 223 |
+
"loss": 3.116,
|
| 224 |
+
"num_input_tokens_seen": 1755144,
|
| 225 |
+
"step": 135
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"epoch": 1.1839323467230445,
|
| 229 |
+
"grad_norm": 1.8158444166183472,
|
| 230 |
+
"learning_rate": 3.3062242882712724e-05,
|
| 231 |
+
"loss": 2.9528,
|
| 232 |
+
"num_input_tokens_seen": 1819672,
|
| 233 |
+
"step": 140
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 1.226215644820296,
|
| 237 |
+
"grad_norm": 2.161515951156616,
|
| 238 |
+
"learning_rate": 3.200459988869111e-05,
|
| 239 |
+
"loss": 2.8494,
|
| 240 |
+
"num_input_tokens_seen": 1886136,
|
| 241 |
+
"step": 145
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 1.2684989429175475,
|
| 245 |
+
"grad_norm": 2.321112632751465,
|
| 246 |
+
"learning_rate": 3.093316749677788e-05,
|
| 247 |
+
"loss": 3.1525,
|
| 248 |
+
"num_input_tokens_seen": 1947656,
|
| 249 |
+
"step": 150
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 1.3107822410147991,
|
| 253 |
+
"grad_norm": 2.4329445362091064,
|
| 254 |
+
"learning_rate": 2.985005495058446e-05,
|
| 255 |
+
"loss": 2.8991,
|
| 256 |
+
"num_input_tokens_seen": 2013272,
|
| 257 |
+
"step": 155
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"epoch": 1.3530655391120507,
|
| 261 |
+
"grad_norm": 2.7929720878601074,
|
| 262 |
+
"learning_rate": 2.875739448751176e-05,
|
| 263 |
+
"loss": 3.026,
|
| 264 |
+
"num_input_tokens_seen": 2079816,
|
| 265 |
+
"step": 160
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"epoch": 1.3953488372093024,
|
| 269 |
+
"grad_norm": 2.6059908866882324,
|
| 270 |
+
"learning_rate": 2.7657337141184138e-05,
|
| 271 |
+
"loss": 2.8813,
|
| 272 |
+
"num_input_tokens_seen": 2146008,
|
| 273 |
+
"step": 165
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"epoch": 1.437632135306554,
|
| 277 |
+
"grad_norm": 2.831233501434326,
|
| 278 |
+
"learning_rate": 2.655204850688085e-05,
|
| 279 |
+
"loss": 2.7721,
|
| 280 |
+
"num_input_tokens_seen": 2212840,
|
| 281 |
+
"step": 170
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"epoch": 1.4799154334038054,
|
| 285 |
+
"grad_norm": 2.757953643798828,
|
| 286 |
+
"learning_rate": 2.5443704478301154e-05,
|
| 287 |
+
"loss": 2.737,
|
| 288 |
+
"num_input_tokens_seen": 2278824,
|
| 289 |
+
"step": 175
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 1.522198731501057,
|
| 293 |
+
"grad_norm": 2.8655178546905518,
|
| 294 |
+
"learning_rate": 2.433448696405563e-05,
|
| 295 |
+
"loss": 2.6645,
|
| 296 |
+
"num_input_tokens_seen": 2339768,
|
| 297 |
+
"step": 180
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 1.5644820295983086,
|
| 301 |
+
"grad_norm": 2.8346216678619385,
|
| 302 |
+
"learning_rate": 2.3226579592316538e-05,
|
| 303 |
+
"loss": 2.7233,
|
| 304 |
+
"num_input_tokens_seen": 2407976,
|
| 305 |
+
"step": 185
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"epoch": 1.6067653276955602,
|
| 309 |
+
"grad_norm": 2.432692766189575,
|
| 310 |
+
"learning_rate": 2.2122163412082927e-05,
|
| 311 |
+
"loss": 2.7463,
|
| 312 |
+
"num_input_tokens_seen": 2469176,
|
| 313 |
+
"step": 190
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"epoch": 1.6490486257928119,
|
| 317 |
+
"grad_norm": 3.0815346240997314,
|
| 318 |
+
"learning_rate": 2.1023412599523204e-05,
|
| 319 |
+
"loss": 2.8348,
|
| 320 |
+
"num_input_tokens_seen": 2528152,
|
| 321 |
+
"step": 195
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"epoch": 1.6913319238900635,
|
| 325 |
+
"grad_norm": 3.362581968307495,
|
| 326 |
+
"learning_rate": 1.993249017784766e-05,
|
| 327 |
+
"loss": 2.7732,
|
| 328 |
+
"num_input_tokens_seen": 2588984,
|
| 329 |
+
"step": 200
|
| 330 |
+
}
|
| 331 |
+
],
|
| 332 |
+
"logging_steps": 5,
|
| 333 |
+
"max_steps": 354,
|
| 334 |
+
"num_input_tokens_seen": 2588984,
|
| 335 |
+
"num_train_epochs": 3,
|
| 336 |
+
"save_steps": 100,
|
| 337 |
+
"stateful_callbacks": {
|
| 338 |
+
"TrainerControl": {
|
| 339 |
+
"args": {
|
| 340 |
+
"should_epoch_stop": false,
|
| 341 |
+
"should_evaluate": false,
|
| 342 |
+
"should_log": false,
|
| 343 |
+
"should_save": true,
|
| 344 |
+
"should_training_stop": false
|
| 345 |
+
},
|
| 346 |
+
"attributes": {}
|
| 347 |
+
}
|
| 348 |
+
},
|
| 349 |
+
"total_flos": 3.083238062474035e+16,
|
| 350 |
+
"train_batch_size": 2,
|
| 351 |
+
"trial_name": null,
|
| 352 |
+
"trial_params": null
|
| 353 |
+
}
|
checkpoint-200/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5ffc1f66e5aa3de4b714f2b3822cf0f4055bcd46a4096c6e5c3e47b3d4540a1
|
| 3 |
+
size 5432
|
checkpoint-200/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-300/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2-VL-2B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
+
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
+
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
+
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
+
|
| 76 |
+
## Training Details
|
| 77 |
+
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.12.0
|
checkpoint-300/adapter_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layer_replication": null,
|
| 10 |
+
"layers_pattern": null,
|
| 11 |
+
"layers_to_transform": null,
|
| 12 |
+
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 16,
|
| 14 |
+
"lora_dropout": 0,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 8,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": "^(?!.*visual).*(?:q_proj|up_proj|k_proj|down_proj|v_proj|o_proj|gate_proj).*",
|
| 23 |
+
"task_type": "CAUSAL_LM",
|
| 24 |
+
"use_dora": false,
|
| 25 |
+
"use_rslora": false
|
| 26 |
+
}
|
checkpoint-300/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bc6b3d730c2d3f46f7683df010eb128bc39338ebd58ef6ac0a012f0e3292f42
|
| 3 |
+
size 36981072
|
checkpoint-300/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-300/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-300/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da7125dc0295b65e9c1567b237eb0f6fe7f7ea14ed978261f30c820248b2db51
|
| 3 |
+
size 74188650
|
checkpoint-300/preprocessor_config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_rgb": true,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"image_mean": [
|
| 7 |
+
0.48145466,
|
| 8 |
+
0.4578275,
|
| 9 |
+
0.40821073
|
| 10 |
+
],
|
| 11 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.26862954,
|
| 14 |
+
0.26130258,
|
| 15 |
+
0.27577711
|
| 16 |
+
],
|
| 17 |
+
"max_pixels": 12845056,
|
| 18 |
+
"merge_size": 2,
|
| 19 |
+
"min_pixels": 3136,
|
| 20 |
+
"patch_size": 14,
|
| 21 |
+
"processor_class": "Qwen2VLProcessor",
|
| 22 |
+
"resample": 3,
|
| 23 |
+
"rescale_factor": 0.00392156862745098,
|
| 24 |
+
"size": {
|
| 25 |
+
"max_pixels": 12845056,
|
| 26 |
+
"min_pixels": 3136
|
| 27 |
+
},
|
| 28 |
+
"temporal_patch_size": 2
|
| 29 |
+
}
|
checkpoint-300/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9196a1e708bf24d6abba41cce3f8558820acc3e50f9394c5955e29eb41ffea3d
|
| 3 |
+
size 14244
|
checkpoint-300/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b536bbd5401df732c4ca4af58f86f6646b737fee8a39cc0d33f379aeb951bbc1
|
| 3 |
+
size 1064
|
checkpoint-300/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-300/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-300/tokenizer_config.json
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"151643": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"151644": {
|
| 13 |
+
"content": "<|im_start|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"151645": {
|
| 21 |
+
"content": "<|im_end|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"151646": {
|
| 29 |
+
"content": "<|object_ref_start|>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"151647": {
|
| 37 |
+
"content": "<|object_ref_end|>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"151648": {
|
| 45 |
+
"content": "<|box_start|>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"151649": {
|
| 53 |
+
"content": "<|box_end|>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"151650": {
|
| 61 |
+
"content": "<|quad_start|>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"151651": {
|
| 69 |
+
"content": "<|quad_end|>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"151652": {
|
| 77 |
+
"content": "<|vision_start|>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"151653": {
|
| 85 |
+
"content": "<|vision_end|>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"151654": {
|
| 93 |
+
"content": "<|vision_pad|>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"151655": {
|
| 101 |
+
"content": "<|image_pad|>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"151656": {
|
| 109 |
+
"content": "<|video_pad|>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
}
|
| 116 |
+
},
|
| 117 |
+
"additional_special_tokens": [
|
| 118 |
+
"<|im_start|>",
|
| 119 |
+
"<|im_end|>",
|
| 120 |
+
"<|object_ref_start|>",
|
| 121 |
+
"<|object_ref_end|>",
|
| 122 |
+
"<|box_start|>",
|
| 123 |
+
"<|box_end|>",
|
| 124 |
+
"<|quad_start|>",
|
| 125 |
+
"<|quad_end|>",
|
| 126 |
+
"<|vision_start|>",
|
| 127 |
+
"<|vision_end|>",
|
| 128 |
+
"<|vision_pad|>",
|
| 129 |
+
"<|image_pad|>",
|
| 130 |
+
"<|video_pad|>"
|
| 131 |
+
],
|
| 132 |
+
"bos_token": null,
|
| 133 |
+
"chat_template": "{% set system_message = 'You are a helpful assistant.' %}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\n' + content + '<|im_end|>\n<|im_start|>assistant\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
|
| 134 |
+
"clean_up_tokenization_spaces": false,
|
| 135 |
+
"eos_token": "<|im_end|>",
|
| 136 |
+
"errors": "replace",
|
| 137 |
+
"model_max_length": 32768,
|
| 138 |
+
"pad_token": "<|endoftext|>",
|
| 139 |
+
"padding_side": "right",
|
| 140 |
+
"split_special_tokens": false,
|
| 141 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 142 |
+
"unk_token": null
|
| 143 |
+
}
|
checkpoint-300/trainer_state.json
ADDED
|
@@ -0,0 +1,513 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 2.536997885835095,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 300,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.042283298097251586,
|
| 13 |
+
"grad_norm": 1.2008394002914429,
|
| 14 |
+
"learning_rate": 4.9975392245612254e-05,
|
| 15 |
+
"loss": 4.1473,
|
| 16 |
+
"num_input_tokens_seen": 68384,
|
| 17 |
+
"step": 5
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.08456659619450317,
|
| 21 |
+
"grad_norm": 1.1565380096435547,
|
| 22 |
+
"learning_rate": 4.9901617425775067e-05,
|
| 23 |
+
"loss": 4.021,
|
| 24 |
+
"num_input_tokens_seen": 128224,
|
| 25 |
+
"step": 10
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"epoch": 0.12684989429175475,
|
| 29 |
+
"grad_norm": 0.972896158695221,
|
| 30 |
+
"learning_rate": 4.9778820775100185e-05,
|
| 31 |
+
"loss": 3.8212,
|
| 32 |
+
"num_input_tokens_seen": 197760,
|
| 33 |
+
"step": 15
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"epoch": 0.16913319238900634,
|
| 37 |
+
"grad_norm": 1.0641047954559326,
|
| 38 |
+
"learning_rate": 4.9607244033573156e-05,
|
| 39 |
+
"loss": 3.7653,
|
| 40 |
+
"num_input_tokens_seen": 262832,
|
| 41 |
+
"step": 20
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"epoch": 0.21141649048625794,
|
| 45 |
+
"grad_norm": 1.0994701385498047,
|
| 46 |
+
"learning_rate": 4.93872249706591e-05,
|
| 47 |
+
"loss": 3.7434,
|
| 48 |
+
"num_input_tokens_seen": 333472,
|
| 49 |
+
"step": 25
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"epoch": 0.2536997885835095,
|
| 53 |
+
"grad_norm": 1.193864107131958,
|
| 54 |
+
"learning_rate": 4.91191967203629e-05,
|
| 55 |
+
"loss": 3.5488,
|
| 56 |
+
"num_input_tokens_seen": 393616,
|
| 57 |
+
"step": 30
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"epoch": 0.2959830866807611,
|
| 61 |
+
"grad_norm": 1.0215297937393188,
|
| 62 |
+
"learning_rate": 4.8803686928552736e-05,
|
| 63 |
+
"loss": 3.5732,
|
| 64 |
+
"num_input_tokens_seen": 458240,
|
| 65 |
+
"step": 35
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.3382663847780127,
|
| 69 |
+
"grad_norm": 1.312198519706726,
|
| 70 |
+
"learning_rate": 4.84413167142257e-05,
|
| 71 |
+
"loss": 3.7108,
|
| 72 |
+
"num_input_tokens_seen": 524576,
|
| 73 |
+
"step": 40
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.38054968287526425,
|
| 77 |
+
"grad_norm": 1.3579617738723755,
|
| 78 |
+
"learning_rate": 4.803279944676032e-05,
|
| 79 |
+
"loss": 3.6871,
|
| 80 |
+
"num_input_tokens_seen": 591856,
|
| 81 |
+
"step": 45
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.42283298097251587,
|
| 85 |
+
"grad_norm": 1.4524191617965698,
|
| 86 |
+
"learning_rate": 4.7578939341563095e-05,
|
| 87 |
+
"loss": 3.286,
|
| 88 |
+
"num_input_tokens_seen": 655648,
|
| 89 |
+
"step": 50
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 0.46511627906976744,
|
| 93 |
+
"grad_norm": 1.248831033706665,
|
| 94 |
+
"learning_rate": 4.70806298768736e-05,
|
| 95 |
+
"loss": 3.5377,
|
| 96 |
+
"num_input_tokens_seen": 721280,
|
| 97 |
+
"step": 55
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"epoch": 0.507399577167019,
|
| 101 |
+
"grad_norm": 1.2427473068237305,
|
| 102 |
+
"learning_rate": 4.653885203484515e-05,
|
| 103 |
+
"loss": 3.56,
|
| 104 |
+
"num_input_tokens_seen": 784688,
|
| 105 |
+
"step": 60
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 0.5496828752642706,
|
| 109 |
+
"grad_norm": 1.323653221130371,
|
| 110 |
+
"learning_rate": 4.595467237036329e-05,
|
| 111 |
+
"loss": 3.4937,
|
| 112 |
+
"num_input_tokens_seen": 850848,
|
| 113 |
+
"step": 65
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"epoch": 0.5919661733615222,
|
| 117 |
+
"grad_norm": 1.3730229139328003,
|
| 118 |
+
"learning_rate": 4.532924091140417e-05,
|
| 119 |
+
"loss": 3.3823,
|
| 120 |
+
"num_input_tokens_seen": 912480,
|
| 121 |
+
"step": 70
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.6342494714587738,
|
| 125 |
+
"grad_norm": 1.5328903198242188,
|
| 126 |
+
"learning_rate": 4.466378889506607e-05,
|
| 127 |
+
"loss": 3.3798,
|
| 128 |
+
"num_input_tokens_seen": 978448,
|
| 129 |
+
"step": 75
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.6765327695560254,
|
| 133 |
+
"grad_norm": 1.4153543710708618,
|
| 134 |
+
"learning_rate": 4.395962634373097e-05,
|
| 135 |
+
"loss": 3.3044,
|
| 136 |
+
"num_input_tokens_seen": 1041280,
|
| 137 |
+
"step": 80
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 0.718816067653277,
|
| 141 |
+
"grad_norm": 1.6301600933074951,
|
| 142 |
+
"learning_rate": 4.3218139486127854e-05,
|
| 143 |
+
"loss": 3.3661,
|
| 144 |
+
"num_input_tokens_seen": 1102224,
|
| 145 |
+
"step": 85
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.7610993657505285,
|
| 149 |
+
"grad_norm": 1.6634522676467896,
|
| 150 |
+
"learning_rate": 4.2440788028374624e-05,
|
| 151 |
+
"loss": 3.3829,
|
| 152 |
+
"num_input_tokens_seen": 1166576,
|
| 153 |
+
"step": 90
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.8033826638477801,
|
| 157 |
+
"grad_norm": 1.4539167881011963,
|
| 158 |
+
"learning_rate": 4.1629102280370904e-05,
|
| 159 |
+
"loss": 3.2241,
|
| 160 |
+
"num_input_tokens_seen": 1230096,
|
| 161 |
+
"step": 95
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"epoch": 0.8456659619450317,
|
| 165 |
+
"grad_norm": 1.453364372253418,
|
| 166 |
+
"learning_rate": 4.0784680143198836e-05,
|
| 167 |
+
"loss": 3.0931,
|
| 168 |
+
"num_input_tokens_seen": 1297968,
|
| 169 |
+
"step": 100
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"epoch": 0.8879492600422833,
|
| 173 |
+
"grad_norm": 2.0559964179992676,
|
| 174 |
+
"learning_rate": 3.990918396346254e-05,
|
| 175 |
+
"loss": 3.3581,
|
| 176 |
+
"num_input_tokens_seen": 1361760,
|
| 177 |
+
"step": 105
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.9302325581395349,
|
| 181 |
+
"grad_norm": 2.0426218509674072,
|
| 182 |
+
"learning_rate": 3.900433726075865e-05,
|
| 183 |
+
"loss": 3.2308,
|
| 184 |
+
"num_input_tokens_seen": 1422096,
|
| 185 |
+
"step": 110
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.9725158562367865,
|
| 189 |
+
"grad_norm": 1.7696195840835571,
|
| 190 |
+
"learning_rate": 3.8071921334720696e-05,
|
| 191 |
+
"loss": 3.1427,
|
| 192 |
+
"num_input_tokens_seen": 1491120,
|
| 193 |
+
"step": 115
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"epoch": 1.014799154334038,
|
| 197 |
+
"grad_norm": 2.3205981254577637,
|
| 198 |
+
"learning_rate": 3.711377175831626e-05,
|
| 199 |
+
"loss": 3.0988,
|
| 200 |
+
"num_input_tokens_seen": 1556440,
|
| 201 |
+
"step": 120
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 1.0570824524312896,
|
| 205 |
+
"grad_norm": 1.7631757259368896,
|
| 206 |
+
"learning_rate": 3.613177476430079e-05,
|
| 207 |
+
"loss": 3.0695,
|
| 208 |
+
"num_input_tokens_seen": 1624200,
|
| 209 |
+
"step": 125
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"epoch": 1.0993657505285412,
|
| 213 |
+
"grad_norm": 2.32861328125,
|
| 214 |
+
"learning_rate": 3.512786353194134e-05,
|
| 215 |
+
"loss": 3.1109,
|
| 216 |
+
"num_input_tokens_seen": 1686600,
|
| 217 |
+
"step": 130
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"epoch": 1.1416490486257929,
|
| 221 |
+
"grad_norm": 2.1291067600250244,
|
| 222 |
+
"learning_rate": 3.410401438132056e-05,
|
| 223 |
+
"loss": 3.116,
|
| 224 |
+
"num_input_tokens_seen": 1755144,
|
| 225 |
+
"step": 135
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"epoch": 1.1839323467230445,
|
| 229 |
+
"grad_norm": 1.8158444166183472,
|
| 230 |
+
"learning_rate": 3.3062242882712724e-05,
|
| 231 |
+
"loss": 2.9528,
|
| 232 |
+
"num_input_tokens_seen": 1819672,
|
| 233 |
+
"step": 140
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 1.226215644820296,
|
| 237 |
+
"grad_norm": 2.161515951156616,
|
| 238 |
+
"learning_rate": 3.200459988869111e-05,
|
| 239 |
+
"loss": 2.8494,
|
| 240 |
+
"num_input_tokens_seen": 1886136,
|
| 241 |
+
"step": 145
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 1.2684989429175475,
|
| 245 |
+
"grad_norm": 2.321112632751465,
|
| 246 |
+
"learning_rate": 3.093316749677788e-05,
|
| 247 |
+
"loss": 3.1525,
|
| 248 |
+
"num_input_tokens_seen": 1947656,
|
| 249 |
+
"step": 150
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 1.3107822410147991,
|
| 253 |
+
"grad_norm": 2.4329445362091064,
|
| 254 |
+
"learning_rate": 2.985005495058446e-05,
|
| 255 |
+
"loss": 2.8991,
|
| 256 |
+
"num_input_tokens_seen": 2013272,
|
| 257 |
+
"step": 155
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"epoch": 1.3530655391120507,
|
| 261 |
+
"grad_norm": 2.7929720878601074,
|
| 262 |
+
"learning_rate": 2.875739448751176e-05,
|
| 263 |
+
"loss": 3.026,
|
| 264 |
+
"num_input_tokens_seen": 2079816,
|
| 265 |
+
"step": 160
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"epoch": 1.3953488372093024,
|
| 269 |
+
"grad_norm": 2.6059908866882324,
|
| 270 |
+
"learning_rate": 2.7657337141184138e-05,
|
| 271 |
+
"loss": 2.8813,
|
| 272 |
+
"num_input_tokens_seen": 2146008,
|
| 273 |
+
"step": 165
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"epoch": 1.437632135306554,
|
| 277 |
+
"grad_norm": 2.831233501434326,
|
| 278 |
+
"learning_rate": 2.655204850688085e-05,
|
| 279 |
+
"loss": 2.7721,
|
| 280 |
+
"num_input_tokens_seen": 2212840,
|
| 281 |
+
"step": 170
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"epoch": 1.4799154334038054,
|
| 285 |
+
"grad_norm": 2.757953643798828,
|
| 286 |
+
"learning_rate": 2.5443704478301154e-05,
|
| 287 |
+
"loss": 2.737,
|
| 288 |
+
"num_input_tokens_seen": 2278824,
|
| 289 |
+
"step": 175
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 1.522198731501057,
|
| 293 |
+
"grad_norm": 2.8655178546905518,
|
| 294 |
+
"learning_rate": 2.433448696405563e-05,
|
| 295 |
+
"loss": 2.6645,
|
| 296 |
+
"num_input_tokens_seen": 2339768,
|
| 297 |
+
"step": 180
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 1.5644820295983086,
|
| 301 |
+
"grad_norm": 2.8346216678619385,
|
| 302 |
+
"learning_rate": 2.3226579592316538e-05,
|
| 303 |
+
"loss": 2.7233,
|
| 304 |
+
"num_input_tokens_seen": 2407976,
|
| 305 |
+
"step": 185
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"epoch": 1.6067653276955602,
|
| 309 |
+
"grad_norm": 2.432692766189575,
|
| 310 |
+
"learning_rate": 2.2122163412082927e-05,
|
| 311 |
+
"loss": 2.7463,
|
| 312 |
+
"num_input_tokens_seen": 2469176,
|
| 313 |
+
"step": 190
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"epoch": 1.6490486257928119,
|
| 317 |
+
"grad_norm": 3.0815346240997314,
|
| 318 |
+
"learning_rate": 2.1023412599523204e-05,
|
| 319 |
+
"loss": 2.8348,
|
| 320 |
+
"num_input_tokens_seen": 2528152,
|
| 321 |
+
"step": 195
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"epoch": 1.6913319238900635,
|
| 325 |
+
"grad_norm": 3.362581968307495,
|
| 326 |
+
"learning_rate": 1.993249017784766e-05,
|
| 327 |
+
"loss": 2.7732,
|
| 328 |
+
"num_input_tokens_seen": 2588984,
|
| 329 |
+
"step": 200
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"epoch": 1.733615221987315,
|
| 333 |
+
"grad_norm": 3.2196719646453857,
|
| 334 |
+
"learning_rate": 1.8851543759137007e-05,
|
| 335 |
+
"loss": 2.7693,
|
| 336 |
+
"num_input_tokens_seen": 2657016,
|
| 337 |
+
"step": 205
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"epoch": 1.7758985200845667,
|
| 341 |
+
"grad_norm": 2.6926162242889404,
|
| 342 |
+
"learning_rate": 1.778270131650948e-05,
|
| 343 |
+
"loss": 2.6524,
|
| 344 |
+
"num_input_tokens_seen": 2719656,
|
| 345 |
+
"step": 210
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 1.8181818181818183,
|
| 349 |
+
"grad_norm": 2.9597244262695312,
|
| 350 |
+
"learning_rate": 1.672806699494966e-05,
|
| 351 |
+
"loss": 2.7338,
|
| 352 |
+
"num_input_tokens_seen": 2786168,
|
| 353 |
+
"step": 215
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 1.8604651162790697,
|
| 357 |
+
"grad_norm": 3.4195263385772705,
|
| 358 |
+
"learning_rate": 1.5689716969045848e-05,
|
| 359 |
+
"loss": 2.7467,
|
| 360 |
+
"num_input_tokens_seen": 2849400,
|
| 361 |
+
"step": 220
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"epoch": 1.9027484143763214,
|
| 365 |
+
"grad_norm": 2.8715097904205322,
|
| 366 |
+
"learning_rate": 1.4669695355790552e-05,
|
| 367 |
+
"loss": 2.5769,
|
| 368 |
+
"num_input_tokens_seen": 2917000,
|
| 369 |
+
"step": 225
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"epoch": 1.945031712473573,
|
| 373 |
+
"grad_norm": 3.514866352081299,
|
| 374 |
+
"learning_rate": 1.3670010190490073e-05,
|
| 375 |
+
"loss": 2.784,
|
| 376 |
+
"num_input_tokens_seen": 2980712,
|
| 377 |
+
"step": 230
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"epoch": 1.9873150105708244,
|
| 381 |
+
"grad_norm": 3.751493215560913,
|
| 382 |
+
"learning_rate": 1.2692629473705453e-05,
|
| 383 |
+
"loss": 2.7729,
|
| 384 |
+
"num_input_tokens_seen": 3045848,
|
| 385 |
+
"step": 235
|
| 386 |
+
},
|
| 387 |
+
{
|
| 388 |
+
"epoch": 2.029598308668076,
|
| 389 |
+
"grad_norm": 2.950978994369507,
|
| 390 |
+
"learning_rate": 1.173947729700644e-05,
|
| 391 |
+
"loss": 2.8171,
|
| 392 |
+
"num_input_tokens_seen": 3105128,
|
| 393 |
+
"step": 240
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"epoch": 2.0718816067653276,
|
| 397 |
+
"grad_norm": 3.061615467071533,
|
| 398 |
+
"learning_rate": 1.081243005516571e-05,
|
| 399 |
+
"loss": 2.5436,
|
| 400 |
+
"num_input_tokens_seen": 3175016,
|
| 401 |
+
"step": 245
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 2.1141649048625792,
|
| 405 |
+
"grad_norm": 3.8741908073425293,
|
| 406 |
+
"learning_rate": 9.913312752249903e-06,
|
| 407 |
+
"loss": 2.4681,
|
| 408 |
+
"num_input_tokens_seen": 3245608,
|
| 409 |
+
"step": 250
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 2.156448202959831,
|
| 413 |
+
"grad_norm": 4.65464448928833,
|
| 414 |
+
"learning_rate": 9.043895408879505e-06,
|
| 415 |
+
"loss": 2.4036,
|
| 416 |
+
"num_input_tokens_seen": 3308040,
|
| 417 |
+
"step": 255
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"epoch": 2.1987315010570825,
|
| 421 |
+
"grad_norm": 3.1693899631500244,
|
| 422 |
+
"learning_rate": 8.20588957773018e-06,
|
| 423 |
+
"loss": 2.4283,
|
| 424 |
+
"num_input_tokens_seen": 3376152,
|
| 425 |
+
"step": 260
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"epoch": 2.241014799154334,
|
| 429 |
+
"grad_norm": 3.5537617206573486,
|
| 430 |
+
"learning_rate": 7.400944974135427e-06,
|
| 431 |
+
"loss": 2.6161,
|
| 432 |
+
"num_input_tokens_seen": 3438504,
|
| 433 |
+
"step": 265
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"epoch": 2.2832980972515857,
|
| 437 |
+
"grad_norm": 3.5316078662872314,
|
| 438 |
+
"learning_rate": 6.6306462284233234e-06,
|
| 439 |
+
"loss": 2.6151,
|
| 440 |
+
"num_input_tokens_seen": 3508488,
|
| 441 |
+
"step": 270
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"epoch": 2.3255813953488373,
|
| 445 |
+
"grad_norm": 3.0121572017669678,
|
| 446 |
+
"learning_rate": 5.896509766381028e-06,
|
| 447 |
+
"loss": 2.5051,
|
| 448 |
+
"num_input_tokens_seen": 3572248,
|
| 449 |
+
"step": 275
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"epoch": 2.367864693446089,
|
| 453 |
+
"grad_norm": 3.4623148441314697,
|
| 454 |
+
"learning_rate": 5.199980823988157e-06,
|
| 455 |
+
"loss": 2.535,
|
| 456 |
+
"num_input_tokens_seen": 3627304,
|
| 457 |
+
"step": 280
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 2.41014799154334,
|
| 461 |
+
"grad_norm": 2.7531158924102783,
|
| 462 |
+
"learning_rate": 4.542430602295774e-06,
|
| 463 |
+
"loss": 2.4052,
|
| 464 |
+
"num_input_tokens_seen": 3696504,
|
| 465 |
+
"step": 285
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 2.452431289640592,
|
| 469 |
+
"grad_norm": 3.238701105117798,
|
| 470 |
+
"learning_rate": 3.925153568052123e-06,
|
| 471 |
+
"loss": 2.6136,
|
| 472 |
+
"num_input_tokens_seen": 3757976,
|
| 473 |
+
"step": 290
|
| 474 |
+
},
|
| 475 |
+
{
|
| 476 |
+
"epoch": 2.4947145877378434,
|
| 477 |
+
"grad_norm": 3.5991199016571045,
|
| 478 |
+
"learning_rate": 3.3493649053890326e-06,
|
| 479 |
+
"loss": 2.2962,
|
| 480 |
+
"num_input_tokens_seen": 3829192,
|
| 481 |
+
"step": 295
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"epoch": 2.536997885835095,
|
| 485 |
+
"grad_norm": 3.9785468578338623,
|
| 486 |
+
"learning_rate": 2.8161981235857143e-06,
|
| 487 |
+
"loss": 2.6799,
|
| 488 |
+
"num_input_tokens_seen": 3900648,
|
| 489 |
+
"step": 300
|
| 490 |
+
}
|
| 491 |
+
],
|
| 492 |
+
"logging_steps": 5,
|
| 493 |
+
"max_steps": 354,
|
| 494 |
+
"num_input_tokens_seen": 3900648,
|
| 495 |
+
"num_train_epochs": 3,
|
| 496 |
+
"save_steps": 100,
|
| 497 |
+
"stateful_callbacks": {
|
| 498 |
+
"TrainerControl": {
|
| 499 |
+
"args": {
|
| 500 |
+
"should_epoch_stop": false,
|
| 501 |
+
"should_evaluate": false,
|
| 502 |
+
"should_log": false,
|
| 503 |
+
"should_save": true,
|
| 504 |
+
"should_training_stop": false
|
| 505 |
+
},
|
| 506 |
+
"attributes": {}
|
| 507 |
+
}
|
| 508 |
+
},
|
| 509 |
+
"total_flos": 4.645307341379174e+16,
|
| 510 |
+
"train_batch_size": 2,
|
| 511 |
+
"trial_name": null,
|
| 512 |
+
"trial_params": null
|
| 513 |
+
}
|
checkpoint-300/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5ffc1f66e5aa3de4b714f2b3822cf0f4055bcd46a4096c6e5c3e47b3d4540a1
|
| 3 |
+
size 5432
|
checkpoint-300/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|