Image-Text-to-Text
PEFT
Safetensors
English
vision-language
blockchain-security
attack-detection
lora
agentic-economy
dogon
rocm
amd
conversational
Instructions to use Ibonon/imina_na_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ibonon/imina_na_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-VL-2B-Instruct") model = PeftModel.from_pretrained(base_model, "Ibonon/imina_na_lora") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +51 -0
- README.md +62 -0
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +16 -0
- chat_template.jinja +7 -0
- checkpoint-1000/README.md +209 -0
- checkpoint-1000/adapter_config.json +39 -0
- checkpoint-1000/adapter_model.safetensors +3 -0
- checkpoint-1000/added_tokens.json +16 -0
- checkpoint-1000/chat_template.jinja +7 -0
- checkpoint-1000/merges.txt +0 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/rng_state.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 +143 -0
- checkpoint-1000/trainer_state.json +484 -0
- checkpoint-1000/training_args.bin +3 -0
- checkpoint-1000/vocab.json +0 -0
- checkpoint-10000/README.md +209 -0
- checkpoint-10000/adapter_config.json +39 -0
- checkpoint-10000/adapter_model.safetensors +3 -0
- checkpoint-10000/added_tokens.json +16 -0
- checkpoint-10000/chat_template.jinja +7 -0
- checkpoint-10000/merges.txt +0 -0
- checkpoint-10000/optimizer.pt +3 -0
- checkpoint-10000/rng_state.pth +3 -0
- checkpoint-10000/scheduler.pt +3 -0
- checkpoint-10000/special_tokens_map.json +31 -0
- checkpoint-10000/tokenizer.json +3 -0
- checkpoint-10000/tokenizer_config.json +143 -0
- checkpoint-10000/trainer_state.json +0 -0
- checkpoint-10000/training_args.bin +3 -0
- checkpoint-10000/vocab.json +0 -0
- checkpoint-1200/README.md +209 -0
- checkpoint-1200/adapter_config.json +39 -0
- checkpoint-1200/adapter_model.safetensors +3 -0
- checkpoint-1200/added_tokens.json +16 -0
- checkpoint-1200/chat_template.jinja +7 -0
- checkpoint-1200/merges.txt +0 -0
- checkpoint-1200/optimizer.pt +3 -0
- checkpoint-1200/rng_state.pth +3 -0
- checkpoint-1200/scheduler.pt +3 -0
- checkpoint-1200/special_tokens_map.json +31 -0
- checkpoint-1200/tokenizer.json +3 -0
- checkpoint-1200/tokenizer_config.json +143 -0
- checkpoint-1200/trainer_state.json +574 -0
- checkpoint-1200/training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,54 @@ 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-10000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
checkpoint-1200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
checkpoint-1400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
checkpoint-1600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
checkpoint-1800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
checkpoint-2000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
checkpoint-2200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
checkpoint-2400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
checkpoint-2600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
checkpoint-2800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
checkpoint-3000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
checkpoint-3200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
checkpoint-3400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
checkpoint-3600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
checkpoint-3800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
checkpoint-400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
checkpoint-4000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
checkpoint-4200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
checkpoint-4400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
checkpoint-4600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
checkpoint-4800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
checkpoint-5000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
checkpoint-5200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
checkpoint-5400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
checkpoint-5600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
checkpoint-5800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
checkpoint-6000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
checkpoint-6200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
checkpoint-6400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
checkpoint-6600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
checkpoint-6800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
checkpoint-7000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
checkpoint-7200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
checkpoint-7400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
checkpoint-7600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
checkpoint-7800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
checkpoint-800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
checkpoint-8000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
checkpoint-8200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
checkpoint-8400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
checkpoint-8600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
checkpoint-8800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
checkpoint-9000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
checkpoint-9200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
checkpoint-9400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
checkpoint-9600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
checkpoint-9800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2-VL-2B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
model_name: imina_na_lora
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2-VL-2B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
licence: license
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Model Card for imina_na_lora
|
| 16 |
+
|
| 17 |
+
This model is a fine-tuned version of [Qwen/Qwen2-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct).
|
| 18 |
+
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 19 |
+
|
| 20 |
+
## Quick start
|
| 21 |
+
|
| 22 |
+
```python
|
| 23 |
+
from transformers import pipeline
|
| 24 |
+
|
| 25 |
+
question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
|
| 26 |
+
generator = pipeline("text-generation", model="None", device="cuda")
|
| 27 |
+
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
| 28 |
+
print(output["generated_text"])
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
+
## Training procedure
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
This model was trained with SFT.
|
| 37 |
+
|
| 38 |
+
### Framework versions
|
| 39 |
+
|
| 40 |
+
- PEFT 0.17.1
|
| 41 |
+
- TRL: 0.21.0
|
| 42 |
+
- Transformers: 4.57.6
|
| 43 |
+
- Pytorch: 2.11.0
|
| 44 |
+
- Datasets: 4.0.0
|
| 45 |
+
- Tokenizers: 0.22.2
|
| 46 |
+
|
| 47 |
+
## Citations
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
Cite TRL as:
|
| 52 |
+
|
| 53 |
+
```bibtex
|
| 54 |
+
@misc{vonwerra2022trl,
|
| 55 |
+
title = {{TRL: Transformer Reinforcement Learning}},
|
| 56 |
+
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
|
| 57 |
+
year = 2020,
|
| 58 |
+
journal = {GitHub repository},
|
| 59 |
+
publisher = {GitHub},
|
| 60 |
+
howpublished = {\url{https://github.com/huggingface/trl}}
|
| 61 |
+
}
|
| 62 |
+
```
|
adapter_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 32,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 16,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"k_proj",
|
| 29 |
+
"v_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
+
"q_proj"
|
| 32 |
+
],
|
| 33 |
+
"target_parameters": null,
|
| 34 |
+
"task_type": "CAUSAL_LM",
|
| 35 |
+
"trainable_token_indices": null,
|
| 36 |
+
"use_dora": false,
|
| 37 |
+
"use_qalora": false,
|
| 38 |
+
"use_rslora": false
|
| 39 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b53f385c6600b2d070ffd2934b9174b2ed762021c34ee61a5cbb8a09685a2745
|
| 3 |
+
size 17465792
|
added_tokens.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|box_end|>": 151649,
|
| 3 |
+
"<|box_start|>": 151648,
|
| 4 |
+
"<|endoftext|>": 151643,
|
| 5 |
+
"<|im_end|>": 151645,
|
| 6 |
+
"<|im_start|>": 151644,
|
| 7 |
+
"<|image_pad|>": 151655,
|
| 8 |
+
"<|object_ref_end|>": 151647,
|
| 9 |
+
"<|object_ref_start|>": 151646,
|
| 10 |
+
"<|quad_end|>": 151651,
|
| 11 |
+
"<|quad_start|>": 151650,
|
| 12 |
+
"<|video_pad|>": 151656,
|
| 13 |
+
"<|vision_end|>": 151653,
|
| 14 |
+
"<|vision_pad|>": 151654,
|
| 15 |
+
"<|vision_start|>": 151652
|
| 16 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system
|
| 2 |
+
You are a helpful assistant.<|im_end|>
|
| 3 |
+
{% endif %}<|im_start|>{{ message['role'] }}
|
| 4 |
+
{% if message['content'] is string %}{{ message['content'] }}<|im_end|>
|
| 5 |
+
{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>
|
| 6 |
+
{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
|
| 7 |
+
{% endif %}
|
checkpoint-1000/README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2-VL-2B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2-VL-2B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model Card for Model ID
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Model Details
|
| 20 |
+
|
| 21 |
+
### Model Description
|
| 22 |
+
|
| 23 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
- **Developed by:** [More Information Needed]
|
| 28 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 29 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 30 |
+
- **Model type:** [More Information Needed]
|
| 31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 32 |
+
- **License:** [More Information Needed]
|
| 33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
### Model Sources [optional]
|
| 36 |
+
|
| 37 |
+
<!-- Provide the basic links for the model. -->
|
| 38 |
+
|
| 39 |
+
- **Repository:** [More Information Needed]
|
| 40 |
+
- **Paper [optional]:** [More Information Needed]
|
| 41 |
+
- **Demo [optional]:** [More Information Needed]
|
| 42 |
+
|
| 43 |
+
## Uses
|
| 44 |
+
|
| 45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 46 |
+
|
| 47 |
+
### Direct Use
|
| 48 |
+
|
| 49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 50 |
+
|
| 51 |
+
[More Information Needed]
|
| 52 |
+
|
| 53 |
+
### Downstream Use [optional]
|
| 54 |
+
|
| 55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 56 |
+
|
| 57 |
+
[More Information Needed]
|
| 58 |
+
|
| 59 |
+
### Out-of-Scope Use
|
| 60 |
+
|
| 61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 62 |
+
|
| 63 |
+
[More Information Needed]
|
| 64 |
+
|
| 65 |
+
## Bias, Risks, and Limitations
|
| 66 |
+
|
| 67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 68 |
+
|
| 69 |
+
[More Information Needed]
|
| 70 |
+
|
| 71 |
+
### Recommendations
|
| 72 |
+
|
| 73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 74 |
+
|
| 75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 76 |
+
|
| 77 |
+
## How to Get Started with the Model
|
| 78 |
+
|
| 79 |
+
Use the code below to get started with the model.
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
## Training Details
|
| 84 |
+
|
| 85 |
+
### Training Data
|
| 86 |
+
|
| 87 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
### Training Procedure
|
| 92 |
+
|
| 93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 94 |
+
|
| 95 |
+
#### Preprocessing [optional]
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
#### Training Hyperparameters
|
| 101 |
+
|
| 102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 103 |
+
|
| 104 |
+
#### Speeds, Sizes, Times [optional]
|
| 105 |
+
|
| 106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 107 |
+
|
| 108 |
+
[More Information Needed]
|
| 109 |
+
|
| 110 |
+
## Evaluation
|
| 111 |
+
|
| 112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 113 |
+
|
| 114 |
+
### Testing Data, Factors & Metrics
|
| 115 |
+
|
| 116 |
+
#### Testing Data
|
| 117 |
+
|
| 118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 119 |
+
|
| 120 |
+
[More Information Needed]
|
| 121 |
+
|
| 122 |
+
#### Factors
|
| 123 |
+
|
| 124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 125 |
+
|
| 126 |
+
[More Information Needed]
|
| 127 |
+
|
| 128 |
+
#### Metrics
|
| 129 |
+
|
| 130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 131 |
+
|
| 132 |
+
[More Information Needed]
|
| 133 |
+
|
| 134 |
+
### Results
|
| 135 |
+
|
| 136 |
+
[More Information Needed]
|
| 137 |
+
|
| 138 |
+
#### Summary
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
## Model Examination [optional]
|
| 143 |
+
|
| 144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 145 |
+
|
| 146 |
+
[More Information Needed]
|
| 147 |
+
|
| 148 |
+
## Environmental Impact
|
| 149 |
+
|
| 150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 151 |
+
|
| 152 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 153 |
+
|
| 154 |
+
- **Hardware Type:** [More Information Needed]
|
| 155 |
+
- **Hours used:** [More Information Needed]
|
| 156 |
+
- **Cloud Provider:** [More Information Needed]
|
| 157 |
+
- **Compute Region:** [More Information Needed]
|
| 158 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 159 |
+
|
| 160 |
+
## Technical Specifications [optional]
|
| 161 |
+
|
| 162 |
+
### Model Architecture and Objective
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
### Compute Infrastructure
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
#### Hardware
|
| 171 |
+
|
| 172 |
+
[More Information Needed]
|
| 173 |
+
|
| 174 |
+
#### Software
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
## Citation [optional]
|
| 179 |
+
|
| 180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 181 |
+
|
| 182 |
+
**BibTeX:**
|
| 183 |
+
|
| 184 |
+
[More Information Needed]
|
| 185 |
+
|
| 186 |
+
**APA:**
|
| 187 |
+
|
| 188 |
+
[More Information Needed]
|
| 189 |
+
|
| 190 |
+
## Glossary [optional]
|
| 191 |
+
|
| 192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## More Information [optional]
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
## Model Card Authors [optional]
|
| 201 |
+
|
| 202 |
+
[More Information Needed]
|
| 203 |
+
|
| 204 |
+
## Model Card Contact
|
| 205 |
+
|
| 206 |
+
[More Information Needed]
|
| 207 |
+
### Framework versions
|
| 208 |
+
|
| 209 |
+
- PEFT 0.17.1
|
checkpoint-1000/adapter_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 32,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 16,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"k_proj",
|
| 29 |
+
"v_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
+
"q_proj"
|
| 32 |
+
],
|
| 33 |
+
"target_parameters": null,
|
| 34 |
+
"task_type": "CAUSAL_LM",
|
| 35 |
+
"trainable_token_indices": null,
|
| 36 |
+
"use_dora": false,
|
| 37 |
+
"use_qalora": false,
|
| 38 |
+
"use_rslora": false
|
| 39 |
+
}
|
checkpoint-1000/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3af372e42e226c21269ea2a8d84823035b06b8525b52eb65d162f70e71ac403c
|
| 3 |
+
size 17465792
|
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.jinja
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system
|
| 2 |
+
You are a helpful assistant.<|im_end|>
|
| 3 |
+
{% endif %}<|im_start|>{{ message['role'] }}
|
| 4 |
+
{% if message['content'] is string %}{{ message['content'] }}<|im_end|>
|
| 5 |
+
{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>
|
| 6 |
+
{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
|
| 7 |
+
{% endif %}
|
checkpoint-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:c21343adf595443a66925f34a1b1b53d366a9ea857a8ca1e98f93330d2889ff7
|
| 3 |
+
size 35047307
|
checkpoint-1000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4d7594bfc17b394a263eee2795b998f855fd934c5b0ec945a5396bfcbdc4255
|
| 3 |
+
size 14455
|
checkpoint-1000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fb5abe0c6c486932d56ee6ec9792e12e43df2b7c9d233a22935f823c7902b1d
|
| 3 |
+
size 1465
|
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,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"151643": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"151644": {
|
| 13 |
+
"content": "<|im_start|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"151645": {
|
| 21 |
+
"content": "<|im_end|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"151646": {
|
| 29 |
+
"content": "<|object_ref_start|>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"151647": {
|
| 37 |
+
"content": "<|object_ref_end|>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"151648": {
|
| 45 |
+
"content": "<|box_start|>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"151649": {
|
| 53 |
+
"content": "<|box_end|>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"151650": {
|
| 61 |
+
"content": "<|quad_start|>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"151651": {
|
| 69 |
+
"content": "<|quad_end|>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"151652": {
|
| 77 |
+
"content": "<|vision_start|>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"151653": {
|
| 85 |
+
"content": "<|vision_end|>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"151654": {
|
| 93 |
+
"content": "<|vision_pad|>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"151655": {
|
| 101 |
+
"content": "<|image_pad|>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"151656": {
|
| 109 |
+
"content": "<|video_pad|>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
}
|
| 116 |
+
},
|
| 117 |
+
"additional_special_tokens": [
|
| 118 |
+
"<|im_start|>",
|
| 119 |
+
"<|im_end|>",
|
| 120 |
+
"<|object_ref_start|>",
|
| 121 |
+
"<|object_ref_end|>",
|
| 122 |
+
"<|box_start|>",
|
| 123 |
+
"<|box_end|>",
|
| 124 |
+
"<|quad_start|>",
|
| 125 |
+
"<|quad_end|>",
|
| 126 |
+
"<|vision_start|>",
|
| 127 |
+
"<|vision_end|>",
|
| 128 |
+
"<|vision_pad|>",
|
| 129 |
+
"<|image_pad|>",
|
| 130 |
+
"<|video_pad|>"
|
| 131 |
+
],
|
| 132 |
+
"bos_token": null,
|
| 133 |
+
"clean_up_tokenization_spaces": false,
|
| 134 |
+
"eos_token": "<|im_end|>",
|
| 135 |
+
"errors": "replace",
|
| 136 |
+
"extra_special_tokens": {},
|
| 137 |
+
"model_max_length": 32768,
|
| 138 |
+
"pad_token": "<|endoftext|>",
|
| 139 |
+
"padding_side": "left",
|
| 140 |
+
"split_special_tokens": false,
|
| 141 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 142 |
+
"unk_token": null
|
| 143 |
+
}
|
checkpoint-1000/trainer_state.json
ADDED
|
@@ -0,0 +1,484 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.2,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 1000,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.004,
|
| 14 |
+
"grad_norm": 2.131298542022705,
|
| 15 |
+
"learning_rate": 0.00019962000000000002,
|
| 16 |
+
"loss": 2.0121,
|
| 17 |
+
"mean_token_accuracy": 0.6703190118074417,
|
| 18 |
+
"num_tokens": 2348.0,
|
| 19 |
+
"step": 20
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"epoch": 0.008,
|
| 23 |
+
"grad_norm": 1.2890418767929077,
|
| 24 |
+
"learning_rate": 0.00019922,
|
| 25 |
+
"loss": 0.2751,
|
| 26 |
+
"mean_token_accuracy": 0.9120438575744629,
|
| 27 |
+
"num_tokens": 4697.0,
|
| 28 |
+
"step": 40
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"epoch": 0.012,
|
| 32 |
+
"grad_norm": 0.8126867413520813,
|
| 33 |
+
"learning_rate": 0.00019882,
|
| 34 |
+
"loss": 0.1966,
|
| 35 |
+
"mean_token_accuracy": 0.9203487157821655,
|
| 36 |
+
"num_tokens": 7014.0,
|
| 37 |
+
"step": 60
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.016,
|
| 41 |
+
"grad_norm": 0.6051881313323975,
|
| 42 |
+
"learning_rate": 0.00019842000000000001,
|
| 43 |
+
"loss": 0.1851,
|
| 44 |
+
"mean_token_accuracy": 0.9291799515485764,
|
| 45 |
+
"num_tokens": 9327.0,
|
| 46 |
+
"step": 80
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 0.02,
|
| 50 |
+
"grad_norm": 0.6378348469734192,
|
| 51 |
+
"learning_rate": 0.00019802,
|
| 52 |
+
"loss": 0.1766,
|
| 53 |
+
"mean_token_accuracy": 0.9286984890699387,
|
| 54 |
+
"num_tokens": 11670.0,
|
| 55 |
+
"step": 100
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"epoch": 0.024,
|
| 59 |
+
"grad_norm": 0.624138593673706,
|
| 60 |
+
"learning_rate": 0.00019762,
|
| 61 |
+
"loss": 0.1784,
|
| 62 |
+
"mean_token_accuracy": 0.9264282643795013,
|
| 63 |
+
"num_tokens": 14000.0,
|
| 64 |
+
"step": 120
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"epoch": 0.028,
|
| 68 |
+
"grad_norm": 0.2111046463251114,
|
| 69 |
+
"learning_rate": 0.00019722,
|
| 70 |
+
"loss": 0.1702,
|
| 71 |
+
"mean_token_accuracy": 0.9321970880031586,
|
| 72 |
+
"num_tokens": 16329.0,
|
| 73 |
+
"step": 140
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.032,
|
| 77 |
+
"grad_norm": 0.5350440740585327,
|
| 78 |
+
"learning_rate": 0.00019682,
|
| 79 |
+
"loss": 0.171,
|
| 80 |
+
"mean_token_accuracy": 0.9311463803052902,
|
| 81 |
+
"num_tokens": 18667.0,
|
| 82 |
+
"step": 160
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.036,
|
| 86 |
+
"grad_norm": 0.19237647950649261,
|
| 87 |
+
"learning_rate": 0.00019642,
|
| 88 |
+
"loss": 0.167,
|
| 89 |
+
"mean_token_accuracy": 0.9345656305551528,
|
| 90 |
+
"num_tokens": 20985.0,
|
| 91 |
+
"step": 180
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"epoch": 0.04,
|
| 95 |
+
"grad_norm": 0.28153756260871887,
|
| 96 |
+
"learning_rate": 0.00019602,
|
| 97 |
+
"loss": 0.1674,
|
| 98 |
+
"mean_token_accuracy": 0.9329667061567306,
|
| 99 |
+
"num_tokens": 23325.0,
|
| 100 |
+
"step": 200
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.044,
|
| 104 |
+
"grad_norm": 0.8545331954956055,
|
| 105 |
+
"learning_rate": 0.00019562,
|
| 106 |
+
"loss": 0.166,
|
| 107 |
+
"mean_token_accuracy": 0.9344212204217911,
|
| 108 |
+
"num_tokens": 25670.0,
|
| 109 |
+
"step": 220
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 0.048,
|
| 113 |
+
"grad_norm": 0.24941129982471466,
|
| 114 |
+
"learning_rate": 0.00019522,
|
| 115 |
+
"loss": 0.1661,
|
| 116 |
+
"mean_token_accuracy": 0.934859549999237,
|
| 117 |
+
"num_tokens": 28016.0,
|
| 118 |
+
"step": 240
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"epoch": 0.052,
|
| 122 |
+
"grad_norm": 0.29549548029899597,
|
| 123 |
+
"learning_rate": 0.00019482,
|
| 124 |
+
"loss": 0.1707,
|
| 125 |
+
"mean_token_accuracy": 0.9345517784357071,
|
| 126 |
+
"num_tokens": 30345.0,
|
| 127 |
+
"step": 260
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"epoch": 0.056,
|
| 131 |
+
"grad_norm": 0.20388178527355194,
|
| 132 |
+
"learning_rate": 0.00019442,
|
| 133 |
+
"loss": 0.1673,
|
| 134 |
+
"mean_token_accuracy": 0.9353183209896088,
|
| 135 |
+
"num_tokens": 32691.0,
|
| 136 |
+
"step": 280
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.06,
|
| 140 |
+
"grad_norm": 0.10762794315814972,
|
| 141 |
+
"learning_rate": 0.00019402,
|
| 142 |
+
"loss": 0.1642,
|
| 143 |
+
"mean_token_accuracy": 0.9325390756130219,
|
| 144 |
+
"num_tokens": 35030.0,
|
| 145 |
+
"step": 300
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.064,
|
| 149 |
+
"grad_norm": 0.07676753401756287,
|
| 150 |
+
"learning_rate": 0.00019362,
|
| 151 |
+
"loss": 0.1633,
|
| 152 |
+
"mean_token_accuracy": 0.9348760217428207,
|
| 153 |
+
"num_tokens": 37359.0,
|
| 154 |
+
"step": 320
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"epoch": 0.068,
|
| 158 |
+
"grad_norm": 0.06781225651502609,
|
| 159 |
+
"learning_rate": 0.00019322,
|
| 160 |
+
"loss": 0.1589,
|
| 161 |
+
"mean_token_accuracy": 0.936154904961586,
|
| 162 |
+
"num_tokens": 39707.0,
|
| 163 |
+
"step": 340
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.072,
|
| 167 |
+
"grad_norm": 0.10010460019111633,
|
| 168 |
+
"learning_rate": 0.00019282000000000001,
|
| 169 |
+
"loss": 0.1583,
|
| 170 |
+
"mean_token_accuracy": 0.9410124599933625,
|
| 171 |
+
"num_tokens": 42071.0,
|
| 172 |
+
"step": 360
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"epoch": 0.076,
|
| 176 |
+
"grad_norm": 0.07932794839143753,
|
| 177 |
+
"learning_rate": 0.00019242,
|
| 178 |
+
"loss": 0.1608,
|
| 179 |
+
"mean_token_accuracy": 0.9380002528429031,
|
| 180 |
+
"num_tokens": 44404.0,
|
| 181 |
+
"step": 380
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"epoch": 0.08,
|
| 185 |
+
"grad_norm": 0.06678586453199387,
|
| 186 |
+
"learning_rate": 0.00019202,
|
| 187 |
+
"loss": 0.1633,
|
| 188 |
+
"mean_token_accuracy": 0.9347729980945587,
|
| 189 |
+
"num_tokens": 46715.0,
|
| 190 |
+
"step": 400
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"epoch": 0.084,
|
| 194 |
+
"grad_norm": 0.05118393525481224,
|
| 195 |
+
"learning_rate": 0.00019162,
|
| 196 |
+
"loss": 0.1621,
|
| 197 |
+
"mean_token_accuracy": 0.9356200367212295,
|
| 198 |
+
"num_tokens": 49030.0,
|
| 199 |
+
"step": 420
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.088,
|
| 203 |
+
"grad_norm": 0.07563836127519608,
|
| 204 |
+
"learning_rate": 0.00019122,
|
| 205 |
+
"loss": 0.1603,
|
| 206 |
+
"mean_token_accuracy": 0.9362942427396774,
|
| 207 |
+
"num_tokens": 51366.0,
|
| 208 |
+
"step": 440
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 0.092,
|
| 212 |
+
"grad_norm": 0.053388580679893494,
|
| 213 |
+
"learning_rate": 0.00019082,
|
| 214 |
+
"loss": 0.1585,
|
| 215 |
+
"mean_token_accuracy": 0.9377258807420731,
|
| 216 |
+
"num_tokens": 53706.0,
|
| 217 |
+
"step": 460
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"epoch": 0.096,
|
| 221 |
+
"grad_norm": 0.05659119412302971,
|
| 222 |
+
"learning_rate": 0.00019042,
|
| 223 |
+
"loss": 0.1575,
|
| 224 |
+
"mean_token_accuracy": 0.937972965836525,
|
| 225 |
+
"num_tokens": 56052.0,
|
| 226 |
+
"step": 480
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.1,
|
| 230 |
+
"grad_norm": 0.04934714362025261,
|
| 231 |
+
"learning_rate": 0.00019002,
|
| 232 |
+
"loss": 0.1606,
|
| 233 |
+
"mean_token_accuracy": 0.9356311202049256,
|
| 234 |
+
"num_tokens": 58374.0,
|
| 235 |
+
"step": 500
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"epoch": 0.104,
|
| 239 |
+
"grad_norm": 0.05647804215550423,
|
| 240 |
+
"learning_rate": 0.00018962000000000002,
|
| 241 |
+
"loss": 0.1587,
|
| 242 |
+
"mean_token_accuracy": 0.9353525519371033,
|
| 243 |
+
"num_tokens": 60706.0,
|
| 244 |
+
"step": 520
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"epoch": 0.108,
|
| 248 |
+
"grad_norm": 0.058523017913103104,
|
| 249 |
+
"learning_rate": 0.00018922,
|
| 250 |
+
"loss": 0.1595,
|
| 251 |
+
"mean_token_accuracy": 0.9371987581253052,
|
| 252 |
+
"num_tokens": 63021.0,
|
| 253 |
+
"step": 540
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"epoch": 0.112,
|
| 257 |
+
"grad_norm": 0.03793497756123543,
|
| 258 |
+
"learning_rate": 0.00018882000000000003,
|
| 259 |
+
"loss": 0.1584,
|
| 260 |
+
"mean_token_accuracy": 0.9341553807258606,
|
| 261 |
+
"num_tokens": 65369.0,
|
| 262 |
+
"step": 560
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.116,
|
| 266 |
+
"grad_norm": 0.04743633046746254,
|
| 267 |
+
"learning_rate": 0.00018842000000000002,
|
| 268 |
+
"loss": 0.1586,
|
| 269 |
+
"mean_token_accuracy": 0.936157900094986,
|
| 270 |
+
"num_tokens": 67700.0,
|
| 271 |
+
"step": 580
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"epoch": 0.12,
|
| 275 |
+
"grad_norm": 0.05463261529803276,
|
| 276 |
+
"learning_rate": 0.00018802,
|
| 277 |
+
"loss": 0.1578,
|
| 278 |
+
"mean_token_accuracy": 0.937694975733757,
|
| 279 |
+
"num_tokens": 70038.0,
|
| 280 |
+
"step": 600
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"epoch": 0.124,
|
| 284 |
+
"grad_norm": 0.11279874294996262,
|
| 285 |
+
"learning_rate": 0.00018762000000000002,
|
| 286 |
+
"loss": 0.1584,
|
| 287 |
+
"mean_token_accuracy": 0.9382745862007141,
|
| 288 |
+
"num_tokens": 72367.0,
|
| 289 |
+
"step": 620
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.128,
|
| 293 |
+
"grad_norm": 0.050823234021663666,
|
| 294 |
+
"learning_rate": 0.00018722,
|
| 295 |
+
"loss": 0.1602,
|
| 296 |
+
"mean_token_accuracy": 0.9388011395931244,
|
| 297 |
+
"num_tokens": 74677.0,
|
| 298 |
+
"step": 640
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 0.132,
|
| 302 |
+
"grad_norm": 0.04983159899711609,
|
| 303 |
+
"learning_rate": 0.00018682000000000003,
|
| 304 |
+
"loss": 0.1584,
|
| 305 |
+
"mean_token_accuracy": 0.9374112606048584,
|
| 306 |
+
"num_tokens": 77014.0,
|
| 307 |
+
"step": 660
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"epoch": 0.136,
|
| 311 |
+
"grad_norm": 0.05084273964166641,
|
| 312 |
+
"learning_rate": 0.00018642000000000002,
|
| 313 |
+
"loss": 0.1591,
|
| 314 |
+
"mean_token_accuracy": 0.9387890577316285,
|
| 315 |
+
"num_tokens": 79339.0,
|
| 316 |
+
"step": 680
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"epoch": 0.14,
|
| 320 |
+
"grad_norm": 0.04936506226658821,
|
| 321 |
+
"learning_rate": 0.00018602,
|
| 322 |
+
"loss": 0.157,
|
| 323 |
+
"mean_token_accuracy": 0.9359721839427948,
|
| 324 |
+
"num_tokens": 81688.0,
|
| 325 |
+
"step": 700
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.144,
|
| 329 |
+
"grad_norm": 0.04119481146335602,
|
| 330 |
+
"learning_rate": 0.00018562000000000003,
|
| 331 |
+
"loss": 0.1584,
|
| 332 |
+
"mean_token_accuracy": 0.9359663873910904,
|
| 333 |
+
"num_tokens": 84025.0,
|
| 334 |
+
"step": 720
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"epoch": 0.148,
|
| 338 |
+
"grad_norm": 0.03988514095544815,
|
| 339 |
+
"learning_rate": 0.00018522000000000002,
|
| 340 |
+
"loss": 0.1595,
|
| 341 |
+
"mean_token_accuracy": 0.9372004926204681,
|
| 342 |
+
"num_tokens": 86341.0,
|
| 343 |
+
"step": 740
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"epoch": 0.152,
|
| 347 |
+
"grad_norm": 0.04381653666496277,
|
| 348 |
+
"learning_rate": 0.00018482,
|
| 349 |
+
"loss": 0.1591,
|
| 350 |
+
"mean_token_accuracy": 0.9373360633850097,
|
| 351 |
+
"num_tokens": 88665.0,
|
| 352 |
+
"step": 760
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.156,
|
| 356 |
+
"grad_norm": 0.03504428267478943,
|
| 357 |
+
"learning_rate": 0.00018442000000000003,
|
| 358 |
+
"loss": 0.1579,
|
| 359 |
+
"mean_token_accuracy": 0.9403579801321029,
|
| 360 |
+
"num_tokens": 90997.0,
|
| 361 |
+
"step": 780
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"epoch": 0.16,
|
| 365 |
+
"grad_norm": 0.03745226562023163,
|
| 366 |
+
"learning_rate": 0.00018402000000000002,
|
| 367 |
+
"loss": 0.1584,
|
| 368 |
+
"mean_token_accuracy": 0.9388439536094666,
|
| 369 |
+
"num_tokens": 93322.0,
|
| 370 |
+
"step": 800
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"epoch": 0.164,
|
| 374 |
+
"grad_norm": 0.033838506788015366,
|
| 375 |
+
"learning_rate": 0.00018362,
|
| 376 |
+
"loss": 0.1562,
|
| 377 |
+
"mean_token_accuracy": 0.9360319077968597,
|
| 378 |
+
"num_tokens": 95688.0,
|
| 379 |
+
"step": 820
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"epoch": 0.168,
|
| 383 |
+
"grad_norm": 0.0314440056681633,
|
| 384 |
+
"learning_rate": 0.00018322000000000002,
|
| 385 |
+
"loss": 0.1596,
|
| 386 |
+
"mean_token_accuracy": 0.9349893003702163,
|
| 387 |
+
"num_tokens": 98005.0,
|
| 388 |
+
"step": 840
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.172,
|
| 392 |
+
"grad_norm": 0.06577116250991821,
|
| 393 |
+
"learning_rate": 0.00018282000000000001,
|
| 394 |
+
"loss": 0.1589,
|
| 395 |
+
"mean_token_accuracy": 0.9364802747964859,
|
| 396 |
+
"num_tokens": 100327.0,
|
| 397 |
+
"step": 860
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"epoch": 0.176,
|
| 401 |
+
"grad_norm": 0.029735982418060303,
|
| 402 |
+
"learning_rate": 0.00018242,
|
| 403 |
+
"loss": 0.1576,
|
| 404 |
+
"mean_token_accuracy": 0.9365677893161773,
|
| 405 |
+
"num_tokens": 102671.0,
|
| 406 |
+
"step": 880
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"epoch": 0.18,
|
| 410 |
+
"grad_norm": 0.03155644237995148,
|
| 411 |
+
"learning_rate": 0.00018202000000000002,
|
| 412 |
+
"loss": 0.1587,
|
| 413 |
+
"mean_token_accuracy": 0.9387517213821411,
|
| 414 |
+
"num_tokens": 104996.0,
|
| 415 |
+
"step": 900
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.184,
|
| 419 |
+
"grad_norm": 0.027411427348852158,
|
| 420 |
+
"learning_rate": 0.00018162,
|
| 421 |
+
"loss": 0.1581,
|
| 422 |
+
"mean_token_accuracy": 0.9342827945947647,
|
| 423 |
+
"num_tokens": 107337.0,
|
| 424 |
+
"step": 920
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"epoch": 0.188,
|
| 428 |
+
"grad_norm": 0.024014495313167572,
|
| 429 |
+
"learning_rate": 0.00018122,
|
| 430 |
+
"loss": 0.1583,
|
| 431 |
+
"mean_token_accuracy": 0.9355534523725509,
|
| 432 |
+
"num_tokens": 109674.0,
|
| 433 |
+
"step": 940
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"epoch": 0.192,
|
| 437 |
+
"grad_norm": 0.02990046516060829,
|
| 438 |
+
"learning_rate": 0.00018082000000000002,
|
| 439 |
+
"loss": 0.1577,
|
| 440 |
+
"mean_token_accuracy": 0.9373938798904419,
|
| 441 |
+
"num_tokens": 112015.0,
|
| 442 |
+
"step": 960
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"epoch": 0.196,
|
| 446 |
+
"grad_norm": 0.020676879212260246,
|
| 447 |
+
"learning_rate": 0.00018042,
|
| 448 |
+
"loss": 0.1582,
|
| 449 |
+
"mean_token_accuracy": 0.9363098949193954,
|
| 450 |
+
"num_tokens": 114349.0,
|
| 451 |
+
"step": 980
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.2,
|
| 455 |
+
"grad_norm": 0.024556942284107208,
|
| 456 |
+
"learning_rate": 0.00018002,
|
| 457 |
+
"loss": 0.159,
|
| 458 |
+
"mean_token_accuracy": 0.9355833351612091,
|
| 459 |
+
"num_tokens": 116672.0,
|
| 460 |
+
"step": 1000
|
| 461 |
+
}
|
| 462 |
+
],
|
| 463 |
+
"logging_steps": 20,
|
| 464 |
+
"max_steps": 10000,
|
| 465 |
+
"num_input_tokens_seen": 0,
|
| 466 |
+
"num_train_epochs": 2,
|
| 467 |
+
"save_steps": 200,
|
| 468 |
+
"stateful_callbacks": {
|
| 469 |
+
"TrainerControl": {
|
| 470 |
+
"args": {
|
| 471 |
+
"should_epoch_stop": false,
|
| 472 |
+
"should_evaluate": false,
|
| 473 |
+
"should_log": false,
|
| 474 |
+
"should_save": true,
|
| 475 |
+
"should_training_stop": false
|
| 476 |
+
},
|
| 477 |
+
"attributes": {}
|
| 478 |
+
}
|
| 479 |
+
},
|
| 480 |
+
"total_flos": 1412368074399744.0,
|
| 481 |
+
"train_batch_size": 2,
|
| 482 |
+
"trial_name": null,
|
| 483 |
+
"trial_params": null
|
| 484 |
+
}
|
checkpoint-1000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6c5ae63f5ecd2b63b9e730d8c4e9bd14c8065d94e890b963ef26d9d377b00df
|
| 3 |
+
size 6161
|
checkpoint-1000/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-10000/README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2-VL-2B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2-VL-2B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model Card for Model ID
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Model Details
|
| 20 |
+
|
| 21 |
+
### Model Description
|
| 22 |
+
|
| 23 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
- **Developed by:** [More Information Needed]
|
| 28 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 29 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 30 |
+
- **Model type:** [More Information Needed]
|
| 31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 32 |
+
- **License:** [More Information Needed]
|
| 33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
### Model Sources [optional]
|
| 36 |
+
|
| 37 |
+
<!-- Provide the basic links for the model. -->
|
| 38 |
+
|
| 39 |
+
- **Repository:** [More Information Needed]
|
| 40 |
+
- **Paper [optional]:** [More Information Needed]
|
| 41 |
+
- **Demo [optional]:** [More Information Needed]
|
| 42 |
+
|
| 43 |
+
## Uses
|
| 44 |
+
|
| 45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 46 |
+
|
| 47 |
+
### Direct Use
|
| 48 |
+
|
| 49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 50 |
+
|
| 51 |
+
[More Information Needed]
|
| 52 |
+
|
| 53 |
+
### Downstream Use [optional]
|
| 54 |
+
|
| 55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 56 |
+
|
| 57 |
+
[More Information Needed]
|
| 58 |
+
|
| 59 |
+
### Out-of-Scope Use
|
| 60 |
+
|
| 61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 62 |
+
|
| 63 |
+
[More Information Needed]
|
| 64 |
+
|
| 65 |
+
## Bias, Risks, and Limitations
|
| 66 |
+
|
| 67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 68 |
+
|
| 69 |
+
[More Information Needed]
|
| 70 |
+
|
| 71 |
+
### Recommendations
|
| 72 |
+
|
| 73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 74 |
+
|
| 75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 76 |
+
|
| 77 |
+
## How to Get Started with the Model
|
| 78 |
+
|
| 79 |
+
Use the code below to get started with the model.
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
## Training Details
|
| 84 |
+
|
| 85 |
+
### Training Data
|
| 86 |
+
|
| 87 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
### Training Procedure
|
| 92 |
+
|
| 93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 94 |
+
|
| 95 |
+
#### Preprocessing [optional]
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
#### Training Hyperparameters
|
| 101 |
+
|
| 102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 103 |
+
|
| 104 |
+
#### Speeds, Sizes, Times [optional]
|
| 105 |
+
|
| 106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 107 |
+
|
| 108 |
+
[More Information Needed]
|
| 109 |
+
|
| 110 |
+
## Evaluation
|
| 111 |
+
|
| 112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 113 |
+
|
| 114 |
+
### Testing Data, Factors & Metrics
|
| 115 |
+
|
| 116 |
+
#### Testing Data
|
| 117 |
+
|
| 118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 119 |
+
|
| 120 |
+
[More Information Needed]
|
| 121 |
+
|
| 122 |
+
#### Factors
|
| 123 |
+
|
| 124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 125 |
+
|
| 126 |
+
[More Information Needed]
|
| 127 |
+
|
| 128 |
+
#### Metrics
|
| 129 |
+
|
| 130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 131 |
+
|
| 132 |
+
[More Information Needed]
|
| 133 |
+
|
| 134 |
+
### Results
|
| 135 |
+
|
| 136 |
+
[More Information Needed]
|
| 137 |
+
|
| 138 |
+
#### Summary
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
## Model Examination [optional]
|
| 143 |
+
|
| 144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 145 |
+
|
| 146 |
+
[More Information Needed]
|
| 147 |
+
|
| 148 |
+
## Environmental Impact
|
| 149 |
+
|
| 150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 151 |
+
|
| 152 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 153 |
+
|
| 154 |
+
- **Hardware Type:** [More Information Needed]
|
| 155 |
+
- **Hours used:** [More Information Needed]
|
| 156 |
+
- **Cloud Provider:** [More Information Needed]
|
| 157 |
+
- **Compute Region:** [More Information Needed]
|
| 158 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 159 |
+
|
| 160 |
+
## Technical Specifications [optional]
|
| 161 |
+
|
| 162 |
+
### Model Architecture and Objective
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
### Compute Infrastructure
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
#### Hardware
|
| 171 |
+
|
| 172 |
+
[More Information Needed]
|
| 173 |
+
|
| 174 |
+
#### Software
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
## Citation [optional]
|
| 179 |
+
|
| 180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 181 |
+
|
| 182 |
+
**BibTeX:**
|
| 183 |
+
|
| 184 |
+
[More Information Needed]
|
| 185 |
+
|
| 186 |
+
**APA:**
|
| 187 |
+
|
| 188 |
+
[More Information Needed]
|
| 189 |
+
|
| 190 |
+
## Glossary [optional]
|
| 191 |
+
|
| 192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## More Information [optional]
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
## Model Card Authors [optional]
|
| 201 |
+
|
| 202 |
+
[More Information Needed]
|
| 203 |
+
|
| 204 |
+
## Model Card Contact
|
| 205 |
+
|
| 206 |
+
[More Information Needed]
|
| 207 |
+
### Framework versions
|
| 208 |
+
|
| 209 |
+
- PEFT 0.17.1
|
checkpoint-10000/adapter_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 32,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 16,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"k_proj",
|
| 29 |
+
"v_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
+
"q_proj"
|
| 32 |
+
],
|
| 33 |
+
"target_parameters": null,
|
| 34 |
+
"task_type": "CAUSAL_LM",
|
| 35 |
+
"trainable_token_indices": null,
|
| 36 |
+
"use_dora": false,
|
| 37 |
+
"use_qalora": false,
|
| 38 |
+
"use_rslora": false
|
| 39 |
+
}
|
checkpoint-10000/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b53f385c6600b2d070ffd2934b9174b2ed762021c34ee61a5cbb8a09685a2745
|
| 3 |
+
size 17465792
|
checkpoint-10000/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-10000/chat_template.jinja
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system
|
| 2 |
+
You are a helpful assistant.<|im_end|>
|
| 3 |
+
{% endif %}<|im_start|>{{ message['role'] }}
|
| 4 |
+
{% if message['content'] is string %}{{ message['content'] }}<|im_end|>
|
| 5 |
+
{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>
|
| 6 |
+
{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
|
| 7 |
+
{% endif %}
|
checkpoint-10000/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-10000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d371585b94eb7ec6c3babab6bb0279251252c30f921987264b29c1752f7935a4
|
| 3 |
+
size 35047307
|
checkpoint-10000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b36f9ab185c91cea00b0da87fa81eb74aec5d9f4fa71e80f8c32124a0dfe159
|
| 3 |
+
size 14455
|
checkpoint-10000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a9f154b1359afdda4d3ed65870a0e8dc4d46259d77c6ba1858bc2095aee8d67
|
| 3 |
+
size 1465
|
checkpoint-10000/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-10000/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
|
| 3 |
+
size 11420371
|
checkpoint-10000/tokenizer_config.json
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"151643": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"151644": {
|
| 13 |
+
"content": "<|im_start|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"151645": {
|
| 21 |
+
"content": "<|im_end|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"151646": {
|
| 29 |
+
"content": "<|object_ref_start|>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"151647": {
|
| 37 |
+
"content": "<|object_ref_end|>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"151648": {
|
| 45 |
+
"content": "<|box_start|>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"151649": {
|
| 53 |
+
"content": "<|box_end|>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"151650": {
|
| 61 |
+
"content": "<|quad_start|>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"151651": {
|
| 69 |
+
"content": "<|quad_end|>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"151652": {
|
| 77 |
+
"content": "<|vision_start|>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"151653": {
|
| 85 |
+
"content": "<|vision_end|>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"151654": {
|
| 93 |
+
"content": "<|vision_pad|>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"151655": {
|
| 101 |
+
"content": "<|image_pad|>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"151656": {
|
| 109 |
+
"content": "<|video_pad|>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
}
|
| 116 |
+
},
|
| 117 |
+
"additional_special_tokens": [
|
| 118 |
+
"<|im_start|>",
|
| 119 |
+
"<|im_end|>",
|
| 120 |
+
"<|object_ref_start|>",
|
| 121 |
+
"<|object_ref_end|>",
|
| 122 |
+
"<|box_start|>",
|
| 123 |
+
"<|box_end|>",
|
| 124 |
+
"<|quad_start|>",
|
| 125 |
+
"<|quad_end|>",
|
| 126 |
+
"<|vision_start|>",
|
| 127 |
+
"<|vision_end|>",
|
| 128 |
+
"<|vision_pad|>",
|
| 129 |
+
"<|image_pad|>",
|
| 130 |
+
"<|video_pad|>"
|
| 131 |
+
],
|
| 132 |
+
"bos_token": null,
|
| 133 |
+
"clean_up_tokenization_spaces": false,
|
| 134 |
+
"eos_token": "<|im_end|>",
|
| 135 |
+
"errors": "replace",
|
| 136 |
+
"extra_special_tokens": {},
|
| 137 |
+
"model_max_length": 32768,
|
| 138 |
+
"pad_token": "<|endoftext|>",
|
| 139 |
+
"padding_side": "left",
|
| 140 |
+
"split_special_tokens": false,
|
| 141 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 142 |
+
"unk_token": null
|
| 143 |
+
}
|
checkpoint-10000/trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-10000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6c5ae63f5ecd2b63b9e730d8c4e9bd14c8065d94e890b963ef26d9d377b00df
|
| 3 |
+
size 6161
|
checkpoint-10000/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1200/README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2-VL-2B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2-VL-2B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model Card for Model ID
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Model Details
|
| 20 |
+
|
| 21 |
+
### Model Description
|
| 22 |
+
|
| 23 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
- **Developed by:** [More Information Needed]
|
| 28 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 29 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 30 |
+
- **Model type:** [More Information Needed]
|
| 31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 32 |
+
- **License:** [More Information Needed]
|
| 33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
### Model Sources [optional]
|
| 36 |
+
|
| 37 |
+
<!-- Provide the basic links for the model. -->
|
| 38 |
+
|
| 39 |
+
- **Repository:** [More Information Needed]
|
| 40 |
+
- **Paper [optional]:** [More Information Needed]
|
| 41 |
+
- **Demo [optional]:** [More Information Needed]
|
| 42 |
+
|
| 43 |
+
## Uses
|
| 44 |
+
|
| 45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 46 |
+
|
| 47 |
+
### Direct Use
|
| 48 |
+
|
| 49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 50 |
+
|
| 51 |
+
[More Information Needed]
|
| 52 |
+
|
| 53 |
+
### Downstream Use [optional]
|
| 54 |
+
|
| 55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 56 |
+
|
| 57 |
+
[More Information Needed]
|
| 58 |
+
|
| 59 |
+
### Out-of-Scope Use
|
| 60 |
+
|
| 61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 62 |
+
|
| 63 |
+
[More Information Needed]
|
| 64 |
+
|
| 65 |
+
## Bias, Risks, and Limitations
|
| 66 |
+
|
| 67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 68 |
+
|
| 69 |
+
[More Information Needed]
|
| 70 |
+
|
| 71 |
+
### Recommendations
|
| 72 |
+
|
| 73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 74 |
+
|
| 75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 76 |
+
|
| 77 |
+
## How to Get Started with the Model
|
| 78 |
+
|
| 79 |
+
Use the code below to get started with the model.
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
## Training Details
|
| 84 |
+
|
| 85 |
+
### Training Data
|
| 86 |
+
|
| 87 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
### Training Procedure
|
| 92 |
+
|
| 93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 94 |
+
|
| 95 |
+
#### Preprocessing [optional]
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
#### Training Hyperparameters
|
| 101 |
+
|
| 102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 103 |
+
|
| 104 |
+
#### Speeds, Sizes, Times [optional]
|
| 105 |
+
|
| 106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 107 |
+
|
| 108 |
+
[More Information Needed]
|
| 109 |
+
|
| 110 |
+
## Evaluation
|
| 111 |
+
|
| 112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 113 |
+
|
| 114 |
+
### Testing Data, Factors & Metrics
|
| 115 |
+
|
| 116 |
+
#### Testing Data
|
| 117 |
+
|
| 118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 119 |
+
|
| 120 |
+
[More Information Needed]
|
| 121 |
+
|
| 122 |
+
#### Factors
|
| 123 |
+
|
| 124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 125 |
+
|
| 126 |
+
[More Information Needed]
|
| 127 |
+
|
| 128 |
+
#### Metrics
|
| 129 |
+
|
| 130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 131 |
+
|
| 132 |
+
[More Information Needed]
|
| 133 |
+
|
| 134 |
+
### Results
|
| 135 |
+
|
| 136 |
+
[More Information Needed]
|
| 137 |
+
|
| 138 |
+
#### Summary
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
## Model Examination [optional]
|
| 143 |
+
|
| 144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 145 |
+
|
| 146 |
+
[More Information Needed]
|
| 147 |
+
|
| 148 |
+
## Environmental Impact
|
| 149 |
+
|
| 150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 151 |
+
|
| 152 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 153 |
+
|
| 154 |
+
- **Hardware Type:** [More Information Needed]
|
| 155 |
+
- **Hours used:** [More Information Needed]
|
| 156 |
+
- **Cloud Provider:** [More Information Needed]
|
| 157 |
+
- **Compute Region:** [More Information Needed]
|
| 158 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 159 |
+
|
| 160 |
+
## Technical Specifications [optional]
|
| 161 |
+
|
| 162 |
+
### Model Architecture and Objective
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
### Compute Infrastructure
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
#### Hardware
|
| 171 |
+
|
| 172 |
+
[More Information Needed]
|
| 173 |
+
|
| 174 |
+
#### Software
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
## Citation [optional]
|
| 179 |
+
|
| 180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 181 |
+
|
| 182 |
+
**BibTeX:**
|
| 183 |
+
|
| 184 |
+
[More Information Needed]
|
| 185 |
+
|
| 186 |
+
**APA:**
|
| 187 |
+
|
| 188 |
+
[More Information Needed]
|
| 189 |
+
|
| 190 |
+
## Glossary [optional]
|
| 191 |
+
|
| 192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## More Information [optional]
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
## Model Card Authors [optional]
|
| 201 |
+
|
| 202 |
+
[More Information Needed]
|
| 203 |
+
|
| 204 |
+
## Model Card Contact
|
| 205 |
+
|
| 206 |
+
[More Information Needed]
|
| 207 |
+
### Framework versions
|
| 208 |
+
|
| 209 |
+
- PEFT 0.17.1
|
checkpoint-1200/adapter_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 32,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 16,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"k_proj",
|
| 29 |
+
"v_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
+
"q_proj"
|
| 32 |
+
],
|
| 33 |
+
"target_parameters": null,
|
| 34 |
+
"task_type": "CAUSAL_LM",
|
| 35 |
+
"trainable_token_indices": null,
|
| 36 |
+
"use_dora": false,
|
| 37 |
+
"use_qalora": false,
|
| 38 |
+
"use_rslora": false
|
| 39 |
+
}
|
checkpoint-1200/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c33eb62455eb0e4ebc4faa49b400e4541cb7077d607ec322fdbdd86ac9c7665b
|
| 3 |
+
size 17465792
|
checkpoint-1200/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-1200/chat_template.jinja
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system
|
| 2 |
+
You are a helpful assistant.<|im_end|>
|
| 3 |
+
{% endif %}<|im_start|>{{ message['role'] }}
|
| 4 |
+
{% if message['content'] is string %}{{ message['content'] }}<|im_end|>
|
| 5 |
+
{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>
|
| 6 |
+
{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
|
| 7 |
+
{% endif %}
|
checkpoint-1200/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1200/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1e3872256c4b67f400c3dfe14585031ce24f6c9bd827c0520a682ee1944e2bc
|
| 3 |
+
size 35047307
|
checkpoint-1200/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15177edf9ebfb5ad50d36052fe51a713a6872c0cf28e4a5ad6266ec66e41b5aa
|
| 3 |
+
size 14455
|
checkpoint-1200/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:395e220ed3170149372bddba65060a46bad10758a1f0f81e9afc2b3b84112f90
|
| 3 |
+
size 1465
|
checkpoint-1200/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-1200/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
|
| 3 |
+
size 11420371
|
checkpoint-1200/tokenizer_config.json
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"151643": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"151644": {
|
| 13 |
+
"content": "<|im_start|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"151645": {
|
| 21 |
+
"content": "<|im_end|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"151646": {
|
| 29 |
+
"content": "<|object_ref_start|>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"151647": {
|
| 37 |
+
"content": "<|object_ref_end|>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"151648": {
|
| 45 |
+
"content": "<|box_start|>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"151649": {
|
| 53 |
+
"content": "<|box_end|>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"151650": {
|
| 61 |
+
"content": "<|quad_start|>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"151651": {
|
| 69 |
+
"content": "<|quad_end|>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"151652": {
|
| 77 |
+
"content": "<|vision_start|>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"151653": {
|
| 85 |
+
"content": "<|vision_end|>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"151654": {
|
| 93 |
+
"content": "<|vision_pad|>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"151655": {
|
| 101 |
+
"content": "<|image_pad|>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"151656": {
|
| 109 |
+
"content": "<|video_pad|>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
}
|
| 116 |
+
},
|
| 117 |
+
"additional_special_tokens": [
|
| 118 |
+
"<|im_start|>",
|
| 119 |
+
"<|im_end|>",
|
| 120 |
+
"<|object_ref_start|>",
|
| 121 |
+
"<|object_ref_end|>",
|
| 122 |
+
"<|box_start|>",
|
| 123 |
+
"<|box_end|>",
|
| 124 |
+
"<|quad_start|>",
|
| 125 |
+
"<|quad_end|>",
|
| 126 |
+
"<|vision_start|>",
|
| 127 |
+
"<|vision_end|>",
|
| 128 |
+
"<|vision_pad|>",
|
| 129 |
+
"<|image_pad|>",
|
| 130 |
+
"<|video_pad|>"
|
| 131 |
+
],
|
| 132 |
+
"bos_token": null,
|
| 133 |
+
"clean_up_tokenization_spaces": false,
|
| 134 |
+
"eos_token": "<|im_end|>",
|
| 135 |
+
"errors": "replace",
|
| 136 |
+
"extra_special_tokens": {},
|
| 137 |
+
"model_max_length": 32768,
|
| 138 |
+
"pad_token": "<|endoftext|>",
|
| 139 |
+
"padding_side": "left",
|
| 140 |
+
"split_special_tokens": false,
|
| 141 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 142 |
+
"unk_token": null
|
| 143 |
+
}
|
checkpoint-1200/trainer_state.json
ADDED
|
@@ -0,0 +1,574 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.24,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 1200,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.004,
|
| 14 |
+
"grad_norm": 2.131298542022705,
|
| 15 |
+
"learning_rate": 0.00019962000000000002,
|
| 16 |
+
"loss": 2.0121,
|
| 17 |
+
"mean_token_accuracy": 0.6703190118074417,
|
| 18 |
+
"num_tokens": 2348.0,
|
| 19 |
+
"step": 20
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"epoch": 0.008,
|
| 23 |
+
"grad_norm": 1.2890418767929077,
|
| 24 |
+
"learning_rate": 0.00019922,
|
| 25 |
+
"loss": 0.2751,
|
| 26 |
+
"mean_token_accuracy": 0.9120438575744629,
|
| 27 |
+
"num_tokens": 4697.0,
|
| 28 |
+
"step": 40
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"epoch": 0.012,
|
| 32 |
+
"grad_norm": 0.8126867413520813,
|
| 33 |
+
"learning_rate": 0.00019882,
|
| 34 |
+
"loss": 0.1966,
|
| 35 |
+
"mean_token_accuracy": 0.9203487157821655,
|
| 36 |
+
"num_tokens": 7014.0,
|
| 37 |
+
"step": 60
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.016,
|
| 41 |
+
"grad_norm": 0.6051881313323975,
|
| 42 |
+
"learning_rate": 0.00019842000000000001,
|
| 43 |
+
"loss": 0.1851,
|
| 44 |
+
"mean_token_accuracy": 0.9291799515485764,
|
| 45 |
+
"num_tokens": 9327.0,
|
| 46 |
+
"step": 80
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 0.02,
|
| 50 |
+
"grad_norm": 0.6378348469734192,
|
| 51 |
+
"learning_rate": 0.00019802,
|
| 52 |
+
"loss": 0.1766,
|
| 53 |
+
"mean_token_accuracy": 0.9286984890699387,
|
| 54 |
+
"num_tokens": 11670.0,
|
| 55 |
+
"step": 100
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"epoch": 0.024,
|
| 59 |
+
"grad_norm": 0.624138593673706,
|
| 60 |
+
"learning_rate": 0.00019762,
|
| 61 |
+
"loss": 0.1784,
|
| 62 |
+
"mean_token_accuracy": 0.9264282643795013,
|
| 63 |
+
"num_tokens": 14000.0,
|
| 64 |
+
"step": 120
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"epoch": 0.028,
|
| 68 |
+
"grad_norm": 0.2111046463251114,
|
| 69 |
+
"learning_rate": 0.00019722,
|
| 70 |
+
"loss": 0.1702,
|
| 71 |
+
"mean_token_accuracy": 0.9321970880031586,
|
| 72 |
+
"num_tokens": 16329.0,
|
| 73 |
+
"step": 140
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.032,
|
| 77 |
+
"grad_norm": 0.5350440740585327,
|
| 78 |
+
"learning_rate": 0.00019682,
|
| 79 |
+
"loss": 0.171,
|
| 80 |
+
"mean_token_accuracy": 0.9311463803052902,
|
| 81 |
+
"num_tokens": 18667.0,
|
| 82 |
+
"step": 160
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.036,
|
| 86 |
+
"grad_norm": 0.19237647950649261,
|
| 87 |
+
"learning_rate": 0.00019642,
|
| 88 |
+
"loss": 0.167,
|
| 89 |
+
"mean_token_accuracy": 0.9345656305551528,
|
| 90 |
+
"num_tokens": 20985.0,
|
| 91 |
+
"step": 180
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"epoch": 0.04,
|
| 95 |
+
"grad_norm": 0.28153756260871887,
|
| 96 |
+
"learning_rate": 0.00019602,
|
| 97 |
+
"loss": 0.1674,
|
| 98 |
+
"mean_token_accuracy": 0.9329667061567306,
|
| 99 |
+
"num_tokens": 23325.0,
|
| 100 |
+
"step": 200
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.044,
|
| 104 |
+
"grad_norm": 0.8545331954956055,
|
| 105 |
+
"learning_rate": 0.00019562,
|
| 106 |
+
"loss": 0.166,
|
| 107 |
+
"mean_token_accuracy": 0.9344212204217911,
|
| 108 |
+
"num_tokens": 25670.0,
|
| 109 |
+
"step": 220
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 0.048,
|
| 113 |
+
"grad_norm": 0.24941129982471466,
|
| 114 |
+
"learning_rate": 0.00019522,
|
| 115 |
+
"loss": 0.1661,
|
| 116 |
+
"mean_token_accuracy": 0.934859549999237,
|
| 117 |
+
"num_tokens": 28016.0,
|
| 118 |
+
"step": 240
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"epoch": 0.052,
|
| 122 |
+
"grad_norm": 0.29549548029899597,
|
| 123 |
+
"learning_rate": 0.00019482,
|
| 124 |
+
"loss": 0.1707,
|
| 125 |
+
"mean_token_accuracy": 0.9345517784357071,
|
| 126 |
+
"num_tokens": 30345.0,
|
| 127 |
+
"step": 260
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"epoch": 0.056,
|
| 131 |
+
"grad_norm": 0.20388178527355194,
|
| 132 |
+
"learning_rate": 0.00019442,
|
| 133 |
+
"loss": 0.1673,
|
| 134 |
+
"mean_token_accuracy": 0.9353183209896088,
|
| 135 |
+
"num_tokens": 32691.0,
|
| 136 |
+
"step": 280
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.06,
|
| 140 |
+
"grad_norm": 0.10762794315814972,
|
| 141 |
+
"learning_rate": 0.00019402,
|
| 142 |
+
"loss": 0.1642,
|
| 143 |
+
"mean_token_accuracy": 0.9325390756130219,
|
| 144 |
+
"num_tokens": 35030.0,
|
| 145 |
+
"step": 300
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.064,
|
| 149 |
+
"grad_norm": 0.07676753401756287,
|
| 150 |
+
"learning_rate": 0.00019362,
|
| 151 |
+
"loss": 0.1633,
|
| 152 |
+
"mean_token_accuracy": 0.9348760217428207,
|
| 153 |
+
"num_tokens": 37359.0,
|
| 154 |
+
"step": 320
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"epoch": 0.068,
|
| 158 |
+
"grad_norm": 0.06781225651502609,
|
| 159 |
+
"learning_rate": 0.00019322,
|
| 160 |
+
"loss": 0.1589,
|
| 161 |
+
"mean_token_accuracy": 0.936154904961586,
|
| 162 |
+
"num_tokens": 39707.0,
|
| 163 |
+
"step": 340
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.072,
|
| 167 |
+
"grad_norm": 0.10010460019111633,
|
| 168 |
+
"learning_rate": 0.00019282000000000001,
|
| 169 |
+
"loss": 0.1583,
|
| 170 |
+
"mean_token_accuracy": 0.9410124599933625,
|
| 171 |
+
"num_tokens": 42071.0,
|
| 172 |
+
"step": 360
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"epoch": 0.076,
|
| 176 |
+
"grad_norm": 0.07932794839143753,
|
| 177 |
+
"learning_rate": 0.00019242,
|
| 178 |
+
"loss": 0.1608,
|
| 179 |
+
"mean_token_accuracy": 0.9380002528429031,
|
| 180 |
+
"num_tokens": 44404.0,
|
| 181 |
+
"step": 380
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"epoch": 0.08,
|
| 185 |
+
"grad_norm": 0.06678586453199387,
|
| 186 |
+
"learning_rate": 0.00019202,
|
| 187 |
+
"loss": 0.1633,
|
| 188 |
+
"mean_token_accuracy": 0.9347729980945587,
|
| 189 |
+
"num_tokens": 46715.0,
|
| 190 |
+
"step": 400
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"epoch": 0.084,
|
| 194 |
+
"grad_norm": 0.05118393525481224,
|
| 195 |
+
"learning_rate": 0.00019162,
|
| 196 |
+
"loss": 0.1621,
|
| 197 |
+
"mean_token_accuracy": 0.9356200367212295,
|
| 198 |
+
"num_tokens": 49030.0,
|
| 199 |
+
"step": 420
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.088,
|
| 203 |
+
"grad_norm": 0.07563836127519608,
|
| 204 |
+
"learning_rate": 0.00019122,
|
| 205 |
+
"loss": 0.1603,
|
| 206 |
+
"mean_token_accuracy": 0.9362942427396774,
|
| 207 |
+
"num_tokens": 51366.0,
|
| 208 |
+
"step": 440
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 0.092,
|
| 212 |
+
"grad_norm": 0.053388580679893494,
|
| 213 |
+
"learning_rate": 0.00019082,
|
| 214 |
+
"loss": 0.1585,
|
| 215 |
+
"mean_token_accuracy": 0.9377258807420731,
|
| 216 |
+
"num_tokens": 53706.0,
|
| 217 |
+
"step": 460
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"epoch": 0.096,
|
| 221 |
+
"grad_norm": 0.05659119412302971,
|
| 222 |
+
"learning_rate": 0.00019042,
|
| 223 |
+
"loss": 0.1575,
|
| 224 |
+
"mean_token_accuracy": 0.937972965836525,
|
| 225 |
+
"num_tokens": 56052.0,
|
| 226 |
+
"step": 480
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.1,
|
| 230 |
+
"grad_norm": 0.04934714362025261,
|
| 231 |
+
"learning_rate": 0.00019002,
|
| 232 |
+
"loss": 0.1606,
|
| 233 |
+
"mean_token_accuracy": 0.9356311202049256,
|
| 234 |
+
"num_tokens": 58374.0,
|
| 235 |
+
"step": 500
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"epoch": 0.104,
|
| 239 |
+
"grad_norm": 0.05647804215550423,
|
| 240 |
+
"learning_rate": 0.00018962000000000002,
|
| 241 |
+
"loss": 0.1587,
|
| 242 |
+
"mean_token_accuracy": 0.9353525519371033,
|
| 243 |
+
"num_tokens": 60706.0,
|
| 244 |
+
"step": 520
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"epoch": 0.108,
|
| 248 |
+
"grad_norm": 0.058523017913103104,
|
| 249 |
+
"learning_rate": 0.00018922,
|
| 250 |
+
"loss": 0.1595,
|
| 251 |
+
"mean_token_accuracy": 0.9371987581253052,
|
| 252 |
+
"num_tokens": 63021.0,
|
| 253 |
+
"step": 540
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"epoch": 0.112,
|
| 257 |
+
"grad_norm": 0.03793497756123543,
|
| 258 |
+
"learning_rate": 0.00018882000000000003,
|
| 259 |
+
"loss": 0.1584,
|
| 260 |
+
"mean_token_accuracy": 0.9341553807258606,
|
| 261 |
+
"num_tokens": 65369.0,
|
| 262 |
+
"step": 560
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.116,
|
| 266 |
+
"grad_norm": 0.04743633046746254,
|
| 267 |
+
"learning_rate": 0.00018842000000000002,
|
| 268 |
+
"loss": 0.1586,
|
| 269 |
+
"mean_token_accuracy": 0.936157900094986,
|
| 270 |
+
"num_tokens": 67700.0,
|
| 271 |
+
"step": 580
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"epoch": 0.12,
|
| 275 |
+
"grad_norm": 0.05463261529803276,
|
| 276 |
+
"learning_rate": 0.00018802,
|
| 277 |
+
"loss": 0.1578,
|
| 278 |
+
"mean_token_accuracy": 0.937694975733757,
|
| 279 |
+
"num_tokens": 70038.0,
|
| 280 |
+
"step": 600
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"epoch": 0.124,
|
| 284 |
+
"grad_norm": 0.11279874294996262,
|
| 285 |
+
"learning_rate": 0.00018762000000000002,
|
| 286 |
+
"loss": 0.1584,
|
| 287 |
+
"mean_token_accuracy": 0.9382745862007141,
|
| 288 |
+
"num_tokens": 72367.0,
|
| 289 |
+
"step": 620
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.128,
|
| 293 |
+
"grad_norm": 0.050823234021663666,
|
| 294 |
+
"learning_rate": 0.00018722,
|
| 295 |
+
"loss": 0.1602,
|
| 296 |
+
"mean_token_accuracy": 0.9388011395931244,
|
| 297 |
+
"num_tokens": 74677.0,
|
| 298 |
+
"step": 640
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 0.132,
|
| 302 |
+
"grad_norm": 0.04983159899711609,
|
| 303 |
+
"learning_rate": 0.00018682000000000003,
|
| 304 |
+
"loss": 0.1584,
|
| 305 |
+
"mean_token_accuracy": 0.9374112606048584,
|
| 306 |
+
"num_tokens": 77014.0,
|
| 307 |
+
"step": 660
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"epoch": 0.136,
|
| 311 |
+
"grad_norm": 0.05084273964166641,
|
| 312 |
+
"learning_rate": 0.00018642000000000002,
|
| 313 |
+
"loss": 0.1591,
|
| 314 |
+
"mean_token_accuracy": 0.9387890577316285,
|
| 315 |
+
"num_tokens": 79339.0,
|
| 316 |
+
"step": 680
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"epoch": 0.14,
|
| 320 |
+
"grad_norm": 0.04936506226658821,
|
| 321 |
+
"learning_rate": 0.00018602,
|
| 322 |
+
"loss": 0.157,
|
| 323 |
+
"mean_token_accuracy": 0.9359721839427948,
|
| 324 |
+
"num_tokens": 81688.0,
|
| 325 |
+
"step": 700
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.144,
|
| 329 |
+
"grad_norm": 0.04119481146335602,
|
| 330 |
+
"learning_rate": 0.00018562000000000003,
|
| 331 |
+
"loss": 0.1584,
|
| 332 |
+
"mean_token_accuracy": 0.9359663873910904,
|
| 333 |
+
"num_tokens": 84025.0,
|
| 334 |
+
"step": 720
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"epoch": 0.148,
|
| 338 |
+
"grad_norm": 0.03988514095544815,
|
| 339 |
+
"learning_rate": 0.00018522000000000002,
|
| 340 |
+
"loss": 0.1595,
|
| 341 |
+
"mean_token_accuracy": 0.9372004926204681,
|
| 342 |
+
"num_tokens": 86341.0,
|
| 343 |
+
"step": 740
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"epoch": 0.152,
|
| 347 |
+
"grad_norm": 0.04381653666496277,
|
| 348 |
+
"learning_rate": 0.00018482,
|
| 349 |
+
"loss": 0.1591,
|
| 350 |
+
"mean_token_accuracy": 0.9373360633850097,
|
| 351 |
+
"num_tokens": 88665.0,
|
| 352 |
+
"step": 760
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.156,
|
| 356 |
+
"grad_norm": 0.03504428267478943,
|
| 357 |
+
"learning_rate": 0.00018442000000000003,
|
| 358 |
+
"loss": 0.1579,
|
| 359 |
+
"mean_token_accuracy": 0.9403579801321029,
|
| 360 |
+
"num_tokens": 90997.0,
|
| 361 |
+
"step": 780
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"epoch": 0.16,
|
| 365 |
+
"grad_norm": 0.03745226562023163,
|
| 366 |
+
"learning_rate": 0.00018402000000000002,
|
| 367 |
+
"loss": 0.1584,
|
| 368 |
+
"mean_token_accuracy": 0.9388439536094666,
|
| 369 |
+
"num_tokens": 93322.0,
|
| 370 |
+
"step": 800
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"epoch": 0.164,
|
| 374 |
+
"grad_norm": 0.033838506788015366,
|
| 375 |
+
"learning_rate": 0.00018362,
|
| 376 |
+
"loss": 0.1562,
|
| 377 |
+
"mean_token_accuracy": 0.9360319077968597,
|
| 378 |
+
"num_tokens": 95688.0,
|
| 379 |
+
"step": 820
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"epoch": 0.168,
|
| 383 |
+
"grad_norm": 0.0314440056681633,
|
| 384 |
+
"learning_rate": 0.00018322000000000002,
|
| 385 |
+
"loss": 0.1596,
|
| 386 |
+
"mean_token_accuracy": 0.9349893003702163,
|
| 387 |
+
"num_tokens": 98005.0,
|
| 388 |
+
"step": 840
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.172,
|
| 392 |
+
"grad_norm": 0.06577116250991821,
|
| 393 |
+
"learning_rate": 0.00018282000000000001,
|
| 394 |
+
"loss": 0.1589,
|
| 395 |
+
"mean_token_accuracy": 0.9364802747964859,
|
| 396 |
+
"num_tokens": 100327.0,
|
| 397 |
+
"step": 860
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"epoch": 0.176,
|
| 401 |
+
"grad_norm": 0.029735982418060303,
|
| 402 |
+
"learning_rate": 0.00018242,
|
| 403 |
+
"loss": 0.1576,
|
| 404 |
+
"mean_token_accuracy": 0.9365677893161773,
|
| 405 |
+
"num_tokens": 102671.0,
|
| 406 |
+
"step": 880
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"epoch": 0.18,
|
| 410 |
+
"grad_norm": 0.03155644237995148,
|
| 411 |
+
"learning_rate": 0.00018202000000000002,
|
| 412 |
+
"loss": 0.1587,
|
| 413 |
+
"mean_token_accuracy": 0.9387517213821411,
|
| 414 |
+
"num_tokens": 104996.0,
|
| 415 |
+
"step": 900
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.184,
|
| 419 |
+
"grad_norm": 0.027411427348852158,
|
| 420 |
+
"learning_rate": 0.00018162,
|
| 421 |
+
"loss": 0.1581,
|
| 422 |
+
"mean_token_accuracy": 0.9342827945947647,
|
| 423 |
+
"num_tokens": 107337.0,
|
| 424 |
+
"step": 920
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"epoch": 0.188,
|
| 428 |
+
"grad_norm": 0.024014495313167572,
|
| 429 |
+
"learning_rate": 0.00018122,
|
| 430 |
+
"loss": 0.1583,
|
| 431 |
+
"mean_token_accuracy": 0.9355534523725509,
|
| 432 |
+
"num_tokens": 109674.0,
|
| 433 |
+
"step": 940
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"epoch": 0.192,
|
| 437 |
+
"grad_norm": 0.02990046516060829,
|
| 438 |
+
"learning_rate": 0.00018082000000000002,
|
| 439 |
+
"loss": 0.1577,
|
| 440 |
+
"mean_token_accuracy": 0.9373938798904419,
|
| 441 |
+
"num_tokens": 112015.0,
|
| 442 |
+
"step": 960
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"epoch": 0.196,
|
| 446 |
+
"grad_norm": 0.020676879212260246,
|
| 447 |
+
"learning_rate": 0.00018042,
|
| 448 |
+
"loss": 0.1582,
|
| 449 |
+
"mean_token_accuracy": 0.9363098949193954,
|
| 450 |
+
"num_tokens": 114349.0,
|
| 451 |
+
"step": 980
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.2,
|
| 455 |
+
"grad_norm": 0.024556942284107208,
|
| 456 |
+
"learning_rate": 0.00018002,
|
| 457 |
+
"loss": 0.159,
|
| 458 |
+
"mean_token_accuracy": 0.9355833351612091,
|
| 459 |
+
"num_tokens": 116672.0,
|
| 460 |
+
"step": 1000
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"epoch": 0.204,
|
| 464 |
+
"grad_norm": 0.22343556582927704,
|
| 465 |
+
"learning_rate": 0.00017962000000000002,
|
| 466 |
+
"loss": 0.157,
|
| 467 |
+
"mean_token_accuracy": 0.9363467574119568,
|
| 468 |
+
"num_tokens": 119023.0,
|
| 469 |
+
"step": 1020
|
| 470 |
+
},
|
| 471 |
+
{
|
| 472 |
+
"epoch": 0.208,
|
| 473 |
+
"grad_norm": 0.515048623085022,
|
| 474 |
+
"learning_rate": 0.00017922,
|
| 475 |
+
"loss": 0.1585,
|
| 476 |
+
"mean_token_accuracy": 0.9374267637729645,
|
| 477 |
+
"num_tokens": 121366.0,
|
| 478 |
+
"step": 1040
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.212,
|
| 482 |
+
"grad_norm": 0.2672664225101471,
|
| 483 |
+
"learning_rate": 0.00017882,
|
| 484 |
+
"loss": 0.1704,
|
| 485 |
+
"mean_token_accuracy": 0.938492265343666,
|
| 486 |
+
"num_tokens": 123719.0,
|
| 487 |
+
"step": 1060
|
| 488 |
+
},
|
| 489 |
+
{
|
| 490 |
+
"epoch": 0.216,
|
| 491 |
+
"grad_norm": 0.11909265071153641,
|
| 492 |
+
"learning_rate": 0.00017842000000000002,
|
| 493 |
+
"loss": 0.1752,
|
| 494 |
+
"mean_token_accuracy": 0.9297878712415695,
|
| 495 |
+
"num_tokens": 126053.0,
|
| 496 |
+
"step": 1080
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"epoch": 0.22,
|
| 500 |
+
"grad_norm": 0.11977271735668182,
|
| 501 |
+
"learning_rate": 0.00017802,
|
| 502 |
+
"loss": 0.1652,
|
| 503 |
+
"mean_token_accuracy": 0.9360411554574967,
|
| 504 |
+
"num_tokens": 128379.0,
|
| 505 |
+
"step": 1100
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"epoch": 0.224,
|
| 509 |
+
"grad_norm": 0.17722292244434357,
|
| 510 |
+
"learning_rate": 0.00017762,
|
| 511 |
+
"loss": 0.1697,
|
| 512 |
+
"mean_token_accuracy": 0.9314894318580628,
|
| 513 |
+
"num_tokens": 130700.0,
|
| 514 |
+
"step": 1120
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.228,
|
| 518 |
+
"grad_norm": 0.8375388979911804,
|
| 519 |
+
"learning_rate": 0.00017722000000000001,
|
| 520 |
+
"loss": 0.1895,
|
| 521 |
+
"mean_token_accuracy": 0.9316652357578278,
|
| 522 |
+
"num_tokens": 133026.0,
|
| 523 |
+
"step": 1140
|
| 524 |
+
},
|
| 525 |
+
{
|
| 526 |
+
"epoch": 0.232,
|
| 527 |
+
"grad_norm": 0.10569056123495102,
|
| 528 |
+
"learning_rate": 0.00017682,
|
| 529 |
+
"loss": 0.1679,
|
| 530 |
+
"mean_token_accuracy": 0.9333775132894516,
|
| 531 |
+
"num_tokens": 135371.0,
|
| 532 |
+
"step": 1160
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"epoch": 0.236,
|
| 536 |
+
"grad_norm": 0.07626856118440628,
|
| 537 |
+
"learning_rate": 0.00017642,
|
| 538 |
+
"loss": 0.1613,
|
| 539 |
+
"mean_token_accuracy": 0.9380175620317459,
|
| 540 |
+
"num_tokens": 137695.0,
|
| 541 |
+
"step": 1180
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 0.24,
|
| 545 |
+
"grad_norm": 0.06852507591247559,
|
| 546 |
+
"learning_rate": 0.00017602,
|
| 547 |
+
"loss": 0.1693,
|
| 548 |
+
"mean_token_accuracy": 0.9329774439334869,
|
| 549 |
+
"num_tokens": 140007.0,
|
| 550 |
+
"step": 1200
|
| 551 |
+
}
|
| 552 |
+
],
|
| 553 |
+
"logging_steps": 20,
|
| 554 |
+
"max_steps": 10000,
|
| 555 |
+
"num_input_tokens_seen": 0,
|
| 556 |
+
"num_train_epochs": 2,
|
| 557 |
+
"save_steps": 200,
|
| 558 |
+
"stateful_callbacks": {
|
| 559 |
+
"TrainerControl": {
|
| 560 |
+
"args": {
|
| 561 |
+
"should_epoch_stop": false,
|
| 562 |
+
"should_evaluate": false,
|
| 563 |
+
"should_log": false,
|
| 564 |
+
"should_save": true,
|
| 565 |
+
"should_training_stop": false
|
| 566 |
+
},
|
| 567 |
+
"attributes": {}
|
| 568 |
+
}
|
| 569 |
+
},
|
| 570 |
+
"total_flos": 1694276209833984.0,
|
| 571 |
+
"train_batch_size": 2,
|
| 572 |
+
"trial_name": null,
|
| 573 |
+
"trial_params": null
|
| 574 |
+
}
|
checkpoint-1200/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6c5ae63f5ecd2b63b9e730d8c4e9bd14c8065d94e890b963ef26d9d377b00df
|
| 3 |
+
size 6161
|