Upload DPO fine-tuned Qwen model
Browse files- .gitattributes +2 -0
- README.md +38 -0
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +28 -0
- chat_template.jinja +89 -0
- checkpoint-500/README.md +209 -0
- checkpoint-500/adapter_config.json +39 -0
- checkpoint-500/adapter_model.safetensors +3 -0
- checkpoint-500/added_tokens.json +28 -0
- checkpoint-500/chat_template.jinja +89 -0
- checkpoint-500/merges.txt +0 -0
- checkpoint-500/optimizer.pt +3 -0
- checkpoint-500/rng_state.pth +3 -0
- checkpoint-500/scaler.pt +3 -0
- checkpoint-500/scheduler.pt +3 -0
- checkpoint-500/special_tokens_map.json +25 -0
- checkpoint-500/tokenizer.json +3 -0
- checkpoint-500/tokenizer_config.json +239 -0
- checkpoint-500/trainer_state.json +944 -0
- checkpoint-500/training_args.bin +3 -0
- checkpoint-500/vocab.json +0 -0
- merges.txt +0 -0
- special_tokens_map.json +25 -0
- tokenizer.json +3 -0
- tokenizer_config.json +239 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ 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-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: unsloth/Qwen2.5-1.5B-Instruct-bnb-4bit
|
| 4 |
+
tags:
|
| 5 |
+
- dpo
|
| 6 |
+
- qwen
|
| 7 |
+
- lmsys
|
| 8 |
+
- mt-bench
|
| 9 |
+
datasets:
|
| 10 |
+
- lmsys/lmsys-arena-human-preference-55k
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Qwen3-8B DPO LMSYS
|
| 16 |
+
|
| 17 |
+
This model is a DPO fine-tuned version of Qwen2.5-1.5B-Instruct, trained on the LMSYS Arena Human Preference dataset.
|
| 18 |
+
|
| 19 |
+
## Training Details
|
| 20 |
+
- **Base Model**: unsloth/Qwen2.5-1.5B-Instruct-bnb-4bit
|
| 21 |
+
- **Training Method**: Direct Preference Optimization (DPO)
|
| 22 |
+
- **Dataset**: LMSYS Arena Human Preference 55k
|
| 23 |
+
- **Training Steps**: 60
|
| 24 |
+
- **Beta**: 0.1
|
| 25 |
+
|
| 26 |
+
## MT-Bench-101 Results
|
| 27 |
+
- DPO Score: Check results.json
|
| 28 |
+
- Improvement over SFT baseline: Check results.json
|
| 29 |
+
|
| 30 |
+
## Usage
|
| 31 |
+
```python
|
| 32 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 33 |
+
|
| 34 |
+
model = AutoModelForCausalLM.from_pretrained("subbuc/qwen3-8b-dpo-lmsys")
|
| 35 |
+
tokenizer = AutoTokenizer.from_pretrained("subbuc/qwen3-8b-dpo-lmsys")
|
| 36 |
+
|
| 37 |
+
# Your inference code here
|
| 38 |
+
```
|
adapter_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen3-8B",
|
| 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 |
+
"q_proj",
|
| 29 |
+
"v_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
+
"k_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:a5241b98e87f1073fe3db936e028be8d1f4f197df74b7df50cc2fdca2619ec06
|
| 3 |
+
size 61380432
|
added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for message in messages[::-1] %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
| 21 |
+
{%- set ns.multi_step_tool = false %}
|
| 22 |
+
{%- set ns.last_query_index = index %}
|
| 23 |
+
{%- endif %}
|
| 24 |
+
{%- endfor %}
|
| 25 |
+
{%- for message in messages %}
|
| 26 |
+
{%- if message.content is string %}
|
| 27 |
+
{%- set content = message.content %}
|
| 28 |
+
{%- else %}
|
| 29 |
+
{%- set content = '' %}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 33 |
+
{%- elif message.role == "assistant" %}
|
| 34 |
+
{%- set reasoning_content = '' %}
|
| 35 |
+
{%- if message.reasoning_content is string %}
|
| 36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 37 |
+
{%- else %}
|
| 38 |
+
{%- if '</think>' in content %}
|
| 39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 41 |
+
{%- endif %}
|
| 42 |
+
{%- endif %}
|
| 43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 46 |
+
{%- else %}
|
| 47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 48 |
+
{%- endif %}
|
| 49 |
+
{%- else %}
|
| 50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 51 |
+
{%- endif %}
|
| 52 |
+
{%- if message.tool_calls %}
|
| 53 |
+
{%- for tool_call in message.tool_calls %}
|
| 54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 55 |
+
{{- '\n' }}
|
| 56 |
+
{%- endif %}
|
| 57 |
+
{%- if tool_call.function %}
|
| 58 |
+
{%- set tool_call = tool_call.function %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 61 |
+
{{- tool_call.name }}
|
| 62 |
+
{{- '", "arguments": ' }}
|
| 63 |
+
{%- if tool_call.arguments is string %}
|
| 64 |
+
{{- tool_call.arguments }}
|
| 65 |
+
{%- else %}
|
| 66 |
+
{{- tool_call.arguments | tojson }}
|
| 67 |
+
{%- endif %}
|
| 68 |
+
{{- '}\n</tool_call>' }}
|
| 69 |
+
{%- endfor %}
|
| 70 |
+
{%- endif %}
|
| 71 |
+
{{- '<|im_end|>\n' }}
|
| 72 |
+
{%- elif message.role == "tool" %}
|
| 73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 74 |
+
{{- '<|im_start|>user' }}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{{- '\n<tool_response>\n' }}
|
| 77 |
+
{{- content }}
|
| 78 |
+
{{- '\n</tool_response>' }}
|
| 79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 80 |
+
{{- '<|im_end|>\n' }}
|
| 81 |
+
{%- endif %}
|
| 82 |
+
{%- endif %}
|
| 83 |
+
{%- endfor %}
|
| 84 |
+
{%- if add_generation_prompt %}
|
| 85 |
+
{{- '<|im_start|>assistant\n' }}
|
| 86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 88 |
+
{%- endif %}
|
| 89 |
+
{%- endif %}
|
checkpoint-500/README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-8B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen3-8B
|
| 7 |
+
- dpo
|
| 8 |
+
- lora
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model Card for Model ID
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Model Details
|
| 20 |
+
|
| 21 |
+
### Model Description
|
| 22 |
+
|
| 23 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
- **Developed by:** [More Information Needed]
|
| 28 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 29 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 30 |
+
- **Model type:** [More Information Needed]
|
| 31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 32 |
+
- **License:** [More Information Needed]
|
| 33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
### Model Sources [optional]
|
| 36 |
+
|
| 37 |
+
<!-- Provide the basic links for the model. -->
|
| 38 |
+
|
| 39 |
+
- **Repository:** [More Information Needed]
|
| 40 |
+
- **Paper [optional]:** [More Information Needed]
|
| 41 |
+
- **Demo [optional]:** [More Information Needed]
|
| 42 |
+
|
| 43 |
+
## Uses
|
| 44 |
+
|
| 45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 46 |
+
|
| 47 |
+
### Direct Use
|
| 48 |
+
|
| 49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 50 |
+
|
| 51 |
+
[More Information Needed]
|
| 52 |
+
|
| 53 |
+
### Downstream Use [optional]
|
| 54 |
+
|
| 55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 56 |
+
|
| 57 |
+
[More Information Needed]
|
| 58 |
+
|
| 59 |
+
### Out-of-Scope Use
|
| 60 |
+
|
| 61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 62 |
+
|
| 63 |
+
[More Information Needed]
|
| 64 |
+
|
| 65 |
+
## Bias, Risks, and Limitations
|
| 66 |
+
|
| 67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 68 |
+
|
| 69 |
+
[More Information Needed]
|
| 70 |
+
|
| 71 |
+
### Recommendations
|
| 72 |
+
|
| 73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 74 |
+
|
| 75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 76 |
+
|
| 77 |
+
## How to Get Started with the Model
|
| 78 |
+
|
| 79 |
+
Use the code below to get started with the model.
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
## Training Details
|
| 84 |
+
|
| 85 |
+
### Training Data
|
| 86 |
+
|
| 87 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
### Training Procedure
|
| 92 |
+
|
| 93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 94 |
+
|
| 95 |
+
#### Preprocessing [optional]
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
#### Training Hyperparameters
|
| 101 |
+
|
| 102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 103 |
+
|
| 104 |
+
#### Speeds, Sizes, Times [optional]
|
| 105 |
+
|
| 106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 107 |
+
|
| 108 |
+
[More Information Needed]
|
| 109 |
+
|
| 110 |
+
## Evaluation
|
| 111 |
+
|
| 112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 113 |
+
|
| 114 |
+
### Testing Data, Factors & Metrics
|
| 115 |
+
|
| 116 |
+
#### Testing Data
|
| 117 |
+
|
| 118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 119 |
+
|
| 120 |
+
[More Information Needed]
|
| 121 |
+
|
| 122 |
+
#### Factors
|
| 123 |
+
|
| 124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 125 |
+
|
| 126 |
+
[More Information Needed]
|
| 127 |
+
|
| 128 |
+
#### Metrics
|
| 129 |
+
|
| 130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 131 |
+
|
| 132 |
+
[More Information Needed]
|
| 133 |
+
|
| 134 |
+
### Results
|
| 135 |
+
|
| 136 |
+
[More Information Needed]
|
| 137 |
+
|
| 138 |
+
#### Summary
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
## Model Examination [optional]
|
| 143 |
+
|
| 144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 145 |
+
|
| 146 |
+
[More Information Needed]
|
| 147 |
+
|
| 148 |
+
## Environmental Impact
|
| 149 |
+
|
| 150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 151 |
+
|
| 152 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 153 |
+
|
| 154 |
+
- **Hardware Type:** [More Information Needed]
|
| 155 |
+
- **Hours used:** [More Information Needed]
|
| 156 |
+
- **Cloud Provider:** [More Information Needed]
|
| 157 |
+
- **Compute Region:** [More Information Needed]
|
| 158 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 159 |
+
|
| 160 |
+
## Technical Specifications [optional]
|
| 161 |
+
|
| 162 |
+
### Model Architecture and Objective
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
### Compute Infrastructure
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
#### Hardware
|
| 171 |
+
|
| 172 |
+
[More Information Needed]
|
| 173 |
+
|
| 174 |
+
#### Software
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
## Citation [optional]
|
| 179 |
+
|
| 180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 181 |
+
|
| 182 |
+
**BibTeX:**
|
| 183 |
+
|
| 184 |
+
[More Information Needed]
|
| 185 |
+
|
| 186 |
+
**APA:**
|
| 187 |
+
|
| 188 |
+
[More Information Needed]
|
| 189 |
+
|
| 190 |
+
## Glossary [optional]
|
| 191 |
+
|
| 192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## More Information [optional]
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
## Model Card Authors [optional]
|
| 201 |
+
|
| 202 |
+
[More Information Needed]
|
| 203 |
+
|
| 204 |
+
## Model Card Contact
|
| 205 |
+
|
| 206 |
+
[More Information Needed]
|
| 207 |
+
### Framework versions
|
| 208 |
+
|
| 209 |
+
- PEFT 0.17.1
|
checkpoint-500/adapter_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen3-8B",
|
| 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 |
+
"q_proj",
|
| 29 |
+
"v_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
+
"k_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-500/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5241b98e87f1073fe3db936e028be8d1f4f197df74b7df50cc2fdca2619ec06
|
| 3 |
+
size 61380432
|
checkpoint-500/added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
checkpoint-500/chat_template.jinja
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for message in messages[::-1] %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
| 21 |
+
{%- set ns.multi_step_tool = false %}
|
| 22 |
+
{%- set ns.last_query_index = index %}
|
| 23 |
+
{%- endif %}
|
| 24 |
+
{%- endfor %}
|
| 25 |
+
{%- for message in messages %}
|
| 26 |
+
{%- if message.content is string %}
|
| 27 |
+
{%- set content = message.content %}
|
| 28 |
+
{%- else %}
|
| 29 |
+
{%- set content = '' %}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 33 |
+
{%- elif message.role == "assistant" %}
|
| 34 |
+
{%- set reasoning_content = '' %}
|
| 35 |
+
{%- if message.reasoning_content is string %}
|
| 36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 37 |
+
{%- else %}
|
| 38 |
+
{%- if '</think>' in content %}
|
| 39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 41 |
+
{%- endif %}
|
| 42 |
+
{%- endif %}
|
| 43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 46 |
+
{%- else %}
|
| 47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 48 |
+
{%- endif %}
|
| 49 |
+
{%- else %}
|
| 50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 51 |
+
{%- endif %}
|
| 52 |
+
{%- if message.tool_calls %}
|
| 53 |
+
{%- for tool_call in message.tool_calls %}
|
| 54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 55 |
+
{{- '\n' }}
|
| 56 |
+
{%- endif %}
|
| 57 |
+
{%- if tool_call.function %}
|
| 58 |
+
{%- set tool_call = tool_call.function %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 61 |
+
{{- tool_call.name }}
|
| 62 |
+
{{- '", "arguments": ' }}
|
| 63 |
+
{%- if tool_call.arguments is string %}
|
| 64 |
+
{{- tool_call.arguments }}
|
| 65 |
+
{%- else %}
|
| 66 |
+
{{- tool_call.arguments | tojson }}
|
| 67 |
+
{%- endif %}
|
| 68 |
+
{{- '}\n</tool_call>' }}
|
| 69 |
+
{%- endfor %}
|
| 70 |
+
{%- endif %}
|
| 71 |
+
{{- '<|im_end|>\n' }}
|
| 72 |
+
{%- elif message.role == "tool" %}
|
| 73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 74 |
+
{{- '<|im_start|>user' }}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{{- '\n<tool_response>\n' }}
|
| 77 |
+
{{- content }}
|
| 78 |
+
{{- '\n</tool_response>' }}
|
| 79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 80 |
+
{{- '<|im_end|>\n' }}
|
| 81 |
+
{%- endif %}
|
| 82 |
+
{%- endif %}
|
| 83 |
+
{%- endfor %}
|
| 84 |
+
{%- if add_generation_prompt %}
|
| 85 |
+
{{- '<|im_start|>assistant\n' }}
|
| 86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 88 |
+
{%- endif %}
|
| 89 |
+
{%- endif %}
|
checkpoint-500/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-500/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f186d0210749a1d3cbd4ae548e2fac90acd25f314e4de663088f109ba0010753
|
| 3 |
+
size 122930379
|
checkpoint-500/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea11996454b5587fcf33ae0ab5cf14b2031bf5f53f8c2ed5a48e87de31e29c84
|
| 3 |
+
size 14645
|
checkpoint-500/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19b0a154cf50d071d1c349720102c7099d4aba2d5e797b0f73729b3f5b9d52b4
|
| 3 |
+
size 1383
|
checkpoint-500/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3105ebe8471f9890c3eb1f20cc0f2520fa5fdb0128474bbc87e607b2ec7c53dc
|
| 3 |
+
size 1465
|
checkpoint-500/special_tokens_map.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<|im_end|>"
|
| 25 |
+
}
|
checkpoint-500/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
checkpoint-500/tokenizer_config.json
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"clean_up_tokenization_spaces": false,
|
| 231 |
+
"eos_token": "<|im_end|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 131072,
|
| 235 |
+
"pad_token": "<|im_end|>",
|
| 236 |
+
"split_special_tokens": false,
|
| 237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 238 |
+
"unk_token": null
|
| 239 |
+
}
|
checkpoint-500/trainer_state.json
ADDED
|
@@ -0,0 +1,944 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.0,
|
| 6 |
+
"eval_steps": 50,
|
| 7 |
+
"global_step": 500,
|
| 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.02,
|
| 14 |
+
"grad_norm": 6.336705207824707,
|
| 15 |
+
"learning_rate": 4.5e-06,
|
| 16 |
+
"logits/chosen": 0.2884472906589508,
|
| 17 |
+
"logits/rejected": 0.40965142846107483,
|
| 18 |
+
"logps/chosen": -355.646728515625,
|
| 19 |
+
"logps/rejected": -305.0962219238281,
|
| 20 |
+
"loss": 0.6936,
|
| 21 |
+
"rewards/accuracies": 0.4000000059604645,
|
| 22 |
+
"rewards/chosen": 0.0013779326109215617,
|
| 23 |
+
"rewards/margins": -0.0006383258732967079,
|
| 24 |
+
"rewards/rejected": 0.0020162579603493214,
|
| 25 |
+
"step": 10
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"epoch": 0.04,
|
| 29 |
+
"grad_norm": 6.066710472106934,
|
| 30 |
+
"learning_rate": 9.5e-06,
|
| 31 |
+
"logits/chosen": 0.14486190676689148,
|
| 32 |
+
"logits/rejected": 0.27484434843063354,
|
| 33 |
+
"logps/chosen": -345.3768005371094,
|
| 34 |
+
"logps/rejected": -362.3075866699219,
|
| 35 |
+
"loss": 0.6939,
|
| 36 |
+
"rewards/accuracies": 0.4833333492279053,
|
| 37 |
+
"rewards/chosen": 0.011982182040810585,
|
| 38 |
+
"rewards/margins": -0.0012166720116510987,
|
| 39 |
+
"rewards/rejected": 0.01319885440170765,
|
| 40 |
+
"step": 20
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"epoch": 0.06,
|
| 44 |
+
"grad_norm": 4.703575611114502,
|
| 45 |
+
"learning_rate": 1.45e-05,
|
| 46 |
+
"logits/chosen": 0.10680116713047028,
|
| 47 |
+
"logits/rejected": -0.018802711740136147,
|
| 48 |
+
"logps/chosen": -325.0574951171875,
|
| 49 |
+
"logps/rejected": -256.40966796875,
|
| 50 |
+
"loss": 0.6926,
|
| 51 |
+
"rewards/accuracies": 0.5666666626930237,
|
| 52 |
+
"rewards/chosen": 0.023517221212387085,
|
| 53 |
+
"rewards/margins": 0.0013313140952959657,
|
| 54 |
+
"rewards/rejected": 0.022185906767845154,
|
| 55 |
+
"step": 30
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"epoch": 0.08,
|
| 59 |
+
"grad_norm": 5.95698881149292,
|
| 60 |
+
"learning_rate": 1.9500000000000003e-05,
|
| 61 |
+
"logits/chosen": 0.23321613669395447,
|
| 62 |
+
"logits/rejected": 0.29815709590911865,
|
| 63 |
+
"logps/chosen": -414.88934326171875,
|
| 64 |
+
"logps/rejected": -364.77337646484375,
|
| 65 |
+
"loss": 0.6867,
|
| 66 |
+
"rewards/accuracies": 0.5333333611488342,
|
| 67 |
+
"rewards/chosen": 0.08108480274677277,
|
| 68 |
+
"rewards/margins": 0.01509697176516056,
|
| 69 |
+
"rewards/rejected": 0.06598783284425735,
|
| 70 |
+
"step": 40
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"epoch": 0.1,
|
| 74 |
+
"grad_norm": 6.212809085845947,
|
| 75 |
+
"learning_rate": 2.45e-05,
|
| 76 |
+
"logits/chosen": 0.05829133838415146,
|
| 77 |
+
"logits/rejected": 0.26185548305511475,
|
| 78 |
+
"logps/chosen": -376.5933532714844,
|
| 79 |
+
"logps/rejected": -321.00665283203125,
|
| 80 |
+
"loss": 0.6879,
|
| 81 |
+
"rewards/accuracies": 0.550000011920929,
|
| 82 |
+
"rewards/chosen": 0.11275690793991089,
|
| 83 |
+
"rewards/margins": 0.012456582859158516,
|
| 84 |
+
"rewards/rejected": 0.10030031204223633,
|
| 85 |
+
"step": 50
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"epoch": 0.1,
|
| 89 |
+
"eval_logits/chosen": 0.037971604615449905,
|
| 90 |
+
"eval_logits/rejected": 0.29195430874824524,
|
| 91 |
+
"eval_logps/chosen": -384.281005859375,
|
| 92 |
+
"eval_logps/rejected": -340.8085021972656,
|
| 93 |
+
"eval_loss": 0.6827343106269836,
|
| 94 |
+
"eval_rewards/accuracies": 0.5526315569877625,
|
| 95 |
+
"eval_rewards/chosen": 0.17324700951576233,
|
| 96 |
+
"eval_rewards/margins": 0.028422411531209946,
|
| 97 |
+
"eval_rewards/rejected": 0.1448245793581009,
|
| 98 |
+
"eval_runtime": 111.1391,
|
| 99 |
+
"eval_samples_per_second": 2.699,
|
| 100 |
+
"eval_steps_per_second": 0.342,
|
| 101 |
+
"step": 50
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.12,
|
| 105 |
+
"grad_norm": 6.0398640632629395,
|
| 106 |
+
"learning_rate": 2.95e-05,
|
| 107 |
+
"logits/chosen": -0.11122157424688339,
|
| 108 |
+
"logits/rejected": -0.00746047031134367,
|
| 109 |
+
"logps/chosen": -408.02142333984375,
|
| 110 |
+
"logps/rejected": -358.9617614746094,
|
| 111 |
+
"loss": 0.6761,
|
| 112 |
+
"rewards/accuracies": 0.5833333134651184,
|
| 113 |
+
"rewards/chosen": 0.2293107807636261,
|
| 114 |
+
"rewards/margins": 0.041216298937797546,
|
| 115 |
+
"rewards/rejected": 0.18809448182582855,
|
| 116 |
+
"step": 60
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"epoch": 0.14,
|
| 120 |
+
"grad_norm": 7.345890998840332,
|
| 121 |
+
"learning_rate": 3.45e-05,
|
| 122 |
+
"logits/chosen": 0.24562212824821472,
|
| 123 |
+
"logits/rejected": 0.27121594548225403,
|
| 124 |
+
"logps/chosen": -431.5135803222656,
|
| 125 |
+
"logps/rejected": -357.45062255859375,
|
| 126 |
+
"loss": 0.6816,
|
| 127 |
+
"rewards/accuracies": 0.5833333730697632,
|
| 128 |
+
"rewards/chosen": 0.36051273345947266,
|
| 129 |
+
"rewards/margins": 0.04433435946702957,
|
| 130 |
+
"rewards/rejected": 0.3161783814430237,
|
| 131 |
+
"step": 70
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"epoch": 0.16,
|
| 135 |
+
"grad_norm": 5.378597736358643,
|
| 136 |
+
"learning_rate": 3.9500000000000005e-05,
|
| 137 |
+
"logits/chosen": -0.055510133504867554,
|
| 138 |
+
"logits/rejected": 0.06074449419975281,
|
| 139 |
+
"logps/chosen": -349.5056457519531,
|
| 140 |
+
"logps/rejected": -298.19189453125,
|
| 141 |
+
"loss": 0.6674,
|
| 142 |
+
"rewards/accuracies": 0.5166666507720947,
|
| 143 |
+
"rewards/chosen": 0.4240848124027252,
|
| 144 |
+
"rewards/margins": 0.0907500609755516,
|
| 145 |
+
"rewards/rejected": 0.333334743976593,
|
| 146 |
+
"step": 80
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"epoch": 0.18,
|
| 150 |
+
"grad_norm": 5.009306907653809,
|
| 151 |
+
"learning_rate": 4.4500000000000004e-05,
|
| 152 |
+
"logits/chosen": 0.460761696100235,
|
| 153 |
+
"logits/rejected": 0.3970041871070862,
|
| 154 |
+
"logps/chosen": -343.3364562988281,
|
| 155 |
+
"logps/rejected": -346.8429870605469,
|
| 156 |
+
"loss": 0.6964,
|
| 157 |
+
"rewards/accuracies": 0.5666666626930237,
|
| 158 |
+
"rewards/chosen": 0.4095408320426941,
|
| 159 |
+
"rewards/margins": 0.03334635868668556,
|
| 160 |
+
"rewards/rejected": 0.37619444727897644,
|
| 161 |
+
"step": 90
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"epoch": 0.2,
|
| 165 |
+
"grad_norm": 6.515726089477539,
|
| 166 |
+
"learning_rate": 4.9500000000000004e-05,
|
| 167 |
+
"logits/chosen": 0.10559816658496857,
|
| 168 |
+
"logits/rejected": 0.21364697813987732,
|
| 169 |
+
"logps/chosen": -418.237060546875,
|
| 170 |
+
"logps/rejected": -369.6095275878906,
|
| 171 |
+
"loss": 0.6765,
|
| 172 |
+
"rewards/accuracies": 0.5666666626930237,
|
| 173 |
+
"rewards/chosen": 0.40842658281326294,
|
| 174 |
+
"rewards/margins": 0.059928763657808304,
|
| 175 |
+
"rewards/rejected": 0.34849780797958374,
|
| 176 |
+
"step": 100
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"epoch": 0.2,
|
| 180 |
+
"eval_logits/chosen": 0.06404649466276169,
|
| 181 |
+
"eval_logits/rejected": 0.307973176240921,
|
| 182 |
+
"eval_logps/chosen": -382.68243408203125,
|
| 183 |
+
"eval_logps/rejected": -339.8092041015625,
|
| 184 |
+
"eval_loss": 0.6607274413108826,
|
| 185 |
+
"eval_rewards/accuracies": 0.6414473652839661,
|
| 186 |
+
"eval_rewards/chosen": 0.33310821652412415,
|
| 187 |
+
"eval_rewards/margins": 0.08835449069738388,
|
| 188 |
+
"eval_rewards/rejected": 0.24475376307964325,
|
| 189 |
+
"eval_runtime": 110.7672,
|
| 190 |
+
"eval_samples_per_second": 2.708,
|
| 191 |
+
"eval_steps_per_second": 0.343,
|
| 192 |
+
"step": 100
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.22,
|
| 196 |
+
"grad_norm": 5.3176984786987305,
|
| 197 |
+
"learning_rate": 4.8875e-05,
|
| 198 |
+
"logits/chosen": 0.2970436215400696,
|
| 199 |
+
"logits/rejected": 0.26611050963401794,
|
| 200 |
+
"logps/chosen": -400.3771667480469,
|
| 201 |
+
"logps/rejected": -406.6891174316406,
|
| 202 |
+
"loss": 0.7081,
|
| 203 |
+
"rewards/accuracies": 0.4166666567325592,
|
| 204 |
+
"rewards/chosen": 0.19517870247364044,
|
| 205 |
+
"rewards/margins": -0.013467788696289062,
|
| 206 |
+
"rewards/rejected": 0.2086464911699295,
|
| 207 |
+
"step": 110
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"epoch": 0.24,
|
| 211 |
+
"grad_norm": 7.095144271850586,
|
| 212 |
+
"learning_rate": 4.7625000000000006e-05,
|
| 213 |
+
"logits/chosen": -0.06270237267017365,
|
| 214 |
+
"logits/rejected": 0.049232300370931625,
|
| 215 |
+
"logps/chosen": -377.08111572265625,
|
| 216 |
+
"logps/rejected": -326.0290832519531,
|
| 217 |
+
"loss": 0.687,
|
| 218 |
+
"rewards/accuracies": 0.6000000238418579,
|
| 219 |
+
"rewards/chosen": -0.038210123777389526,
|
| 220 |
+
"rewards/margins": 0.03700611740350723,
|
| 221 |
+
"rewards/rejected": -0.07521622627973557,
|
| 222 |
+
"step": 120
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"epoch": 0.26,
|
| 226 |
+
"grad_norm": 5.485899925231934,
|
| 227 |
+
"learning_rate": 4.6375e-05,
|
| 228 |
+
"logits/chosen": 0.2947315573692322,
|
| 229 |
+
"logits/rejected": 0.30565229058265686,
|
| 230 |
+
"logps/chosen": -432.36138916015625,
|
| 231 |
+
"logps/rejected": -352.40203857421875,
|
| 232 |
+
"loss": 0.6736,
|
| 233 |
+
"rewards/accuracies": 0.699999988079071,
|
| 234 |
+
"rewards/chosen": 0.17748937010765076,
|
| 235 |
+
"rewards/margins": 0.07449595630168915,
|
| 236 |
+
"rewards/rejected": 0.1029934287071228,
|
| 237 |
+
"step": 130
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"epoch": 0.28,
|
| 241 |
+
"grad_norm": 7.982489109039307,
|
| 242 |
+
"learning_rate": 4.5125e-05,
|
| 243 |
+
"logits/chosen": 0.22027187049388885,
|
| 244 |
+
"logits/rejected": 0.12688283622264862,
|
| 245 |
+
"logps/chosen": -400.2425842285156,
|
| 246 |
+
"logps/rejected": -338.5372009277344,
|
| 247 |
+
"loss": 0.6942,
|
| 248 |
+
"rewards/accuracies": 0.5166666507720947,
|
| 249 |
+
"rewards/chosen": 0.52669757604599,
|
| 250 |
+
"rewards/margins": 0.03541693836450577,
|
| 251 |
+
"rewards/rejected": 0.4912806451320648,
|
| 252 |
+
"step": 140
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"epoch": 0.3,
|
| 256 |
+
"grad_norm": 4.92340612411499,
|
| 257 |
+
"learning_rate": 4.3875e-05,
|
| 258 |
+
"logits/chosen": 0.4400368332862854,
|
| 259 |
+
"logits/rejected": 0.6112634539604187,
|
| 260 |
+
"logps/chosen": -373.4757995605469,
|
| 261 |
+
"logps/rejected": -313.86419677734375,
|
| 262 |
+
"loss": 0.6812,
|
| 263 |
+
"rewards/accuracies": 0.5500000715255737,
|
| 264 |
+
"rewards/chosen": 0.6615363955497742,
|
| 265 |
+
"rewards/margins": 0.07090020179748535,
|
| 266 |
+
"rewards/rejected": 0.590636134147644,
|
| 267 |
+
"step": 150
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"epoch": 0.3,
|
| 271 |
+
"eval_logits/chosen": 0.18306924402713776,
|
| 272 |
+
"eval_logits/rejected": 0.41837078332901,
|
| 273 |
+
"eval_logps/chosen": -377.95928955078125,
|
| 274 |
+
"eval_logps/rejected": -335.8048400878906,
|
| 275 |
+
"eval_loss": 0.6639418601989746,
|
| 276 |
+
"eval_rewards/accuracies": 0.5921052694320679,
|
| 277 |
+
"eval_rewards/chosen": 0.8054203391075134,
|
| 278 |
+
"eval_rewards/margins": 0.16022570431232452,
|
| 279 |
+
"eval_rewards/rejected": 0.6451946496963501,
|
| 280 |
+
"eval_runtime": 110.7635,
|
| 281 |
+
"eval_samples_per_second": 2.708,
|
| 282 |
+
"eval_steps_per_second": 0.343,
|
| 283 |
+
"step": 150
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.32,
|
| 287 |
+
"grad_norm": 5.507699489593506,
|
| 288 |
+
"learning_rate": 4.2625000000000006e-05,
|
| 289 |
+
"logits/chosen": 0.06238343566656113,
|
| 290 |
+
"logits/rejected": 0.2610507011413574,
|
| 291 |
+
"logps/chosen": -354.340576171875,
|
| 292 |
+
"logps/rejected": -313.094482421875,
|
| 293 |
+
"loss": 0.6718,
|
| 294 |
+
"rewards/accuracies": 0.44999998807907104,
|
| 295 |
+
"rewards/chosen": 0.7900612354278564,
|
| 296 |
+
"rewards/margins": 0.11699613183736801,
|
| 297 |
+
"rewards/rejected": 0.6730651259422302,
|
| 298 |
+
"step": 160
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 0.34,
|
| 302 |
+
"grad_norm": 5.172399997711182,
|
| 303 |
+
"learning_rate": 4.1375e-05,
|
| 304 |
+
"logits/chosen": 0.14939634501934052,
|
| 305 |
+
"logits/rejected": 0.008766859769821167,
|
| 306 |
+
"logps/chosen": -388.7623291015625,
|
| 307 |
+
"logps/rejected": -325.0237731933594,
|
| 308 |
+
"loss": 0.6338,
|
| 309 |
+
"rewards/accuracies": 0.5833333730697632,
|
| 310 |
+
"rewards/chosen": 0.9776442646980286,
|
| 311 |
+
"rewards/margins": 0.25690537691116333,
|
| 312 |
+
"rewards/rejected": 0.7207388877868652,
|
| 313 |
+
"step": 170
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"epoch": 0.36,
|
| 317 |
+
"grad_norm": 9.718168258666992,
|
| 318 |
+
"learning_rate": 4.0125e-05,
|
| 319 |
+
"logits/chosen": 0.14167270064353943,
|
| 320 |
+
"logits/rejected": 0.18558117747306824,
|
| 321 |
+
"logps/chosen": -312.6748046875,
|
| 322 |
+
"logps/rejected": -317.16265869140625,
|
| 323 |
+
"loss": 0.739,
|
| 324 |
+
"rewards/accuracies": 0.5166666507720947,
|
| 325 |
+
"rewards/chosen": 0.5937276482582092,
|
| 326 |
+
"rewards/margins": -0.014927273616194725,
|
| 327 |
+
"rewards/rejected": 0.6086549162864685,
|
| 328 |
+
"step": 180
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"epoch": 0.38,
|
| 332 |
+
"grad_norm": 4.4349751472473145,
|
| 333 |
+
"learning_rate": 3.8875e-05,
|
| 334 |
+
"logits/chosen": -0.034669190645217896,
|
| 335 |
+
"logits/rejected": 0.22868581116199493,
|
| 336 |
+
"logps/chosen": -349.32037353515625,
|
| 337 |
+
"logps/rejected": -321.3941955566406,
|
| 338 |
+
"loss": 0.6525,
|
| 339 |
+
"rewards/accuracies": 0.6000000238418579,
|
| 340 |
+
"rewards/chosen": 0.5615012645721436,
|
| 341 |
+
"rewards/margins": 0.1495741307735443,
|
| 342 |
+
"rewards/rejected": 0.41192713379859924,
|
| 343 |
+
"step": 190
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"epoch": 0.4,
|
| 347 |
+
"grad_norm": 6.693329811096191,
|
| 348 |
+
"learning_rate": 3.7625e-05,
|
| 349 |
+
"logits/chosen": 0.15313725173473358,
|
| 350 |
+
"logits/rejected": 0.11542512476444244,
|
| 351 |
+
"logps/chosen": -438.50701904296875,
|
| 352 |
+
"logps/rejected": -376.7723388671875,
|
| 353 |
+
"loss": 0.6622,
|
| 354 |
+
"rewards/accuracies": 0.6499999761581421,
|
| 355 |
+
"rewards/chosen": 0.4796217978000641,
|
| 356 |
+
"rewards/margins": 0.11786258220672607,
|
| 357 |
+
"rewards/rejected": 0.3617592453956604,
|
| 358 |
+
"step": 200
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"epoch": 0.4,
|
| 362 |
+
"eval_logits/chosen": 0.07203032821416855,
|
| 363 |
+
"eval_logits/rejected": 0.2990891635417938,
|
| 364 |
+
"eval_logps/chosen": -381.4584045410156,
|
| 365 |
+
"eval_logps/rejected": -339.5525207519531,
|
| 366 |
+
"eval_loss": 0.6342300772666931,
|
| 367 |
+
"eval_rewards/accuracies": 0.6776315569877625,
|
| 368 |
+
"eval_rewards/chosen": 0.45550742745399475,
|
| 369 |
+
"eval_rewards/margins": 0.18508483469486237,
|
| 370 |
+
"eval_rewards/rejected": 0.2704225778579712,
|
| 371 |
+
"eval_runtime": 110.7746,
|
| 372 |
+
"eval_samples_per_second": 2.708,
|
| 373 |
+
"eval_steps_per_second": 0.343,
|
| 374 |
+
"step": 200
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.42,
|
| 378 |
+
"grad_norm": 5.154126167297363,
|
| 379 |
+
"learning_rate": 3.6375e-05,
|
| 380 |
+
"logits/chosen": 0.14750126004219055,
|
| 381 |
+
"logits/rejected": 0.3790293335914612,
|
| 382 |
+
"logps/chosen": -354.99249267578125,
|
| 383 |
+
"logps/rejected": -334.5828857421875,
|
| 384 |
+
"loss": 0.6564,
|
| 385 |
+
"rewards/accuracies": 0.6166666746139526,
|
| 386 |
+
"rewards/chosen": 0.4125402569770813,
|
| 387 |
+
"rewards/margins": 0.1406583935022354,
|
| 388 |
+
"rewards/rejected": 0.2718818485736847,
|
| 389 |
+
"step": 210
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"epoch": 0.44,
|
| 393 |
+
"grad_norm": 6.265260696411133,
|
| 394 |
+
"learning_rate": 3.5125e-05,
|
| 395 |
+
"logits/chosen": 0.15185442566871643,
|
| 396 |
+
"logits/rejected": 0.2718904912471771,
|
| 397 |
+
"logps/chosen": -410.98809814453125,
|
| 398 |
+
"logps/rejected": -363.15625,
|
| 399 |
+
"loss": 0.6678,
|
| 400 |
+
"rewards/accuracies": 0.6166666746139526,
|
| 401 |
+
"rewards/chosen": 0.6292893290519714,
|
| 402 |
+
"rewards/margins": 0.11445705592632294,
|
| 403 |
+
"rewards/rejected": 0.5148323178291321,
|
| 404 |
+
"step": 220
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"epoch": 0.46,
|
| 408 |
+
"grad_norm": 4.842378616333008,
|
| 409 |
+
"learning_rate": 3.3875000000000003e-05,
|
| 410 |
+
"logits/chosen": 0.0003437995910644531,
|
| 411 |
+
"logits/rejected": 0.03505432978272438,
|
| 412 |
+
"logps/chosen": -397.8294372558594,
|
| 413 |
+
"logps/rejected": -355.87109375,
|
| 414 |
+
"loss": 0.6957,
|
| 415 |
+
"rewards/accuracies": 0.550000011920929,
|
| 416 |
+
"rewards/chosen": 0.8057634234428406,
|
| 417 |
+
"rewards/margins": 0.10026631504297256,
|
| 418 |
+
"rewards/rejected": 0.705497145652771,
|
| 419 |
+
"step": 230
|
| 420 |
+
},
|
| 421 |
+
{
|
| 422 |
+
"epoch": 0.48,
|
| 423 |
+
"grad_norm": 4.746981620788574,
|
| 424 |
+
"learning_rate": 3.2625e-05,
|
| 425 |
+
"logits/chosen": 0.12059871107339859,
|
| 426 |
+
"logits/rejected": 0.32741162180900574,
|
| 427 |
+
"logps/chosen": -381.552734375,
|
| 428 |
+
"logps/rejected": -325.18353271484375,
|
| 429 |
+
"loss": 0.6424,
|
| 430 |
+
"rewards/accuracies": 0.6833332777023315,
|
| 431 |
+
"rewards/chosen": 0.6556231379508972,
|
| 432 |
+
"rewards/margins": 0.172928124666214,
|
| 433 |
+
"rewards/rejected": 0.4826950132846832,
|
| 434 |
+
"step": 240
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"epoch": 0.5,
|
| 438 |
+
"grad_norm": 9.265108108520508,
|
| 439 |
+
"learning_rate": 3.1375e-05,
|
| 440 |
+
"logits/chosen": -0.1159602627158165,
|
| 441 |
+
"logits/rejected": 0.2552518844604492,
|
| 442 |
+
"logps/chosen": -376.2705078125,
|
| 443 |
+
"logps/rejected": -324.96026611328125,
|
| 444 |
+
"loss": 0.6247,
|
| 445 |
+
"rewards/accuracies": 0.6833333373069763,
|
| 446 |
+
"rewards/chosen": 0.8996511697769165,
|
| 447 |
+
"rewards/margins": 0.2674979567527771,
|
| 448 |
+
"rewards/rejected": 0.6321532726287842,
|
| 449 |
+
"step": 250
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"epoch": 0.5,
|
| 453 |
+
"eval_logits/chosen": 0.1787189394235611,
|
| 454 |
+
"eval_logits/rejected": 0.39825698733329773,
|
| 455 |
+
"eval_logps/chosen": -376.6689758300781,
|
| 456 |
+
"eval_logps/rejected": -335.21923828125,
|
| 457 |
+
"eval_loss": 0.6513052582740784,
|
| 458 |
+
"eval_rewards/accuracies": 0.625,
|
| 459 |
+
"eval_rewards/chosen": 0.9344526529312134,
|
| 460 |
+
"eval_rewards/margins": 0.23070192337036133,
|
| 461 |
+
"eval_rewards/rejected": 0.703750729560852,
|
| 462 |
+
"eval_runtime": 110.728,
|
| 463 |
+
"eval_samples_per_second": 2.709,
|
| 464 |
+
"eval_steps_per_second": 0.343,
|
| 465 |
+
"step": 250
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.52,
|
| 469 |
+
"grad_norm": 4.690427303314209,
|
| 470 |
+
"learning_rate": 3.0125000000000004e-05,
|
| 471 |
+
"logits/chosen": 0.1452471762895584,
|
| 472 |
+
"logits/rejected": 0.41113168001174927,
|
| 473 |
+
"logps/chosen": -405.30914306640625,
|
| 474 |
+
"logps/rejected": -415.18988037109375,
|
| 475 |
+
"loss": 0.6646,
|
| 476 |
+
"rewards/accuracies": 0.6500000357627869,
|
| 477 |
+
"rewards/chosen": 1.1738603115081787,
|
| 478 |
+
"rewards/margins": 0.22889454662799835,
|
| 479 |
+
"rewards/rejected": 0.9449657201766968,
|
| 480 |
+
"step": 260
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"epoch": 0.54,
|
| 484 |
+
"grad_norm": 4.981466293334961,
|
| 485 |
+
"learning_rate": 2.8875e-05,
|
| 486 |
+
"logits/chosen": 0.28828543424606323,
|
| 487 |
+
"logits/rejected": 0.5267751812934875,
|
| 488 |
+
"logps/chosen": -389.50616455078125,
|
| 489 |
+
"logps/rejected": -327.06707763671875,
|
| 490 |
+
"loss": 0.662,
|
| 491 |
+
"rewards/accuracies": 0.5833333730697632,
|
| 492 |
+
"rewards/chosen": 0.9076725244522095,
|
| 493 |
+
"rewards/margins": 0.21977980434894562,
|
| 494 |
+
"rewards/rejected": 0.687892735004425,
|
| 495 |
+
"step": 270
|
| 496 |
+
},
|
| 497 |
+
{
|
| 498 |
+
"epoch": 0.56,
|
| 499 |
+
"grad_norm": 6.570380687713623,
|
| 500 |
+
"learning_rate": 2.7625e-05,
|
| 501 |
+
"logits/chosen": 0.11337950080633163,
|
| 502 |
+
"logits/rejected": 0.17990311980247498,
|
| 503 |
+
"logps/chosen": -405.74981689453125,
|
| 504 |
+
"logps/rejected": -312.7770690917969,
|
| 505 |
+
"loss": 0.5859,
|
| 506 |
+
"rewards/accuracies": 0.699999988079071,
|
| 507 |
+
"rewards/chosen": 1.1182396411895752,
|
| 508 |
+
"rewards/margins": 0.39417314529418945,
|
| 509 |
+
"rewards/rejected": 0.7240666151046753,
|
| 510 |
+
"step": 280
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"epoch": 0.58,
|
| 514 |
+
"grad_norm": 6.601053237915039,
|
| 515 |
+
"learning_rate": 2.6375e-05,
|
| 516 |
+
"logits/chosen": 0.2042328119277954,
|
| 517 |
+
"logits/rejected": 0.28559383749961853,
|
| 518 |
+
"logps/chosen": -372.4433288574219,
|
| 519 |
+
"logps/rejected": -358.509033203125,
|
| 520 |
+
"loss": 0.6985,
|
| 521 |
+
"rewards/accuracies": 0.6000000238418579,
|
| 522 |
+
"rewards/chosen": 0.9518572688102722,
|
| 523 |
+
"rewards/margins": 0.1677892506122589,
|
| 524 |
+
"rewards/rejected": 0.7840681076049805,
|
| 525 |
+
"step": 290
|
| 526 |
+
},
|
| 527 |
+
{
|
| 528 |
+
"epoch": 0.6,
|
| 529 |
+
"grad_norm": 5.195039749145508,
|
| 530 |
+
"learning_rate": 2.5124999999999997e-05,
|
| 531 |
+
"logits/chosen": 0.37824949622154236,
|
| 532 |
+
"logits/rejected": 0.29513710737228394,
|
| 533 |
+
"logps/chosen": -385.41351318359375,
|
| 534 |
+
"logps/rejected": -311.15765380859375,
|
| 535 |
+
"loss": 0.669,
|
| 536 |
+
"rewards/accuracies": 0.6333333253860474,
|
| 537 |
+
"rewards/chosen": 0.6893835067749023,
|
| 538 |
+
"rewards/margins": 0.19085724651813507,
|
| 539 |
+
"rewards/rejected": 0.4985261857509613,
|
| 540 |
+
"step": 300
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"epoch": 0.6,
|
| 544 |
+
"eval_logits/chosen": 0.0961572527885437,
|
| 545 |
+
"eval_logits/rejected": 0.3124571740627289,
|
| 546 |
+
"eval_logps/chosen": -379.28277587890625,
|
| 547 |
+
"eval_logps/rejected": -338.0162048339844,
|
| 548 |
+
"eval_loss": 0.6259491443634033,
|
| 549 |
+
"eval_rewards/accuracies": 0.6743420958518982,
|
| 550 |
+
"eval_rewards/chosen": 0.673072099685669,
|
| 551 |
+
"eval_rewards/margins": 0.24901530146598816,
|
| 552 |
+
"eval_rewards/rejected": 0.4240567088127136,
|
| 553 |
+
"eval_runtime": 110.7031,
|
| 554 |
+
"eval_samples_per_second": 2.71,
|
| 555 |
+
"eval_steps_per_second": 0.343,
|
| 556 |
+
"step": 300
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.62,
|
| 560 |
+
"grad_norm": 8.175043106079102,
|
| 561 |
+
"learning_rate": 2.3875e-05,
|
| 562 |
+
"logits/chosen": 0.23413066565990448,
|
| 563 |
+
"logits/rejected": 0.22633250057697296,
|
| 564 |
+
"logps/chosen": -381.376220703125,
|
| 565 |
+
"logps/rejected": -319.7635803222656,
|
| 566 |
+
"loss": 0.6727,
|
| 567 |
+
"rewards/accuracies": 0.5833333730697632,
|
| 568 |
+
"rewards/chosen": 0.6574802994728088,
|
| 569 |
+
"rewards/margins": 0.14561817049980164,
|
| 570 |
+
"rewards/rejected": 0.5118621587753296,
|
| 571 |
+
"step": 310
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"epoch": 0.64,
|
| 575 |
+
"grad_norm": 11.002555847167969,
|
| 576 |
+
"learning_rate": 2.2625e-05,
|
| 577 |
+
"logits/chosen": 0.07112519443035126,
|
| 578 |
+
"logits/rejected": 0.10473679006099701,
|
| 579 |
+
"logps/chosen": -312.57354736328125,
|
| 580 |
+
"logps/rejected": -294.7325134277344,
|
| 581 |
+
"loss": 0.6895,
|
| 582 |
+
"rewards/accuracies": 0.6499999761581421,
|
| 583 |
+
"rewards/chosen": 0.4420788884162903,
|
| 584 |
+
"rewards/margins": 0.10067237913608551,
|
| 585 |
+
"rewards/rejected": 0.3414064943790436,
|
| 586 |
+
"step": 320
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"epoch": 0.66,
|
| 590 |
+
"grad_norm": 5.530636310577393,
|
| 591 |
+
"learning_rate": 2.1375e-05,
|
| 592 |
+
"logits/chosen": 0.03359542042016983,
|
| 593 |
+
"logits/rejected": 0.1980469524860382,
|
| 594 |
+
"logps/chosen": -368.728271484375,
|
| 595 |
+
"logps/rejected": -314.3133239746094,
|
| 596 |
+
"loss": 0.7041,
|
| 597 |
+
"rewards/accuracies": 0.44999998807907104,
|
| 598 |
+
"rewards/chosen": 0.4892043173313141,
|
| 599 |
+
"rewards/margins": 0.07970868051052094,
|
| 600 |
+
"rewards/rejected": 0.40949565172195435,
|
| 601 |
+
"step": 330
|
| 602 |
+
},
|
| 603 |
+
{
|
| 604 |
+
"epoch": 0.68,
|
| 605 |
+
"grad_norm": 8.663439750671387,
|
| 606 |
+
"learning_rate": 2.0125e-05,
|
| 607 |
+
"logits/chosen": 0.12911926209926605,
|
| 608 |
+
"logits/rejected": -0.05956228822469711,
|
| 609 |
+
"logps/chosen": -277.42279052734375,
|
| 610 |
+
"logps/rejected": -266.2348937988281,
|
| 611 |
+
"loss": 0.6537,
|
| 612 |
+
"rewards/accuracies": 0.5833333730697632,
|
| 613 |
+
"rewards/chosen": 0.4134989380836487,
|
| 614 |
+
"rewards/margins": 0.160436749458313,
|
| 615 |
+
"rewards/rejected": 0.2530621886253357,
|
| 616 |
+
"step": 340
|
| 617 |
+
},
|
| 618 |
+
{
|
| 619 |
+
"epoch": 0.7,
|
| 620 |
+
"grad_norm": 7.686208724975586,
|
| 621 |
+
"learning_rate": 1.8875e-05,
|
| 622 |
+
"logits/chosen": 0.07862328737974167,
|
| 623 |
+
"logits/rejected": 0.07282784581184387,
|
| 624 |
+
"logps/chosen": -344.50140380859375,
|
| 625 |
+
"logps/rejected": -294.981689453125,
|
| 626 |
+
"loss": 0.615,
|
| 627 |
+
"rewards/accuracies": 0.6166666746139526,
|
| 628 |
+
"rewards/chosen": 0.46334782242774963,
|
| 629 |
+
"rewards/margins": 0.27687573432922363,
|
| 630 |
+
"rewards/rejected": 0.18647213280200958,
|
| 631 |
+
"step": 350
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"epoch": 0.7,
|
| 635 |
+
"eval_logits/chosen": 0.05921909585595131,
|
| 636 |
+
"eval_logits/rejected": 0.2736007273197174,
|
| 637 |
+
"eval_logps/chosen": -380.28326416015625,
|
| 638 |
+
"eval_logps/rejected": -339.1015625,
|
| 639 |
+
"eval_loss": 0.6189608573913574,
|
| 640 |
+
"eval_rewards/accuracies": 0.6809210777282715,
|
| 641 |
+
"eval_rewards/chosen": 0.573022186756134,
|
| 642 |
+
"eval_rewards/margins": 0.25749993324279785,
|
| 643 |
+
"eval_rewards/rejected": 0.3155222237110138,
|
| 644 |
+
"eval_runtime": 110.7731,
|
| 645 |
+
"eval_samples_per_second": 2.708,
|
| 646 |
+
"eval_steps_per_second": 0.343,
|
| 647 |
+
"step": 350
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.72,
|
| 651 |
+
"grad_norm": 5.948915004730225,
|
| 652 |
+
"learning_rate": 1.7625e-05,
|
| 653 |
+
"logits/chosen": 0.004181022755801678,
|
| 654 |
+
"logits/rejected": 0.17382146418094635,
|
| 655 |
+
"logps/chosen": -407.7164611816406,
|
| 656 |
+
"logps/rejected": -324.44140625,
|
| 657 |
+
"loss": 0.6017,
|
| 658 |
+
"rewards/accuracies": 0.6333333253860474,
|
| 659 |
+
"rewards/chosen": 0.6991059184074402,
|
| 660 |
+
"rewards/margins": 0.36650750041007996,
|
| 661 |
+
"rewards/rejected": 0.332598477602005,
|
| 662 |
+
"step": 360
|
| 663 |
+
},
|
| 664 |
+
{
|
| 665 |
+
"epoch": 0.74,
|
| 666 |
+
"grad_norm": 8.058575630187988,
|
| 667 |
+
"learning_rate": 1.6375e-05,
|
| 668 |
+
"logits/chosen": 0.23957493901252747,
|
| 669 |
+
"logits/rejected": 0.08459005504846573,
|
| 670 |
+
"logps/chosen": -388.26007080078125,
|
| 671 |
+
"logps/rejected": -317.60614013671875,
|
| 672 |
+
"loss": 0.6179,
|
| 673 |
+
"rewards/accuracies": 0.6000000238418579,
|
| 674 |
+
"rewards/chosen": 0.7810655236244202,
|
| 675 |
+
"rewards/margins": 0.2609333395957947,
|
| 676 |
+
"rewards/rejected": 0.5201321840286255,
|
| 677 |
+
"step": 370
|
| 678 |
+
},
|
| 679 |
+
{
|
| 680 |
+
"epoch": 0.76,
|
| 681 |
+
"grad_norm": 7.975735187530518,
|
| 682 |
+
"learning_rate": 1.5125e-05,
|
| 683 |
+
"logits/chosen": 0.39950278401374817,
|
| 684 |
+
"logits/rejected": 0.47223711013793945,
|
| 685 |
+
"logps/chosen": -395.3121032714844,
|
| 686 |
+
"logps/rejected": -350.27203369140625,
|
| 687 |
+
"loss": 0.6522,
|
| 688 |
+
"rewards/accuracies": 0.6500000357627869,
|
| 689 |
+
"rewards/chosen": 0.5671259164810181,
|
| 690 |
+
"rewards/margins": 0.16634422540664673,
|
| 691 |
+
"rewards/rejected": 0.40078169107437134,
|
| 692 |
+
"step": 380
|
| 693 |
+
},
|
| 694 |
+
{
|
| 695 |
+
"epoch": 0.78,
|
| 696 |
+
"grad_norm": 5.167679309844971,
|
| 697 |
+
"learning_rate": 1.3875000000000002e-05,
|
| 698 |
+
"logits/chosen": 0.010129046626389027,
|
| 699 |
+
"logits/rejected": 0.2368415892124176,
|
| 700 |
+
"logps/chosen": -382.8428039550781,
|
| 701 |
+
"logps/rejected": -314.33636474609375,
|
| 702 |
+
"loss": 0.5346,
|
| 703 |
+
"rewards/accuracies": 0.7666667103767395,
|
| 704 |
+
"rewards/chosen": 0.7397487759590149,
|
| 705 |
+
"rewards/margins": 0.4875487685203552,
|
| 706 |
+
"rewards/rejected": 0.2521999478340149,
|
| 707 |
+
"step": 390
|
| 708 |
+
},
|
| 709 |
+
{
|
| 710 |
+
"epoch": 0.8,
|
| 711 |
+
"grad_norm": 5.4159698486328125,
|
| 712 |
+
"learning_rate": 1.2625e-05,
|
| 713 |
+
"logits/chosen": 0.26140496134757996,
|
| 714 |
+
"logits/rejected": 0.40830284357070923,
|
| 715 |
+
"logps/chosen": -345.0839538574219,
|
| 716 |
+
"logps/rejected": -333.39727783203125,
|
| 717 |
+
"loss": 0.7407,
|
| 718 |
+
"rewards/accuracies": 0.5666666626930237,
|
| 719 |
+
"rewards/chosen": 0.540732741355896,
|
| 720 |
+
"rewards/margins": 0.11584854125976562,
|
| 721 |
+
"rewards/rejected": 0.42488422989845276,
|
| 722 |
+
"step": 400
|
| 723 |
+
},
|
| 724 |
+
{
|
| 725 |
+
"epoch": 0.8,
|
| 726 |
+
"eval_logits/chosen": 0.11569666862487793,
|
| 727 |
+
"eval_logits/rejected": 0.3240755498409271,
|
| 728 |
+
"eval_logps/chosen": -378.1927490234375,
|
| 729 |
+
"eval_logps/rejected": -337.3643493652344,
|
| 730 |
+
"eval_loss": 0.6259213089942932,
|
| 731 |
+
"eval_rewards/accuracies": 0.6710526347160339,
|
| 732 |
+
"eval_rewards/chosen": 0.7820738554000854,
|
| 733 |
+
"eval_rewards/margins": 0.29283180832862854,
|
| 734 |
+
"eval_rewards/rejected": 0.4892421066761017,
|
| 735 |
+
"eval_runtime": 110.7795,
|
| 736 |
+
"eval_samples_per_second": 2.708,
|
| 737 |
+
"eval_steps_per_second": 0.343,
|
| 738 |
+
"step": 400
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.82,
|
| 742 |
+
"grad_norm": 3.0558745861053467,
|
| 743 |
+
"learning_rate": 1.1375e-05,
|
| 744 |
+
"logits/chosen": 0.052801378071308136,
|
| 745 |
+
"logits/rejected": 0.28615111112594604,
|
| 746 |
+
"logps/chosen": -305.16424560546875,
|
| 747 |
+
"logps/rejected": -311.2315368652344,
|
| 748 |
+
"loss": 0.7429,
|
| 749 |
+
"rewards/accuracies": 0.5666666626930237,
|
| 750 |
+
"rewards/chosen": 0.4710526466369629,
|
| 751 |
+
"rewards/margins": 0.03450847044587135,
|
| 752 |
+
"rewards/rejected": 0.43654412031173706,
|
| 753 |
+
"step": 410
|
| 754 |
+
},
|
| 755 |
+
{
|
| 756 |
+
"epoch": 0.84,
|
| 757 |
+
"grad_norm": 7.435867786407471,
|
| 758 |
+
"learning_rate": 1.0125e-05,
|
| 759 |
+
"logits/chosen": 0.041792333126068115,
|
| 760 |
+
"logits/rejected": 0.17477649450302124,
|
| 761 |
+
"logps/chosen": -421.61370849609375,
|
| 762 |
+
"logps/rejected": -367.0201110839844,
|
| 763 |
+
"loss": 0.6739,
|
| 764 |
+
"rewards/accuracies": 0.6166666746139526,
|
| 765 |
+
"rewards/chosen": 0.728044331073761,
|
| 766 |
+
"rewards/margins": 0.22441256046295166,
|
| 767 |
+
"rewards/rejected": 0.5036317706108093,
|
| 768 |
+
"step": 420
|
| 769 |
+
},
|
| 770 |
+
{
|
| 771 |
+
"epoch": 0.86,
|
| 772 |
+
"grad_norm": 6.1076765060424805,
|
| 773 |
+
"learning_rate": 8.875e-06,
|
| 774 |
+
"logits/chosen": 0.2842518091201782,
|
| 775 |
+
"logits/rejected": 0.39951667189598083,
|
| 776 |
+
"logps/chosen": -426.9200744628906,
|
| 777 |
+
"logps/rejected": -346.2352600097656,
|
| 778 |
+
"loss": 0.6611,
|
| 779 |
+
"rewards/accuracies": 0.5833333730697632,
|
| 780 |
+
"rewards/chosen": 0.647419810295105,
|
| 781 |
+
"rewards/margins": 0.18299394845962524,
|
| 782 |
+
"rewards/rejected": 0.46442586183547974,
|
| 783 |
+
"step": 430
|
| 784 |
+
},
|
| 785 |
+
{
|
| 786 |
+
"epoch": 0.88,
|
| 787 |
+
"grad_norm": 6.9140119552612305,
|
| 788 |
+
"learning_rate": 7.625e-06,
|
| 789 |
+
"logits/chosen": 0.1984386146068573,
|
| 790 |
+
"logits/rejected": 0.19356411695480347,
|
| 791 |
+
"logps/chosen": -400.2377624511719,
|
| 792 |
+
"logps/rejected": -339.1898498535156,
|
| 793 |
+
"loss": 0.6277,
|
| 794 |
+
"rewards/accuracies": 0.6500000357627869,
|
| 795 |
+
"rewards/chosen": 0.6189283728599548,
|
| 796 |
+
"rewards/margins": 0.2557988464832306,
|
| 797 |
+
"rewards/rejected": 0.36312955617904663,
|
| 798 |
+
"step": 440
|
| 799 |
+
},
|
| 800 |
+
{
|
| 801 |
+
"epoch": 0.9,
|
| 802 |
+
"grad_norm": 4.161813735961914,
|
| 803 |
+
"learning_rate": 6.375000000000001e-06,
|
| 804 |
+
"logits/chosen": -0.20740225911140442,
|
| 805 |
+
"logits/rejected": -0.04994301125407219,
|
| 806 |
+
"logps/chosen": -338.45245361328125,
|
| 807 |
+
"logps/rejected": -317.4515075683594,
|
| 808 |
+
"loss": 0.6085,
|
| 809 |
+
"rewards/accuracies": 0.6166667342185974,
|
| 810 |
+
"rewards/chosen": 0.6934888362884521,
|
| 811 |
+
"rewards/margins": 0.31230005621910095,
|
| 812 |
+
"rewards/rejected": 0.3811888098716736,
|
| 813 |
+
"step": 450
|
| 814 |
+
},
|
| 815 |
+
{
|
| 816 |
+
"epoch": 0.9,
|
| 817 |
+
"eval_logits/chosen": 0.101429283618927,
|
| 818 |
+
"eval_logits/rejected": 0.31124716997146606,
|
| 819 |
+
"eval_logps/chosen": -378.19146728515625,
|
| 820 |
+
"eval_logps/rejected": -337.322998046875,
|
| 821 |
+
"eval_loss": 0.6227030158042908,
|
| 822 |
+
"eval_rewards/accuracies": 0.6776315569877625,
|
| 823 |
+
"eval_rewards/chosen": 0.7822019457817078,
|
| 824 |
+
"eval_rewards/margins": 0.28882354497909546,
|
| 825 |
+
"eval_rewards/rejected": 0.4933784008026123,
|
| 826 |
+
"eval_runtime": 110.747,
|
| 827 |
+
"eval_samples_per_second": 2.709,
|
| 828 |
+
"eval_steps_per_second": 0.343,
|
| 829 |
+
"step": 450
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 0.92,
|
| 833 |
+
"grad_norm": 9.481136322021484,
|
| 834 |
+
"learning_rate": 5.125e-06,
|
| 835 |
+
"logits/chosen": 0.22967512905597687,
|
| 836 |
+
"logits/rejected": 0.469778835773468,
|
| 837 |
+
"logps/chosen": -368.9932556152344,
|
| 838 |
+
"logps/rejected": -301.64935302734375,
|
| 839 |
+
"loss": 0.6316,
|
| 840 |
+
"rewards/accuracies": 0.7166666984558105,
|
| 841 |
+
"rewards/chosen": 0.6519312858581543,
|
| 842 |
+
"rewards/margins": 0.2591342329978943,
|
| 843 |
+
"rewards/rejected": 0.39279705286026,
|
| 844 |
+
"step": 460
|
| 845 |
+
},
|
| 846 |
+
{
|
| 847 |
+
"epoch": 0.94,
|
| 848 |
+
"grad_norm": 5.284605979919434,
|
| 849 |
+
"learning_rate": 3.875e-06,
|
| 850 |
+
"logits/chosen": -0.15741905570030212,
|
| 851 |
+
"logits/rejected": -0.07267796993255615,
|
| 852 |
+
"logps/chosen": -413.9580078125,
|
| 853 |
+
"logps/rejected": -352.0941467285156,
|
| 854 |
+
"loss": 0.6124,
|
| 855 |
+
"rewards/accuracies": 0.6499999761581421,
|
| 856 |
+
"rewards/chosen": 0.9669933319091797,
|
| 857 |
+
"rewards/margins": 0.3869830369949341,
|
| 858 |
+
"rewards/rejected": 0.5800102949142456,
|
| 859 |
+
"step": 470
|
| 860 |
+
},
|
| 861 |
+
{
|
| 862 |
+
"epoch": 0.96,
|
| 863 |
+
"grad_norm": 6.971217632293701,
|
| 864 |
+
"learning_rate": 2.625e-06,
|
| 865 |
+
"logits/chosen": 0.2067793607711792,
|
| 866 |
+
"logits/rejected": 0.10978493839502335,
|
| 867 |
+
"logps/chosen": -378.26171875,
|
| 868 |
+
"logps/rejected": -322.6770324707031,
|
| 869 |
+
"loss": 0.6398,
|
| 870 |
+
"rewards/accuracies": 0.6000000238418579,
|
| 871 |
+
"rewards/chosen": 0.8436048626899719,
|
| 872 |
+
"rewards/margins": 0.2645290493965149,
|
| 873 |
+
"rewards/rejected": 0.5790757536888123,
|
| 874 |
+
"step": 480
|
| 875 |
+
},
|
| 876 |
+
{
|
| 877 |
+
"epoch": 0.98,
|
| 878 |
+
"grad_norm": 4.2455949783325195,
|
| 879 |
+
"learning_rate": 1.3750000000000002e-06,
|
| 880 |
+
"logits/chosen": 0.355533629655838,
|
| 881 |
+
"logits/rejected": 0.5946205258369446,
|
| 882 |
+
"logps/chosen": -393.5543518066406,
|
| 883 |
+
"logps/rejected": -336.9477844238281,
|
| 884 |
+
"loss": 0.642,
|
| 885 |
+
"rewards/accuracies": 0.6166666746139526,
|
| 886 |
+
"rewards/chosen": 0.7117866277694702,
|
| 887 |
+
"rewards/margins": 0.19295310974121094,
|
| 888 |
+
"rewards/rejected": 0.5188335180282593,
|
| 889 |
+
"step": 490
|
| 890 |
+
},
|
| 891 |
+
{
|
| 892 |
+
"epoch": 1.0,
|
| 893 |
+
"grad_norm": 6.31891393661499,
|
| 894 |
+
"learning_rate": 1.2500000000000002e-07,
|
| 895 |
+
"logits/chosen": 0.09795437753200531,
|
| 896 |
+
"logits/rejected": 0.1788286566734314,
|
| 897 |
+
"logps/chosen": -352.4245910644531,
|
| 898 |
+
"logps/rejected": -358.0443115234375,
|
| 899 |
+
"loss": 0.7074,
|
| 900 |
+
"rewards/accuracies": 0.533333420753479,
|
| 901 |
+
"rewards/chosen": 0.7603829503059387,
|
| 902 |
+
"rewards/margins": 0.06259284913539886,
|
| 903 |
+
"rewards/rejected": 0.6977900266647339,
|
| 904 |
+
"step": 500
|
| 905 |
+
},
|
| 906 |
+
{
|
| 907 |
+
"epoch": 1.0,
|
| 908 |
+
"eval_logits/chosen": 0.10699369758367538,
|
| 909 |
+
"eval_logits/rejected": 0.31676366925239563,
|
| 910 |
+
"eval_logps/chosen": -377.9751892089844,
|
| 911 |
+
"eval_logps/rejected": -337.1114196777344,
|
| 912 |
+
"eval_loss": 0.623928427696228,
|
| 913 |
+
"eval_rewards/accuracies": 0.6710526347160339,
|
| 914 |
+
"eval_rewards/chosen": 0.8038315176963806,
|
| 915 |
+
"eval_rewards/margins": 0.2892968952655792,
|
| 916 |
+
"eval_rewards/rejected": 0.5145345330238342,
|
| 917 |
+
"eval_runtime": 110.7474,
|
| 918 |
+
"eval_samples_per_second": 2.709,
|
| 919 |
+
"eval_steps_per_second": 0.343,
|
| 920 |
+
"step": 500
|
| 921 |
+
}
|
| 922 |
+
],
|
| 923 |
+
"logging_steps": 10,
|
| 924 |
+
"max_steps": 500,
|
| 925 |
+
"num_input_tokens_seen": 0,
|
| 926 |
+
"num_train_epochs": 1,
|
| 927 |
+
"save_steps": 500,
|
| 928 |
+
"stateful_callbacks": {
|
| 929 |
+
"TrainerControl": {
|
| 930 |
+
"args": {
|
| 931 |
+
"should_epoch_stop": false,
|
| 932 |
+
"should_evaluate": false,
|
| 933 |
+
"should_log": false,
|
| 934 |
+
"should_save": true,
|
| 935 |
+
"should_training_stop": true
|
| 936 |
+
},
|
| 937 |
+
"attributes": {}
|
| 938 |
+
}
|
| 939 |
+
},
|
| 940 |
+
"total_flos": 0.0,
|
| 941 |
+
"train_batch_size": 6,
|
| 942 |
+
"trial_name": null,
|
| 943 |
+
"trial_params": null
|
| 944 |
+
}
|
checkpoint-500/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa1df34eab5c4775a41133724939f4a42d2f1b9419ec37eb124d8d1896c04ec4
|
| 3 |
+
size 6865
|
checkpoint-500/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<|im_end|>"
|
| 25 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"clean_up_tokenization_spaces": false,
|
| 231 |
+
"eos_token": "<|im_end|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 131072,
|
| 235 |
+
"pad_token": "<|im_end|>",
|
| 236 |
+
"split_special_tokens": false,
|
| 237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 238 |
+
"unk_token": null
|
| 239 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa1df34eab5c4775a41133724939f4a42d2f1b9419ec37eb124d8d1896c04ec4
|
| 3 |
+
size 6865
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|