second model upload
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +3 -0
- README.md +62 -0
- adapter_config.json +26 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +16 -0
- all_results.json +8 -0
- chat_template.json +3 -0
- checkpoint-1000/README.md +202 -0
- checkpoint-1000/adapter_config.json +26 -0
- checkpoint-1000/adapter_model.safetensors +3 -0
- checkpoint-1000/added_tokens.json +16 -0
- checkpoint-1000/chat_template.json +3 -0
- checkpoint-1000/merges.txt +0 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/preprocessor_config.json +29 -0
- checkpoint-1000/rng_state_0.pth +3 -0
- checkpoint-1000/rng_state_1.pth +3 -0
- checkpoint-1000/scheduler.pt +3 -0
- checkpoint-1000/special_tokens_map.json +31 -0
- checkpoint-1000/tokenizer.json +3 -0
- checkpoint-1000/tokenizer_config.json +144 -0
- checkpoint-1000/trainer_state.json +733 -0
- checkpoint-1000/training_args.bin +3 -0
- checkpoint-1000/vocab.json +0 -0
- checkpoint-1250/README.md +202 -0
- checkpoint-1250/adapter_config.json +26 -0
- checkpoint-1250/adapter_model.safetensors +3 -0
- checkpoint-1250/added_tokens.json +16 -0
- checkpoint-1250/chat_template.json +3 -0
- checkpoint-1250/merges.txt +0 -0
- checkpoint-1250/optimizer.pt +3 -0
- checkpoint-1250/preprocessor_config.json +29 -0
- checkpoint-1250/rng_state_0.pth +3 -0
- checkpoint-1250/rng_state_1.pth +3 -0
- checkpoint-1250/scheduler.pt +3 -0
- checkpoint-1250/special_tokens_map.json +31 -0
- checkpoint-1250/tokenizer.json +3 -0
- checkpoint-1250/tokenizer_config.json +144 -0
- checkpoint-1250/trainer_state.json +908 -0
- checkpoint-1250/training_args.bin +3 -0
- checkpoint-1250/vocab.json +0 -0
- merges.txt +0 -0
- preprocessor_config.json +29 -0
- runs/Jan18_05-17-00_eb238ab39206/events.out.tfevents.1737177929.eb238ab39206.145.0 +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +144 -0
- train_results.json +8 -0
- trainer_log.jsonl +126 -0
- trainer_state.json +917 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
checkpoint-1250/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
license: other
|
| 4 |
+
base_model: Qwen/Qwen2-VL-7B-Instruct
|
| 5 |
+
tags:
|
| 6 |
+
- llama-factory
|
| 7 |
+
- lora
|
| 8 |
+
- generated_from_trainer
|
| 9 |
+
model-index:
|
| 10 |
+
- name: qwen2vl_lora_16lr_7b
|
| 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 |
+
# qwen2vl_lora_16lr_7b
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [Qwen/Qwen2-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct) on the talk2car 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: 2e-05
|
| 39 |
+
- train_batch_size: 5
|
| 40 |
+
- eval_batch_size: 8
|
| 41 |
+
- seed: 42
|
| 42 |
+
- distributed_type: multi-GPU
|
| 43 |
+
- num_devices: 2
|
| 44 |
+
- total_train_batch_size: 10
|
| 45 |
+
- total_eval_batch_size: 16
|
| 46 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 47 |
+
- lr_scheduler_type: cosine
|
| 48 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 49 |
+
- num_epochs: 25.0
|
| 50 |
+
- mixed_precision_training: Native AMP
|
| 51 |
+
|
| 52 |
+
### Training results
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
### Framework versions
|
| 57 |
+
|
| 58 |
+
- PEFT 0.12.0
|
| 59 |
+
- Transformers 4.46.1
|
| 60 |
+
- Pytorch 2.4.1+cu121
|
| 61 |
+
- Datasets 3.1.0
|
| 62 |
+
- Tokenizers 0.20.3
|
adapter_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-7B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layer_replication": null,
|
| 10 |
+
"layers_pattern": null,
|
| 11 |
+
"layers_to_transform": null,
|
| 12 |
+
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 32,
|
| 14 |
+
"lora_dropout": 0.0,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 16,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": "^(?!.*visual.patch_embed|visual.blocks).*(?:k_proj|down_proj|v_proj|gate_proj|q_proj|up_proj|o_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:0966f4b2c6bda2ee9b2ce90fd34eebe05a397d8f376c839e336e39c3668148b2
|
| 3 |
+
size 161533192
|
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,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 25.0,
|
| 3 |
+
"total_flos": 2.502555032784732e+17,
|
| 4 |
+
"train_loss": 0.12197050291108899,
|
| 5 |
+
"train_runtime": 13777.8614,
|
| 6 |
+
"train_samples_per_second": 0.907,
|
| 7 |
+
"train_steps_per_second": 0.091
|
| 8 |
+
}
|
chat_template.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
|
| 3 |
+
}
|
checkpoint-1000/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2-VL-7B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
+
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
+
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
+
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
+
|
| 76 |
+
## Training Details
|
| 77 |
+
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.12.0
|
checkpoint-1000/adapter_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-7B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layer_replication": null,
|
| 10 |
+
"layers_pattern": null,
|
| 11 |
+
"layers_to_transform": null,
|
| 12 |
+
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 32,
|
| 14 |
+
"lora_dropout": 0.0,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 16,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": "^(?!.*visual.patch_embed|visual.blocks).*(?:k_proj|down_proj|v_proj|gate_proj|q_proj|up_proj|o_proj).*",
|
| 23 |
+
"task_type": "CAUSAL_LM",
|
| 24 |
+
"use_dora": false,
|
| 25 |
+
"use_rslora": false
|
| 26 |
+
}
|
checkpoint-1000/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc79efd5051870b5d616027eb4bf67a11d74ad439757f2ddb5b6169996876271
|
| 3 |
+
size 161533192
|
checkpoint-1000/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-1000/chat_template.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
|
| 3 |
+
}
|
checkpoint-1000/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3571ff77b1ef5bec44089fef37f6ea566ee34d1e25a9e67f4b847b05662f2eba
|
| 3 |
+
size 323291242
|
checkpoint-1000/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-1000/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33051b9eb3114c963021f9df60752af83921fd52e5809bd85ce27e94f9d0d9ad
|
| 3 |
+
size 14512
|
checkpoint-1000/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bccd7c24723c07f97d24e82405612113d129d077233ca61366b6299d4233c2d
|
| 3 |
+
size 14512
|
checkpoint-1000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f6fa2d0e3665a58927dbcc6644a1bcfe42a508e029d8b8762c092ea754b45a6
|
| 3 |
+
size 1064
|
checkpoint-1000/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-1000/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
|
| 3 |
+
size 11420371
|
checkpoint-1000/tokenizer_config.json
ADDED
|
@@ -0,0 +1,144 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"151643": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"151644": {
|
| 13 |
+
"content": "<|im_start|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"151645": {
|
| 21 |
+
"content": "<|im_end|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"151646": {
|
| 29 |
+
"content": "<|object_ref_start|>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"151647": {
|
| 37 |
+
"content": "<|object_ref_end|>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"151648": {
|
| 45 |
+
"content": "<|box_start|>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"151649": {
|
| 53 |
+
"content": "<|box_end|>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"151650": {
|
| 61 |
+
"content": "<|quad_start|>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"151651": {
|
| 69 |
+
"content": "<|quad_end|>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"151652": {
|
| 77 |
+
"content": "<|vision_start|>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"151653": {
|
| 85 |
+
"content": "<|vision_end|>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"151654": {
|
| 93 |
+
"content": "<|vision_pad|>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"151655": {
|
| 101 |
+
"content": "<|image_pad|>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"151656": {
|
| 109 |
+
"content": "<|video_pad|>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
}
|
| 116 |
+
},
|
| 117 |
+
"additional_special_tokens": [
|
| 118 |
+
"<|im_start|>",
|
| 119 |
+
"<|im_end|>",
|
| 120 |
+
"<|object_ref_start|>",
|
| 121 |
+
"<|object_ref_end|>",
|
| 122 |
+
"<|box_start|>",
|
| 123 |
+
"<|box_end|>",
|
| 124 |
+
"<|quad_start|>",
|
| 125 |
+
"<|quad_end|>",
|
| 126 |
+
"<|vision_start|>",
|
| 127 |
+
"<|vision_end|>",
|
| 128 |
+
"<|vision_pad|>",
|
| 129 |
+
"<|image_pad|>",
|
| 130 |
+
"<|video_pad|>"
|
| 131 |
+
],
|
| 132 |
+
"bos_token": null,
|
| 133 |
+
"chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}",
|
| 134 |
+
"clean_up_tokenization_spaces": false,
|
| 135 |
+
"eos_token": "<|im_end|>",
|
| 136 |
+
"errors": "replace",
|
| 137 |
+
"model_max_length": 2048,
|
| 138 |
+
"pad_token": "<|endoftext|>",
|
| 139 |
+
"padding_side": "right",
|
| 140 |
+
"processor_class": "Qwen2VLProcessor",
|
| 141 |
+
"split_special_tokens": false,
|
| 142 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 143 |
+
"unk_token": null
|
| 144 |
+
}
|
checkpoint-1000/trainer_state.json
ADDED
|
@@ -0,0 +1,733 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 20.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 1000,
|
| 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.2,
|
| 13 |
+
"grad_norm": 1.459547519683838,
|
| 14 |
+
"learning_rate": 1.6000000000000001e-06,
|
| 15 |
+
"loss": 1.2185,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.4,
|
| 20 |
+
"grad_norm": 0.5558891296386719,
|
| 21 |
+
"learning_rate": 3.2000000000000003e-06,
|
| 22 |
+
"loss": 0.892,
|
| 23 |
+
"step": 20
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.6,
|
| 27 |
+
"grad_norm": 0.5772704482078552,
|
| 28 |
+
"learning_rate": 4.800000000000001e-06,
|
| 29 |
+
"loss": 0.7887,
|
| 30 |
+
"step": 30
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.8,
|
| 34 |
+
"grad_norm": 0.40292349457740784,
|
| 35 |
+
"learning_rate": 6.4000000000000006e-06,
|
| 36 |
+
"loss": 0.7111,
|
| 37 |
+
"step": 40
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 1.0,
|
| 41 |
+
"grad_norm": 0.35770532488822937,
|
| 42 |
+
"learning_rate": 8.000000000000001e-06,
|
| 43 |
+
"loss": 0.6489,
|
| 44 |
+
"step": 50
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 1.2,
|
| 48 |
+
"grad_norm": 0.43718403577804565,
|
| 49 |
+
"learning_rate": 9.600000000000001e-06,
|
| 50 |
+
"loss": 0.5936,
|
| 51 |
+
"step": 60
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 1.4,
|
| 55 |
+
"grad_norm": 0.4591154158115387,
|
| 56 |
+
"learning_rate": 1.1200000000000001e-05,
|
| 57 |
+
"loss": 0.6121,
|
| 58 |
+
"step": 70
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 1.6,
|
| 62 |
+
"grad_norm": 0.6591519713401794,
|
| 63 |
+
"learning_rate": 1.2800000000000001e-05,
|
| 64 |
+
"loss": 0.6059,
|
| 65 |
+
"step": 80
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 1.8,
|
| 69 |
+
"grad_norm": 0.6931334733963013,
|
| 70 |
+
"learning_rate": 1.4400000000000001e-05,
|
| 71 |
+
"loss": 0.6062,
|
| 72 |
+
"step": 90
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 2.0,
|
| 76 |
+
"grad_norm": 0.6464695334434509,
|
| 77 |
+
"learning_rate": 1.6000000000000003e-05,
|
| 78 |
+
"loss": 0.5929,
|
| 79 |
+
"step": 100
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 2.2,
|
| 83 |
+
"grad_norm": 0.7549647688865662,
|
| 84 |
+
"learning_rate": 1.76e-05,
|
| 85 |
+
"loss": 0.5138,
|
| 86 |
+
"step": 110
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 2.4,
|
| 90 |
+
"grad_norm": 0.6728184819221497,
|
| 91 |
+
"learning_rate": 1.9200000000000003e-05,
|
| 92 |
+
"loss": 0.4737,
|
| 93 |
+
"step": 120
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 2.6,
|
| 97 |
+
"grad_norm": 0.7162397503852844,
|
| 98 |
+
"learning_rate": 1.9999025240093045e-05,
|
| 99 |
+
"loss": 0.4891,
|
| 100 |
+
"step": 130
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 2.8,
|
| 104 |
+
"grad_norm": 0.9795845150947571,
|
| 105 |
+
"learning_rate": 1.9991228300988586e-05,
|
| 106 |
+
"loss": 0.4663,
|
| 107 |
+
"step": 140
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 3.0,
|
| 111 |
+
"grad_norm": 0.6311202049255371,
|
| 112 |
+
"learning_rate": 1.9975640502598243e-05,
|
| 113 |
+
"loss": 0.5164,
|
| 114 |
+
"step": 150
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 3.2,
|
| 118 |
+
"grad_norm": 0.9567041993141174,
|
| 119 |
+
"learning_rate": 1.9952273999818312e-05,
|
| 120 |
+
"loss": 0.3981,
|
| 121 |
+
"step": 160
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 3.4,
|
| 125 |
+
"grad_norm": 0.8767746090888977,
|
| 126 |
+
"learning_rate": 1.9921147013144782e-05,
|
| 127 |
+
"loss": 0.3761,
|
| 128 |
+
"step": 170
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 3.6,
|
| 132 |
+
"grad_norm": 1.8661500215530396,
|
| 133 |
+
"learning_rate": 1.988228381446553e-05,
|
| 134 |
+
"loss": 0.374,
|
| 135 |
+
"step": 180
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 3.8,
|
| 139 |
+
"grad_norm": 0.7793363332748413,
|
| 140 |
+
"learning_rate": 1.983571470813386e-05,
|
| 141 |
+
"loss": 0.3908,
|
| 142 |
+
"step": 190
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 4.0,
|
| 146 |
+
"grad_norm": 0.8413230180740356,
|
| 147 |
+
"learning_rate": 1.9781476007338058e-05,
|
| 148 |
+
"loss": 0.3527,
|
| 149 |
+
"step": 200
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 4.2,
|
| 153 |
+
"grad_norm": 1.5790411233901978,
|
| 154 |
+
"learning_rate": 1.9719610005785466e-05,
|
| 155 |
+
"loss": 0.2756,
|
| 156 |
+
"step": 210
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 4.4,
|
| 160 |
+
"grad_norm": 1.1819688081741333,
|
| 161 |
+
"learning_rate": 1.9650164944723116e-05,
|
| 162 |
+
"loss": 0.2622,
|
| 163 |
+
"step": 220
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 4.6,
|
| 167 |
+
"grad_norm": 1.2115598917007446,
|
| 168 |
+
"learning_rate": 1.9573194975320672e-05,
|
| 169 |
+
"loss": 0.2475,
|
| 170 |
+
"step": 230
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 4.8,
|
| 174 |
+
"grad_norm": 1.0625479221343994,
|
| 175 |
+
"learning_rate": 1.9488760116444966e-05,
|
| 176 |
+
"loss": 0.2682,
|
| 177 |
+
"step": 240
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 5.0,
|
| 181 |
+
"grad_norm": 1.2376039028167725,
|
| 182 |
+
"learning_rate": 1.9396926207859085e-05,
|
| 183 |
+
"loss": 0.2514,
|
| 184 |
+
"step": 250
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 5.2,
|
| 188 |
+
"grad_norm": 0.6343020796775818,
|
| 189 |
+
"learning_rate": 1.9297764858882516e-05,
|
| 190 |
+
"loss": 0.1448,
|
| 191 |
+
"step": 260
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 5.4,
|
| 195 |
+
"grad_norm": 1.1657440662384033,
|
| 196 |
+
"learning_rate": 1.9191353392552346e-05,
|
| 197 |
+
"loss": 0.1725,
|
| 198 |
+
"step": 270
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 5.6,
|
| 202 |
+
"grad_norm": 1.4713112115859985,
|
| 203 |
+
"learning_rate": 1.907777478532909e-05,
|
| 204 |
+
"loss": 0.1753,
|
| 205 |
+
"step": 280
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 5.8,
|
| 209 |
+
"grad_norm": 1.9010937213897705,
|
| 210 |
+
"learning_rate": 1.895711760239413e-05,
|
| 211 |
+
"loss": 0.1697,
|
| 212 |
+
"step": 290
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 6.0,
|
| 216 |
+
"grad_norm": 2.2462244033813477,
|
| 217 |
+
"learning_rate": 1.8829475928589272e-05,
|
| 218 |
+
"loss": 0.157,
|
| 219 |
+
"step": 300
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 6.2,
|
| 223 |
+
"grad_norm": 1.5734026432037354,
|
| 224 |
+
"learning_rate": 1.869494929505219e-05,
|
| 225 |
+
"loss": 0.0987,
|
| 226 |
+
"step": 310
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 6.4,
|
| 230 |
+
"grad_norm": 1.6871922016143799,
|
| 231 |
+
"learning_rate": 1.855364260160507e-05,
|
| 232 |
+
"loss": 0.1122,
|
| 233 |
+
"step": 320
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 6.6,
|
| 237 |
+
"grad_norm": 0.8505676984786987,
|
| 238 |
+
"learning_rate": 1.8405666034956842e-05,
|
| 239 |
+
"loss": 0.0999,
|
| 240 |
+
"step": 330
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 6.8,
|
| 244 |
+
"grad_norm": 1.9714100360870361,
|
| 245 |
+
"learning_rate": 1.8251134982782952e-05,
|
| 246 |
+
"loss": 0.0925,
|
| 247 |
+
"step": 340
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 7.0,
|
| 251 |
+
"grad_norm": 1.3289463520050049,
|
| 252 |
+
"learning_rate": 1.8090169943749477e-05,
|
| 253 |
+
"loss": 0.1034,
|
| 254 |
+
"step": 350
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 7.2,
|
| 258 |
+
"grad_norm": 1.7757859230041504,
|
| 259 |
+
"learning_rate": 1.792289643355191e-05,
|
| 260 |
+
"loss": 0.0538,
|
| 261 |
+
"step": 360
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 7.4,
|
| 265 |
+
"grad_norm": 1.5128904581069946,
|
| 266 |
+
"learning_rate": 1.7749444887041797e-05,
|
| 267 |
+
"loss": 0.0562,
|
| 268 |
+
"step": 370
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 7.6,
|
| 272 |
+
"grad_norm": 1.7095279693603516,
|
| 273 |
+
"learning_rate": 1.7569950556517566e-05,
|
| 274 |
+
"loss": 0.0656,
|
| 275 |
+
"step": 380
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 7.8,
|
| 279 |
+
"grad_norm": 1.7054250240325928,
|
| 280 |
+
"learning_rate": 1.7384553406258842e-05,
|
| 281 |
+
"loss": 0.0783,
|
| 282 |
+
"step": 390
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 8.0,
|
| 286 |
+
"grad_norm": 1.2087674140930176,
|
| 287 |
+
"learning_rate": 1.7193398003386514e-05,
|
| 288 |
+
"loss": 0.0832,
|
| 289 |
+
"step": 400
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 8.2,
|
| 293 |
+
"grad_norm": 1.2171767950057983,
|
| 294 |
+
"learning_rate": 1.6996633405133656e-05,
|
| 295 |
+
"loss": 0.0389,
|
| 296 |
+
"step": 410
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 8.4,
|
| 300 |
+
"grad_norm": 1.2036916017532349,
|
| 301 |
+
"learning_rate": 1.6794413042615168e-05,
|
| 302 |
+
"loss": 0.0456,
|
| 303 |
+
"step": 420
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 8.6,
|
| 307 |
+
"grad_norm": 1.6378772258758545,
|
| 308 |
+
"learning_rate": 1.6586894601186804e-05,
|
| 309 |
+
"loss": 0.0539,
|
| 310 |
+
"step": 430
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 8.8,
|
| 314 |
+
"grad_norm": 1.062146544456482,
|
| 315 |
+
"learning_rate": 1.63742398974869e-05,
|
| 316 |
+
"loss": 0.0351,
|
| 317 |
+
"step": 440
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 9.0,
|
| 321 |
+
"grad_norm": 0.7032294273376465,
|
| 322 |
+
"learning_rate": 1.6156614753256583e-05,
|
| 323 |
+
"loss": 0.0331,
|
| 324 |
+
"step": 450
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 9.2,
|
| 328 |
+
"grad_norm": 1.2708150148391724,
|
| 329 |
+
"learning_rate": 1.5934188866037017e-05,
|
| 330 |
+
"loss": 0.0298,
|
| 331 |
+
"step": 460
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 9.4,
|
| 335 |
+
"grad_norm": 0.5238479375839233,
|
| 336 |
+
"learning_rate": 1.570713567684432e-05,
|
| 337 |
+
"loss": 0.0271,
|
| 338 |
+
"step": 470
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 9.6,
|
| 342 |
+
"grad_norm": 0.6896675229072571,
|
| 343 |
+
"learning_rate": 1.5475632234925505e-05,
|
| 344 |
+
"loss": 0.0148,
|
| 345 |
+
"step": 480
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 9.8,
|
| 349 |
+
"grad_norm": 0.8893882632255554,
|
| 350 |
+
"learning_rate": 1.5239859059700794e-05,
|
| 351 |
+
"loss": 0.0384,
|
| 352 |
+
"step": 490
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 10.0,
|
| 356 |
+
"grad_norm": 1.3057194948196411,
|
| 357 |
+
"learning_rate": 1.5000000000000002e-05,
|
| 358 |
+
"loss": 0.0216,
|
| 359 |
+
"step": 500
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 10.2,
|
| 363 |
+
"grad_norm": 0.4277481436729431,
|
| 364 |
+
"learning_rate": 1.4756242090702756e-05,
|
| 365 |
+
"loss": 0.0186,
|
| 366 |
+
"step": 510
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 10.4,
|
| 370 |
+
"grad_norm": 2.500697374343872,
|
| 371 |
+
"learning_rate": 1.4508775406894308e-05,
|
| 372 |
+
"loss": 0.0289,
|
| 373 |
+
"step": 520
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 10.6,
|
| 377 |
+
"grad_norm": 0.4189341366291046,
|
| 378 |
+
"learning_rate": 1.4257792915650728e-05,
|
| 379 |
+
"loss": 0.0161,
|
| 380 |
+
"step": 530
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 10.8,
|
| 384 |
+
"grad_norm": 0.6834658980369568,
|
| 385 |
+
"learning_rate": 1.4003490325568953e-05,
|
| 386 |
+
"loss": 0.016,
|
| 387 |
+
"step": 540
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 11.0,
|
| 391 |
+
"grad_norm": 0.32209300994873047,
|
| 392 |
+
"learning_rate": 1.3746065934159123e-05,
|
| 393 |
+
"loss": 0.0214,
|
| 394 |
+
"step": 550
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 11.2,
|
| 398 |
+
"grad_norm": 0.6142628788948059,
|
| 399 |
+
"learning_rate": 1.3485720473218153e-05,
|
| 400 |
+
"loss": 0.0169,
|
| 401 |
+
"step": 560
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 11.4,
|
| 405 |
+
"grad_norm": 0.020493434742093086,
|
| 406 |
+
"learning_rate": 1.3222656952305113e-05,
|
| 407 |
+
"loss": 0.0072,
|
| 408 |
+
"step": 570
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 11.6,
|
| 412 |
+
"grad_norm": 0.6618867516517639,
|
| 413 |
+
"learning_rate": 1.2957080500440469e-05,
|
| 414 |
+
"loss": 0.0134,
|
| 415 |
+
"step": 580
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 11.8,
|
| 419 |
+
"grad_norm": 2.014190196990967,
|
| 420 |
+
"learning_rate": 1.2689198206152657e-05,
|
| 421 |
+
"loss": 0.0141,
|
| 422 |
+
"step": 590
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 12.0,
|
| 426 |
+
"grad_norm": 0.3526052236557007,
|
| 427 |
+
"learning_rate": 1.2419218955996677e-05,
|
| 428 |
+
"loss": 0.0152,
|
| 429 |
+
"step": 600
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 12.2,
|
| 433 |
+
"grad_norm": 0.39659520983695984,
|
| 434 |
+
"learning_rate": 1.2147353271670634e-05,
|
| 435 |
+
"loss": 0.0082,
|
| 436 |
+
"step": 610
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 12.4,
|
| 440 |
+
"grad_norm": 1.6676621437072754,
|
| 441 |
+
"learning_rate": 1.187381314585725e-05,
|
| 442 |
+
"loss": 0.0086,
|
| 443 |
+
"step": 620
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 12.6,
|
| 447 |
+
"grad_norm": 0.48944175243377686,
|
| 448 |
+
"learning_rate": 1.159881187691835e-05,
|
| 449 |
+
"loss": 0.0073,
|
| 450 |
+
"step": 630
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 12.8,
|
| 454 |
+
"grad_norm": 0.11040916293859482,
|
| 455 |
+
"learning_rate": 1.1322563902571227e-05,
|
| 456 |
+
"loss": 0.0111,
|
| 457 |
+
"step": 640
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 13.0,
|
| 461 |
+
"grad_norm": 0.19332852959632874,
|
| 462 |
+
"learning_rate": 1.1045284632676535e-05,
|
| 463 |
+
"loss": 0.0084,
|
| 464 |
+
"step": 650
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 13.2,
|
| 468 |
+
"grad_norm": 0.5781747698783875,
|
| 469 |
+
"learning_rate": 1.0767190281268187e-05,
|
| 470 |
+
"loss": 0.0088,
|
| 471 |
+
"step": 660
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 13.4,
|
| 475 |
+
"grad_norm": 0.5372014045715332,
|
| 476 |
+
"learning_rate": 1.0488497697956134e-05,
|
| 477 |
+
"loss": 0.0129,
|
| 478 |
+
"step": 670
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 13.6,
|
| 482 |
+
"grad_norm": 0.0674474835395813,
|
| 483 |
+
"learning_rate": 1.0209424198833571e-05,
|
| 484 |
+
"loss": 0.0047,
|
| 485 |
+
"step": 680
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 13.8,
|
| 489 |
+
"grad_norm": 0.0646585077047348,
|
| 490 |
+
"learning_rate": 9.930187397020385e-06,
|
| 491 |
+
"loss": 0.0079,
|
| 492 |
+
"step": 690
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 14.0,
|
| 496 |
+
"grad_norm": 0.16117724776268005,
|
| 497 |
+
"learning_rate": 9.651005032974994e-06,
|
| 498 |
+
"loss": 0.0137,
|
| 499 |
+
"step": 700
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 14.2,
|
| 503 |
+
"grad_norm": 0.031529657542705536,
|
| 504 |
+
"learning_rate": 9.372094804706867e-06,
|
| 505 |
+
"loss": 0.0195,
|
| 506 |
+
"step": 710
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 14.4,
|
| 510 |
+
"grad_norm": 0.7396082878112793,
|
| 511 |
+
"learning_rate": 9.093674198022201e-06,
|
| 512 |
+
"loss": 0.0038,
|
| 513 |
+
"step": 720
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 14.6,
|
| 517 |
+
"grad_norm": 0.131903737783432,
|
| 518 |
+
"learning_rate": 8.815960316934991e-06,
|
| 519 |
+
"loss": 0.009,
|
| 520 |
+
"step": 730
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 14.8,
|
| 524 |
+
"grad_norm": 0.031985681504011154,
|
| 525 |
+
"learning_rate": 8.539169714375885e-06,
|
| 526 |
+
"loss": 0.0013,
|
| 527 |
+
"step": 740
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 15.0,
|
| 531 |
+
"grad_norm": 0.12234848737716675,
|
| 532 |
+
"learning_rate": 8.263518223330698e-06,
|
| 533 |
+
"loss": 0.0043,
|
| 534 |
+
"step": 750
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 15.2,
|
| 538 |
+
"grad_norm": 0.10590848326683044,
|
| 539 |
+
"learning_rate": 7.989220788540356e-06,
|
| 540 |
+
"loss": 0.0016,
|
| 541 |
+
"step": 760
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 15.4,
|
| 545 |
+
"grad_norm": 0.20384103059768677,
|
| 546 |
+
"learning_rate": 7.716491298893443e-06,
|
| 547 |
+
"loss": 0.0011,
|
| 548 |
+
"step": 770
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 15.6,
|
| 552 |
+
"grad_norm": 0.16497106850147247,
|
| 553 |
+
"learning_rate": 7.445542420642097e-06,
|
| 554 |
+
"loss": 0.002,
|
| 555 |
+
"step": 780
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 15.8,
|
| 559 |
+
"grad_norm": 0.0461721308529377,
|
| 560 |
+
"learning_rate": 7.176585431571235e-06,
|
| 561 |
+
"loss": 0.0017,
|
| 562 |
+
"step": 790
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 16.0,
|
| 566 |
+
"grad_norm": 0.023166760802268982,
|
| 567 |
+
"learning_rate": 6.909830056250527e-06,
|
| 568 |
+
"loss": 0.0008,
|
| 569 |
+
"step": 800
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 16.2,
|
| 573 |
+
"grad_norm": 0.032082173973321915,
|
| 574 |
+
"learning_rate": 6.645484302497452e-06,
|
| 575 |
+
"loss": 0.0003,
|
| 576 |
+
"step": 810
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 16.4,
|
| 580 |
+
"grad_norm": 0.08265218138694763,
|
| 581 |
+
"learning_rate": 6.383754299179079e-06,
|
| 582 |
+
"loss": 0.0007,
|
| 583 |
+
"step": 820
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 16.6,
|
| 587 |
+
"grad_norm": 0.024636510759592056,
|
| 588 |
+
"learning_rate": 6.124844135478971e-06,
|
| 589 |
+
"loss": 0.005,
|
| 590 |
+
"step": 830
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 16.8,
|
| 594 |
+
"grad_norm": 0.019458631053566933,
|
| 595 |
+
"learning_rate": 5.868955701754584e-06,
|
| 596 |
+
"loss": 0.0004,
|
| 597 |
+
"step": 840
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 17.0,
|
| 601 |
+
"grad_norm": 0.01352341752499342,
|
| 602 |
+
"learning_rate": 5.616288532109225e-06,
|
| 603 |
+
"loss": 0.0007,
|
| 604 |
+
"step": 850
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 17.2,
|
| 608 |
+
"grad_norm": 0.009102717973291874,
|
| 609 |
+
"learning_rate": 5.367039648801386e-06,
|
| 610 |
+
"loss": 0.0004,
|
| 611 |
+
"step": 860
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 17.4,
|
| 615 |
+
"grad_norm": 0.01286560669541359,
|
| 616 |
+
"learning_rate": 5.121403408612672e-06,
|
| 617 |
+
"loss": 0.0002,
|
| 618 |
+
"step": 870
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 17.6,
|
| 622 |
+
"grad_norm": 0.36686578392982483,
|
| 623 |
+
"learning_rate": 4.879571351294287e-06,
|
| 624 |
+
"loss": 0.0007,
|
| 625 |
+
"step": 880
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 17.8,
|
| 629 |
+
"grad_norm": 0.005845635663717985,
|
| 630 |
+
"learning_rate": 4.641732050210032e-06,
|
| 631 |
+
"loss": 0.0002,
|
| 632 |
+
"step": 890
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 18.0,
|
| 636 |
+
"grad_norm": 0.06807386130094528,
|
| 637 |
+
"learning_rate": 4.408070965292534e-06,
|
| 638 |
+
"loss": 0.0002,
|
| 639 |
+
"step": 900
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 18.2,
|
| 643 |
+
"grad_norm": 0.02204430289566517,
|
| 644 |
+
"learning_rate": 4.178770298427107e-06,
|
| 645 |
+
"loss": 0.0001,
|
| 646 |
+
"step": 910
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 18.4,
|
| 650 |
+
"grad_norm": 0.008754129521548748,
|
| 651 |
+
"learning_rate": 3.954008851376252e-06,
|
| 652 |
+
"loss": 0.0001,
|
| 653 |
+
"step": 920
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 18.6,
|
| 657 |
+
"grad_norm": 0.00636293226853013,
|
| 658 |
+
"learning_rate": 3.7339618863553983e-06,
|
| 659 |
+
"loss": 0.0001,
|
| 660 |
+
"step": 930
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 18.8,
|
| 664 |
+
"grad_norm": 0.004866347182542086,
|
| 665 |
+
"learning_rate": 3.5188009893686916e-06,
|
| 666 |
+
"loss": 0.0006,
|
| 667 |
+
"step": 940
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 19.0,
|
| 671 |
+
"grad_norm": 0.004850468598306179,
|
| 672 |
+
"learning_rate": 3.308693936411421e-06,
|
| 673 |
+
"loss": 0.0001,
|
| 674 |
+
"step": 950
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 19.2,
|
| 678 |
+
"grad_norm": 0.0016120151849463582,
|
| 679 |
+
"learning_rate": 3.103804562643302e-06,
|
| 680 |
+
"loss": 0.0001,
|
| 681 |
+
"step": 960
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 19.4,
|
| 685 |
+
"grad_norm": 0.08115795254707336,
|
| 686 |
+
"learning_rate": 2.9042926346347932e-06,
|
| 687 |
+
"loss": 0.0002,
|
| 688 |
+
"step": 970
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 19.6,
|
| 692 |
+
"grad_norm": 0.0031273579224944115,
|
| 693 |
+
"learning_rate": 2.7103137257858867e-06,
|
| 694 |
+
"loss": 0.0001,
|
| 695 |
+
"step": 980
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 19.8,
|
| 699 |
+
"grad_norm": 0.005434623919427395,
|
| 700 |
+
"learning_rate": 2.522019095014683e-06,
|
| 701 |
+
"loss": 0.0001,
|
| 702 |
+
"step": 990
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 20.0,
|
| 706 |
+
"grad_norm": 0.003434584243223071,
|
| 707 |
+
"learning_rate": 2.339555568810221e-06,
|
| 708 |
+
"loss": 0.0003,
|
| 709 |
+
"step": 1000
|
| 710 |
+
}
|
| 711 |
+
],
|
| 712 |
+
"logging_steps": 10,
|
| 713 |
+
"max_steps": 1250,
|
| 714 |
+
"num_input_tokens_seen": 0,
|
| 715 |
+
"num_train_epochs": 25,
|
| 716 |
+
"save_steps": 1000,
|
| 717 |
+
"stateful_callbacks": {
|
| 718 |
+
"TrainerControl": {
|
| 719 |
+
"args": {
|
| 720 |
+
"should_epoch_stop": false,
|
| 721 |
+
"should_evaluate": false,
|
| 722 |
+
"should_log": false,
|
| 723 |
+
"should_save": true,
|
| 724 |
+
"should_training_stop": false
|
| 725 |
+
},
|
| 726 |
+
"attributes": {}
|
| 727 |
+
}
|
| 728 |
+
},
|
| 729 |
+
"total_flos": 2.001973013506949e+17,
|
| 730 |
+
"train_batch_size": 5,
|
| 731 |
+
"trial_name": null,
|
| 732 |
+
"trial_params": null
|
| 733 |
+
}
|
checkpoint-1000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b461a8fd57f9dccc64796c48a45854cf5baf5b869fda0d17af67a1a0382daa8
|
| 3 |
+
size 5560
|
checkpoint-1000/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1250/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2-VL-7B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
+
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
+
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
+
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
+
|
| 76 |
+
## Training Details
|
| 77 |
+
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.12.0
|
checkpoint-1250/adapter_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-7B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layer_replication": null,
|
| 10 |
+
"layers_pattern": null,
|
| 11 |
+
"layers_to_transform": null,
|
| 12 |
+
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 32,
|
| 14 |
+
"lora_dropout": 0.0,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 16,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": "^(?!.*visual.patch_embed|visual.blocks).*(?:k_proj|down_proj|v_proj|gate_proj|q_proj|up_proj|o_proj).*",
|
| 23 |
+
"task_type": "CAUSAL_LM",
|
| 24 |
+
"use_dora": false,
|
| 25 |
+
"use_rslora": false
|
| 26 |
+
}
|
checkpoint-1250/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0966f4b2c6bda2ee9b2ce90fd34eebe05a397d8f376c839e336e39c3668148b2
|
| 3 |
+
size 161533192
|
checkpoint-1250/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-1250/chat_template.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
|
| 3 |
+
}
|
checkpoint-1250/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1250/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb342eb9be9a6d545bf949a4942b917be5f376c66fadd5451cdf280879fac6a7
|
| 3 |
+
size 323291242
|
checkpoint-1250/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-1250/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a456c014f4062602da085bb6b03f6bda6f86ab8b2dcf1a268dd903ed52f3fb91
|
| 3 |
+
size 14512
|
checkpoint-1250/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74ea19755c03db3ccc062fd1a38208daf2c7258b6dd1d567b2257f1306869548
|
| 3 |
+
size 14512
|
checkpoint-1250/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:862c685f46c4b9cec5c37f6baba43daa5a1cddab9e997a47d4f5e99ffae96c12
|
| 3 |
+
size 1064
|
checkpoint-1250/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-1250/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
|
| 3 |
+
size 11420371
|
checkpoint-1250/tokenizer_config.json
ADDED
|
@@ -0,0 +1,144 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"151643": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"151644": {
|
| 13 |
+
"content": "<|im_start|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"151645": {
|
| 21 |
+
"content": "<|im_end|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"151646": {
|
| 29 |
+
"content": "<|object_ref_start|>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"151647": {
|
| 37 |
+
"content": "<|object_ref_end|>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"151648": {
|
| 45 |
+
"content": "<|box_start|>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"151649": {
|
| 53 |
+
"content": "<|box_end|>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"151650": {
|
| 61 |
+
"content": "<|quad_start|>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"151651": {
|
| 69 |
+
"content": "<|quad_end|>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"151652": {
|
| 77 |
+
"content": "<|vision_start|>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"151653": {
|
| 85 |
+
"content": "<|vision_end|>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"151654": {
|
| 93 |
+
"content": "<|vision_pad|>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"151655": {
|
| 101 |
+
"content": "<|image_pad|>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"151656": {
|
| 109 |
+
"content": "<|video_pad|>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
}
|
| 116 |
+
},
|
| 117 |
+
"additional_special_tokens": [
|
| 118 |
+
"<|im_start|>",
|
| 119 |
+
"<|im_end|>",
|
| 120 |
+
"<|object_ref_start|>",
|
| 121 |
+
"<|object_ref_end|>",
|
| 122 |
+
"<|box_start|>",
|
| 123 |
+
"<|box_end|>",
|
| 124 |
+
"<|quad_start|>",
|
| 125 |
+
"<|quad_end|>",
|
| 126 |
+
"<|vision_start|>",
|
| 127 |
+
"<|vision_end|>",
|
| 128 |
+
"<|vision_pad|>",
|
| 129 |
+
"<|image_pad|>",
|
| 130 |
+
"<|video_pad|>"
|
| 131 |
+
],
|
| 132 |
+
"bos_token": null,
|
| 133 |
+
"chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}",
|
| 134 |
+
"clean_up_tokenization_spaces": false,
|
| 135 |
+
"eos_token": "<|im_end|>",
|
| 136 |
+
"errors": "replace",
|
| 137 |
+
"model_max_length": 2048,
|
| 138 |
+
"pad_token": "<|endoftext|>",
|
| 139 |
+
"padding_side": "right",
|
| 140 |
+
"processor_class": "Qwen2VLProcessor",
|
| 141 |
+
"split_special_tokens": false,
|
| 142 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 143 |
+
"unk_token": null
|
| 144 |
+
}
|
checkpoint-1250/trainer_state.json
ADDED
|
@@ -0,0 +1,908 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 25.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 1250,
|
| 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.2,
|
| 13 |
+
"grad_norm": 1.459547519683838,
|
| 14 |
+
"learning_rate": 1.6000000000000001e-06,
|
| 15 |
+
"loss": 1.2185,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.4,
|
| 20 |
+
"grad_norm": 0.5558891296386719,
|
| 21 |
+
"learning_rate": 3.2000000000000003e-06,
|
| 22 |
+
"loss": 0.892,
|
| 23 |
+
"step": 20
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.6,
|
| 27 |
+
"grad_norm": 0.5772704482078552,
|
| 28 |
+
"learning_rate": 4.800000000000001e-06,
|
| 29 |
+
"loss": 0.7887,
|
| 30 |
+
"step": 30
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.8,
|
| 34 |
+
"grad_norm": 0.40292349457740784,
|
| 35 |
+
"learning_rate": 6.4000000000000006e-06,
|
| 36 |
+
"loss": 0.7111,
|
| 37 |
+
"step": 40
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 1.0,
|
| 41 |
+
"grad_norm": 0.35770532488822937,
|
| 42 |
+
"learning_rate": 8.000000000000001e-06,
|
| 43 |
+
"loss": 0.6489,
|
| 44 |
+
"step": 50
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 1.2,
|
| 48 |
+
"grad_norm": 0.43718403577804565,
|
| 49 |
+
"learning_rate": 9.600000000000001e-06,
|
| 50 |
+
"loss": 0.5936,
|
| 51 |
+
"step": 60
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 1.4,
|
| 55 |
+
"grad_norm": 0.4591154158115387,
|
| 56 |
+
"learning_rate": 1.1200000000000001e-05,
|
| 57 |
+
"loss": 0.6121,
|
| 58 |
+
"step": 70
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 1.6,
|
| 62 |
+
"grad_norm": 0.6591519713401794,
|
| 63 |
+
"learning_rate": 1.2800000000000001e-05,
|
| 64 |
+
"loss": 0.6059,
|
| 65 |
+
"step": 80
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 1.8,
|
| 69 |
+
"grad_norm": 0.6931334733963013,
|
| 70 |
+
"learning_rate": 1.4400000000000001e-05,
|
| 71 |
+
"loss": 0.6062,
|
| 72 |
+
"step": 90
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 2.0,
|
| 76 |
+
"grad_norm": 0.6464695334434509,
|
| 77 |
+
"learning_rate": 1.6000000000000003e-05,
|
| 78 |
+
"loss": 0.5929,
|
| 79 |
+
"step": 100
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 2.2,
|
| 83 |
+
"grad_norm": 0.7549647688865662,
|
| 84 |
+
"learning_rate": 1.76e-05,
|
| 85 |
+
"loss": 0.5138,
|
| 86 |
+
"step": 110
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 2.4,
|
| 90 |
+
"grad_norm": 0.6728184819221497,
|
| 91 |
+
"learning_rate": 1.9200000000000003e-05,
|
| 92 |
+
"loss": 0.4737,
|
| 93 |
+
"step": 120
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 2.6,
|
| 97 |
+
"grad_norm": 0.7162397503852844,
|
| 98 |
+
"learning_rate": 1.9999025240093045e-05,
|
| 99 |
+
"loss": 0.4891,
|
| 100 |
+
"step": 130
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 2.8,
|
| 104 |
+
"grad_norm": 0.9795845150947571,
|
| 105 |
+
"learning_rate": 1.9991228300988586e-05,
|
| 106 |
+
"loss": 0.4663,
|
| 107 |
+
"step": 140
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 3.0,
|
| 111 |
+
"grad_norm": 0.6311202049255371,
|
| 112 |
+
"learning_rate": 1.9975640502598243e-05,
|
| 113 |
+
"loss": 0.5164,
|
| 114 |
+
"step": 150
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 3.2,
|
| 118 |
+
"grad_norm": 0.9567041993141174,
|
| 119 |
+
"learning_rate": 1.9952273999818312e-05,
|
| 120 |
+
"loss": 0.3981,
|
| 121 |
+
"step": 160
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 3.4,
|
| 125 |
+
"grad_norm": 0.8767746090888977,
|
| 126 |
+
"learning_rate": 1.9921147013144782e-05,
|
| 127 |
+
"loss": 0.3761,
|
| 128 |
+
"step": 170
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 3.6,
|
| 132 |
+
"grad_norm": 1.8661500215530396,
|
| 133 |
+
"learning_rate": 1.988228381446553e-05,
|
| 134 |
+
"loss": 0.374,
|
| 135 |
+
"step": 180
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 3.8,
|
| 139 |
+
"grad_norm": 0.7793363332748413,
|
| 140 |
+
"learning_rate": 1.983571470813386e-05,
|
| 141 |
+
"loss": 0.3908,
|
| 142 |
+
"step": 190
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 4.0,
|
| 146 |
+
"grad_norm": 0.8413230180740356,
|
| 147 |
+
"learning_rate": 1.9781476007338058e-05,
|
| 148 |
+
"loss": 0.3527,
|
| 149 |
+
"step": 200
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 4.2,
|
| 153 |
+
"grad_norm": 1.5790411233901978,
|
| 154 |
+
"learning_rate": 1.9719610005785466e-05,
|
| 155 |
+
"loss": 0.2756,
|
| 156 |
+
"step": 210
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 4.4,
|
| 160 |
+
"grad_norm": 1.1819688081741333,
|
| 161 |
+
"learning_rate": 1.9650164944723116e-05,
|
| 162 |
+
"loss": 0.2622,
|
| 163 |
+
"step": 220
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 4.6,
|
| 167 |
+
"grad_norm": 1.2115598917007446,
|
| 168 |
+
"learning_rate": 1.9573194975320672e-05,
|
| 169 |
+
"loss": 0.2475,
|
| 170 |
+
"step": 230
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 4.8,
|
| 174 |
+
"grad_norm": 1.0625479221343994,
|
| 175 |
+
"learning_rate": 1.9488760116444966e-05,
|
| 176 |
+
"loss": 0.2682,
|
| 177 |
+
"step": 240
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 5.0,
|
| 181 |
+
"grad_norm": 1.2376039028167725,
|
| 182 |
+
"learning_rate": 1.9396926207859085e-05,
|
| 183 |
+
"loss": 0.2514,
|
| 184 |
+
"step": 250
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 5.2,
|
| 188 |
+
"grad_norm": 0.6343020796775818,
|
| 189 |
+
"learning_rate": 1.9297764858882516e-05,
|
| 190 |
+
"loss": 0.1448,
|
| 191 |
+
"step": 260
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 5.4,
|
| 195 |
+
"grad_norm": 1.1657440662384033,
|
| 196 |
+
"learning_rate": 1.9191353392552346e-05,
|
| 197 |
+
"loss": 0.1725,
|
| 198 |
+
"step": 270
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 5.6,
|
| 202 |
+
"grad_norm": 1.4713112115859985,
|
| 203 |
+
"learning_rate": 1.907777478532909e-05,
|
| 204 |
+
"loss": 0.1753,
|
| 205 |
+
"step": 280
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 5.8,
|
| 209 |
+
"grad_norm": 1.9010937213897705,
|
| 210 |
+
"learning_rate": 1.895711760239413e-05,
|
| 211 |
+
"loss": 0.1697,
|
| 212 |
+
"step": 290
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 6.0,
|
| 216 |
+
"grad_norm": 2.2462244033813477,
|
| 217 |
+
"learning_rate": 1.8829475928589272e-05,
|
| 218 |
+
"loss": 0.157,
|
| 219 |
+
"step": 300
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 6.2,
|
| 223 |
+
"grad_norm": 1.5734026432037354,
|
| 224 |
+
"learning_rate": 1.869494929505219e-05,
|
| 225 |
+
"loss": 0.0987,
|
| 226 |
+
"step": 310
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 6.4,
|
| 230 |
+
"grad_norm": 1.6871922016143799,
|
| 231 |
+
"learning_rate": 1.855364260160507e-05,
|
| 232 |
+
"loss": 0.1122,
|
| 233 |
+
"step": 320
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 6.6,
|
| 237 |
+
"grad_norm": 0.8505676984786987,
|
| 238 |
+
"learning_rate": 1.8405666034956842e-05,
|
| 239 |
+
"loss": 0.0999,
|
| 240 |
+
"step": 330
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 6.8,
|
| 244 |
+
"grad_norm": 1.9714100360870361,
|
| 245 |
+
"learning_rate": 1.8251134982782952e-05,
|
| 246 |
+
"loss": 0.0925,
|
| 247 |
+
"step": 340
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 7.0,
|
| 251 |
+
"grad_norm": 1.3289463520050049,
|
| 252 |
+
"learning_rate": 1.8090169943749477e-05,
|
| 253 |
+
"loss": 0.1034,
|
| 254 |
+
"step": 350
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 7.2,
|
| 258 |
+
"grad_norm": 1.7757859230041504,
|
| 259 |
+
"learning_rate": 1.792289643355191e-05,
|
| 260 |
+
"loss": 0.0538,
|
| 261 |
+
"step": 360
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 7.4,
|
| 265 |
+
"grad_norm": 1.5128904581069946,
|
| 266 |
+
"learning_rate": 1.7749444887041797e-05,
|
| 267 |
+
"loss": 0.0562,
|
| 268 |
+
"step": 370
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 7.6,
|
| 272 |
+
"grad_norm": 1.7095279693603516,
|
| 273 |
+
"learning_rate": 1.7569950556517566e-05,
|
| 274 |
+
"loss": 0.0656,
|
| 275 |
+
"step": 380
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 7.8,
|
| 279 |
+
"grad_norm": 1.7054250240325928,
|
| 280 |
+
"learning_rate": 1.7384553406258842e-05,
|
| 281 |
+
"loss": 0.0783,
|
| 282 |
+
"step": 390
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 8.0,
|
| 286 |
+
"grad_norm": 1.2087674140930176,
|
| 287 |
+
"learning_rate": 1.7193398003386514e-05,
|
| 288 |
+
"loss": 0.0832,
|
| 289 |
+
"step": 400
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 8.2,
|
| 293 |
+
"grad_norm": 1.2171767950057983,
|
| 294 |
+
"learning_rate": 1.6996633405133656e-05,
|
| 295 |
+
"loss": 0.0389,
|
| 296 |
+
"step": 410
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 8.4,
|
| 300 |
+
"grad_norm": 1.2036916017532349,
|
| 301 |
+
"learning_rate": 1.6794413042615168e-05,
|
| 302 |
+
"loss": 0.0456,
|
| 303 |
+
"step": 420
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 8.6,
|
| 307 |
+
"grad_norm": 1.6378772258758545,
|
| 308 |
+
"learning_rate": 1.6586894601186804e-05,
|
| 309 |
+
"loss": 0.0539,
|
| 310 |
+
"step": 430
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 8.8,
|
| 314 |
+
"grad_norm": 1.062146544456482,
|
| 315 |
+
"learning_rate": 1.63742398974869e-05,
|
| 316 |
+
"loss": 0.0351,
|
| 317 |
+
"step": 440
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 9.0,
|
| 321 |
+
"grad_norm": 0.7032294273376465,
|
| 322 |
+
"learning_rate": 1.6156614753256583e-05,
|
| 323 |
+
"loss": 0.0331,
|
| 324 |
+
"step": 450
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 9.2,
|
| 328 |
+
"grad_norm": 1.2708150148391724,
|
| 329 |
+
"learning_rate": 1.5934188866037017e-05,
|
| 330 |
+
"loss": 0.0298,
|
| 331 |
+
"step": 460
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 9.4,
|
| 335 |
+
"grad_norm": 0.5238479375839233,
|
| 336 |
+
"learning_rate": 1.570713567684432e-05,
|
| 337 |
+
"loss": 0.0271,
|
| 338 |
+
"step": 470
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 9.6,
|
| 342 |
+
"grad_norm": 0.6896675229072571,
|
| 343 |
+
"learning_rate": 1.5475632234925505e-05,
|
| 344 |
+
"loss": 0.0148,
|
| 345 |
+
"step": 480
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 9.8,
|
| 349 |
+
"grad_norm": 0.8893882632255554,
|
| 350 |
+
"learning_rate": 1.5239859059700794e-05,
|
| 351 |
+
"loss": 0.0384,
|
| 352 |
+
"step": 490
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 10.0,
|
| 356 |
+
"grad_norm": 1.3057194948196411,
|
| 357 |
+
"learning_rate": 1.5000000000000002e-05,
|
| 358 |
+
"loss": 0.0216,
|
| 359 |
+
"step": 500
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 10.2,
|
| 363 |
+
"grad_norm": 0.4277481436729431,
|
| 364 |
+
"learning_rate": 1.4756242090702756e-05,
|
| 365 |
+
"loss": 0.0186,
|
| 366 |
+
"step": 510
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 10.4,
|
| 370 |
+
"grad_norm": 2.500697374343872,
|
| 371 |
+
"learning_rate": 1.4508775406894308e-05,
|
| 372 |
+
"loss": 0.0289,
|
| 373 |
+
"step": 520
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 10.6,
|
| 377 |
+
"grad_norm": 0.4189341366291046,
|
| 378 |
+
"learning_rate": 1.4257792915650728e-05,
|
| 379 |
+
"loss": 0.0161,
|
| 380 |
+
"step": 530
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 10.8,
|
| 384 |
+
"grad_norm": 0.6834658980369568,
|
| 385 |
+
"learning_rate": 1.4003490325568953e-05,
|
| 386 |
+
"loss": 0.016,
|
| 387 |
+
"step": 540
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 11.0,
|
| 391 |
+
"grad_norm": 0.32209300994873047,
|
| 392 |
+
"learning_rate": 1.3746065934159123e-05,
|
| 393 |
+
"loss": 0.0214,
|
| 394 |
+
"step": 550
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 11.2,
|
| 398 |
+
"grad_norm": 0.6142628788948059,
|
| 399 |
+
"learning_rate": 1.3485720473218153e-05,
|
| 400 |
+
"loss": 0.0169,
|
| 401 |
+
"step": 560
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 11.4,
|
| 405 |
+
"grad_norm": 0.020493434742093086,
|
| 406 |
+
"learning_rate": 1.3222656952305113e-05,
|
| 407 |
+
"loss": 0.0072,
|
| 408 |
+
"step": 570
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 11.6,
|
| 412 |
+
"grad_norm": 0.6618867516517639,
|
| 413 |
+
"learning_rate": 1.2957080500440469e-05,
|
| 414 |
+
"loss": 0.0134,
|
| 415 |
+
"step": 580
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 11.8,
|
| 419 |
+
"grad_norm": 2.014190196990967,
|
| 420 |
+
"learning_rate": 1.2689198206152657e-05,
|
| 421 |
+
"loss": 0.0141,
|
| 422 |
+
"step": 590
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 12.0,
|
| 426 |
+
"grad_norm": 0.3526052236557007,
|
| 427 |
+
"learning_rate": 1.2419218955996677e-05,
|
| 428 |
+
"loss": 0.0152,
|
| 429 |
+
"step": 600
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 12.2,
|
| 433 |
+
"grad_norm": 0.39659520983695984,
|
| 434 |
+
"learning_rate": 1.2147353271670634e-05,
|
| 435 |
+
"loss": 0.0082,
|
| 436 |
+
"step": 610
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 12.4,
|
| 440 |
+
"grad_norm": 1.6676621437072754,
|
| 441 |
+
"learning_rate": 1.187381314585725e-05,
|
| 442 |
+
"loss": 0.0086,
|
| 443 |
+
"step": 620
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 12.6,
|
| 447 |
+
"grad_norm": 0.48944175243377686,
|
| 448 |
+
"learning_rate": 1.159881187691835e-05,
|
| 449 |
+
"loss": 0.0073,
|
| 450 |
+
"step": 630
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 12.8,
|
| 454 |
+
"grad_norm": 0.11040916293859482,
|
| 455 |
+
"learning_rate": 1.1322563902571227e-05,
|
| 456 |
+
"loss": 0.0111,
|
| 457 |
+
"step": 640
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 13.0,
|
| 461 |
+
"grad_norm": 0.19332852959632874,
|
| 462 |
+
"learning_rate": 1.1045284632676535e-05,
|
| 463 |
+
"loss": 0.0084,
|
| 464 |
+
"step": 650
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 13.2,
|
| 468 |
+
"grad_norm": 0.5781747698783875,
|
| 469 |
+
"learning_rate": 1.0767190281268187e-05,
|
| 470 |
+
"loss": 0.0088,
|
| 471 |
+
"step": 660
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 13.4,
|
| 475 |
+
"grad_norm": 0.5372014045715332,
|
| 476 |
+
"learning_rate": 1.0488497697956134e-05,
|
| 477 |
+
"loss": 0.0129,
|
| 478 |
+
"step": 670
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 13.6,
|
| 482 |
+
"grad_norm": 0.0674474835395813,
|
| 483 |
+
"learning_rate": 1.0209424198833571e-05,
|
| 484 |
+
"loss": 0.0047,
|
| 485 |
+
"step": 680
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 13.8,
|
| 489 |
+
"grad_norm": 0.0646585077047348,
|
| 490 |
+
"learning_rate": 9.930187397020385e-06,
|
| 491 |
+
"loss": 0.0079,
|
| 492 |
+
"step": 690
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 14.0,
|
| 496 |
+
"grad_norm": 0.16117724776268005,
|
| 497 |
+
"learning_rate": 9.651005032974994e-06,
|
| 498 |
+
"loss": 0.0137,
|
| 499 |
+
"step": 700
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 14.2,
|
| 503 |
+
"grad_norm": 0.031529657542705536,
|
| 504 |
+
"learning_rate": 9.372094804706867e-06,
|
| 505 |
+
"loss": 0.0195,
|
| 506 |
+
"step": 710
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 14.4,
|
| 510 |
+
"grad_norm": 0.7396082878112793,
|
| 511 |
+
"learning_rate": 9.093674198022201e-06,
|
| 512 |
+
"loss": 0.0038,
|
| 513 |
+
"step": 720
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 14.6,
|
| 517 |
+
"grad_norm": 0.131903737783432,
|
| 518 |
+
"learning_rate": 8.815960316934991e-06,
|
| 519 |
+
"loss": 0.009,
|
| 520 |
+
"step": 730
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 14.8,
|
| 524 |
+
"grad_norm": 0.031985681504011154,
|
| 525 |
+
"learning_rate": 8.539169714375885e-06,
|
| 526 |
+
"loss": 0.0013,
|
| 527 |
+
"step": 740
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 15.0,
|
| 531 |
+
"grad_norm": 0.12234848737716675,
|
| 532 |
+
"learning_rate": 8.263518223330698e-06,
|
| 533 |
+
"loss": 0.0043,
|
| 534 |
+
"step": 750
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 15.2,
|
| 538 |
+
"grad_norm": 0.10590848326683044,
|
| 539 |
+
"learning_rate": 7.989220788540356e-06,
|
| 540 |
+
"loss": 0.0016,
|
| 541 |
+
"step": 760
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 15.4,
|
| 545 |
+
"grad_norm": 0.20384103059768677,
|
| 546 |
+
"learning_rate": 7.716491298893443e-06,
|
| 547 |
+
"loss": 0.0011,
|
| 548 |
+
"step": 770
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 15.6,
|
| 552 |
+
"grad_norm": 0.16497106850147247,
|
| 553 |
+
"learning_rate": 7.445542420642097e-06,
|
| 554 |
+
"loss": 0.002,
|
| 555 |
+
"step": 780
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 15.8,
|
| 559 |
+
"grad_norm": 0.0461721308529377,
|
| 560 |
+
"learning_rate": 7.176585431571235e-06,
|
| 561 |
+
"loss": 0.0017,
|
| 562 |
+
"step": 790
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 16.0,
|
| 566 |
+
"grad_norm": 0.023166760802268982,
|
| 567 |
+
"learning_rate": 6.909830056250527e-06,
|
| 568 |
+
"loss": 0.0008,
|
| 569 |
+
"step": 800
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 16.2,
|
| 573 |
+
"grad_norm": 0.032082173973321915,
|
| 574 |
+
"learning_rate": 6.645484302497452e-06,
|
| 575 |
+
"loss": 0.0003,
|
| 576 |
+
"step": 810
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 16.4,
|
| 580 |
+
"grad_norm": 0.08265218138694763,
|
| 581 |
+
"learning_rate": 6.383754299179079e-06,
|
| 582 |
+
"loss": 0.0007,
|
| 583 |
+
"step": 820
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 16.6,
|
| 587 |
+
"grad_norm": 0.024636510759592056,
|
| 588 |
+
"learning_rate": 6.124844135478971e-06,
|
| 589 |
+
"loss": 0.005,
|
| 590 |
+
"step": 830
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 16.8,
|
| 594 |
+
"grad_norm": 0.019458631053566933,
|
| 595 |
+
"learning_rate": 5.868955701754584e-06,
|
| 596 |
+
"loss": 0.0004,
|
| 597 |
+
"step": 840
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 17.0,
|
| 601 |
+
"grad_norm": 0.01352341752499342,
|
| 602 |
+
"learning_rate": 5.616288532109225e-06,
|
| 603 |
+
"loss": 0.0007,
|
| 604 |
+
"step": 850
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 17.2,
|
| 608 |
+
"grad_norm": 0.009102717973291874,
|
| 609 |
+
"learning_rate": 5.367039648801386e-06,
|
| 610 |
+
"loss": 0.0004,
|
| 611 |
+
"step": 860
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 17.4,
|
| 615 |
+
"grad_norm": 0.01286560669541359,
|
| 616 |
+
"learning_rate": 5.121403408612672e-06,
|
| 617 |
+
"loss": 0.0002,
|
| 618 |
+
"step": 870
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 17.6,
|
| 622 |
+
"grad_norm": 0.36686578392982483,
|
| 623 |
+
"learning_rate": 4.879571351294287e-06,
|
| 624 |
+
"loss": 0.0007,
|
| 625 |
+
"step": 880
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 17.8,
|
| 629 |
+
"grad_norm": 0.005845635663717985,
|
| 630 |
+
"learning_rate": 4.641732050210032e-06,
|
| 631 |
+
"loss": 0.0002,
|
| 632 |
+
"step": 890
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 18.0,
|
| 636 |
+
"grad_norm": 0.06807386130094528,
|
| 637 |
+
"learning_rate": 4.408070965292534e-06,
|
| 638 |
+
"loss": 0.0002,
|
| 639 |
+
"step": 900
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 18.2,
|
| 643 |
+
"grad_norm": 0.02204430289566517,
|
| 644 |
+
"learning_rate": 4.178770298427107e-06,
|
| 645 |
+
"loss": 0.0001,
|
| 646 |
+
"step": 910
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 18.4,
|
| 650 |
+
"grad_norm": 0.008754129521548748,
|
| 651 |
+
"learning_rate": 3.954008851376252e-06,
|
| 652 |
+
"loss": 0.0001,
|
| 653 |
+
"step": 920
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 18.6,
|
| 657 |
+
"grad_norm": 0.00636293226853013,
|
| 658 |
+
"learning_rate": 3.7339618863553983e-06,
|
| 659 |
+
"loss": 0.0001,
|
| 660 |
+
"step": 930
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 18.8,
|
| 664 |
+
"grad_norm": 0.004866347182542086,
|
| 665 |
+
"learning_rate": 3.5188009893686916e-06,
|
| 666 |
+
"loss": 0.0006,
|
| 667 |
+
"step": 940
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 19.0,
|
| 671 |
+
"grad_norm": 0.004850468598306179,
|
| 672 |
+
"learning_rate": 3.308693936411421e-06,
|
| 673 |
+
"loss": 0.0001,
|
| 674 |
+
"step": 950
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 19.2,
|
| 678 |
+
"grad_norm": 0.0016120151849463582,
|
| 679 |
+
"learning_rate": 3.103804562643302e-06,
|
| 680 |
+
"loss": 0.0001,
|
| 681 |
+
"step": 960
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 19.4,
|
| 685 |
+
"grad_norm": 0.08115795254707336,
|
| 686 |
+
"learning_rate": 2.9042926346347932e-06,
|
| 687 |
+
"loss": 0.0002,
|
| 688 |
+
"step": 970
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 19.6,
|
| 692 |
+
"grad_norm": 0.0031273579224944115,
|
| 693 |
+
"learning_rate": 2.7103137257858867e-06,
|
| 694 |
+
"loss": 0.0001,
|
| 695 |
+
"step": 980
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 19.8,
|
| 699 |
+
"grad_norm": 0.005434623919427395,
|
| 700 |
+
"learning_rate": 2.522019095014683e-06,
|
| 701 |
+
"loss": 0.0001,
|
| 702 |
+
"step": 990
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 20.0,
|
| 706 |
+
"grad_norm": 0.003434584243223071,
|
| 707 |
+
"learning_rate": 2.339555568810221e-06,
|
| 708 |
+
"loss": 0.0003,
|
| 709 |
+
"step": 1000
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 20.2,
|
| 713 |
+
"grad_norm": 0.0036388696171343327,
|
| 714 |
+
"learning_rate": 2.163065426741603e-06,
|
| 715 |
+
"loss": 0.0003,
|
| 716 |
+
"step": 1010
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 20.4,
|
| 720 |
+
"grad_norm": 0.005258283577859402,
|
| 721 |
+
"learning_rate": 1.9926862905126663e-06,
|
| 722 |
+
"loss": 0.0001,
|
| 723 |
+
"step": 1020
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 20.6,
|
| 727 |
+
"grad_norm": 0.0052086408250033855,
|
| 728 |
+
"learning_rate": 1.8285510166487154e-06,
|
| 729 |
+
"loss": 0.0001,
|
| 730 |
+
"step": 1030
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 20.8,
|
| 734 |
+
"grad_norm": 0.007011784706264734,
|
| 735 |
+
"learning_rate": 1.6707875928990059e-06,
|
| 736 |
+
"loss": 0.0001,
|
| 737 |
+
"step": 1040
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 21.0,
|
| 741 |
+
"grad_norm": 0.008353537879884243,
|
| 742 |
+
"learning_rate": 1.5195190384357405e-06,
|
| 743 |
+
"loss": 0.0001,
|
| 744 |
+
"step": 1050
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 21.2,
|
| 748 |
+
"grad_norm": 0.005364676937460899,
|
| 749 |
+
"learning_rate": 1.3748633079274254e-06,
|
| 750 |
+
"loss": 0.0001,
|
| 751 |
+
"step": 1060
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 21.4,
|
| 755 |
+
"grad_norm": 0.07464922219514847,
|
| 756 |
+
"learning_rate": 1.2369331995613664e-06,
|
| 757 |
+
"loss": 0.0003,
|
| 758 |
+
"step": 1070
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 21.6,
|
| 762 |
+
"grad_norm": 0.005178565625101328,
|
| 763 |
+
"learning_rate": 1.1058362670870248e-06,
|
| 764 |
+
"loss": 0.0001,
|
| 765 |
+
"step": 1080
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 21.8,
|
| 769 |
+
"grad_norm": 0.003679296700283885,
|
| 770 |
+
"learning_rate": 9.816747359488632e-07,
|
| 771 |
+
"loss": 0.0001,
|
| 772 |
+
"step": 1090
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 22.0,
|
| 776 |
+
"grad_norm": 0.008506166748702526,
|
| 777 |
+
"learning_rate": 8.645454235739903e-07,
|
| 778 |
+
"loss": 0.0001,
|
| 779 |
+
"step": 1100
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 22.2,
|
| 783 |
+
"grad_norm": 0.0045352838933467865,
|
| 784 |
+
"learning_rate": 7.545396638768698e-07,
|
| 785 |
+
"loss": 0.0001,
|
| 786 |
+
"step": 1110
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 22.4,
|
| 790 |
+
"grad_norm": 0.0041460818611085415,
|
| 791 |
+
"learning_rate": 6.517432360398556e-07,
|
| 792 |
+
"loss": 0.0002,
|
| 793 |
+
"step": 1120
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 22.6,
|
| 797 |
+
"grad_norm": 0.00789156835526228,
|
| 798 |
+
"learning_rate": 5.562362976251901e-07,
|
| 799 |
+
"loss": 0.0001,
|
| 800 |
+
"step": 1130
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 22.8,
|
| 804 |
+
"grad_norm": 0.004850171506404877,
|
| 805 |
+
"learning_rate": 4.6809332207053083e-07,
|
| 806 |
+
"loss": 0.0002,
|
| 807 |
+
"step": 1140
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 23.0,
|
| 811 |
+
"grad_norm": 0.0024761913809925318,
|
| 812 |
+
"learning_rate": 3.8738304061681107e-07,
|
| 813 |
+
"loss": 0.0001,
|
| 814 |
+
"step": 1150
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 23.2,
|
| 818 |
+
"grad_norm": 0.004848626907914877,
|
| 819 |
+
"learning_rate": 3.1416838871368925e-07,
|
| 820 |
+
"loss": 0.0002,
|
| 821 |
+
"step": 1160
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 23.4,
|
| 825 |
+
"grad_norm": 0.008169041946530342,
|
| 826 |
+
"learning_rate": 2.4850645694436736e-07,
|
| 827 |
+
"loss": 0.0001,
|
| 828 |
+
"step": 1170
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 23.6,
|
| 832 |
+
"grad_norm": 0.008230429142713547,
|
| 833 |
+
"learning_rate": 1.9044844650808468e-07,
|
| 834 |
+
"loss": 0.0001,
|
| 835 |
+
"step": 1180
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 23.8,
|
| 839 |
+
"grad_norm": 0.008880352601408958,
|
| 840 |
+
"learning_rate": 1.400396292949513e-07,
|
| 841 |
+
"loss": 0.0001,
|
| 842 |
+
"step": 1190
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 24.0,
|
| 846 |
+
"grad_norm": 0.003499081125482917,
|
| 847 |
+
"learning_rate": 9.731931258429638e-08,
|
| 848 |
+
"loss": 0.0002,
|
| 849 |
+
"step": 1200
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 24.2,
|
| 853 |
+
"grad_norm": 0.002381326397880912,
|
| 854 |
+
"learning_rate": 6.232080839403631e-08,
|
| 855 |
+
"loss": 0.0001,
|
| 856 |
+
"step": 1210
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 24.4,
|
| 860 |
+
"grad_norm": 0.003195591736584902,
|
| 861 |
+
"learning_rate": 3.50714075049563e-08,
|
| 862 |
+
"loss": 0.0001,
|
| 863 |
+
"step": 1220
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 24.6,
|
| 867 |
+
"grad_norm": 0.003270337823778391,
|
| 868 |
+
"learning_rate": 1.5592358180189782e-08,
|
| 869 |
+
"loss": 0.0001,
|
| 870 |
+
"step": 1230
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 24.8,
|
| 874 |
+
"grad_norm": 0.00868391152471304,
|
| 875 |
+
"learning_rate": 3.898849596456477e-09,
|
| 876 |
+
"loss": 0.0001,
|
| 877 |
+
"step": 1240
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 25.0,
|
| 881 |
+
"grad_norm": 0.0035359435714781284,
|
| 882 |
+
"learning_rate": 0.0,
|
| 883 |
+
"loss": 0.0002,
|
| 884 |
+
"step": 1250
|
| 885 |
+
}
|
| 886 |
+
],
|
| 887 |
+
"logging_steps": 10,
|
| 888 |
+
"max_steps": 1250,
|
| 889 |
+
"num_input_tokens_seen": 0,
|
| 890 |
+
"num_train_epochs": 25,
|
| 891 |
+
"save_steps": 1000,
|
| 892 |
+
"stateful_callbacks": {
|
| 893 |
+
"TrainerControl": {
|
| 894 |
+
"args": {
|
| 895 |
+
"should_epoch_stop": false,
|
| 896 |
+
"should_evaluate": false,
|
| 897 |
+
"should_log": false,
|
| 898 |
+
"should_save": true,
|
| 899 |
+
"should_training_stop": true
|
| 900 |
+
},
|
| 901 |
+
"attributes": {}
|
| 902 |
+
}
|
| 903 |
+
},
|
| 904 |
+
"total_flos": 2.502555032784732e+17,
|
| 905 |
+
"train_batch_size": 5,
|
| 906 |
+
"trial_name": null,
|
| 907 |
+
"trial_params": null
|
| 908 |
+
}
|
checkpoint-1250/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b461a8fd57f9dccc64796c48a45854cf5baf5b869fda0d17af67a1a0382daa8
|
| 3 |
+
size 5560
|
checkpoint-1250/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
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 |
+
}
|
runs/Jan18_05-17-00_eb238ab39206/events.out.tfevents.1737177929.eb238ab39206.145.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf8a041a08d99718a3dfd2cf06ecf49923ccd8fc95811bd71306305a2f8f5b51
|
| 3 |
+
size 32945
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
|
| 3 |
+
size 11420371
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,144 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"151643": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"151644": {
|
| 13 |
+
"content": "<|im_start|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"151645": {
|
| 21 |
+
"content": "<|im_end|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"151646": {
|
| 29 |
+
"content": "<|object_ref_start|>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"151647": {
|
| 37 |
+
"content": "<|object_ref_end|>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"151648": {
|
| 45 |
+
"content": "<|box_start|>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"151649": {
|
| 53 |
+
"content": "<|box_end|>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"151650": {
|
| 61 |
+
"content": "<|quad_start|>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"151651": {
|
| 69 |
+
"content": "<|quad_end|>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"151652": {
|
| 77 |
+
"content": "<|vision_start|>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"151653": {
|
| 85 |
+
"content": "<|vision_end|>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"151654": {
|
| 93 |
+
"content": "<|vision_pad|>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"151655": {
|
| 101 |
+
"content": "<|image_pad|>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"151656": {
|
| 109 |
+
"content": "<|video_pad|>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
}
|
| 116 |
+
},
|
| 117 |
+
"additional_special_tokens": [
|
| 118 |
+
"<|im_start|>",
|
| 119 |
+
"<|im_end|>",
|
| 120 |
+
"<|object_ref_start|>",
|
| 121 |
+
"<|object_ref_end|>",
|
| 122 |
+
"<|box_start|>",
|
| 123 |
+
"<|box_end|>",
|
| 124 |
+
"<|quad_start|>",
|
| 125 |
+
"<|quad_end|>",
|
| 126 |
+
"<|vision_start|>",
|
| 127 |
+
"<|vision_end|>",
|
| 128 |
+
"<|vision_pad|>",
|
| 129 |
+
"<|image_pad|>",
|
| 130 |
+
"<|video_pad|>"
|
| 131 |
+
],
|
| 132 |
+
"bos_token": null,
|
| 133 |
+
"chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}",
|
| 134 |
+
"clean_up_tokenization_spaces": false,
|
| 135 |
+
"eos_token": "<|im_end|>",
|
| 136 |
+
"errors": "replace",
|
| 137 |
+
"model_max_length": 2048,
|
| 138 |
+
"pad_token": "<|endoftext|>",
|
| 139 |
+
"padding_side": "right",
|
| 140 |
+
"processor_class": "Qwen2VLProcessor",
|
| 141 |
+
"split_special_tokens": false,
|
| 142 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 143 |
+
"unk_token": null
|
| 144 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 25.0,
|
| 3 |
+
"total_flos": 2.502555032784732e+17,
|
| 4 |
+
"train_loss": 0.12197050291108899,
|
| 5 |
+
"train_runtime": 13777.8614,
|
| 6 |
+
"train_samples_per_second": 0.907,
|
| 7 |
+
"train_steps_per_second": 0.091
|
| 8 |
+
}
|
trainer_log.jsonl
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 10, "total_steps": 1250, "loss": 1.2185, "lr": 1.6000000000000001e-06, "epoch": 0.2, "percentage": 0.8, "elapsed_time": "0:01:50", "remaining_time": "3:48:18"}
|
| 2 |
+
{"current_steps": 20, "total_steps": 1250, "loss": 0.892, "lr": 3.2000000000000003e-06, "epoch": 0.4, "percentage": 1.6, "elapsed_time": "0:03:41", "remaining_time": "3:47:05"}
|
| 3 |
+
{"current_steps": 30, "total_steps": 1250, "loss": 0.7887, "lr": 4.800000000000001e-06, "epoch": 0.6, "percentage": 2.4, "elapsed_time": "0:05:32", "remaining_time": "3:45:27"}
|
| 4 |
+
{"current_steps": 40, "total_steps": 1250, "loss": 0.7111, "lr": 6.4000000000000006e-06, "epoch": 0.8, "percentage": 3.2, "elapsed_time": "0:07:23", "remaining_time": "3:43:28"}
|
| 5 |
+
{"current_steps": 50, "total_steps": 1250, "loss": 0.6489, "lr": 8.000000000000001e-06, "epoch": 1.0, "percentage": 4.0, "elapsed_time": "0:09:14", "remaining_time": "3:41:43"}
|
| 6 |
+
{"current_steps": 60, "total_steps": 1250, "loss": 0.5936, "lr": 9.600000000000001e-06, "epoch": 1.2, "percentage": 4.8, "elapsed_time": "0:11:05", "remaining_time": "3:39:55"}
|
| 7 |
+
{"current_steps": 70, "total_steps": 1250, "loss": 0.6121, "lr": 1.1200000000000001e-05, "epoch": 1.4, "percentage": 5.6, "elapsed_time": "0:12:56", "remaining_time": "3:38:10"}
|
| 8 |
+
{"current_steps": 80, "total_steps": 1250, "loss": 0.6059, "lr": 1.2800000000000001e-05, "epoch": 1.6, "percentage": 6.4, "elapsed_time": "0:14:46", "remaining_time": "3:36:08"}
|
| 9 |
+
{"current_steps": 90, "total_steps": 1250, "loss": 0.6062, "lr": 1.4400000000000001e-05, "epoch": 1.8, "percentage": 7.2, "elapsed_time": "0:16:38", "remaining_time": "3:34:28"}
|
| 10 |
+
{"current_steps": 100, "total_steps": 1250, "loss": 0.5929, "lr": 1.6000000000000003e-05, "epoch": 2.0, "percentage": 8.0, "elapsed_time": "0:18:30", "remaining_time": "3:32:47"}
|
| 11 |
+
{"current_steps": 110, "total_steps": 1250, "loss": 0.5138, "lr": 1.76e-05, "epoch": 2.2, "percentage": 8.8, "elapsed_time": "0:20:20", "remaining_time": "3:30:51"}
|
| 12 |
+
{"current_steps": 120, "total_steps": 1250, "loss": 0.4737, "lr": 1.9200000000000003e-05, "epoch": 2.4, "percentage": 9.6, "elapsed_time": "0:22:12", "remaining_time": "3:29:06"}
|
| 13 |
+
{"current_steps": 130, "total_steps": 1250, "loss": 0.4891, "lr": 1.9999025240093045e-05, "epoch": 2.6, "percentage": 10.4, "elapsed_time": "0:24:03", "remaining_time": "3:27:18"}
|
| 14 |
+
{"current_steps": 140, "total_steps": 1250, "loss": 0.4663, "lr": 1.9991228300988586e-05, "epoch": 2.8, "percentage": 11.2, "elapsed_time": "0:25:54", "remaining_time": "3:25:26"}
|
| 15 |
+
{"current_steps": 150, "total_steps": 1250, "loss": 0.5164, "lr": 1.9975640502598243e-05, "epoch": 3.0, "percentage": 12.0, "elapsed_time": "0:27:45", "remaining_time": "3:23:37"}
|
| 16 |
+
{"current_steps": 160, "total_steps": 1250, "loss": 0.3981, "lr": 1.9952273999818312e-05, "epoch": 3.2, "percentage": 12.8, "elapsed_time": "0:29:36", "remaining_time": "3:21:41"}
|
| 17 |
+
{"current_steps": 170, "total_steps": 1250, "loss": 0.3761, "lr": 1.9921147013144782e-05, "epoch": 3.4, "percentage": 13.6, "elapsed_time": "0:31:27", "remaining_time": "3:19:51"}
|
| 18 |
+
{"current_steps": 180, "total_steps": 1250, "loss": 0.374, "lr": 1.988228381446553e-05, "epoch": 3.6, "percentage": 14.4, "elapsed_time": "0:33:19", "remaining_time": "3:18:04"}
|
| 19 |
+
{"current_steps": 190, "total_steps": 1250, "loss": 0.3908, "lr": 1.983571470813386e-05, "epoch": 3.8, "percentage": 15.2, "elapsed_time": "0:35:10", "remaining_time": "3:16:14"}
|
| 20 |
+
{"current_steps": 200, "total_steps": 1250, "loss": 0.3527, "lr": 1.9781476007338058e-05, "epoch": 4.0, "percentage": 16.0, "elapsed_time": "0:37:02", "remaining_time": "3:14:25"}
|
| 21 |
+
{"current_steps": 210, "total_steps": 1250, "loss": 0.2756, "lr": 1.9719610005785466e-05, "epoch": 4.2, "percentage": 16.8, "elapsed_time": "0:38:52", "remaining_time": "3:12:29"}
|
| 22 |
+
{"current_steps": 220, "total_steps": 1250, "loss": 0.2622, "lr": 1.9650164944723116e-05, "epoch": 4.4, "percentage": 17.6, "elapsed_time": "0:40:42", "remaining_time": "3:10:36"}
|
| 23 |
+
{"current_steps": 230, "total_steps": 1250, "loss": 0.2475, "lr": 1.9573194975320672e-05, "epoch": 4.6, "percentage": 18.4, "elapsed_time": "0:42:33", "remaining_time": "3:08:44"}
|
| 24 |
+
{"current_steps": 240, "total_steps": 1250, "loss": 0.2682, "lr": 1.9488760116444966e-05, "epoch": 4.8, "percentage": 19.2, "elapsed_time": "0:44:24", "remaining_time": "3:06:51"}
|
| 25 |
+
{"current_steps": 250, "total_steps": 1250, "loss": 0.2514, "lr": 1.9396926207859085e-05, "epoch": 5.0, "percentage": 20.0, "elapsed_time": "0:46:16", "remaining_time": "3:05:05"}
|
| 26 |
+
{"current_steps": 260, "total_steps": 1250, "loss": 0.1448, "lr": 1.9297764858882516e-05, "epoch": 5.2, "percentage": 20.8, "elapsed_time": "0:48:08", "remaining_time": "3:03:16"}
|
| 27 |
+
{"current_steps": 270, "total_steps": 1250, "loss": 0.1725, "lr": 1.9191353392552346e-05, "epoch": 5.4, "percentage": 21.6, "elapsed_time": "0:50:00", "remaining_time": "3:01:28"}
|
| 28 |
+
{"current_steps": 280, "total_steps": 1250, "loss": 0.1753, "lr": 1.907777478532909e-05, "epoch": 5.6, "percentage": 22.4, "elapsed_time": "0:51:51", "remaining_time": "2:59:39"}
|
| 29 |
+
{"current_steps": 290, "total_steps": 1250, "loss": 0.1697, "lr": 1.895711760239413e-05, "epoch": 5.8, "percentage": 23.2, "elapsed_time": "0:53:42", "remaining_time": "2:57:46"}
|
| 30 |
+
{"current_steps": 300, "total_steps": 1250, "loss": 0.157, "lr": 1.8829475928589272e-05, "epoch": 6.0, "percentage": 24.0, "elapsed_time": "0:55:33", "remaining_time": "2:55:54"}
|
| 31 |
+
{"current_steps": 310, "total_steps": 1250, "loss": 0.0987, "lr": 1.869494929505219e-05, "epoch": 6.2, "percentage": 24.8, "elapsed_time": "0:57:24", "remaining_time": "2:54:05"}
|
| 32 |
+
{"current_steps": 320, "total_steps": 1250, "loss": 0.1122, "lr": 1.855364260160507e-05, "epoch": 6.4, "percentage": 25.6, "elapsed_time": "0:59:16", "remaining_time": "2:52:14"}
|
| 33 |
+
{"current_steps": 330, "total_steps": 1250, "loss": 0.0999, "lr": 1.8405666034956842e-05, "epoch": 6.6, "percentage": 26.4, "elapsed_time": "1:01:06", "remaining_time": "2:50:22"}
|
| 34 |
+
{"current_steps": 340, "total_steps": 1250, "loss": 0.0925, "lr": 1.8251134982782952e-05, "epoch": 6.8, "percentage": 27.2, "elapsed_time": "1:02:58", "remaining_time": "2:48:33"}
|
| 35 |
+
{"current_steps": 350, "total_steps": 1250, "loss": 0.1034, "lr": 1.8090169943749477e-05, "epoch": 7.0, "percentage": 28.0, "elapsed_time": "1:04:50", "remaining_time": "2:46:43"}
|
| 36 |
+
{"current_steps": 360, "total_steps": 1250, "loss": 0.0538, "lr": 1.792289643355191e-05, "epoch": 7.2, "percentage": 28.8, "elapsed_time": "1:06:42", "remaining_time": "2:44:54"}
|
| 37 |
+
{"current_steps": 370, "total_steps": 1250, "loss": 0.0562, "lr": 1.7749444887041797e-05, "epoch": 7.4, "percentage": 29.6, "elapsed_time": "1:08:33", "remaining_time": "2:43:03"}
|
| 38 |
+
{"current_steps": 380, "total_steps": 1250, "loss": 0.0656, "lr": 1.7569950556517566e-05, "epoch": 7.6, "percentage": 30.4, "elapsed_time": "1:10:24", "remaining_time": "2:41:12"}
|
| 39 |
+
{"current_steps": 390, "total_steps": 1250, "loss": 0.0783, "lr": 1.7384553406258842e-05, "epoch": 7.8, "percentage": 31.2, "elapsed_time": "1:12:14", "remaining_time": "2:39:18"}
|
| 40 |
+
{"current_steps": 400, "total_steps": 1250, "loss": 0.0832, "lr": 1.7193398003386514e-05, "epoch": 8.0, "percentage": 32.0, "elapsed_time": "1:14:05", "remaining_time": "2:37:26"}
|
| 41 |
+
{"current_steps": 410, "total_steps": 1250, "loss": 0.0389, "lr": 1.6996633405133656e-05, "epoch": 8.2, "percentage": 32.8, "elapsed_time": "1:15:56", "remaining_time": "2:35:34"}
|
| 42 |
+
{"current_steps": 420, "total_steps": 1250, "loss": 0.0456, "lr": 1.6794413042615168e-05, "epoch": 8.4, "percentage": 33.6, "elapsed_time": "1:17:46", "remaining_time": "2:33:42"}
|
| 43 |
+
{"current_steps": 430, "total_steps": 1250, "loss": 0.0539, "lr": 1.6586894601186804e-05, "epoch": 8.6, "percentage": 34.4, "elapsed_time": "1:19:38", "remaining_time": "2:31:52"}
|
| 44 |
+
{"current_steps": 440, "total_steps": 1250, "loss": 0.0351, "lr": 1.63742398974869e-05, "epoch": 8.8, "percentage": 35.2, "elapsed_time": "1:21:28", "remaining_time": "2:29:59"}
|
| 45 |
+
{"current_steps": 450, "total_steps": 1250, "loss": 0.0331, "lr": 1.6156614753256583e-05, "epoch": 9.0, "percentage": 36.0, "elapsed_time": "1:23:18", "remaining_time": "2:28:05"}
|
| 46 |
+
{"current_steps": 460, "total_steps": 1250, "loss": 0.0298, "lr": 1.5934188866037017e-05, "epoch": 9.2, "percentage": 36.8, "elapsed_time": "1:25:08", "remaining_time": "2:26:13"}
|
| 47 |
+
{"current_steps": 470, "total_steps": 1250, "loss": 0.0271, "lr": 1.570713567684432e-05, "epoch": 9.4, "percentage": 37.6, "elapsed_time": "1:26:59", "remaining_time": "2:24:22"}
|
| 48 |
+
{"current_steps": 480, "total_steps": 1250, "loss": 0.0148, "lr": 1.5475632234925505e-05, "epoch": 9.6, "percentage": 38.4, "elapsed_time": "1:28:50", "remaining_time": "2:22:31"}
|
| 49 |
+
{"current_steps": 490, "total_steps": 1250, "loss": 0.0384, "lr": 1.5239859059700794e-05, "epoch": 9.8, "percentage": 39.2, "elapsed_time": "1:30:41", "remaining_time": "2:20:39"}
|
| 50 |
+
{"current_steps": 500, "total_steps": 1250, "loss": 0.0216, "lr": 1.5000000000000002e-05, "epoch": 10.0, "percentage": 40.0, "elapsed_time": "1:32:31", "remaining_time": "2:18:47"}
|
| 51 |
+
{"current_steps": 510, "total_steps": 1250, "loss": 0.0186, "lr": 1.4756242090702756e-05, "epoch": 10.2, "percentage": 40.8, "elapsed_time": "1:34:23", "remaining_time": "2:16:57"}
|
| 52 |
+
{"current_steps": 520, "total_steps": 1250, "loss": 0.0289, "lr": 1.4508775406894308e-05, "epoch": 10.4, "percentage": 41.6, "elapsed_time": "1:36:14", "remaining_time": "2:15:06"}
|
| 53 |
+
{"current_steps": 530, "total_steps": 1250, "loss": 0.0161, "lr": 1.4257792915650728e-05, "epoch": 10.6, "percentage": 42.4, "elapsed_time": "1:38:05", "remaining_time": "2:13:15"}
|
| 54 |
+
{"current_steps": 540, "total_steps": 1250, "loss": 0.016, "lr": 1.4003490325568953e-05, "epoch": 10.8, "percentage": 43.2, "elapsed_time": "1:39:56", "remaining_time": "2:11:23"}
|
| 55 |
+
{"current_steps": 550, "total_steps": 1250, "loss": 0.0214, "lr": 1.3746065934159123e-05, "epoch": 11.0, "percentage": 44.0, "elapsed_time": "1:41:46", "remaining_time": "2:09:31"}
|
| 56 |
+
{"current_steps": 560, "total_steps": 1250, "loss": 0.0169, "lr": 1.3485720473218153e-05, "epoch": 11.2, "percentage": 44.8, "elapsed_time": "1:43:37", "remaining_time": "2:07:40"}
|
| 57 |
+
{"current_steps": 570, "total_steps": 1250, "loss": 0.0072, "lr": 1.3222656952305113e-05, "epoch": 11.4, "percentage": 45.6, "elapsed_time": "1:45:27", "remaining_time": "2:05:48"}
|
| 58 |
+
{"current_steps": 580, "total_steps": 1250, "loss": 0.0134, "lr": 1.2957080500440469e-05, "epoch": 11.6, "percentage": 46.4, "elapsed_time": "1:47:18", "remaining_time": "2:03:57"}
|
| 59 |
+
{"current_steps": 590, "total_steps": 1250, "loss": 0.0141, "lr": 1.2689198206152657e-05, "epoch": 11.8, "percentage": 47.2, "elapsed_time": "1:49:08", "remaining_time": "2:02:05"}
|
| 60 |
+
{"current_steps": 600, "total_steps": 1250, "loss": 0.0152, "lr": 1.2419218955996677e-05, "epoch": 12.0, "percentage": 48.0, "elapsed_time": "1:50:58", "remaining_time": "2:00:13"}
|
| 61 |
+
{"current_steps": 610, "total_steps": 1250, "loss": 0.0082, "lr": 1.2147353271670634e-05, "epoch": 12.2, "percentage": 48.8, "elapsed_time": "1:52:49", "remaining_time": "1:58:22"}
|
| 62 |
+
{"current_steps": 620, "total_steps": 1250, "loss": 0.0086, "lr": 1.187381314585725e-05, "epoch": 12.4, "percentage": 49.6, "elapsed_time": "1:54:39", "remaining_time": "1:56:30"}
|
| 63 |
+
{"current_steps": 630, "total_steps": 1250, "loss": 0.0073, "lr": 1.159881187691835e-05, "epoch": 12.6, "percentage": 50.4, "elapsed_time": "1:56:29", "remaining_time": "1:54:39"}
|
| 64 |
+
{"current_steps": 640, "total_steps": 1250, "loss": 0.0111, "lr": 1.1322563902571227e-05, "epoch": 12.8, "percentage": 51.2, "elapsed_time": "1:58:19", "remaining_time": "1:52:46"}
|
| 65 |
+
{"current_steps": 650, "total_steps": 1250, "loss": 0.0084, "lr": 1.1045284632676535e-05, "epoch": 13.0, "percentage": 52.0, "elapsed_time": "2:00:09", "remaining_time": "1:50:54"}
|
| 66 |
+
{"current_steps": 660, "total_steps": 1250, "loss": 0.0088, "lr": 1.0767190281268187e-05, "epoch": 13.2, "percentage": 52.8, "elapsed_time": "2:01:59", "remaining_time": "1:49:02"}
|
| 67 |
+
{"current_steps": 670, "total_steps": 1250, "loss": 0.0129, "lr": 1.0488497697956134e-05, "epoch": 13.4, "percentage": 53.6, "elapsed_time": "2:03:49", "remaining_time": "1:47:11"}
|
| 68 |
+
{"current_steps": 680, "total_steps": 1250, "loss": 0.0047, "lr": 1.0209424198833571e-05, "epoch": 13.6, "percentage": 54.4, "elapsed_time": "2:05:40", "remaining_time": "1:45:20"}
|
| 69 |
+
{"current_steps": 690, "total_steps": 1250, "loss": 0.0079, "lr": 9.930187397020385e-06, "epoch": 13.8, "percentage": 55.2, "elapsed_time": "2:07:29", "remaining_time": "1:43:28"}
|
| 70 |
+
{"current_steps": 700, "total_steps": 1250, "loss": 0.0137, "lr": 9.651005032974994e-06, "epoch": 14.0, "percentage": 56.0, "elapsed_time": "2:09:19", "remaining_time": "1:41:37"}
|
| 71 |
+
{"current_steps": 710, "total_steps": 1250, "loss": 0.0195, "lr": 9.372094804706867e-06, "epoch": 14.2, "percentage": 56.8, "elapsed_time": "2:11:10", "remaining_time": "1:39:45"}
|
| 72 |
+
{"current_steps": 720, "total_steps": 1250, "loss": 0.0038, "lr": 9.093674198022201e-06, "epoch": 14.4, "percentage": 57.6, "elapsed_time": "2:12:59", "remaining_time": "1:37:54"}
|
| 73 |
+
{"current_steps": 730, "total_steps": 1250, "loss": 0.009, "lr": 8.815960316934991e-06, "epoch": 14.6, "percentage": 58.4, "elapsed_time": "2:14:49", "remaining_time": "1:36:02"}
|
| 74 |
+
{"current_steps": 740, "total_steps": 1250, "loss": 0.0013, "lr": 8.539169714375885e-06, "epoch": 14.8, "percentage": 59.2, "elapsed_time": "2:16:38", "remaining_time": "1:34:10"}
|
| 75 |
+
{"current_steps": 750, "total_steps": 1250, "loss": 0.0043, "lr": 8.263518223330698e-06, "epoch": 15.0, "percentage": 60.0, "elapsed_time": "2:18:28", "remaining_time": "1:32:18"}
|
| 76 |
+
{"current_steps": 760, "total_steps": 1250, "loss": 0.0016, "lr": 7.989220788540356e-06, "epoch": 15.2, "percentage": 60.8, "elapsed_time": "2:20:18", "remaining_time": "1:30:27"}
|
| 77 |
+
{"current_steps": 770, "total_steps": 1250, "loss": 0.0011, "lr": 7.716491298893443e-06, "epoch": 15.4, "percentage": 61.6, "elapsed_time": "2:22:07", "remaining_time": "1:28:35"}
|
| 78 |
+
{"current_steps": 780, "total_steps": 1250, "loss": 0.002, "lr": 7.445542420642097e-06, "epoch": 15.6, "percentage": 62.4, "elapsed_time": "2:23:56", "remaining_time": "1:26:44"}
|
| 79 |
+
{"current_steps": 790, "total_steps": 1250, "loss": 0.0017, "lr": 7.176585431571235e-06, "epoch": 15.8, "percentage": 63.2, "elapsed_time": "2:25:45", "remaining_time": "1:24:52"}
|
| 80 |
+
{"current_steps": 800, "total_steps": 1250, "loss": 0.0008, "lr": 6.909830056250527e-06, "epoch": 16.0, "percentage": 64.0, "elapsed_time": "2:27:34", "remaining_time": "1:23:00"}
|
| 81 |
+
{"current_steps": 810, "total_steps": 1250, "loss": 0.0003, "lr": 6.645484302497452e-06, "epoch": 16.2, "percentage": 64.8, "elapsed_time": "2:29:23", "remaining_time": "1:21:09"}
|
| 82 |
+
{"current_steps": 820, "total_steps": 1250, "loss": 0.0007, "lr": 6.383754299179079e-06, "epoch": 16.4, "percentage": 65.6, "elapsed_time": "2:31:13", "remaining_time": "1:19:17"}
|
| 83 |
+
{"current_steps": 830, "total_steps": 1250, "loss": 0.005, "lr": 6.124844135478971e-06, "epoch": 16.6, "percentage": 66.4, "elapsed_time": "2:33:03", "remaining_time": "1:17:26"}
|
| 84 |
+
{"current_steps": 840, "total_steps": 1250, "loss": 0.0004, "lr": 5.868955701754584e-06, "epoch": 16.8, "percentage": 67.2, "elapsed_time": "2:34:51", "remaining_time": "1:15:35"}
|
| 85 |
+
{"current_steps": 850, "total_steps": 1250, "loss": 0.0007, "lr": 5.616288532109225e-06, "epoch": 17.0, "percentage": 68.0, "elapsed_time": "2:36:40", "remaining_time": "1:13:43"}
|
| 86 |
+
{"current_steps": 860, "total_steps": 1250, "loss": 0.0004, "lr": 5.367039648801386e-06, "epoch": 17.2, "percentage": 68.8, "elapsed_time": "2:38:29", "remaining_time": "1:11:52"}
|
| 87 |
+
{"current_steps": 870, "total_steps": 1250, "loss": 0.0002, "lr": 5.121403408612672e-06, "epoch": 17.4, "percentage": 69.6, "elapsed_time": "2:40:18", "remaining_time": "1:10:01"}
|
| 88 |
+
{"current_steps": 880, "total_steps": 1250, "loss": 0.0007, "lr": 4.879571351294287e-06, "epoch": 17.6, "percentage": 70.4, "elapsed_time": "2:42:08", "remaining_time": "1:08:10"}
|
| 89 |
+
{"current_steps": 890, "total_steps": 1250, "loss": 0.0002, "lr": 4.641732050210032e-06, "epoch": 17.8, "percentage": 71.2, "elapsed_time": "2:43:57", "remaining_time": "1:06:19"}
|
| 90 |
+
{"current_steps": 900, "total_steps": 1250, "loss": 0.0002, "lr": 4.408070965292534e-06, "epoch": 18.0, "percentage": 72.0, "elapsed_time": "2:45:46", "remaining_time": "1:04:28"}
|
| 91 |
+
{"current_steps": 910, "total_steps": 1250, "loss": 0.0001, "lr": 4.178770298427107e-06, "epoch": 18.2, "percentage": 72.8, "elapsed_time": "2:47:35", "remaining_time": "1:02:37"}
|
| 92 |
+
{"current_steps": 920, "total_steps": 1250, "loss": 0.0001, "lr": 3.954008851376252e-06, "epoch": 18.4, "percentage": 73.6, "elapsed_time": "2:49:24", "remaining_time": "1:00:45"}
|
| 93 |
+
{"current_steps": 930, "total_steps": 1250, "loss": 0.0001, "lr": 3.7339618863553983e-06, "epoch": 18.6, "percentage": 74.4, "elapsed_time": "2:51:13", "remaining_time": "0:58:55"}
|
| 94 |
+
{"current_steps": 940, "total_steps": 1250, "loss": 0.0006, "lr": 3.5188009893686916e-06, "epoch": 18.8, "percentage": 75.2, "elapsed_time": "2:53:02", "remaining_time": "0:57:04"}
|
| 95 |
+
{"current_steps": 950, "total_steps": 1250, "loss": 0.0001, "lr": 3.308693936411421e-06, "epoch": 19.0, "percentage": 76.0, "elapsed_time": "2:54:52", "remaining_time": "0:55:13"}
|
| 96 |
+
{"current_steps": 960, "total_steps": 1250, "loss": 0.0001, "lr": 3.103804562643302e-06, "epoch": 19.2, "percentage": 76.8, "elapsed_time": "2:56:40", "remaining_time": "0:53:22"}
|
| 97 |
+
{"current_steps": 970, "total_steps": 1250, "loss": 0.0002, "lr": 2.9042926346347932e-06, "epoch": 19.4, "percentage": 77.6, "elapsed_time": "2:58:30", "remaining_time": "0:51:31"}
|
| 98 |
+
{"current_steps": 980, "total_steps": 1250, "loss": 0.0001, "lr": 2.7103137257858867e-06, "epoch": 19.6, "percentage": 78.4, "elapsed_time": "3:00:19", "remaining_time": "0:49:40"}
|
| 99 |
+
{"current_steps": 990, "total_steps": 1250, "loss": 0.0001, "lr": 2.522019095014683e-06, "epoch": 19.8, "percentage": 79.2, "elapsed_time": "3:02:09", "remaining_time": "0:47:50"}
|
| 100 |
+
{"current_steps": 1000, "total_steps": 1250, "loss": 0.0003, "lr": 2.339555568810221e-06, "epoch": 20.0, "percentage": 80.0, "elapsed_time": "3:03:58", "remaining_time": "0:45:59"}
|
| 101 |
+
{"current_steps": 1010, "total_steps": 1250, "loss": 0.0003, "lr": 2.163065426741603e-06, "epoch": 20.2, "percentage": 80.8, "elapsed_time": "3:05:49", "remaining_time": "0:44:09"}
|
| 102 |
+
{"current_steps": 1020, "total_steps": 1250, "loss": 0.0001, "lr": 1.9926862905126663e-06, "epoch": 20.4, "percentage": 81.6, "elapsed_time": "3:07:37", "remaining_time": "0:42:18"}
|
| 103 |
+
{"current_steps": 1030, "total_steps": 1250, "loss": 0.0001, "lr": 1.8285510166487154e-06, "epoch": 20.6, "percentage": 82.4, "elapsed_time": "3:09:26", "remaining_time": "0:40:27"}
|
| 104 |
+
{"current_steps": 1040, "total_steps": 1250, "loss": 0.0001, "lr": 1.6707875928990059e-06, "epoch": 20.8, "percentage": 83.2, "elapsed_time": "3:11:16", "remaining_time": "0:38:37"}
|
| 105 |
+
{"current_steps": 1050, "total_steps": 1250, "loss": 0.0001, "lr": 1.5195190384357405e-06, "epoch": 21.0, "percentage": 84.0, "elapsed_time": "3:13:05", "remaining_time": "0:36:46"}
|
| 106 |
+
{"current_steps": 1060, "total_steps": 1250, "loss": 0.0001, "lr": 1.3748633079274254e-06, "epoch": 21.2, "percentage": 84.8, "elapsed_time": "3:14:55", "remaining_time": "0:34:56"}
|
| 107 |
+
{"current_steps": 1070, "total_steps": 1250, "loss": 0.0003, "lr": 1.2369331995613664e-06, "epoch": 21.4, "percentage": 85.6, "elapsed_time": "3:16:44", "remaining_time": "0:33:05"}
|
| 108 |
+
{"current_steps": 1080, "total_steps": 1250, "loss": 0.0001, "lr": 1.1058362670870248e-06, "epoch": 21.6, "percentage": 86.4, "elapsed_time": "3:18:33", "remaining_time": "0:31:15"}
|
| 109 |
+
{"current_steps": 1090, "total_steps": 1250, "loss": 0.0001, "lr": 9.816747359488632e-07, "epoch": 21.8, "percentage": 87.2, "elapsed_time": "3:20:23", "remaining_time": "0:29:24"}
|
| 110 |
+
{"current_steps": 1100, "total_steps": 1250, "loss": 0.0001, "lr": 8.645454235739903e-07, "epoch": 22.0, "percentage": 88.0, "elapsed_time": "3:22:12", "remaining_time": "0:27:34"}
|
| 111 |
+
{"current_steps": 1110, "total_steps": 1250, "loss": 0.0001, "lr": 7.545396638768698e-07, "epoch": 22.2, "percentage": 88.8, "elapsed_time": "3:24:01", "remaining_time": "0:25:44"}
|
| 112 |
+
{"current_steps": 1120, "total_steps": 1250, "loss": 0.0002, "lr": 6.517432360398556e-07, "epoch": 22.4, "percentage": 89.6, "elapsed_time": "3:25:51", "remaining_time": "0:23:53"}
|
| 113 |
+
{"current_steps": 1130, "total_steps": 1250, "loss": 0.0001, "lr": 5.562362976251901e-07, "epoch": 22.6, "percentage": 90.4, "elapsed_time": "3:27:40", "remaining_time": "0:22:03"}
|
| 114 |
+
{"current_steps": 1140, "total_steps": 1250, "loss": 0.0002, "lr": 4.6809332207053083e-07, "epoch": 22.8, "percentage": 91.2, "elapsed_time": "3:29:30", "remaining_time": "0:20:12"}
|
| 115 |
+
{"current_steps": 1150, "total_steps": 1250, "loss": 0.0001, "lr": 3.8738304061681107e-07, "epoch": 23.0, "percentage": 92.0, "elapsed_time": "3:31:19", "remaining_time": "0:18:22"}
|
| 116 |
+
{"current_steps": 1160, "total_steps": 1250, "loss": 0.0002, "lr": 3.1416838871368925e-07, "epoch": 23.2, "percentage": 92.8, "elapsed_time": "3:33:08", "remaining_time": "0:16:32"}
|
| 117 |
+
{"current_steps": 1170, "total_steps": 1250, "loss": 0.0001, "lr": 2.4850645694436736e-07, "epoch": 23.4, "percentage": 93.6, "elapsed_time": "3:34:58", "remaining_time": "0:14:41"}
|
| 118 |
+
{"current_steps": 1180, "total_steps": 1250, "loss": 0.0001, "lr": 1.9044844650808468e-07, "epoch": 23.6, "percentage": 94.4, "elapsed_time": "3:36:47", "remaining_time": "0:12:51"}
|
| 119 |
+
{"current_steps": 1190, "total_steps": 1250, "loss": 0.0001, "lr": 1.400396292949513e-07, "epoch": 23.8, "percentage": 95.2, "elapsed_time": "3:38:36", "remaining_time": "0:11:01"}
|
| 120 |
+
{"current_steps": 1200, "total_steps": 1250, "loss": 0.0002, "lr": 9.731931258429638e-08, "epoch": 24.0, "percentage": 96.0, "elapsed_time": "3:40:26", "remaining_time": "0:09:11"}
|
| 121 |
+
{"current_steps": 1210, "total_steps": 1250, "loss": 0.0001, "lr": 6.232080839403631e-08, "epoch": 24.2, "percentage": 96.8, "elapsed_time": "3:42:14", "remaining_time": "0:07:20"}
|
| 122 |
+
{"current_steps": 1220, "total_steps": 1250, "loss": 0.0001, "lr": 3.50714075049563e-08, "epoch": 24.4, "percentage": 97.6, "elapsed_time": "3:44:03", "remaining_time": "0:05:30"}
|
| 123 |
+
{"current_steps": 1230, "total_steps": 1250, "loss": 0.0001, "lr": 1.5592358180189782e-08, "epoch": 24.6, "percentage": 98.4, "elapsed_time": "3:45:54", "remaining_time": "0:03:40"}
|
| 124 |
+
{"current_steps": 1240, "total_steps": 1250, "loss": 0.0001, "lr": 3.898849596456477e-09, "epoch": 24.8, "percentage": 99.2, "elapsed_time": "3:47:43", "remaining_time": "0:01:50"}
|
| 125 |
+
{"current_steps": 1250, "total_steps": 1250, "loss": 0.0002, "lr": 0.0, "epoch": 25.0, "percentage": 100.0, "elapsed_time": "3:49:31", "remaining_time": "0:00:00"}
|
| 126 |
+
{"current_steps": 1250, "total_steps": 1250, "epoch": 25.0, "percentage": 100.0, "elapsed_time": "3:49:33", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,917 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 25.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 1250,
|
| 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.2,
|
| 13 |
+
"grad_norm": 1.459547519683838,
|
| 14 |
+
"learning_rate": 1.6000000000000001e-06,
|
| 15 |
+
"loss": 1.2185,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.4,
|
| 20 |
+
"grad_norm": 0.5558891296386719,
|
| 21 |
+
"learning_rate": 3.2000000000000003e-06,
|
| 22 |
+
"loss": 0.892,
|
| 23 |
+
"step": 20
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.6,
|
| 27 |
+
"grad_norm": 0.5772704482078552,
|
| 28 |
+
"learning_rate": 4.800000000000001e-06,
|
| 29 |
+
"loss": 0.7887,
|
| 30 |
+
"step": 30
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.8,
|
| 34 |
+
"grad_norm": 0.40292349457740784,
|
| 35 |
+
"learning_rate": 6.4000000000000006e-06,
|
| 36 |
+
"loss": 0.7111,
|
| 37 |
+
"step": 40
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 1.0,
|
| 41 |
+
"grad_norm": 0.35770532488822937,
|
| 42 |
+
"learning_rate": 8.000000000000001e-06,
|
| 43 |
+
"loss": 0.6489,
|
| 44 |
+
"step": 50
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 1.2,
|
| 48 |
+
"grad_norm": 0.43718403577804565,
|
| 49 |
+
"learning_rate": 9.600000000000001e-06,
|
| 50 |
+
"loss": 0.5936,
|
| 51 |
+
"step": 60
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 1.4,
|
| 55 |
+
"grad_norm": 0.4591154158115387,
|
| 56 |
+
"learning_rate": 1.1200000000000001e-05,
|
| 57 |
+
"loss": 0.6121,
|
| 58 |
+
"step": 70
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 1.6,
|
| 62 |
+
"grad_norm": 0.6591519713401794,
|
| 63 |
+
"learning_rate": 1.2800000000000001e-05,
|
| 64 |
+
"loss": 0.6059,
|
| 65 |
+
"step": 80
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 1.8,
|
| 69 |
+
"grad_norm": 0.6931334733963013,
|
| 70 |
+
"learning_rate": 1.4400000000000001e-05,
|
| 71 |
+
"loss": 0.6062,
|
| 72 |
+
"step": 90
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 2.0,
|
| 76 |
+
"grad_norm": 0.6464695334434509,
|
| 77 |
+
"learning_rate": 1.6000000000000003e-05,
|
| 78 |
+
"loss": 0.5929,
|
| 79 |
+
"step": 100
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 2.2,
|
| 83 |
+
"grad_norm": 0.7549647688865662,
|
| 84 |
+
"learning_rate": 1.76e-05,
|
| 85 |
+
"loss": 0.5138,
|
| 86 |
+
"step": 110
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 2.4,
|
| 90 |
+
"grad_norm": 0.6728184819221497,
|
| 91 |
+
"learning_rate": 1.9200000000000003e-05,
|
| 92 |
+
"loss": 0.4737,
|
| 93 |
+
"step": 120
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 2.6,
|
| 97 |
+
"grad_norm": 0.7162397503852844,
|
| 98 |
+
"learning_rate": 1.9999025240093045e-05,
|
| 99 |
+
"loss": 0.4891,
|
| 100 |
+
"step": 130
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 2.8,
|
| 104 |
+
"grad_norm": 0.9795845150947571,
|
| 105 |
+
"learning_rate": 1.9991228300988586e-05,
|
| 106 |
+
"loss": 0.4663,
|
| 107 |
+
"step": 140
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 3.0,
|
| 111 |
+
"grad_norm": 0.6311202049255371,
|
| 112 |
+
"learning_rate": 1.9975640502598243e-05,
|
| 113 |
+
"loss": 0.5164,
|
| 114 |
+
"step": 150
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 3.2,
|
| 118 |
+
"grad_norm": 0.9567041993141174,
|
| 119 |
+
"learning_rate": 1.9952273999818312e-05,
|
| 120 |
+
"loss": 0.3981,
|
| 121 |
+
"step": 160
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 3.4,
|
| 125 |
+
"grad_norm": 0.8767746090888977,
|
| 126 |
+
"learning_rate": 1.9921147013144782e-05,
|
| 127 |
+
"loss": 0.3761,
|
| 128 |
+
"step": 170
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 3.6,
|
| 132 |
+
"grad_norm": 1.8661500215530396,
|
| 133 |
+
"learning_rate": 1.988228381446553e-05,
|
| 134 |
+
"loss": 0.374,
|
| 135 |
+
"step": 180
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 3.8,
|
| 139 |
+
"grad_norm": 0.7793363332748413,
|
| 140 |
+
"learning_rate": 1.983571470813386e-05,
|
| 141 |
+
"loss": 0.3908,
|
| 142 |
+
"step": 190
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 4.0,
|
| 146 |
+
"grad_norm": 0.8413230180740356,
|
| 147 |
+
"learning_rate": 1.9781476007338058e-05,
|
| 148 |
+
"loss": 0.3527,
|
| 149 |
+
"step": 200
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 4.2,
|
| 153 |
+
"grad_norm": 1.5790411233901978,
|
| 154 |
+
"learning_rate": 1.9719610005785466e-05,
|
| 155 |
+
"loss": 0.2756,
|
| 156 |
+
"step": 210
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 4.4,
|
| 160 |
+
"grad_norm": 1.1819688081741333,
|
| 161 |
+
"learning_rate": 1.9650164944723116e-05,
|
| 162 |
+
"loss": 0.2622,
|
| 163 |
+
"step": 220
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 4.6,
|
| 167 |
+
"grad_norm": 1.2115598917007446,
|
| 168 |
+
"learning_rate": 1.9573194975320672e-05,
|
| 169 |
+
"loss": 0.2475,
|
| 170 |
+
"step": 230
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 4.8,
|
| 174 |
+
"grad_norm": 1.0625479221343994,
|
| 175 |
+
"learning_rate": 1.9488760116444966e-05,
|
| 176 |
+
"loss": 0.2682,
|
| 177 |
+
"step": 240
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 5.0,
|
| 181 |
+
"grad_norm": 1.2376039028167725,
|
| 182 |
+
"learning_rate": 1.9396926207859085e-05,
|
| 183 |
+
"loss": 0.2514,
|
| 184 |
+
"step": 250
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 5.2,
|
| 188 |
+
"grad_norm": 0.6343020796775818,
|
| 189 |
+
"learning_rate": 1.9297764858882516e-05,
|
| 190 |
+
"loss": 0.1448,
|
| 191 |
+
"step": 260
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 5.4,
|
| 195 |
+
"grad_norm": 1.1657440662384033,
|
| 196 |
+
"learning_rate": 1.9191353392552346e-05,
|
| 197 |
+
"loss": 0.1725,
|
| 198 |
+
"step": 270
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 5.6,
|
| 202 |
+
"grad_norm": 1.4713112115859985,
|
| 203 |
+
"learning_rate": 1.907777478532909e-05,
|
| 204 |
+
"loss": 0.1753,
|
| 205 |
+
"step": 280
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 5.8,
|
| 209 |
+
"grad_norm": 1.9010937213897705,
|
| 210 |
+
"learning_rate": 1.895711760239413e-05,
|
| 211 |
+
"loss": 0.1697,
|
| 212 |
+
"step": 290
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 6.0,
|
| 216 |
+
"grad_norm": 2.2462244033813477,
|
| 217 |
+
"learning_rate": 1.8829475928589272e-05,
|
| 218 |
+
"loss": 0.157,
|
| 219 |
+
"step": 300
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 6.2,
|
| 223 |
+
"grad_norm": 1.5734026432037354,
|
| 224 |
+
"learning_rate": 1.869494929505219e-05,
|
| 225 |
+
"loss": 0.0987,
|
| 226 |
+
"step": 310
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 6.4,
|
| 230 |
+
"grad_norm": 1.6871922016143799,
|
| 231 |
+
"learning_rate": 1.855364260160507e-05,
|
| 232 |
+
"loss": 0.1122,
|
| 233 |
+
"step": 320
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 6.6,
|
| 237 |
+
"grad_norm": 0.8505676984786987,
|
| 238 |
+
"learning_rate": 1.8405666034956842e-05,
|
| 239 |
+
"loss": 0.0999,
|
| 240 |
+
"step": 330
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 6.8,
|
| 244 |
+
"grad_norm": 1.9714100360870361,
|
| 245 |
+
"learning_rate": 1.8251134982782952e-05,
|
| 246 |
+
"loss": 0.0925,
|
| 247 |
+
"step": 340
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 7.0,
|
| 251 |
+
"grad_norm": 1.3289463520050049,
|
| 252 |
+
"learning_rate": 1.8090169943749477e-05,
|
| 253 |
+
"loss": 0.1034,
|
| 254 |
+
"step": 350
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 7.2,
|
| 258 |
+
"grad_norm": 1.7757859230041504,
|
| 259 |
+
"learning_rate": 1.792289643355191e-05,
|
| 260 |
+
"loss": 0.0538,
|
| 261 |
+
"step": 360
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 7.4,
|
| 265 |
+
"grad_norm": 1.5128904581069946,
|
| 266 |
+
"learning_rate": 1.7749444887041797e-05,
|
| 267 |
+
"loss": 0.0562,
|
| 268 |
+
"step": 370
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 7.6,
|
| 272 |
+
"grad_norm": 1.7095279693603516,
|
| 273 |
+
"learning_rate": 1.7569950556517566e-05,
|
| 274 |
+
"loss": 0.0656,
|
| 275 |
+
"step": 380
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 7.8,
|
| 279 |
+
"grad_norm": 1.7054250240325928,
|
| 280 |
+
"learning_rate": 1.7384553406258842e-05,
|
| 281 |
+
"loss": 0.0783,
|
| 282 |
+
"step": 390
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 8.0,
|
| 286 |
+
"grad_norm": 1.2087674140930176,
|
| 287 |
+
"learning_rate": 1.7193398003386514e-05,
|
| 288 |
+
"loss": 0.0832,
|
| 289 |
+
"step": 400
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 8.2,
|
| 293 |
+
"grad_norm": 1.2171767950057983,
|
| 294 |
+
"learning_rate": 1.6996633405133656e-05,
|
| 295 |
+
"loss": 0.0389,
|
| 296 |
+
"step": 410
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 8.4,
|
| 300 |
+
"grad_norm": 1.2036916017532349,
|
| 301 |
+
"learning_rate": 1.6794413042615168e-05,
|
| 302 |
+
"loss": 0.0456,
|
| 303 |
+
"step": 420
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 8.6,
|
| 307 |
+
"grad_norm": 1.6378772258758545,
|
| 308 |
+
"learning_rate": 1.6586894601186804e-05,
|
| 309 |
+
"loss": 0.0539,
|
| 310 |
+
"step": 430
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 8.8,
|
| 314 |
+
"grad_norm": 1.062146544456482,
|
| 315 |
+
"learning_rate": 1.63742398974869e-05,
|
| 316 |
+
"loss": 0.0351,
|
| 317 |
+
"step": 440
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 9.0,
|
| 321 |
+
"grad_norm": 0.7032294273376465,
|
| 322 |
+
"learning_rate": 1.6156614753256583e-05,
|
| 323 |
+
"loss": 0.0331,
|
| 324 |
+
"step": 450
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 9.2,
|
| 328 |
+
"grad_norm": 1.2708150148391724,
|
| 329 |
+
"learning_rate": 1.5934188866037017e-05,
|
| 330 |
+
"loss": 0.0298,
|
| 331 |
+
"step": 460
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 9.4,
|
| 335 |
+
"grad_norm": 0.5238479375839233,
|
| 336 |
+
"learning_rate": 1.570713567684432e-05,
|
| 337 |
+
"loss": 0.0271,
|
| 338 |
+
"step": 470
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 9.6,
|
| 342 |
+
"grad_norm": 0.6896675229072571,
|
| 343 |
+
"learning_rate": 1.5475632234925505e-05,
|
| 344 |
+
"loss": 0.0148,
|
| 345 |
+
"step": 480
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 9.8,
|
| 349 |
+
"grad_norm": 0.8893882632255554,
|
| 350 |
+
"learning_rate": 1.5239859059700794e-05,
|
| 351 |
+
"loss": 0.0384,
|
| 352 |
+
"step": 490
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 10.0,
|
| 356 |
+
"grad_norm": 1.3057194948196411,
|
| 357 |
+
"learning_rate": 1.5000000000000002e-05,
|
| 358 |
+
"loss": 0.0216,
|
| 359 |
+
"step": 500
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 10.2,
|
| 363 |
+
"grad_norm": 0.4277481436729431,
|
| 364 |
+
"learning_rate": 1.4756242090702756e-05,
|
| 365 |
+
"loss": 0.0186,
|
| 366 |
+
"step": 510
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 10.4,
|
| 370 |
+
"grad_norm": 2.500697374343872,
|
| 371 |
+
"learning_rate": 1.4508775406894308e-05,
|
| 372 |
+
"loss": 0.0289,
|
| 373 |
+
"step": 520
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 10.6,
|
| 377 |
+
"grad_norm": 0.4189341366291046,
|
| 378 |
+
"learning_rate": 1.4257792915650728e-05,
|
| 379 |
+
"loss": 0.0161,
|
| 380 |
+
"step": 530
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 10.8,
|
| 384 |
+
"grad_norm": 0.6834658980369568,
|
| 385 |
+
"learning_rate": 1.4003490325568953e-05,
|
| 386 |
+
"loss": 0.016,
|
| 387 |
+
"step": 540
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 11.0,
|
| 391 |
+
"grad_norm": 0.32209300994873047,
|
| 392 |
+
"learning_rate": 1.3746065934159123e-05,
|
| 393 |
+
"loss": 0.0214,
|
| 394 |
+
"step": 550
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 11.2,
|
| 398 |
+
"grad_norm": 0.6142628788948059,
|
| 399 |
+
"learning_rate": 1.3485720473218153e-05,
|
| 400 |
+
"loss": 0.0169,
|
| 401 |
+
"step": 560
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 11.4,
|
| 405 |
+
"grad_norm": 0.020493434742093086,
|
| 406 |
+
"learning_rate": 1.3222656952305113e-05,
|
| 407 |
+
"loss": 0.0072,
|
| 408 |
+
"step": 570
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 11.6,
|
| 412 |
+
"grad_norm": 0.6618867516517639,
|
| 413 |
+
"learning_rate": 1.2957080500440469e-05,
|
| 414 |
+
"loss": 0.0134,
|
| 415 |
+
"step": 580
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 11.8,
|
| 419 |
+
"grad_norm": 2.014190196990967,
|
| 420 |
+
"learning_rate": 1.2689198206152657e-05,
|
| 421 |
+
"loss": 0.0141,
|
| 422 |
+
"step": 590
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 12.0,
|
| 426 |
+
"grad_norm": 0.3526052236557007,
|
| 427 |
+
"learning_rate": 1.2419218955996677e-05,
|
| 428 |
+
"loss": 0.0152,
|
| 429 |
+
"step": 600
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 12.2,
|
| 433 |
+
"grad_norm": 0.39659520983695984,
|
| 434 |
+
"learning_rate": 1.2147353271670634e-05,
|
| 435 |
+
"loss": 0.0082,
|
| 436 |
+
"step": 610
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 12.4,
|
| 440 |
+
"grad_norm": 1.6676621437072754,
|
| 441 |
+
"learning_rate": 1.187381314585725e-05,
|
| 442 |
+
"loss": 0.0086,
|
| 443 |
+
"step": 620
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 12.6,
|
| 447 |
+
"grad_norm": 0.48944175243377686,
|
| 448 |
+
"learning_rate": 1.159881187691835e-05,
|
| 449 |
+
"loss": 0.0073,
|
| 450 |
+
"step": 630
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 12.8,
|
| 454 |
+
"grad_norm": 0.11040916293859482,
|
| 455 |
+
"learning_rate": 1.1322563902571227e-05,
|
| 456 |
+
"loss": 0.0111,
|
| 457 |
+
"step": 640
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 13.0,
|
| 461 |
+
"grad_norm": 0.19332852959632874,
|
| 462 |
+
"learning_rate": 1.1045284632676535e-05,
|
| 463 |
+
"loss": 0.0084,
|
| 464 |
+
"step": 650
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 13.2,
|
| 468 |
+
"grad_norm": 0.5781747698783875,
|
| 469 |
+
"learning_rate": 1.0767190281268187e-05,
|
| 470 |
+
"loss": 0.0088,
|
| 471 |
+
"step": 660
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 13.4,
|
| 475 |
+
"grad_norm": 0.5372014045715332,
|
| 476 |
+
"learning_rate": 1.0488497697956134e-05,
|
| 477 |
+
"loss": 0.0129,
|
| 478 |
+
"step": 670
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 13.6,
|
| 482 |
+
"grad_norm": 0.0674474835395813,
|
| 483 |
+
"learning_rate": 1.0209424198833571e-05,
|
| 484 |
+
"loss": 0.0047,
|
| 485 |
+
"step": 680
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 13.8,
|
| 489 |
+
"grad_norm": 0.0646585077047348,
|
| 490 |
+
"learning_rate": 9.930187397020385e-06,
|
| 491 |
+
"loss": 0.0079,
|
| 492 |
+
"step": 690
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 14.0,
|
| 496 |
+
"grad_norm": 0.16117724776268005,
|
| 497 |
+
"learning_rate": 9.651005032974994e-06,
|
| 498 |
+
"loss": 0.0137,
|
| 499 |
+
"step": 700
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 14.2,
|
| 503 |
+
"grad_norm": 0.031529657542705536,
|
| 504 |
+
"learning_rate": 9.372094804706867e-06,
|
| 505 |
+
"loss": 0.0195,
|
| 506 |
+
"step": 710
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 14.4,
|
| 510 |
+
"grad_norm": 0.7396082878112793,
|
| 511 |
+
"learning_rate": 9.093674198022201e-06,
|
| 512 |
+
"loss": 0.0038,
|
| 513 |
+
"step": 720
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 14.6,
|
| 517 |
+
"grad_norm": 0.131903737783432,
|
| 518 |
+
"learning_rate": 8.815960316934991e-06,
|
| 519 |
+
"loss": 0.009,
|
| 520 |
+
"step": 730
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 14.8,
|
| 524 |
+
"grad_norm": 0.031985681504011154,
|
| 525 |
+
"learning_rate": 8.539169714375885e-06,
|
| 526 |
+
"loss": 0.0013,
|
| 527 |
+
"step": 740
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 15.0,
|
| 531 |
+
"grad_norm": 0.12234848737716675,
|
| 532 |
+
"learning_rate": 8.263518223330698e-06,
|
| 533 |
+
"loss": 0.0043,
|
| 534 |
+
"step": 750
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 15.2,
|
| 538 |
+
"grad_norm": 0.10590848326683044,
|
| 539 |
+
"learning_rate": 7.989220788540356e-06,
|
| 540 |
+
"loss": 0.0016,
|
| 541 |
+
"step": 760
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 15.4,
|
| 545 |
+
"grad_norm": 0.20384103059768677,
|
| 546 |
+
"learning_rate": 7.716491298893443e-06,
|
| 547 |
+
"loss": 0.0011,
|
| 548 |
+
"step": 770
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 15.6,
|
| 552 |
+
"grad_norm": 0.16497106850147247,
|
| 553 |
+
"learning_rate": 7.445542420642097e-06,
|
| 554 |
+
"loss": 0.002,
|
| 555 |
+
"step": 780
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 15.8,
|
| 559 |
+
"grad_norm": 0.0461721308529377,
|
| 560 |
+
"learning_rate": 7.176585431571235e-06,
|
| 561 |
+
"loss": 0.0017,
|
| 562 |
+
"step": 790
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 16.0,
|
| 566 |
+
"grad_norm": 0.023166760802268982,
|
| 567 |
+
"learning_rate": 6.909830056250527e-06,
|
| 568 |
+
"loss": 0.0008,
|
| 569 |
+
"step": 800
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 16.2,
|
| 573 |
+
"grad_norm": 0.032082173973321915,
|
| 574 |
+
"learning_rate": 6.645484302497452e-06,
|
| 575 |
+
"loss": 0.0003,
|
| 576 |
+
"step": 810
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 16.4,
|
| 580 |
+
"grad_norm": 0.08265218138694763,
|
| 581 |
+
"learning_rate": 6.383754299179079e-06,
|
| 582 |
+
"loss": 0.0007,
|
| 583 |
+
"step": 820
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 16.6,
|
| 587 |
+
"grad_norm": 0.024636510759592056,
|
| 588 |
+
"learning_rate": 6.124844135478971e-06,
|
| 589 |
+
"loss": 0.005,
|
| 590 |
+
"step": 830
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 16.8,
|
| 594 |
+
"grad_norm": 0.019458631053566933,
|
| 595 |
+
"learning_rate": 5.868955701754584e-06,
|
| 596 |
+
"loss": 0.0004,
|
| 597 |
+
"step": 840
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 17.0,
|
| 601 |
+
"grad_norm": 0.01352341752499342,
|
| 602 |
+
"learning_rate": 5.616288532109225e-06,
|
| 603 |
+
"loss": 0.0007,
|
| 604 |
+
"step": 850
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 17.2,
|
| 608 |
+
"grad_norm": 0.009102717973291874,
|
| 609 |
+
"learning_rate": 5.367039648801386e-06,
|
| 610 |
+
"loss": 0.0004,
|
| 611 |
+
"step": 860
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 17.4,
|
| 615 |
+
"grad_norm": 0.01286560669541359,
|
| 616 |
+
"learning_rate": 5.121403408612672e-06,
|
| 617 |
+
"loss": 0.0002,
|
| 618 |
+
"step": 870
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 17.6,
|
| 622 |
+
"grad_norm": 0.36686578392982483,
|
| 623 |
+
"learning_rate": 4.879571351294287e-06,
|
| 624 |
+
"loss": 0.0007,
|
| 625 |
+
"step": 880
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 17.8,
|
| 629 |
+
"grad_norm": 0.005845635663717985,
|
| 630 |
+
"learning_rate": 4.641732050210032e-06,
|
| 631 |
+
"loss": 0.0002,
|
| 632 |
+
"step": 890
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 18.0,
|
| 636 |
+
"grad_norm": 0.06807386130094528,
|
| 637 |
+
"learning_rate": 4.408070965292534e-06,
|
| 638 |
+
"loss": 0.0002,
|
| 639 |
+
"step": 900
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 18.2,
|
| 643 |
+
"grad_norm": 0.02204430289566517,
|
| 644 |
+
"learning_rate": 4.178770298427107e-06,
|
| 645 |
+
"loss": 0.0001,
|
| 646 |
+
"step": 910
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 18.4,
|
| 650 |
+
"grad_norm": 0.008754129521548748,
|
| 651 |
+
"learning_rate": 3.954008851376252e-06,
|
| 652 |
+
"loss": 0.0001,
|
| 653 |
+
"step": 920
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 18.6,
|
| 657 |
+
"grad_norm": 0.00636293226853013,
|
| 658 |
+
"learning_rate": 3.7339618863553983e-06,
|
| 659 |
+
"loss": 0.0001,
|
| 660 |
+
"step": 930
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 18.8,
|
| 664 |
+
"grad_norm": 0.004866347182542086,
|
| 665 |
+
"learning_rate": 3.5188009893686916e-06,
|
| 666 |
+
"loss": 0.0006,
|
| 667 |
+
"step": 940
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 19.0,
|
| 671 |
+
"grad_norm": 0.004850468598306179,
|
| 672 |
+
"learning_rate": 3.308693936411421e-06,
|
| 673 |
+
"loss": 0.0001,
|
| 674 |
+
"step": 950
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 19.2,
|
| 678 |
+
"grad_norm": 0.0016120151849463582,
|
| 679 |
+
"learning_rate": 3.103804562643302e-06,
|
| 680 |
+
"loss": 0.0001,
|
| 681 |
+
"step": 960
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 19.4,
|
| 685 |
+
"grad_norm": 0.08115795254707336,
|
| 686 |
+
"learning_rate": 2.9042926346347932e-06,
|
| 687 |
+
"loss": 0.0002,
|
| 688 |
+
"step": 970
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 19.6,
|
| 692 |
+
"grad_norm": 0.0031273579224944115,
|
| 693 |
+
"learning_rate": 2.7103137257858867e-06,
|
| 694 |
+
"loss": 0.0001,
|
| 695 |
+
"step": 980
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 19.8,
|
| 699 |
+
"grad_norm": 0.005434623919427395,
|
| 700 |
+
"learning_rate": 2.522019095014683e-06,
|
| 701 |
+
"loss": 0.0001,
|
| 702 |
+
"step": 990
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 20.0,
|
| 706 |
+
"grad_norm": 0.003434584243223071,
|
| 707 |
+
"learning_rate": 2.339555568810221e-06,
|
| 708 |
+
"loss": 0.0003,
|
| 709 |
+
"step": 1000
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 20.2,
|
| 713 |
+
"grad_norm": 0.0036388696171343327,
|
| 714 |
+
"learning_rate": 2.163065426741603e-06,
|
| 715 |
+
"loss": 0.0003,
|
| 716 |
+
"step": 1010
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 20.4,
|
| 720 |
+
"grad_norm": 0.005258283577859402,
|
| 721 |
+
"learning_rate": 1.9926862905126663e-06,
|
| 722 |
+
"loss": 0.0001,
|
| 723 |
+
"step": 1020
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 20.6,
|
| 727 |
+
"grad_norm": 0.0052086408250033855,
|
| 728 |
+
"learning_rate": 1.8285510166487154e-06,
|
| 729 |
+
"loss": 0.0001,
|
| 730 |
+
"step": 1030
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 20.8,
|
| 734 |
+
"grad_norm": 0.007011784706264734,
|
| 735 |
+
"learning_rate": 1.6707875928990059e-06,
|
| 736 |
+
"loss": 0.0001,
|
| 737 |
+
"step": 1040
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 21.0,
|
| 741 |
+
"grad_norm": 0.008353537879884243,
|
| 742 |
+
"learning_rate": 1.5195190384357405e-06,
|
| 743 |
+
"loss": 0.0001,
|
| 744 |
+
"step": 1050
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 21.2,
|
| 748 |
+
"grad_norm": 0.005364676937460899,
|
| 749 |
+
"learning_rate": 1.3748633079274254e-06,
|
| 750 |
+
"loss": 0.0001,
|
| 751 |
+
"step": 1060
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 21.4,
|
| 755 |
+
"grad_norm": 0.07464922219514847,
|
| 756 |
+
"learning_rate": 1.2369331995613664e-06,
|
| 757 |
+
"loss": 0.0003,
|
| 758 |
+
"step": 1070
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 21.6,
|
| 762 |
+
"grad_norm": 0.005178565625101328,
|
| 763 |
+
"learning_rate": 1.1058362670870248e-06,
|
| 764 |
+
"loss": 0.0001,
|
| 765 |
+
"step": 1080
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 21.8,
|
| 769 |
+
"grad_norm": 0.003679296700283885,
|
| 770 |
+
"learning_rate": 9.816747359488632e-07,
|
| 771 |
+
"loss": 0.0001,
|
| 772 |
+
"step": 1090
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 22.0,
|
| 776 |
+
"grad_norm": 0.008506166748702526,
|
| 777 |
+
"learning_rate": 8.645454235739903e-07,
|
| 778 |
+
"loss": 0.0001,
|
| 779 |
+
"step": 1100
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 22.2,
|
| 783 |
+
"grad_norm": 0.0045352838933467865,
|
| 784 |
+
"learning_rate": 7.545396638768698e-07,
|
| 785 |
+
"loss": 0.0001,
|
| 786 |
+
"step": 1110
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 22.4,
|
| 790 |
+
"grad_norm": 0.0041460818611085415,
|
| 791 |
+
"learning_rate": 6.517432360398556e-07,
|
| 792 |
+
"loss": 0.0002,
|
| 793 |
+
"step": 1120
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 22.6,
|
| 797 |
+
"grad_norm": 0.00789156835526228,
|
| 798 |
+
"learning_rate": 5.562362976251901e-07,
|
| 799 |
+
"loss": 0.0001,
|
| 800 |
+
"step": 1130
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 22.8,
|
| 804 |
+
"grad_norm": 0.004850171506404877,
|
| 805 |
+
"learning_rate": 4.6809332207053083e-07,
|
| 806 |
+
"loss": 0.0002,
|
| 807 |
+
"step": 1140
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 23.0,
|
| 811 |
+
"grad_norm": 0.0024761913809925318,
|
| 812 |
+
"learning_rate": 3.8738304061681107e-07,
|
| 813 |
+
"loss": 0.0001,
|
| 814 |
+
"step": 1150
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 23.2,
|
| 818 |
+
"grad_norm": 0.004848626907914877,
|
| 819 |
+
"learning_rate": 3.1416838871368925e-07,
|
| 820 |
+
"loss": 0.0002,
|
| 821 |
+
"step": 1160
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 23.4,
|
| 825 |
+
"grad_norm": 0.008169041946530342,
|
| 826 |
+
"learning_rate": 2.4850645694436736e-07,
|
| 827 |
+
"loss": 0.0001,
|
| 828 |
+
"step": 1170
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 23.6,
|
| 832 |
+
"grad_norm": 0.008230429142713547,
|
| 833 |
+
"learning_rate": 1.9044844650808468e-07,
|
| 834 |
+
"loss": 0.0001,
|
| 835 |
+
"step": 1180
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 23.8,
|
| 839 |
+
"grad_norm": 0.008880352601408958,
|
| 840 |
+
"learning_rate": 1.400396292949513e-07,
|
| 841 |
+
"loss": 0.0001,
|
| 842 |
+
"step": 1190
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 24.0,
|
| 846 |
+
"grad_norm": 0.003499081125482917,
|
| 847 |
+
"learning_rate": 9.731931258429638e-08,
|
| 848 |
+
"loss": 0.0002,
|
| 849 |
+
"step": 1200
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 24.2,
|
| 853 |
+
"grad_norm": 0.002381326397880912,
|
| 854 |
+
"learning_rate": 6.232080839403631e-08,
|
| 855 |
+
"loss": 0.0001,
|
| 856 |
+
"step": 1210
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 24.4,
|
| 860 |
+
"grad_norm": 0.003195591736584902,
|
| 861 |
+
"learning_rate": 3.50714075049563e-08,
|
| 862 |
+
"loss": 0.0001,
|
| 863 |
+
"step": 1220
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 24.6,
|
| 867 |
+
"grad_norm": 0.003270337823778391,
|
| 868 |
+
"learning_rate": 1.5592358180189782e-08,
|
| 869 |
+
"loss": 0.0001,
|
| 870 |
+
"step": 1230
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 24.8,
|
| 874 |
+
"grad_norm": 0.00868391152471304,
|
| 875 |
+
"learning_rate": 3.898849596456477e-09,
|
| 876 |
+
"loss": 0.0001,
|
| 877 |
+
"step": 1240
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 25.0,
|
| 881 |
+
"grad_norm": 0.0035359435714781284,
|
| 882 |
+
"learning_rate": 0.0,
|
| 883 |
+
"loss": 0.0002,
|
| 884 |
+
"step": 1250
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 25.0,
|
| 888 |
+
"step": 1250,
|
| 889 |
+
"total_flos": 2.502555032784732e+17,
|
| 890 |
+
"train_loss": 0.12197050291108899,
|
| 891 |
+
"train_runtime": 13777.8614,
|
| 892 |
+
"train_samples_per_second": 0.907,
|
| 893 |
+
"train_steps_per_second": 0.091
|
| 894 |
+
}
|
| 895 |
+
],
|
| 896 |
+
"logging_steps": 10,
|
| 897 |
+
"max_steps": 1250,
|
| 898 |
+
"num_input_tokens_seen": 0,
|
| 899 |
+
"num_train_epochs": 25,
|
| 900 |
+
"save_steps": 1000,
|
| 901 |
+
"stateful_callbacks": {
|
| 902 |
+
"TrainerControl": {
|
| 903 |
+
"args": {
|
| 904 |
+
"should_epoch_stop": false,
|
| 905 |
+
"should_evaluate": false,
|
| 906 |
+
"should_log": false,
|
| 907 |
+
"should_save": true,
|
| 908 |
+
"should_training_stop": true
|
| 909 |
+
},
|
| 910 |
+
"attributes": {}
|
| 911 |
+
}
|
| 912 |
+
},
|
| 913 |
+
"total_flos": 2.502555032784732e+17,
|
| 914 |
+
"train_batch_size": 5,
|
| 915 |
+
"trial_name": null,
|
| 916 |
+
"trial_params": null
|
| 917 |
+
}
|