Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- added_tokens.json +28 -0
- chat_template.jinja +89 -0
- config.json +68 -0
- conversion_info.json +7 -0
- generation_config.json +13 -0
- merges.txt +0 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +407 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +239 -0
- trainer_state.json +1714 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
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 %}
|
config.json
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen3ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 151643,
|
| 8 |
+
"dtype": "bfloat16",
|
| 9 |
+
"eos_token_id": 151645,
|
| 10 |
+
"head_dim": 128,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 4096,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 12288,
|
| 15 |
+
"layer_types": [
|
| 16 |
+
"full_attention",
|
| 17 |
+
"full_attention",
|
| 18 |
+
"full_attention",
|
| 19 |
+
"full_attention",
|
| 20 |
+
"full_attention",
|
| 21 |
+
"full_attention",
|
| 22 |
+
"full_attention",
|
| 23 |
+
"full_attention",
|
| 24 |
+
"full_attention",
|
| 25 |
+
"full_attention",
|
| 26 |
+
"full_attention",
|
| 27 |
+
"full_attention",
|
| 28 |
+
"full_attention",
|
| 29 |
+
"full_attention",
|
| 30 |
+
"full_attention",
|
| 31 |
+
"full_attention",
|
| 32 |
+
"full_attention",
|
| 33 |
+
"full_attention",
|
| 34 |
+
"full_attention",
|
| 35 |
+
"full_attention",
|
| 36 |
+
"full_attention",
|
| 37 |
+
"full_attention",
|
| 38 |
+
"full_attention",
|
| 39 |
+
"full_attention",
|
| 40 |
+
"full_attention",
|
| 41 |
+
"full_attention",
|
| 42 |
+
"full_attention",
|
| 43 |
+
"full_attention",
|
| 44 |
+
"full_attention",
|
| 45 |
+
"full_attention",
|
| 46 |
+
"full_attention",
|
| 47 |
+
"full_attention",
|
| 48 |
+
"full_attention",
|
| 49 |
+
"full_attention",
|
| 50 |
+
"full_attention",
|
| 51 |
+
"full_attention"
|
| 52 |
+
],
|
| 53 |
+
"max_position_embeddings": 40960,
|
| 54 |
+
"max_window_layers": 36,
|
| 55 |
+
"model_type": "qwen3",
|
| 56 |
+
"num_attention_heads": 32,
|
| 57 |
+
"num_hidden_layers": 36,
|
| 58 |
+
"num_key_value_heads": 8,
|
| 59 |
+
"rms_norm_eps": 1e-06,
|
| 60 |
+
"rope_scaling": null,
|
| 61 |
+
"rope_theta": 1000000,
|
| 62 |
+
"sliding_window": null,
|
| 63 |
+
"tie_word_embeddings": false,
|
| 64 |
+
"transformers_version": "4.56.2",
|
| 65 |
+
"use_cache": true,
|
| 66 |
+
"use_sliding_window": false,
|
| 67 |
+
"vocab_size": 151936
|
| 68 |
+
}
|
conversion_info.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model": "Qwen/Qwen3-8B",
|
| 3 |
+
"lora_checkpoint": "/home/zhuoran-nebius/repos/price_bargaining_agent/storage/bargaining/8B_buyer_20251007_044932/checkpoint-60",
|
| 4 |
+
"lora_rank": 64,
|
| 5 |
+
"lora_alpha": 128,
|
| 6 |
+
"conversion_note": "Merged LoRA adapter into base model"
|
| 7 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
151645,
|
| 6 |
+
151643
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 151643,
|
| 9 |
+
"temperature": 0.6,
|
| 10 |
+
"top_k": 20,
|
| 11 |
+
"top_p": 0.95,
|
| 12 |
+
"transformers_version": "4.56.2"
|
| 13 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d92656ae621c1c38ce2b4ded8c9fc2789e2d97e2e9e07ce4ff7d10a3d0ee05cd
|
| 3 |
+
size 4902257696
|
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d913b0bdb0a7edc2ad97237880c5221e318a6e9edc32bfdd1e3cd0b55421a803
|
| 3 |
+
size 4915960368
|
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f96b546594d4b23122be0c9d2334f1a985a5a4f769831aa6f9d7cea33cc6b20
|
| 3 |
+
size 4983068496
|
model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adfb5599865b0587b5761f4a4cd09447fd0607463dc944b2140c00c9c9967c5e
|
| 3 |
+
size 1580230264
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,407 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 8190735360,
|
| 4 |
+
"total_size": 16381470720
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 31 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 32 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 33 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 34 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 35 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"model.layers.10.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.11.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.12.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.13.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.13.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.14.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.14.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.15.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.15.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.16.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.16.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.17.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.17.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 117 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 119 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 121 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 122 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 123 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 124 |
+
"model.layers.18.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 125 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 126 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 127 |
+
"model.layers.18.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 128 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 129 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 130 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 131 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 133 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 134 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 135 |
+
"model.layers.19.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 137 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 138 |
+
"model.layers.19.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 139 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 140 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 141 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 142 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 143 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 144 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 145 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 146 |
+
"model.layers.2.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 147 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 148 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 149 |
+
"model.layers.2.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 150 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 151 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 152 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 153 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 154 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 155 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 156 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 157 |
+
"model.layers.20.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 158 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 159 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 160 |
+
"model.layers.20.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 161 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 162 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 163 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 164 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 165 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 166 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 167 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 168 |
+
"model.layers.21.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 169 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 170 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 171 |
+
"model.layers.21.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 172 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 173 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 174 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 175 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 176 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 179 |
+
"model.layers.22.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 180 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 181 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 182 |
+
"model.layers.22.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 183 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 184 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 185 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.23.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.23.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"model.layers.24.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 203 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"model.layers.24.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 205 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 206 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 207 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 209 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 210 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 211 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 212 |
+
"model.layers.25.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 214 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"model.layers.25.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 216 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 217 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 218 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 219 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 221 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 222 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 223 |
+
"model.layers.26.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 224 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 225 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"model.layers.26.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 227 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 229 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 230 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 231 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 234 |
+
"model.layers.27.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 235 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.27.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 243 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 245 |
+
"model.layers.28.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 246 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 247 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 248 |
+
"model.layers.28.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 249 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 251 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 253 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 254 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 255 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"model.layers.29.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 257 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 258 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 259 |
+
"model.layers.29.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 260 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 261 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 262 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 263 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 264 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 265 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 266 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 272 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 273 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 274 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 275 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 276 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 277 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 278 |
+
"model.layers.30.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 279 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 280 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 281 |
+
"model.layers.30.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 282 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 283 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 284 |
+
"model.layers.31.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 285 |
+
"model.layers.31.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 286 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 287 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 288 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 289 |
+
"model.layers.31.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 290 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 291 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 292 |
+
"model.layers.31.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 293 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 294 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 295 |
+
"model.layers.32.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 296 |
+
"model.layers.32.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 297 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 298 |
+
"model.layers.32.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 299 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 300 |
+
"model.layers.32.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 301 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 302 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 303 |
+
"model.layers.32.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 304 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 305 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 306 |
+
"model.layers.33.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 307 |
+
"model.layers.33.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 308 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 309 |
+
"model.layers.33.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 310 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 311 |
+
"model.layers.33.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 312 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 313 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 314 |
+
"model.layers.33.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 315 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 316 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 317 |
+
"model.layers.34.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 318 |
+
"model.layers.34.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 319 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 320 |
+
"model.layers.34.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 321 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 322 |
+
"model.layers.34.self_attn.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 323 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 324 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 325 |
+
"model.layers.34.self_attn.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 326 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 327 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 328 |
+
"model.layers.35.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 329 |
+
"model.layers.35.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
| 330 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
| 331 |
+
"model.layers.35.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
| 332 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 333 |
+
"model.layers.35.self_attn.k_norm.weight": "model-00004-of-00004.safetensors",
|
| 334 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 335 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
| 336 |
+
"model.layers.35.self_attn.q_norm.weight": "model-00004-of-00004.safetensors",
|
| 337 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 338 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 339 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 340 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 341 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 342 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 343 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 344 |
+
"model.layers.4.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 345 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 346 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 347 |
+
"model.layers.4.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 348 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 349 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 350 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 351 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 352 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 353 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 354 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 355 |
+
"model.layers.5.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 356 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 357 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 358 |
+
"model.layers.5.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 359 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 360 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 361 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 362 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 363 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 364 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 365 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 366 |
+
"model.layers.6.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 367 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 368 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 369 |
+
"model.layers.6.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 370 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 371 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 372 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 373 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 374 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 375 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 376 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 377 |
+
"model.layers.7.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 378 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 379 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 380 |
+
"model.layers.7.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 381 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 382 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 383 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 384 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 385 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 386 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 387 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 388 |
+
"model.layers.8.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 389 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 390 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 391 |
+
"model.layers.8.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 392 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 393 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 394 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 395 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 396 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 397 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 398 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 399 |
+
"model.layers.9.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 400 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 401 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 402 |
+
"model.layers.9.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 403 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 404 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 405 |
+
"model.norm.weight": "model-00004-of-00004.safetensors"
|
| 406 |
+
}
|
| 407 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256: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": "<|endoftext|>",
|
| 236 |
+
"split_special_tokens": false,
|
| 237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 238 |
+
"unk_token": null
|
| 239 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,1714 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.1282051282051282,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 60,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"clip_ratio/high_max": 0.0,
|
| 14 |
+
"clip_ratio/high_mean": 0.0,
|
| 15 |
+
"clip_ratio/low_mean": 0.0,
|
| 16 |
+
"clip_ratio/low_min": 0.0,
|
| 17 |
+
"clip_ratio/region_mean": 0.0,
|
| 18 |
+
"completions/clipped_ratio": 0.0625,
|
| 19 |
+
"completions/max_length": 9194.0,
|
| 20 |
+
"completions/max_terminated_length": 9194.0,
|
| 21 |
+
"completions/mean_length": 5745.15625,
|
| 22 |
+
"completions/mean_terminated_length": 6128.166666666667,
|
| 23 |
+
"completions/min_length": 0.0,
|
| 24 |
+
"completions/min_terminated_length": 3974.0,
|
| 25 |
+
"epoch": 0.002136752136752137,
|
| 26 |
+
"grad_norm": 0.06384662206039221,
|
| 27 |
+
"kl": 0.0,
|
| 28 |
+
"learning_rate": 0.0,
|
| 29 |
+
"loss": 0.0002,
|
| 30 |
+
"num_tokens": 345573.0,
|
| 31 |
+
"reward": 0.3754020035266876,
|
| 32 |
+
"reward_std": 0.64158034324646,
|
| 33 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 34 |
+
"rewards/successful_code_execution_reward_func": 0.6662575006484985,
|
| 35 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 36 |
+
"rewards/successful_parsing_reward_func": 0.9164310693740845,
|
| 37 |
+
"rewards/utility_reward_func": 0.07276386767625809,
|
| 38 |
+
"step": 1
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"clip_ratio/high_max": 0.0,
|
| 42 |
+
"clip_ratio/high_mean": 0.0,
|
| 43 |
+
"clip_ratio/low_mean": 0.0,
|
| 44 |
+
"clip_ratio/low_min": 0.0,
|
| 45 |
+
"clip_ratio/region_mean": 0.0,
|
| 46 |
+
"completions/clipped_ratio": 0.0,
|
| 47 |
+
"completions/max_length": 10133.0,
|
| 48 |
+
"completions/max_terminated_length": 10133.0,
|
| 49 |
+
"completions/mean_length": 6297.9375,
|
| 50 |
+
"completions/mean_terminated_length": 6297.9375,
|
| 51 |
+
"completions/min_length": 2801.0,
|
| 52 |
+
"completions/min_terminated_length": 2801.0,
|
| 53 |
+
"epoch": 0.004273504273504274,
|
| 54 |
+
"grad_norm": 0.06139459826368875,
|
| 55 |
+
"kl": 0.0,
|
| 56 |
+
"learning_rate": 5.000000000000001e-07,
|
| 57 |
+
"loss": -0.0013,
|
| 58 |
+
"num_tokens": 689634.0,
|
| 59 |
+
"reward": 0.8823189735412598,
|
| 60 |
+
"reward_std": 0.7824905514717102,
|
| 61 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 62 |
+
"rewards/successful_code_execution_reward_func": 0.8089037537574768,
|
| 63 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 64 |
+
"rewards/successful_parsing_reward_func": 0.9081597328186035,
|
| 65 |
+
"rewards/utility_reward_func": 0.17412039637565613,
|
| 66 |
+
"step": 2
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"clip_ratio/high_max": 0.0,
|
| 70 |
+
"clip_ratio/high_mean": 0.0,
|
| 71 |
+
"clip_ratio/low_mean": 0.0,
|
| 72 |
+
"clip_ratio/low_min": 0.0,
|
| 73 |
+
"clip_ratio/region_mean": 0.0,
|
| 74 |
+
"completions/clipped_ratio": 0.0625,
|
| 75 |
+
"completions/max_length": 9356.0,
|
| 76 |
+
"completions/max_terminated_length": 9356.0,
|
| 77 |
+
"completions/mean_length": 5507.4375,
|
| 78 |
+
"completions/mean_terminated_length": 5874.6,
|
| 79 |
+
"completions/min_length": 0.0,
|
| 80 |
+
"completions/min_terminated_length": 2936.0,
|
| 81 |
+
"epoch": 0.00641025641025641,
|
| 82 |
+
"grad_norm": 0.16125877365096486,
|
| 83 |
+
"kl": 0.00312042236328125,
|
| 84 |
+
"learning_rate": 1.0000000000000002e-06,
|
| 85 |
+
"loss": -0.0375,
|
| 86 |
+
"num_tokens": 1020236.0,
|
| 87 |
+
"reward": 0.7772555351257324,
|
| 88 |
+
"reward_std": 1.0026202201843262,
|
| 89 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 90 |
+
"rewards/successful_code_execution_reward_func": 0.7187950611114502,
|
| 91 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 92 |
+
"rewards/successful_parsing_reward_func": 0.8661947250366211,
|
| 93 |
+
"rewards/utility_reward_func": 0.15313410758972168,
|
| 94 |
+
"step": 3
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"clip_ratio/high_max": 0.0,
|
| 98 |
+
"clip_ratio/high_mean": 0.0,
|
| 99 |
+
"clip_ratio/low_mean": 0.0,
|
| 100 |
+
"clip_ratio/low_min": 0.0,
|
| 101 |
+
"clip_ratio/region_mean": 0.0,
|
| 102 |
+
"completions/clipped_ratio": 0.03125,
|
| 103 |
+
"completions/max_length": 9044.0,
|
| 104 |
+
"completions/max_terminated_length": 9044.0,
|
| 105 |
+
"completions/mean_length": 5101.34375,
|
| 106 |
+
"completions/mean_terminated_length": 5265.903225806452,
|
| 107 |
+
"completions/min_length": 0.0,
|
| 108 |
+
"completions/min_terminated_length": 3087.0,
|
| 109 |
+
"epoch": 0.008547008547008548,
|
| 110 |
+
"grad_norm": 0.1331600814415893,
|
| 111 |
+
"kl": 0.003368377685546875,
|
| 112 |
+
"learning_rate": 1.5e-06,
|
| 113 |
+
"loss": -0.0146,
|
| 114 |
+
"num_tokens": 1322850.0,
|
| 115 |
+
"reward": 0.7779074907302856,
|
| 116 |
+
"reward_std": 0.866315484046936,
|
| 117 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 118 |
+
"rewards/successful_code_execution_reward_func": 0.682944118976593,
|
| 119 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 120 |
+
"rewards/successful_parsing_reward_func": 0.8875845670700073,
|
| 121 |
+
"rewards/utility_reward_func": 0.15326739847660065,
|
| 122 |
+
"step": 4
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"clip_ratio/high_max": 0.0,
|
| 126 |
+
"clip_ratio/high_mean": 0.0,
|
| 127 |
+
"clip_ratio/low_mean": 0.0,
|
| 128 |
+
"clip_ratio/low_min": 0.0,
|
| 129 |
+
"clip_ratio/region_mean": 0.0,
|
| 130 |
+
"completions/clipped_ratio": 0.0625,
|
| 131 |
+
"completions/max_length": 9605.0,
|
| 132 |
+
"completions/max_terminated_length": 9605.0,
|
| 133 |
+
"completions/mean_length": 5633.96875,
|
| 134 |
+
"completions/mean_terminated_length": 6009.566666666667,
|
| 135 |
+
"completions/min_length": 0.0,
|
| 136 |
+
"completions/min_terminated_length": 3806.0,
|
| 137 |
+
"epoch": 0.010683760683760684,
|
| 138 |
+
"grad_norm": 0.10043275978920585,
|
| 139 |
+
"kl": 0.0031251907348632812,
|
| 140 |
+
"learning_rate": 2.0000000000000003e-06,
|
| 141 |
+
"loss": 0.0091,
|
| 142 |
+
"num_tokens": 1667050.0,
|
| 143 |
+
"reward": 0.5307067036628723,
|
| 144 |
+
"reward_std": 0.6169852018356323,
|
| 145 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 146 |
+
"rewards/successful_code_execution_reward_func": 0.6832882165908813,
|
| 147 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 148 |
+
"rewards/successful_parsing_reward_func": 0.8644717335700989,
|
| 149 |
+
"rewards/utility_reward_func": 0.10383178293704987,
|
| 150 |
+
"step": 5
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"clip_ratio/high_max": 0.0,
|
| 154 |
+
"clip_ratio/high_mean": 0.0,
|
| 155 |
+
"clip_ratio/low_mean": 0.0,
|
| 156 |
+
"clip_ratio/low_min": 0.0,
|
| 157 |
+
"clip_ratio/region_mean": 0.0,
|
| 158 |
+
"completions/clipped_ratio": 0.0,
|
| 159 |
+
"completions/max_length": 9829.0,
|
| 160 |
+
"completions/max_terminated_length": 9829.0,
|
| 161 |
+
"completions/mean_length": 6319.625,
|
| 162 |
+
"completions/mean_terminated_length": 6319.625,
|
| 163 |
+
"completions/min_length": 2801.0,
|
| 164 |
+
"completions/min_terminated_length": 2801.0,
|
| 165 |
+
"epoch": 0.01282051282051282,
|
| 166 |
+
"grad_norm": 0.09138627686091379,
|
| 167 |
+
"kl": 0.0031518936157226562,
|
| 168 |
+
"learning_rate": 2.5e-06,
|
| 169 |
+
"loss": -0.0105,
|
| 170 |
+
"num_tokens": 1999042.0,
|
| 171 |
+
"reward": 0.6561113595962524,
|
| 172 |
+
"reward_std": 0.8523557782173157,
|
| 173 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 174 |
+
"rewards/successful_code_execution_reward_func": 0.7507439851760864,
|
| 175 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 176 |
+
"rewards/successful_parsing_reward_func": 0.9472808837890625,
|
| 177 |
+
"rewards/utility_reward_func": 0.12888266146183014,
|
| 178 |
+
"step": 6
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"clip_ratio/high_max": 0.0,
|
| 182 |
+
"clip_ratio/high_mean": 0.0,
|
| 183 |
+
"clip_ratio/low_mean": 0.0,
|
| 184 |
+
"clip_ratio/low_min": 0.0,
|
| 185 |
+
"clip_ratio/region_mean": 0.0,
|
| 186 |
+
"completions/clipped_ratio": 0.0,
|
| 187 |
+
"completions/max_length": 10098.0,
|
| 188 |
+
"completions/max_terminated_length": 10098.0,
|
| 189 |
+
"completions/mean_length": 6040.21875,
|
| 190 |
+
"completions/mean_terminated_length": 6040.21875,
|
| 191 |
+
"completions/min_length": 2345.0,
|
| 192 |
+
"completions/min_terminated_length": 2345.0,
|
| 193 |
+
"epoch": 0.014957264957264958,
|
| 194 |
+
"grad_norm": 0.09859665471586132,
|
| 195 |
+
"kl": 0.0033817291259765625,
|
| 196 |
+
"learning_rate": 3e-06,
|
| 197 |
+
"loss": -0.0343,
|
| 198 |
+
"num_tokens": 2313691.0,
|
| 199 |
+
"reward": 1.0388803482055664,
|
| 200 |
+
"reward_std": 0.9269991517066956,
|
| 201 |
+
"rewards/constraint_satisfaction_reward_func": 0.984375,
|
| 202 |
+
"rewards/successful_code_execution_reward_func": 0.6589781641960144,
|
| 203 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 204 |
+
"rewards/successful_parsing_reward_func": 0.9249492883682251,
|
| 205 |
+
"rewards/utility_reward_func": 0.20549052953720093,
|
| 206 |
+
"step": 7
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"clip_ratio/high_max": 0.0,
|
| 210 |
+
"clip_ratio/high_mean": 0.0,
|
| 211 |
+
"clip_ratio/low_mean": 0.0,
|
| 212 |
+
"clip_ratio/low_min": 0.0,
|
| 213 |
+
"clip_ratio/region_mean": 0.0,
|
| 214 |
+
"completions/clipped_ratio": 0.03125,
|
| 215 |
+
"completions/max_length": 8935.0,
|
| 216 |
+
"completions/max_terminated_length": 8935.0,
|
| 217 |
+
"completions/mean_length": 4837.3125,
|
| 218 |
+
"completions/mean_terminated_length": 4993.354838709677,
|
| 219 |
+
"completions/min_length": 0.0,
|
| 220 |
+
"completions/min_terminated_length": 2192.0,
|
| 221 |
+
"epoch": 0.017094017094017096,
|
| 222 |
+
"grad_norm": 0.13927683938664606,
|
| 223 |
+
"kl": 0.0035686492919921875,
|
| 224 |
+
"learning_rate": 3.5e-06,
|
| 225 |
+
"loss": -0.0218,
|
| 226 |
+
"num_tokens": 2607775.0,
|
| 227 |
+
"reward": 0.7573515176773071,
|
| 228 |
+
"reward_std": 0.747157633304596,
|
| 229 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 230 |
+
"rewards/successful_code_execution_reward_func": 0.7197544574737549,
|
| 231 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 232 |
+
"rewards/successful_parsing_reward_func": 0.8988715410232544,
|
| 233 |
+
"rewards/utility_reward_func": 0.14914658665657043,
|
| 234 |
+
"step": 8
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"clip_ratio/high_max": 0.0,
|
| 238 |
+
"clip_ratio/high_mean": 0.0,
|
| 239 |
+
"clip_ratio/low_mean": 0.0,
|
| 240 |
+
"clip_ratio/low_min": 0.0,
|
| 241 |
+
"clip_ratio/region_mean": 0.0,
|
| 242 |
+
"completions/clipped_ratio": 0.03125,
|
| 243 |
+
"completions/max_length": 8868.0,
|
| 244 |
+
"completions/max_terminated_length": 8868.0,
|
| 245 |
+
"completions/mean_length": 5284.78125,
|
| 246 |
+
"completions/mean_terminated_length": 5455.258064516129,
|
| 247 |
+
"completions/min_length": 0.0,
|
| 248 |
+
"completions/min_terminated_length": 2504.0,
|
| 249 |
+
"epoch": 0.019230769230769232,
|
| 250 |
+
"grad_norm": 0.11735526956696517,
|
| 251 |
+
"kl": 0.0043468475341796875,
|
| 252 |
+
"learning_rate": 4.000000000000001e-06,
|
| 253 |
+
"loss": 0.0019,
|
| 254 |
+
"num_tokens": 2915637.0,
|
| 255 |
+
"reward": 0.365405797958374,
|
| 256 |
+
"reward_std": 0.5554816722869873,
|
| 257 |
+
"rewards/constraint_satisfaction_reward_func": 0.984375,
|
| 258 |
+
"rewards/successful_code_execution_reward_func": 0.579179048538208,
|
| 259 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 260 |
+
"rewards/successful_parsing_reward_func": 0.9264745712280273,
|
| 261 |
+
"rewards/utility_reward_func": 0.07081127166748047,
|
| 262 |
+
"step": 9
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"clip_ratio/high_max": 0.0,
|
| 266 |
+
"clip_ratio/high_mean": 0.0,
|
| 267 |
+
"clip_ratio/low_mean": 0.0,
|
| 268 |
+
"clip_ratio/low_min": 0.0,
|
| 269 |
+
"clip_ratio/region_mean": 0.0,
|
| 270 |
+
"completions/clipped_ratio": 0.03125,
|
| 271 |
+
"completions/max_length": 9892.0,
|
| 272 |
+
"completions/max_terminated_length": 9892.0,
|
| 273 |
+
"completions/mean_length": 5311.21875,
|
| 274 |
+
"completions/mean_terminated_length": 5482.548387096775,
|
| 275 |
+
"completions/min_length": 0.0,
|
| 276 |
+
"completions/min_terminated_length": 1337.0,
|
| 277 |
+
"epoch": 0.021367521367521368,
|
| 278 |
+
"grad_norm": 0.08243472782779405,
|
| 279 |
+
"kl": 0.0046443939208984375,
|
| 280 |
+
"learning_rate": 4.5e-06,
|
| 281 |
+
"loss": -0.0052,
|
| 282 |
+
"num_tokens": 3218433.0,
|
| 283 |
+
"reward": 0.7362505197525024,
|
| 284 |
+
"reward_std": 0.9180038571357727,
|
| 285 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 286 |
+
"rewards/successful_code_execution_reward_func": 0.6661200523376465,
|
| 287 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 288 |
+
"rewards/successful_parsing_reward_func": 0.9426835179328918,
|
| 289 |
+
"rewards/utility_reward_func": 0.14492833614349365,
|
| 290 |
+
"step": 10
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"clip_ratio/high_max": 0.0,
|
| 294 |
+
"clip_ratio/high_mean": 0.0,
|
| 295 |
+
"clip_ratio/low_mean": 0.0,
|
| 296 |
+
"clip_ratio/low_min": 0.0,
|
| 297 |
+
"clip_ratio/region_mean": 0.0,
|
| 298 |
+
"completions/clipped_ratio": 0.0,
|
| 299 |
+
"completions/max_length": 8914.0,
|
| 300 |
+
"completions/max_terminated_length": 8914.0,
|
| 301 |
+
"completions/mean_length": 5811.75,
|
| 302 |
+
"completions/mean_terminated_length": 5811.75,
|
| 303 |
+
"completions/min_length": 2232.0,
|
| 304 |
+
"completions/min_terminated_length": 2232.0,
|
| 305 |
+
"epoch": 0.023504273504273504,
|
| 306 |
+
"grad_norm": 0.09543276542415491,
|
| 307 |
+
"kl": 0.00598907470703125,
|
| 308 |
+
"learning_rate": 5e-06,
|
| 309 |
+
"loss": -0.0049,
|
| 310 |
+
"num_tokens": 3529160.0,
|
| 311 |
+
"reward": 0.5771545171737671,
|
| 312 |
+
"reward_std": 0.8459901809692383,
|
| 313 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 314 |
+
"rewards/successful_code_execution_reward_func": 0.5785590410232544,
|
| 315 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 316 |
+
"rewards/successful_parsing_reward_func": 0.9260044693946838,
|
| 317 |
+
"rewards/utility_reward_func": 0.11312998831272125,
|
| 318 |
+
"step": 11
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"clip_ratio/high_max": 0.0,
|
| 322 |
+
"clip_ratio/high_mean": 0.0,
|
| 323 |
+
"clip_ratio/low_mean": 0.0,
|
| 324 |
+
"clip_ratio/low_min": 0.0,
|
| 325 |
+
"clip_ratio/region_mean": 0.0,
|
| 326 |
+
"completions/clipped_ratio": 0.03125,
|
| 327 |
+
"completions/max_length": 8499.0,
|
| 328 |
+
"completions/max_terminated_length": 8499.0,
|
| 329 |
+
"completions/mean_length": 4962.53125,
|
| 330 |
+
"completions/mean_terminated_length": 5122.612903225807,
|
| 331 |
+
"completions/min_length": 0.0,
|
| 332 |
+
"completions/min_terminated_length": 2565.0,
|
| 333 |
+
"epoch": 0.02564102564102564,
|
| 334 |
+
"grad_norm": 0.06256974070929786,
|
| 335 |
+
"kl": 0.0071735382080078125,
|
| 336 |
+
"learning_rate": 5.500000000000001e-06,
|
| 337 |
+
"loss": 0.0059,
|
| 338 |
+
"num_tokens": 3838787.0,
|
| 339 |
+
"reward": 0.7496746778488159,
|
| 340 |
+
"reward_std": 0.9168016314506531,
|
| 341 |
+
"rewards/constraint_satisfaction_reward_func": 0.96875,
|
| 342 |
+
"rewards/successful_code_execution_reward_func": 0.6537078619003296,
|
| 343 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 344 |
+
"rewards/successful_parsing_reward_func": 0.9083457589149475,
|
| 345 |
+
"rewards/utility_reward_func": 0.14768503606319427,
|
| 346 |
+
"step": 12
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"clip_ratio/high_max": 0.0,
|
| 350 |
+
"clip_ratio/high_mean": 0.0,
|
| 351 |
+
"clip_ratio/low_mean": 0.0,
|
| 352 |
+
"clip_ratio/low_min": 0.0,
|
| 353 |
+
"clip_ratio/region_mean": 0.0,
|
| 354 |
+
"completions/clipped_ratio": 0.0625,
|
| 355 |
+
"completions/max_length": 8518.0,
|
| 356 |
+
"completions/max_terminated_length": 8518.0,
|
| 357 |
+
"completions/mean_length": 5306.21875,
|
| 358 |
+
"completions/mean_terminated_length": 5659.966666666666,
|
| 359 |
+
"completions/min_length": 0.0,
|
| 360 |
+
"completions/min_terminated_length": 2676.0,
|
| 361 |
+
"epoch": 0.027777777777777776,
|
| 362 |
+
"grad_norm": 0.06188426771907535,
|
| 363 |
+
"kl": 0.011411666870117188,
|
| 364 |
+
"learning_rate": 6e-06,
|
| 365 |
+
"loss": 0.0037,
|
| 366 |
+
"num_tokens": 4162259.0,
|
| 367 |
+
"reward": 0.4114573001861572,
|
| 368 |
+
"reward_std": 0.5327050685882568,
|
| 369 |
+
"rewards/constraint_satisfaction_reward_func": 0.984375,
|
| 370 |
+
"rewards/successful_code_execution_reward_func": 0.7068666219711304,
|
| 371 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 372 |
+
"rewards/successful_parsing_reward_func": 0.9097241163253784,
|
| 373 |
+
"rewards/utility_reward_func": 0.0799993947148323,
|
| 374 |
+
"step": 13
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"clip_ratio/high_max": 0.0,
|
| 378 |
+
"clip_ratio/high_mean": 0.0,
|
| 379 |
+
"clip_ratio/low_mean": 0.0,
|
| 380 |
+
"clip_ratio/low_min": 0.0,
|
| 381 |
+
"clip_ratio/region_mean": 0.0,
|
| 382 |
+
"completions/clipped_ratio": 0.0,
|
| 383 |
+
"completions/max_length": 8677.0,
|
| 384 |
+
"completions/max_terminated_length": 8677.0,
|
| 385 |
+
"completions/mean_length": 5330.875,
|
| 386 |
+
"completions/mean_terminated_length": 5330.875,
|
| 387 |
+
"completions/min_length": 1230.0,
|
| 388 |
+
"completions/min_terminated_length": 1230.0,
|
| 389 |
+
"epoch": 0.029914529914529916,
|
| 390 |
+
"grad_norm": 0.07195177317932434,
|
| 391 |
+
"kl": 0.020092010498046875,
|
| 392 |
+
"learning_rate": 6.5000000000000004e-06,
|
| 393 |
+
"loss": -0.0026,
|
| 394 |
+
"num_tokens": 4465194.0,
|
| 395 |
+
"reward": 0.26478463411331177,
|
| 396 |
+
"reward_std": 0.33203744888305664,
|
| 397 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 398 |
+
"rewards/successful_code_execution_reward_func": 0.4670758843421936,
|
| 399 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 400 |
+
"rewards/successful_parsing_reward_func": 0.9135281443595886,
|
| 401 |
+
"rewards/utility_reward_func": 0.05068080872297287,
|
| 402 |
+
"step": 14
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"clip_ratio/high_max": 0.0,
|
| 406 |
+
"clip_ratio/high_mean": 0.0,
|
| 407 |
+
"clip_ratio/low_mean": 0.0,
|
| 408 |
+
"clip_ratio/low_min": 0.0,
|
| 409 |
+
"clip_ratio/region_mean": 0.0,
|
| 410 |
+
"completions/clipped_ratio": 0.03125,
|
| 411 |
+
"completions/max_length": 9578.0,
|
| 412 |
+
"completions/max_terminated_length": 9578.0,
|
| 413 |
+
"completions/mean_length": 6203.96875,
|
| 414 |
+
"completions/mean_terminated_length": 6404.096774193548,
|
| 415 |
+
"completions/min_length": 0.0,
|
| 416 |
+
"completions/min_terminated_length": 2333.0,
|
| 417 |
+
"epoch": 0.03205128205128205,
|
| 418 |
+
"grad_norm": 0.10026513317887245,
|
| 419 |
+
"kl": 0.018894195556640625,
|
| 420 |
+
"learning_rate": 7e-06,
|
| 421 |
+
"loss": 0.0411,
|
| 422 |
+
"num_tokens": 4803381.0,
|
| 423 |
+
"reward": 0.3010755777359009,
|
| 424 |
+
"reward_std": 0.5123584866523743,
|
| 425 |
+
"rewards/constraint_satisfaction_reward_func": 0.96875,
|
| 426 |
+
"rewards/successful_code_execution_reward_func": 0.738226056098938,
|
| 427 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 428 |
+
"rewards/successful_parsing_reward_func": 0.9183079600334167,
|
| 429 |
+
"rewards/utility_reward_func": 0.05794630944728851,
|
| 430 |
+
"step": 15
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"clip_ratio/high_max": 0.0,
|
| 434 |
+
"clip_ratio/high_mean": 0.0,
|
| 435 |
+
"clip_ratio/low_mean": 0.0,
|
| 436 |
+
"clip_ratio/low_min": 0.0,
|
| 437 |
+
"clip_ratio/region_mean": 0.0,
|
| 438 |
+
"completions/clipped_ratio": 0.0,
|
| 439 |
+
"completions/max_length": 8891.0,
|
| 440 |
+
"completions/max_terminated_length": 8891.0,
|
| 441 |
+
"completions/mean_length": 6081.84375,
|
| 442 |
+
"completions/mean_terminated_length": 6081.84375,
|
| 443 |
+
"completions/min_length": 2926.0,
|
| 444 |
+
"completions/min_terminated_length": 2926.0,
|
| 445 |
+
"epoch": 0.03418803418803419,
|
| 446 |
+
"grad_norm": 0.060400168503078416,
|
| 447 |
+
"kl": 0.03104400634765625,
|
| 448 |
+
"learning_rate": 7.500000000000001e-06,
|
| 449 |
+
"loss": -0.0067,
|
| 450 |
+
"num_tokens": 5128775.0,
|
| 451 |
+
"reward": 0.5646129846572876,
|
| 452 |
+
"reward_std": 0.7254551649093628,
|
| 453 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 454 |
+
"rewards/successful_code_execution_reward_func": 0.6118528842926025,
|
| 455 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 456 |
+
"rewards/successful_parsing_reward_func": 0.9297844171524048,
|
| 457 |
+
"rewards/utility_reward_func": 0.11061426997184753,
|
| 458 |
+
"step": 16
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"clip_ratio/high_max": 0.0,
|
| 462 |
+
"clip_ratio/high_mean": 0.0,
|
| 463 |
+
"clip_ratio/low_mean": 0.0,
|
| 464 |
+
"clip_ratio/low_min": 0.0,
|
| 465 |
+
"clip_ratio/region_mean": 0.0,
|
| 466 |
+
"completions/clipped_ratio": 0.0,
|
| 467 |
+
"completions/max_length": 9484.0,
|
| 468 |
+
"completions/max_terminated_length": 9484.0,
|
| 469 |
+
"completions/mean_length": 5118.625,
|
| 470 |
+
"completions/mean_terminated_length": 5118.625,
|
| 471 |
+
"completions/min_length": 1630.0,
|
| 472 |
+
"completions/min_terminated_length": 1630.0,
|
| 473 |
+
"epoch": 0.03632478632478633,
|
| 474 |
+
"grad_norm": 0.05120826577801321,
|
| 475 |
+
"kl": 0.036815643310546875,
|
| 476 |
+
"learning_rate": 8.000000000000001e-06,
|
| 477 |
+
"loss": 0.0048,
|
| 478 |
+
"num_tokens": 5421396.0,
|
| 479 |
+
"reward": 0.5202240347862244,
|
| 480 |
+
"reward_std": 0.5871657133102417,
|
| 481 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 482 |
+
"rewards/successful_code_execution_reward_func": 0.7249752283096313,
|
| 483 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 484 |
+
"rewards/successful_parsing_reward_func": 0.8982887268066406,
|
| 485 |
+
"rewards/utility_reward_func": 0.10172015428543091,
|
| 486 |
+
"step": 17
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"clip_ratio/high_max": 0.0,
|
| 490 |
+
"clip_ratio/high_mean": 0.0,
|
| 491 |
+
"clip_ratio/low_mean": 0.0,
|
| 492 |
+
"clip_ratio/low_min": 0.0,
|
| 493 |
+
"clip_ratio/region_mean": 0.0,
|
| 494 |
+
"completions/clipped_ratio": 0.03125,
|
| 495 |
+
"completions/max_length": 10314.0,
|
| 496 |
+
"completions/max_terminated_length": 10314.0,
|
| 497 |
+
"completions/mean_length": 5530.75,
|
| 498 |
+
"completions/mean_terminated_length": 5709.1612903225805,
|
| 499 |
+
"completions/min_length": 0.0,
|
| 500 |
+
"completions/min_terminated_length": 3094.0,
|
| 501 |
+
"epoch": 0.038461538461538464,
|
| 502 |
+
"grad_norm": 0.8805793412616941,
|
| 503 |
+
"kl": 0.22267913818359375,
|
| 504 |
+
"learning_rate": 8.5e-06,
|
| 505 |
+
"loss": -0.0131,
|
| 506 |
+
"num_tokens": 5733847.0,
|
| 507 |
+
"reward": 0.5374739170074463,
|
| 508 |
+
"reward_std": 0.7667478322982788,
|
| 509 |
+
"rewards/constraint_satisfaction_reward_func": 0.984375,
|
| 510 |
+
"rewards/successful_code_execution_reward_func": 0.5694985389709473,
|
| 511 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 512 |
+
"rewards/successful_parsing_reward_func": 0.8748263716697693,
|
| 513 |
+
"rewards/utility_reward_func": 0.10523717105388641,
|
| 514 |
+
"step": 18
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"clip_ratio/high_max": 0.0,
|
| 518 |
+
"clip_ratio/high_mean": 0.0,
|
| 519 |
+
"clip_ratio/low_mean": 0.0,
|
| 520 |
+
"clip_ratio/low_min": 0.0,
|
| 521 |
+
"clip_ratio/region_mean": 0.0,
|
| 522 |
+
"completions/clipped_ratio": 0.03125,
|
| 523 |
+
"completions/max_length": 9009.0,
|
| 524 |
+
"completions/max_terminated_length": 9009.0,
|
| 525 |
+
"completions/mean_length": 4953.90625,
|
| 526 |
+
"completions/mean_terminated_length": 5113.709677419355,
|
| 527 |
+
"completions/min_length": 0.0,
|
| 528 |
+
"completions/min_terminated_length": 1940.0,
|
| 529 |
+
"epoch": 0.0405982905982906,
|
| 530 |
+
"grad_norm": 0.05562338889561032,
|
| 531 |
+
"kl": 0.05136871337890625,
|
| 532 |
+
"learning_rate": 9e-06,
|
| 533 |
+
"loss": -0.0207,
|
| 534 |
+
"num_tokens": 6040038.0,
|
| 535 |
+
"reward": 0.40647947788238525,
|
| 536 |
+
"reward_std": 0.5132466554641724,
|
| 537 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 538 |
+
"rewards/successful_code_execution_reward_func": 0.6577438116073608,
|
| 539 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 540 |
+
"rewards/successful_parsing_reward_func": 0.9326636791229248,
|
| 541 |
+
"rewards/utility_reward_func": 0.07897782325744629,
|
| 542 |
+
"step": 19
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"clip_ratio/high_max": 0.0,
|
| 546 |
+
"clip_ratio/high_mean": 0.0,
|
| 547 |
+
"clip_ratio/low_mean": 0.0,
|
| 548 |
+
"clip_ratio/low_min": 0.0,
|
| 549 |
+
"clip_ratio/region_mean": 0.0,
|
| 550 |
+
"completions/clipped_ratio": 0.03125,
|
| 551 |
+
"completions/max_length": 9768.0,
|
| 552 |
+
"completions/max_terminated_length": 9768.0,
|
| 553 |
+
"completions/mean_length": 5553.15625,
|
| 554 |
+
"completions/mean_terminated_length": 5732.290322580645,
|
| 555 |
+
"completions/min_length": 0.0,
|
| 556 |
+
"completions/min_terminated_length": 2971.0,
|
| 557 |
+
"epoch": 0.042735042735042736,
|
| 558 |
+
"grad_norm": 0.05415251247993026,
|
| 559 |
+
"kl": 0.0604705810546875,
|
| 560 |
+
"learning_rate": 9.5e-06,
|
| 561 |
+
"loss": -0.0159,
|
| 562 |
+
"num_tokens": 6356055.0,
|
| 563 |
+
"reward": 0.6564894914627075,
|
| 564 |
+
"reward_std": 0.9057918787002563,
|
| 565 |
+
"rewards/constraint_satisfaction_reward_func": 0.984375,
|
| 566 |
+
"rewards/successful_code_execution_reward_func": 0.6670262813568115,
|
| 567 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 568 |
+
"rewards/successful_parsing_reward_func": 0.9299107193946838,
|
| 569 |
+
"rewards/utility_reward_func": 0.12900978326797485,
|
| 570 |
+
"step": 20
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"clip_ratio/high_max": 0.0,
|
| 574 |
+
"clip_ratio/high_mean": 0.0,
|
| 575 |
+
"clip_ratio/low_mean": 0.0,
|
| 576 |
+
"clip_ratio/low_min": 0.0,
|
| 577 |
+
"clip_ratio/region_mean": 0.0,
|
| 578 |
+
"completions/clipped_ratio": 0.03125,
|
| 579 |
+
"completions/max_length": 8973.0,
|
| 580 |
+
"completions/max_terminated_length": 8973.0,
|
| 581 |
+
"completions/mean_length": 4999.53125,
|
| 582 |
+
"completions/mean_terminated_length": 5160.806451612903,
|
| 583 |
+
"completions/min_length": 0.0,
|
| 584 |
+
"completions/min_terminated_length": 2484.0,
|
| 585 |
+
"epoch": 0.04487179487179487,
|
| 586 |
+
"grad_norm": 0.07150378564767108,
|
| 587 |
+
"kl": 0.05039215087890625,
|
| 588 |
+
"learning_rate": 1e-05,
|
| 589 |
+
"loss": 0.0295,
|
| 590 |
+
"num_tokens": 6650399.0,
|
| 591 |
+
"reward": 0.3270576596260071,
|
| 592 |
+
"reward_std": 0.48058632016181946,
|
| 593 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 594 |
+
"rewards/successful_code_execution_reward_func": 0.5520957112312317,
|
| 595 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 596 |
+
"rewards/successful_parsing_reward_func": 0.9284598231315613,
|
| 597 |
+
"rewards/utility_reward_func": 0.0631154254078865,
|
| 598 |
+
"step": 21
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"clip_ratio/high_max": 0.0,
|
| 602 |
+
"clip_ratio/high_mean": 0.0,
|
| 603 |
+
"clip_ratio/low_mean": 0.0,
|
| 604 |
+
"clip_ratio/low_min": 0.0,
|
| 605 |
+
"clip_ratio/region_mean": 0.0,
|
| 606 |
+
"completions/clipped_ratio": 0.03125,
|
| 607 |
+
"completions/max_length": 9046.0,
|
| 608 |
+
"completions/max_terminated_length": 9046.0,
|
| 609 |
+
"completions/mean_length": 5165.90625,
|
| 610 |
+
"completions/mean_terminated_length": 5332.548387096775,
|
| 611 |
+
"completions/min_length": 0.0,
|
| 612 |
+
"completions/min_terminated_length": 3100.0,
|
| 613 |
+
"epoch": 0.04700854700854701,
|
| 614 |
+
"grad_norm": 0.06845908919994707,
|
| 615 |
+
"kl": 0.0538330078125,
|
| 616 |
+
"learning_rate": 9.986128001799077e-06,
|
| 617 |
+
"loss": 0.0153,
|
| 618 |
+
"num_tokens": 6954265.0,
|
| 619 |
+
"reward": 0.4070006310939789,
|
| 620 |
+
"reward_std": 0.5391647815704346,
|
| 621 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 622 |
+
"rewards/successful_code_execution_reward_func": 0.624727189540863,
|
| 623 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 624 |
+
"rewards/successful_parsing_reward_func": 0.887859582901001,
|
| 625 |
+
"rewards/utility_reward_func": 0.07909761369228363,
|
| 626 |
+
"step": 22
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"clip_ratio/high_max": 0.0,
|
| 630 |
+
"clip_ratio/high_mean": 0.0,
|
| 631 |
+
"clip_ratio/low_mean": 0.0,
|
| 632 |
+
"clip_ratio/low_min": 0.0,
|
| 633 |
+
"clip_ratio/region_mean": 0.0,
|
| 634 |
+
"completions/clipped_ratio": 0.0625,
|
| 635 |
+
"completions/max_length": 9026.0,
|
| 636 |
+
"completions/max_terminated_length": 9026.0,
|
| 637 |
+
"completions/mean_length": 4882.46875,
|
| 638 |
+
"completions/mean_terminated_length": 5207.966666666666,
|
| 639 |
+
"completions/min_length": 0.0,
|
| 640 |
+
"completions/min_terminated_length": 2413.0,
|
| 641 |
+
"epoch": 0.049145299145299144,
|
| 642 |
+
"grad_norm": 0.0575950278172028,
|
| 643 |
+
"kl": 0.06992721557617188,
|
| 644 |
+
"learning_rate": 9.94459753267812e-06,
|
| 645 |
+
"loss": -0.0033,
|
| 646 |
+
"num_tokens": 7263856.0,
|
| 647 |
+
"reward": 0.14356863498687744,
|
| 648 |
+
"reward_std": 0.22449877858161926,
|
| 649 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 650 |
+
"rewards/successful_code_execution_reward_func": 0.5870039463043213,
|
| 651 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 652 |
+
"rewards/successful_parsing_reward_func": 0.8971620798110962,
|
| 653 |
+
"rewards/utility_reward_func": 0.026416894048452377,
|
| 654 |
+
"step": 23
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"clip_ratio/high_max": 0.0,
|
| 658 |
+
"clip_ratio/high_mean": 0.0,
|
| 659 |
+
"clip_ratio/low_mean": 0.0,
|
| 660 |
+
"clip_ratio/low_min": 0.0,
|
| 661 |
+
"clip_ratio/region_mean": 0.0,
|
| 662 |
+
"completions/clipped_ratio": 0.03125,
|
| 663 |
+
"completions/max_length": 8652.0,
|
| 664 |
+
"completions/max_terminated_length": 8652.0,
|
| 665 |
+
"completions/mean_length": 4892.875,
|
| 666 |
+
"completions/mean_terminated_length": 5050.709677419355,
|
| 667 |
+
"completions/min_length": 0.0,
|
| 668 |
+
"completions/min_terminated_length": 1523.0,
|
| 669 |
+
"epoch": 0.05128205128205128,
|
| 670 |
+
"grad_norm": 0.04255156882342247,
|
| 671 |
+
"kl": 0.0586090087890625,
|
| 672 |
+
"learning_rate": 9.875664641789545e-06,
|
| 673 |
+
"loss": 0.0203,
|
| 674 |
+
"num_tokens": 7571389.0,
|
| 675 |
+
"reward": 0.6160452365875244,
|
| 676 |
+
"reward_std": 1.0084484815597534,
|
| 677 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 678 |
+
"rewards/successful_code_execution_reward_func": 0.7209370136260986,
|
| 679 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 680 |
+
"rewards/successful_parsing_reward_func": 0.9045882821083069,
|
| 681 |
+
"rewards/utility_reward_func": 0.12088394165039062,
|
| 682 |
+
"step": 24
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"clip_ratio/high_max": 0.0,
|
| 686 |
+
"clip_ratio/high_mean": 0.0,
|
| 687 |
+
"clip_ratio/low_mean": 0.0,
|
| 688 |
+
"clip_ratio/low_min": 0.0,
|
| 689 |
+
"clip_ratio/region_mean": 0.0,
|
| 690 |
+
"completions/clipped_ratio": 0.0625,
|
| 691 |
+
"completions/max_length": 9417.0,
|
| 692 |
+
"completions/max_terminated_length": 9417.0,
|
| 693 |
+
"completions/mean_length": 4552.21875,
|
| 694 |
+
"completions/mean_terminated_length": 4855.7,
|
| 695 |
+
"completions/min_length": 0.0,
|
| 696 |
+
"completions/min_terminated_length": 2353.0,
|
| 697 |
+
"epoch": 0.053418803418803416,
|
| 698 |
+
"grad_norm": 0.033573562073913446,
|
| 699 |
+
"kl": 0.0653076171875,
|
| 700 |
+
"learning_rate": 9.779754323328192e-06,
|
| 701 |
+
"loss": -0.0009,
|
| 702 |
+
"num_tokens": 7861415.0,
|
| 703 |
+
"reward": 0.7228190898895264,
|
| 704 |
+
"reward_std": 0.5367074608802795,
|
| 705 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 706 |
+
"rewards/successful_code_execution_reward_func": 0.614422082901001,
|
| 707 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 708 |
+
"rewards/successful_parsing_reward_func": 0.9327523708343506,
|
| 709 |
+
"rewards/utility_reward_func": 0.14225439727306366,
|
| 710 |
+
"step": 25
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"clip_ratio/high_max": 0.0,
|
| 714 |
+
"clip_ratio/high_mean": 0.0,
|
| 715 |
+
"clip_ratio/low_mean": 0.0,
|
| 716 |
+
"clip_ratio/low_min": 0.0,
|
| 717 |
+
"clip_ratio/region_mean": 0.0,
|
| 718 |
+
"completions/clipped_ratio": 0.0,
|
| 719 |
+
"completions/max_length": 9038.0,
|
| 720 |
+
"completions/max_terminated_length": 9038.0,
|
| 721 |
+
"completions/mean_length": 5255.71875,
|
| 722 |
+
"completions/mean_terminated_length": 5255.71875,
|
| 723 |
+
"completions/min_length": 2542.0,
|
| 724 |
+
"completions/min_terminated_length": 2542.0,
|
| 725 |
+
"epoch": 0.05555555555555555,
|
| 726 |
+
"grad_norm": 0.047795685473935486,
|
| 727 |
+
"kl": 0.05504608154296875,
|
| 728 |
+
"learning_rate": 9.65745789630079e-06,
|
| 729 |
+
"loss": -0.0161,
|
| 730 |
+
"num_tokens": 8175576.0,
|
| 731 |
+
"reward": 0.5497658848762512,
|
| 732 |
+
"reward_std": 0.7453822493553162,
|
| 733 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 734 |
+
"rewards/successful_code_execution_reward_func": 0.5872892141342163,
|
| 735 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 736 |
+
"rewards/successful_parsing_reward_func": 0.8717837333679199,
|
| 737 |
+
"rewards/utility_reward_func": 0.10766136646270752,
|
| 738 |
+
"step": 26
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"clip_ratio/high_max": 0.0,
|
| 742 |
+
"clip_ratio/high_mean": 0.0,
|
| 743 |
+
"clip_ratio/low_mean": 0.0,
|
| 744 |
+
"clip_ratio/low_min": 0.0,
|
| 745 |
+
"clip_ratio/region_mean": 0.0,
|
| 746 |
+
"completions/clipped_ratio": 0.0,
|
| 747 |
+
"completions/max_length": 9164.0,
|
| 748 |
+
"completions/max_terminated_length": 9164.0,
|
| 749 |
+
"completions/mean_length": 5544.21875,
|
| 750 |
+
"completions/mean_terminated_length": 5544.21875,
|
| 751 |
+
"completions/min_length": 1633.0,
|
| 752 |
+
"completions/min_terminated_length": 1633.0,
|
| 753 |
+
"epoch": 0.057692307692307696,
|
| 754 |
+
"grad_norm": 0.09411711877281828,
|
| 755 |
+
"kl": 0.0565032958984375,
|
| 756 |
+
"learning_rate": 9.509529358847655e-06,
|
| 757 |
+
"loss": 0.0178,
|
| 758 |
+
"num_tokens": 8475111.0,
|
| 759 |
+
"reward": 0.6063368320465088,
|
| 760 |
+
"reward_std": 0.7418020963668823,
|
| 761 |
+
"rewards/constraint_satisfaction_reward_func": 0.984375,
|
| 762 |
+
"rewards/successful_code_execution_reward_func": 0.615506649017334,
|
| 763 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 764 |
+
"rewards/successful_parsing_reward_func": 0.9354557991027832,
|
| 765 |
+
"rewards/utility_reward_func": 0.11898841708898544,
|
| 766 |
+
"step": 27
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"clip_ratio/high_max": 0.0,
|
| 770 |
+
"clip_ratio/high_mean": 0.0,
|
| 771 |
+
"clip_ratio/low_mean": 0.0,
|
| 772 |
+
"clip_ratio/low_min": 0.0,
|
| 773 |
+
"clip_ratio/region_mean": 0.0,
|
| 774 |
+
"completions/clipped_ratio": 0.0,
|
| 775 |
+
"completions/max_length": 8644.0,
|
| 776 |
+
"completions/max_terminated_length": 8644.0,
|
| 777 |
+
"completions/mean_length": 5628.8125,
|
| 778 |
+
"completions/mean_terminated_length": 5628.8125,
|
| 779 |
+
"completions/min_length": 2365.0,
|
| 780 |
+
"completions/min_terminated_length": 2365.0,
|
| 781 |
+
"epoch": 0.05982905982905983,
|
| 782 |
+
"grad_norm": 0.07320321937335796,
|
| 783 |
+
"kl": 0.1031036376953125,
|
| 784 |
+
"learning_rate": 9.336880739593415e-06,
|
| 785 |
+
"loss": 0.0119,
|
| 786 |
+
"num_tokens": 8780720.0,
|
| 787 |
+
"reward": 0.6854258179664612,
|
| 788 |
+
"reward_std": 0.8022749423980713,
|
| 789 |
+
"rewards/constraint_satisfaction_reward_func": 0.984375,
|
| 790 |
+
"rewards/successful_code_execution_reward_func": 0.6049659252166748,
|
| 791 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 792 |
+
"rewards/successful_parsing_reward_func": 0.9334280490875244,
|
| 793 |
+
"rewards/utility_reward_func": 0.1348087340593338,
|
| 794 |
+
"step": 28
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"clip_ratio/high_max": 0.0,
|
| 798 |
+
"clip_ratio/high_mean": 0.0,
|
| 799 |
+
"clip_ratio/low_mean": 0.0,
|
| 800 |
+
"clip_ratio/low_min": 0.0,
|
| 801 |
+
"clip_ratio/region_mean": 0.0,
|
| 802 |
+
"completions/clipped_ratio": 0.03125,
|
| 803 |
+
"completions/max_length": 9075.0,
|
| 804 |
+
"completions/max_terminated_length": 9075.0,
|
| 805 |
+
"completions/mean_length": 5317.21875,
|
| 806 |
+
"completions/mean_terminated_length": 5488.741935483871,
|
| 807 |
+
"completions/min_length": 0.0,
|
| 808 |
+
"completions/min_terminated_length": 1165.0,
|
| 809 |
+
"epoch": 0.06196581196581197,
|
| 810 |
+
"grad_norm": 0.04791948119741524,
|
| 811 |
+
"kl": 0.07018280029296875,
|
| 812 |
+
"learning_rate": 9.140576474687263e-06,
|
| 813 |
+
"loss": -0.0028,
|
| 814 |
+
"num_tokens": 9102714.0,
|
| 815 |
+
"reward": 0.47284555435180664,
|
| 816 |
+
"reward_std": 0.5441389679908752,
|
| 817 |
+
"rewards/constraint_satisfaction_reward_func": 0.984375,
|
| 818 |
+
"rewards/successful_code_execution_reward_func": 0.644345223903656,
|
| 819 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 820 |
+
"rewards/successful_parsing_reward_func": 0.9321033954620361,
|
| 821 |
+
"rewards/utility_reward_func": 0.09228507429361343,
|
| 822 |
+
"step": 29
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"clip_ratio/high_max": 0.0,
|
| 826 |
+
"clip_ratio/high_mean": 0.0,
|
| 827 |
+
"clip_ratio/low_mean": 0.0,
|
| 828 |
+
"clip_ratio/low_min": 0.0,
|
| 829 |
+
"clip_ratio/region_mean": 0.0,
|
| 830 |
+
"completions/clipped_ratio": 0.03125,
|
| 831 |
+
"completions/max_length": 8686.0,
|
| 832 |
+
"completions/max_terminated_length": 8686.0,
|
| 833 |
+
"completions/mean_length": 5109.75,
|
| 834 |
+
"completions/mean_terminated_length": 5274.580645161291,
|
| 835 |
+
"completions/min_length": 0.0,
|
| 836 |
+
"completions/min_terminated_length": 2237.0,
|
| 837 |
+
"epoch": 0.0641025641025641,
|
| 838 |
+
"grad_norm": 0.08100156568534053,
|
| 839 |
+
"kl": 0.0840911865234375,
|
| 840 |
+
"learning_rate": 8.92182684520014e-06,
|
| 841 |
+
"loss": 0.0168,
|
| 842 |
+
"num_tokens": 9403599.0,
|
| 843 |
+
"reward": 0.2536351680755615,
|
| 844 |
+
"reward_std": 0.4151955246925354,
|
| 845 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 846 |
+
"rewards/successful_code_execution_reward_func": 0.6711061000823975,
|
| 847 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 848 |
+
"rewards/successful_parsing_reward_func": 0.9160714149475098,
|
| 849 |
+
"rewards/utility_reward_func": 0.048409603536129,
|
| 850 |
+
"step": 30
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"clip_ratio/high_max": 0.0,
|
| 854 |
+
"clip_ratio/high_mean": 0.0,
|
| 855 |
+
"clip_ratio/low_mean": 0.0,
|
| 856 |
+
"clip_ratio/low_min": 0.0,
|
| 857 |
+
"clip_ratio/region_mean": 0.0,
|
| 858 |
+
"completions/clipped_ratio": 0.03125,
|
| 859 |
+
"completions/max_length": 8613.0,
|
| 860 |
+
"completions/max_terminated_length": 8613.0,
|
| 861 |
+
"completions/mean_length": 5094.875,
|
| 862 |
+
"completions/mean_terminated_length": 5259.225806451613,
|
| 863 |
+
"completions/min_length": 0.0,
|
| 864 |
+
"completions/min_terminated_length": 1385.0,
|
| 865 |
+
"epoch": 0.06623931623931624,
|
| 866 |
+
"grad_norm": 0.05053782868196005,
|
| 867 |
+
"kl": 0.10784912109375,
|
| 868 |
+
"learning_rate": 8.681980515339464e-06,
|
| 869 |
+
"loss": 0.0073,
|
| 870 |
+
"num_tokens": 9713252.0,
|
| 871 |
+
"reward": 0.2064223438501358,
|
| 872 |
+
"reward_std": 0.29352596402168274,
|
| 873 |
+
"rewards/constraint_satisfaction_reward_func": 0.984375,
|
| 874 |
+
"rewards/successful_code_execution_reward_func": 0.7445651292800903,
|
| 875 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 876 |
+
"rewards/successful_parsing_reward_func": 0.926922082901001,
|
| 877 |
+
"rewards/utility_reward_func": 0.038981422781944275,
|
| 878 |
+
"step": 31
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"clip_ratio/high_max": 0.0,
|
| 882 |
+
"clip_ratio/high_mean": 0.0,
|
| 883 |
+
"clip_ratio/low_mean": 0.0,
|
| 884 |
+
"clip_ratio/low_min": 0.0,
|
| 885 |
+
"clip_ratio/region_mean": 0.0,
|
| 886 |
+
"completions/clipped_ratio": 0.0,
|
| 887 |
+
"completions/max_length": 8011.0,
|
| 888 |
+
"completions/max_terminated_length": 8011.0,
|
| 889 |
+
"completions/mean_length": 5101.9375,
|
| 890 |
+
"completions/mean_terminated_length": 5101.9375,
|
| 891 |
+
"completions/min_length": 2572.0,
|
| 892 |
+
"completions/min_terminated_length": 2572.0,
|
| 893 |
+
"epoch": 0.06837606837606838,
|
| 894 |
+
"grad_norm": 0.05517114109543934,
|
| 895 |
+
"kl": 0.153045654296875,
|
| 896 |
+
"learning_rate": 8.422516217485826e-06,
|
| 897 |
+
"loss": -0.0196,
|
| 898 |
+
"num_tokens": 10013403.0,
|
| 899 |
+
"reward": 0.6316404938697815,
|
| 900 |
+
"reward_std": 0.7787704467773438,
|
| 901 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 902 |
+
"rewards/successful_code_execution_reward_func": 0.6698119640350342,
|
| 903 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 904 |
+
"rewards/successful_parsing_reward_func": 0.8996039628982544,
|
| 905 |
+
"rewards/utility_reward_func": 0.12401421368122101,
|
| 906 |
+
"step": 32
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"clip_ratio/high_max": 0.0,
|
| 910 |
+
"clip_ratio/high_mean": 0.0,
|
| 911 |
+
"clip_ratio/low_mean": 0.0,
|
| 912 |
+
"clip_ratio/low_min": 0.0,
|
| 913 |
+
"clip_ratio/region_mean": 0.0,
|
| 914 |
+
"completions/clipped_ratio": 0.0,
|
| 915 |
+
"completions/max_length": 9270.0,
|
| 916 |
+
"completions/max_terminated_length": 9270.0,
|
| 917 |
+
"completions/mean_length": 5491.46875,
|
| 918 |
+
"completions/mean_terminated_length": 5491.46875,
|
| 919 |
+
"completions/min_length": 2332.0,
|
| 920 |
+
"completions/min_terminated_length": 2332.0,
|
| 921 |
+
"epoch": 0.07051282051282051,
|
| 922 |
+
"grad_norm": 0.20802919593498223,
|
| 923 |
+
"kl": 0.469573974609375,
|
| 924 |
+
"learning_rate": 8.14503363531613e-06,
|
| 925 |
+
"loss": -0.0119,
|
| 926 |
+
"num_tokens": 10312689.0,
|
| 927 |
+
"reward": 0.9118640422821045,
|
| 928 |
+
"reward_std": 1.0636224746704102,
|
| 929 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 930 |
+
"rewards/successful_code_execution_reward_func": 0.5969223976135254,
|
| 931 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 932 |
+
"rewards/successful_parsing_reward_func": 0.9264756441116333,
|
| 933 |
+
"rewards/utility_reward_func": 0.18006812036037445,
|
| 934 |
+
"step": 33
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"clip_ratio/high_max": 0.0,
|
| 938 |
+
"clip_ratio/high_mean": 0.0,
|
| 939 |
+
"clip_ratio/low_mean": 0.0,
|
| 940 |
+
"clip_ratio/low_min": 0.0,
|
| 941 |
+
"clip_ratio/region_mean": 0.0,
|
| 942 |
+
"completions/clipped_ratio": 0.03125,
|
| 943 |
+
"completions/max_length": 9056.0,
|
| 944 |
+
"completions/max_terminated_length": 9056.0,
|
| 945 |
+
"completions/mean_length": 5139.9375,
|
| 946 |
+
"completions/mean_terminated_length": 5305.741935483871,
|
| 947 |
+
"completions/min_length": 0.0,
|
| 948 |
+
"completions/min_terminated_length": 2597.0,
|
| 949 |
+
"epoch": 0.07264957264957266,
|
| 950 |
+
"grad_norm": 0.8404594204961415,
|
| 951 |
+
"kl": 0.9882049560546875,
|
| 952 |
+
"learning_rate": 7.85124354122177e-06,
|
| 953 |
+
"loss": -0.0162,
|
| 954 |
+
"num_tokens": 10607350.0,
|
| 955 |
+
"reward": 0.8799901008605957,
|
| 956 |
+
"reward_std": 1.1067553758621216,
|
| 957 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 958 |
+
"rewards/successful_code_execution_reward_func": 0.46376484632492065,
|
| 959 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 960 |
+
"rewards/successful_parsing_reward_func": 0.910142719745636,
|
| 961 |
+
"rewards/utility_reward_func": 0.1737232506275177,
|
| 962 |
+
"step": 34
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"clip_ratio/high_max": 0.0,
|
| 966 |
+
"clip_ratio/high_mean": 0.0,
|
| 967 |
+
"clip_ratio/low_mean": 0.0,
|
| 968 |
+
"clip_ratio/low_min": 0.0,
|
| 969 |
+
"clip_ratio/region_mean": 0.0,
|
| 970 |
+
"completions/clipped_ratio": 0.03125,
|
| 971 |
+
"completions/max_length": 9108.0,
|
| 972 |
+
"completions/max_terminated_length": 9108.0,
|
| 973 |
+
"completions/mean_length": 5446.0625,
|
| 974 |
+
"completions/mean_terminated_length": 5621.741935483871,
|
| 975 |
+
"completions/min_length": 0.0,
|
| 976 |
+
"completions/min_terminated_length": 2769.0,
|
| 977 |
+
"epoch": 0.07478632478632478,
|
| 978 |
+
"grad_norm": 0.10678545617196525,
|
| 979 |
+
"kl": 0.215911865234375,
|
| 980 |
+
"learning_rate": 7.5429572488279615e-06,
|
| 981 |
+
"loss": 0.0023,
|
| 982 |
+
"num_tokens": 10928816.0,
|
| 983 |
+
"reward": 1.17676842212677,
|
| 984 |
+
"reward_std": 1.2874033451080322,
|
| 985 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 986 |
+
"rewards/successful_code_execution_reward_func": 0.7114211320877075,
|
| 987 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 988 |
+
"rewards/successful_parsing_reward_func": 0.8751848936080933,
|
| 989 |
+
"rewards/utility_reward_func": 0.2330363690853119,
|
| 990 |
+
"step": 35
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"clip_ratio/high_max": 0.0,
|
| 994 |
+
"clip_ratio/high_mean": 0.0,
|
| 995 |
+
"clip_ratio/low_mean": 0.0,
|
| 996 |
+
"clip_ratio/low_min": 0.0,
|
| 997 |
+
"clip_ratio/region_mean": 0.0,
|
| 998 |
+
"completions/clipped_ratio": 0.0,
|
| 999 |
+
"completions/max_length": 9427.0,
|
| 1000 |
+
"completions/max_terminated_length": 9427.0,
|
| 1001 |
+
"completions/mean_length": 5561.625,
|
| 1002 |
+
"completions/mean_terminated_length": 5561.625,
|
| 1003 |
+
"completions/min_length": 2739.0,
|
| 1004 |
+
"completions/min_terminated_length": 2739.0,
|
| 1005 |
+
"epoch": 0.07692307692307693,
|
| 1006 |
+
"grad_norm": 0.13555129034265773,
|
| 1007 |
+
"kl": 0.295166015625,
|
| 1008 |
+
"learning_rate": 7.222075445642904e-06,
|
| 1009 |
+
"loss": 0.0035,
|
| 1010 |
+
"num_tokens": 11225979.0,
|
| 1011 |
+
"reward": 1.0547581911087036,
|
| 1012 |
+
"reward_std": 0.7715986967086792,
|
| 1013 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1014 |
+
"rewards/successful_code_execution_reward_func": 0.6989527344703674,
|
| 1015 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1016 |
+
"rewards/successful_parsing_reward_func": 0.9386740326881409,
|
| 1017 |
+
"rewards/utility_reward_func": 0.20862412452697754,
|
| 1018 |
+
"step": 36
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"clip_ratio/high_max": 0.0,
|
| 1022 |
+
"clip_ratio/high_mean": 0.0,
|
| 1023 |
+
"clip_ratio/low_mean": 0.0,
|
| 1024 |
+
"clip_ratio/low_min": 0.0,
|
| 1025 |
+
"clip_ratio/region_mean": 0.0,
|
| 1026 |
+
"completions/clipped_ratio": 0.03125,
|
| 1027 |
+
"completions/max_length": 9042.0,
|
| 1028 |
+
"completions/max_terminated_length": 9042.0,
|
| 1029 |
+
"completions/mean_length": 4831.125,
|
| 1030 |
+
"completions/mean_terminated_length": 4986.967741935484,
|
| 1031 |
+
"completions/min_length": 0.0,
|
| 1032 |
+
"completions/min_terminated_length": 2146.0,
|
| 1033 |
+
"epoch": 0.07905982905982906,
|
| 1034 |
+
"grad_norm": 0.24559297239149214,
|
| 1035 |
+
"kl": 0.448211669921875,
|
| 1036 |
+
"learning_rate": 6.890576474687264e-06,
|
| 1037 |
+
"loss": -0.0071,
|
| 1038 |
+
"num_tokens": 11511340.0,
|
| 1039 |
+
"reward": 0.502151370048523,
|
| 1040 |
+
"reward_std": 0.784339427947998,
|
| 1041 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1042 |
+
"rewards/successful_code_execution_reward_func": 0.6361043453216553,
|
| 1043 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1044 |
+
"rewards/successful_parsing_reward_func": 0.9133680462837219,
|
| 1045 |
+
"rewards/utility_reward_func": 0.09812036901712418,
|
| 1046 |
+
"step": 37
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"clip_ratio/high_max": 0.0,
|
| 1050 |
+
"clip_ratio/high_mean": 0.0,
|
| 1051 |
+
"clip_ratio/low_mean": 0.0,
|
| 1052 |
+
"clip_ratio/low_min": 0.0,
|
| 1053 |
+
"clip_ratio/region_mean": 0.0,
|
| 1054 |
+
"completions/clipped_ratio": 0.0,
|
| 1055 |
+
"completions/max_length": 7620.0,
|
| 1056 |
+
"completions/max_terminated_length": 7620.0,
|
| 1057 |
+
"completions/mean_length": 4775.96875,
|
| 1058 |
+
"completions/mean_terminated_length": 4775.96875,
|
| 1059 |
+
"completions/min_length": 2299.0,
|
| 1060 |
+
"completions/min_terminated_length": 2299.0,
|
| 1061 |
+
"epoch": 0.0811965811965812,
|
| 1062 |
+
"grad_norm": 0.09317535164809768,
|
| 1063 |
+
"kl": 0.346588134765625,
|
| 1064 |
+
"learning_rate": 6.550504137351576e-06,
|
| 1065 |
+
"loss": 0.0011,
|
| 1066 |
+
"num_tokens": 11786543.0,
|
| 1067 |
+
"reward": 0.3758894205093384,
|
| 1068 |
+
"reward_std": 0.5644346475601196,
|
| 1069 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1070 |
+
"rewards/successful_code_execution_reward_func": 0.6146777868270874,
|
| 1071 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1072 |
+
"rewards/successful_parsing_reward_func": 0.9283109903335571,
|
| 1073 |
+
"rewards/utility_reward_func": 0.07286929339170456,
|
| 1074 |
+
"step": 38
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"clip_ratio/high_max": 0.0,
|
| 1078 |
+
"clip_ratio/high_mean": 0.0,
|
| 1079 |
+
"clip_ratio/low_mean": 0.0,
|
| 1080 |
+
"clip_ratio/low_min": 0.0,
|
| 1081 |
+
"clip_ratio/region_mean": 0.0,
|
| 1082 |
+
"completions/clipped_ratio": 0.03125,
|
| 1083 |
+
"completions/max_length": 8610.0,
|
| 1084 |
+
"completions/max_terminated_length": 8610.0,
|
| 1085 |
+
"completions/mean_length": 5071.4375,
|
| 1086 |
+
"completions/mean_terminated_length": 5235.032258064516,
|
| 1087 |
+
"completions/min_length": 0.0,
|
| 1088 |
+
"completions/min_terminated_length": 2368.0,
|
| 1089 |
+
"epoch": 0.08333333333333333,
|
| 1090 |
+
"grad_norm": 0.11546537555277975,
|
| 1091 |
+
"kl": 0.41107177734375,
|
| 1092 |
+
"learning_rate": 6.20395509268104e-06,
|
| 1093 |
+
"loss": 0.0004,
|
| 1094 |
+
"num_tokens": 12090692.0,
|
| 1095 |
+
"reward": 0.3179802894592285,
|
| 1096 |
+
"reward_std": 0.403035968542099,
|
| 1097 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1098 |
+
"rewards/successful_code_execution_reward_func": 0.4927416443824768,
|
| 1099 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1100 |
+
"rewards/successful_parsing_reward_func": 0.9184781312942505,
|
| 1101 |
+
"rewards/utility_reward_func": 0.06131381541490555,
|
| 1102 |
+
"step": 39
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"clip_ratio/high_max": 0.0,
|
| 1106 |
+
"clip_ratio/high_mean": 0.0,
|
| 1107 |
+
"clip_ratio/low_mean": 0.0,
|
| 1108 |
+
"clip_ratio/low_min": 0.0,
|
| 1109 |
+
"clip_ratio/region_mean": 0.0,
|
| 1110 |
+
"completions/clipped_ratio": 0.0,
|
| 1111 |
+
"completions/max_length": 9147.0,
|
| 1112 |
+
"completions/max_terminated_length": 9147.0,
|
| 1113 |
+
"completions/mean_length": 4912.9375,
|
| 1114 |
+
"completions/mean_terminated_length": 4912.9375,
|
| 1115 |
+
"completions/min_length": 1763.0,
|
| 1116 |
+
"completions/min_terminated_length": 1763.0,
|
| 1117 |
+
"epoch": 0.08547008547008547,
|
| 1118 |
+
"grad_norm": 0.12462480268811632,
|
| 1119 |
+
"kl": 0.5187835693359375,
|
| 1120 |
+
"learning_rate": 5.8530659307753034e-06,
|
| 1121 |
+
"loss": -0.0116,
|
| 1122 |
+
"num_tokens": 12375359.0,
|
| 1123 |
+
"reward": 0.31748560070991516,
|
| 1124 |
+
"reward_std": 0.4341599941253662,
|
| 1125 |
+
"rewards/constraint_satisfaction_reward_func": 0.984375,
|
| 1126 |
+
"rewards/successful_code_execution_reward_func": 0.4765625,
|
| 1127 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1128 |
+
"rewards/successful_parsing_reward_func": 0.9282118082046509,
|
| 1129 |
+
"rewards/utility_reward_func": 0.061247408390045166,
|
| 1130 |
+
"step": 40
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"clip_ratio/high_max": 0.0,
|
| 1134 |
+
"clip_ratio/high_mean": 0.0,
|
| 1135 |
+
"clip_ratio/low_mean": 0.0,
|
| 1136 |
+
"clip_ratio/low_min": 0.0,
|
| 1137 |
+
"clip_ratio/region_mean": 0.0,
|
| 1138 |
+
"completions/clipped_ratio": 0.0,
|
| 1139 |
+
"completions/max_length": 9041.0,
|
| 1140 |
+
"completions/max_terminated_length": 9041.0,
|
| 1141 |
+
"completions/mean_length": 5569.53125,
|
| 1142 |
+
"completions/mean_terminated_length": 5569.53125,
|
| 1143 |
+
"completions/min_length": 1926.0,
|
| 1144 |
+
"completions/min_terminated_length": 1926.0,
|
| 1145 |
+
"epoch": 0.0876068376068376,
|
| 1146 |
+
"grad_norm": 0.5440516549354221,
|
| 1147 |
+
"kl": 0.73486328125,
|
| 1148 |
+
"learning_rate": 5.500000000000001e-06,
|
| 1149 |
+
"loss": 0.0102,
|
| 1150 |
+
"num_tokens": 12677098.0,
|
| 1151 |
+
"reward": 0.4059770703315735,
|
| 1152 |
+
"reward_std": 0.4924428462982178,
|
| 1153 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1154 |
+
"rewards/successful_code_execution_reward_func": 0.6707386374473572,
|
| 1155 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1156 |
+
"rewards/successful_parsing_reward_func": 0.9652777910232544,
|
| 1157 |
+
"rewards/utility_reward_func": 0.07886820286512375,
|
| 1158 |
+
"step": 41
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"clip_ratio/high_max": 0.0,
|
| 1162 |
+
"clip_ratio/high_mean": 0.0,
|
| 1163 |
+
"clip_ratio/low_mean": 0.0,
|
| 1164 |
+
"clip_ratio/low_min": 0.0,
|
| 1165 |
+
"clip_ratio/region_mean": 0.0,
|
| 1166 |
+
"completions/clipped_ratio": 0.0,
|
| 1167 |
+
"completions/max_length": 8277.0,
|
| 1168 |
+
"completions/max_terminated_length": 8277.0,
|
| 1169 |
+
"completions/mean_length": 5186.34375,
|
| 1170 |
+
"completions/mean_terminated_length": 5186.34375,
|
| 1171 |
+
"completions/min_length": 2468.0,
|
| 1172 |
+
"completions/min_terminated_length": 2468.0,
|
| 1173 |
+
"epoch": 0.08974358974358974,
|
| 1174 |
+
"grad_norm": 0.07323387926836804,
|
| 1175 |
+
"kl": 0.26275634765625,
|
| 1176 |
+
"learning_rate": 5.1469340692247e-06,
|
| 1177 |
+
"loss": -0.0073,
|
| 1178 |
+
"num_tokens": 12967501.0,
|
| 1179 |
+
"reward": 0.36183637380599976,
|
| 1180 |
+
"reward_std": 0.38023996353149414,
|
| 1181 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1182 |
+
"rewards/successful_code_execution_reward_func": 0.577970564365387,
|
| 1183 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1184 |
+
"rewards/successful_parsing_reward_func": 0.9075149297714233,
|
| 1185 |
+
"rewards/utility_reward_func": 0.07007017731666565,
|
| 1186 |
+
"step": 42
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"clip_ratio/high_max": 0.0,
|
| 1190 |
+
"clip_ratio/high_mean": 0.0,
|
| 1191 |
+
"clip_ratio/low_mean": 0.0,
|
| 1192 |
+
"clip_ratio/low_min": 0.0,
|
| 1193 |
+
"clip_ratio/region_mean": 0.0,
|
| 1194 |
+
"completions/clipped_ratio": 0.0625,
|
| 1195 |
+
"completions/max_length": 8859.0,
|
| 1196 |
+
"completions/max_terminated_length": 8859.0,
|
| 1197 |
+
"completions/mean_length": 4840.65625,
|
| 1198 |
+
"completions/mean_terminated_length": 5163.366666666667,
|
| 1199 |
+
"completions/min_length": 0.0,
|
| 1200 |
+
"completions/min_terminated_length": 2604.0,
|
| 1201 |
+
"epoch": 0.09188034188034189,
|
| 1202 |
+
"grad_norm": 0.13037129951366888,
|
| 1203 |
+
"kl": 0.36981201171875,
|
| 1204 |
+
"learning_rate": 4.79604490731896e-06,
|
| 1205 |
+
"loss": 0.0331,
|
| 1206 |
+
"num_tokens": 13268952.0,
|
| 1207 |
+
"reward": 0.6934996843338013,
|
| 1208 |
+
"reward_std": 0.9891730546951294,
|
| 1209 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1210 |
+
"rewards/successful_code_execution_reward_func": 0.6411582231521606,
|
| 1211 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1212 |
+
"rewards/successful_parsing_reward_func": 0.9228783249855042,
|
| 1213 |
+
"rewards/utility_reward_func": 0.13638713955879211,
|
| 1214 |
+
"step": 43
|
| 1215 |
+
},
|
| 1216 |
+
{
|
| 1217 |
+
"clip_ratio/high_max": 0.0,
|
| 1218 |
+
"clip_ratio/high_mean": 0.0,
|
| 1219 |
+
"clip_ratio/low_mean": 0.0,
|
| 1220 |
+
"clip_ratio/low_min": 0.0,
|
| 1221 |
+
"clip_ratio/region_mean": 0.0,
|
| 1222 |
+
"completions/clipped_ratio": 0.03125,
|
| 1223 |
+
"completions/max_length": 8947.0,
|
| 1224 |
+
"completions/max_terminated_length": 8947.0,
|
| 1225 |
+
"completions/mean_length": 4978.1875,
|
| 1226 |
+
"completions/mean_terminated_length": 5138.774193548387,
|
| 1227 |
+
"completions/min_length": 0.0,
|
| 1228 |
+
"completions/min_terminated_length": 2443.0,
|
| 1229 |
+
"epoch": 0.09401709401709402,
|
| 1230 |
+
"grad_norm": 0.11949859363278825,
|
| 1231 |
+
"kl": 0.3361663818359375,
|
| 1232 |
+
"learning_rate": 4.449495862648427e-06,
|
| 1233 |
+
"loss": -0.0085,
|
| 1234 |
+
"num_tokens": 13556932.0,
|
| 1235 |
+
"reward": 0.3446043133735657,
|
| 1236 |
+
"reward_std": 0.4400365352630615,
|
| 1237 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1238 |
+
"rewards/successful_code_execution_reward_func": 0.6666632890701294,
|
| 1239 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1240 |
+
"rewards/successful_parsing_reward_func": 0.92415452003479,
|
| 1241 |
+
"rewards/utility_reward_func": 0.06660269945859909,
|
| 1242 |
+
"step": 44
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"clip_ratio/high_max": 0.0,
|
| 1246 |
+
"clip_ratio/high_mean": 0.0,
|
| 1247 |
+
"clip_ratio/low_mean": 0.0,
|
| 1248 |
+
"clip_ratio/low_min": 0.0,
|
| 1249 |
+
"clip_ratio/region_mean": 0.0,
|
| 1250 |
+
"completions/clipped_ratio": 0.0625,
|
| 1251 |
+
"completions/max_length": 9695.0,
|
| 1252 |
+
"completions/max_terminated_length": 9695.0,
|
| 1253 |
+
"completions/mean_length": 5289.65625,
|
| 1254 |
+
"completions/mean_terminated_length": 5642.3,
|
| 1255 |
+
"completions/min_length": 0.0,
|
| 1256 |
+
"completions/min_terminated_length": 2270.0,
|
| 1257 |
+
"epoch": 0.09615384615384616,
|
| 1258 |
+
"grad_norm": 0.10187792105154207,
|
| 1259 |
+
"kl": 0.206329345703125,
|
| 1260 |
+
"learning_rate": 4.109423525312737e-06,
|
| 1261 |
+
"loss": -0.014,
|
| 1262 |
+
"num_tokens": 13878344.0,
|
| 1263 |
+
"reward": 1.069939136505127,
|
| 1264 |
+
"reward_std": 1.3795127868652344,
|
| 1265 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1266 |
+
"rewards/successful_code_execution_reward_func": 0.6028566956520081,
|
| 1267 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1268 |
+
"rewards/successful_parsing_reward_func": 0.9103050231933594,
|
| 1269 |
+
"rewards/utility_reward_func": 0.2116851955652237,
|
| 1270 |
+
"step": 45
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"clip_ratio/high_max": 0.0,
|
| 1274 |
+
"clip_ratio/high_mean": 0.0,
|
| 1275 |
+
"clip_ratio/low_mean": 0.0,
|
| 1276 |
+
"clip_ratio/low_min": 0.0,
|
| 1277 |
+
"clip_ratio/region_mean": 0.0,
|
| 1278 |
+
"completions/clipped_ratio": 0.0,
|
| 1279 |
+
"completions/max_length": 9234.0,
|
| 1280 |
+
"completions/max_terminated_length": 9234.0,
|
| 1281 |
+
"completions/mean_length": 5689.28125,
|
| 1282 |
+
"completions/mean_terminated_length": 5689.28125,
|
| 1283 |
+
"completions/min_length": 2629.0,
|
| 1284 |
+
"completions/min_terminated_length": 2629.0,
|
| 1285 |
+
"epoch": 0.09829059829059829,
|
| 1286 |
+
"grad_norm": 0.09907432590761146,
|
| 1287 |
+
"kl": 0.252288818359375,
|
| 1288 |
+
"learning_rate": 3.777924554357096e-06,
|
| 1289 |
+
"loss": 0.0125,
|
| 1290 |
+
"num_tokens": 14191060.0,
|
| 1291 |
+
"reward": 0.8821263313293457,
|
| 1292 |
+
"reward_std": 0.9199132323265076,
|
| 1293 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1294 |
+
"rewards/successful_code_execution_reward_func": 0.6297247409820557,
|
| 1295 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1296 |
+
"rewards/successful_parsing_reward_func": 0.8932163715362549,
|
| 1297 |
+
"rewards/utility_reward_func": 0.17412066459655762,
|
| 1298 |
+
"step": 46
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"clip_ratio/high_max": 0.0,
|
| 1302 |
+
"clip_ratio/high_mean": 0.0,
|
| 1303 |
+
"clip_ratio/low_mean": 0.0,
|
| 1304 |
+
"clip_ratio/low_min": 0.0,
|
| 1305 |
+
"clip_ratio/region_mean": 0.0,
|
| 1306 |
+
"completions/clipped_ratio": 0.03125,
|
| 1307 |
+
"completions/max_length": 9690.0,
|
| 1308 |
+
"completions/max_terminated_length": 9690.0,
|
| 1309 |
+
"completions/mean_length": 5127.65625,
|
| 1310 |
+
"completions/mean_terminated_length": 5293.064516129032,
|
| 1311 |
+
"completions/min_length": 0.0,
|
| 1312 |
+
"completions/min_terminated_length": 3001.0,
|
| 1313 |
+
"epoch": 0.10042735042735043,
|
| 1314 |
+
"grad_norm": 0.117442853699414,
|
| 1315 |
+
"kl": 0.20562744140625,
|
| 1316 |
+
"learning_rate": 3.45704275117204e-06,
|
| 1317 |
+
"loss": -0.0347,
|
| 1318 |
+
"num_tokens": 14487972.0,
|
| 1319 |
+
"reward": 0.9619556069374084,
|
| 1320 |
+
"reward_std": 1.1848845481872559,
|
| 1321 |
+
"rewards/constraint_satisfaction_reward_func": 0.96875,
|
| 1322 |
+
"rewards/successful_code_execution_reward_func": 0.7243213057518005,
|
| 1323 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1324 |
+
"rewards/successful_parsing_reward_func": 0.8971354365348816,
|
| 1325 |
+
"rewards/utility_reward_func": 0.19012930989265442,
|
| 1326 |
+
"step": 47
|
| 1327 |
+
},
|
| 1328 |
+
{
|
| 1329 |
+
"clip_ratio/high_max": 0.0,
|
| 1330 |
+
"clip_ratio/high_mean": 0.0,
|
| 1331 |
+
"clip_ratio/low_mean": 0.0,
|
| 1332 |
+
"clip_ratio/low_min": 0.0,
|
| 1333 |
+
"clip_ratio/region_mean": 0.0,
|
| 1334 |
+
"completions/clipped_ratio": 0.0,
|
| 1335 |
+
"completions/max_length": 9927.0,
|
| 1336 |
+
"completions/max_terminated_length": 9927.0,
|
| 1337 |
+
"completions/mean_length": 5571.90625,
|
| 1338 |
+
"completions/mean_terminated_length": 5571.90625,
|
| 1339 |
+
"completions/min_length": 2299.0,
|
| 1340 |
+
"completions/min_terminated_length": 2299.0,
|
| 1341 |
+
"epoch": 0.10256410256410256,
|
| 1342 |
+
"grad_norm": 0.11263502888805668,
|
| 1343 |
+
"kl": 0.3785247802734375,
|
| 1344 |
+
"learning_rate": 3.1487564587782306e-06,
|
| 1345 |
+
"loss": -0.0166,
|
| 1346 |
+
"num_tokens": 14796817.0,
|
| 1347 |
+
"reward": 0.6865731477737427,
|
| 1348 |
+
"reward_std": 0.9901103973388672,
|
| 1349 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1350 |
+
"rewards/successful_code_execution_reward_func": 0.7390385866165161,
|
| 1351 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1352 |
+
"rewards/successful_parsing_reward_func": 0.9030382037162781,
|
| 1353 |
+
"rewards/utility_reward_func": 0.13498620688915253,
|
| 1354 |
+
"step": 48
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"clip_ratio/high_max": 0.0,
|
| 1358 |
+
"clip_ratio/high_mean": 0.0,
|
| 1359 |
+
"clip_ratio/low_mean": 0.0,
|
| 1360 |
+
"clip_ratio/low_min": 0.0,
|
| 1361 |
+
"clip_ratio/region_mean": 0.0,
|
| 1362 |
+
"completions/clipped_ratio": 0.03125,
|
| 1363 |
+
"completions/max_length": 8879.0,
|
| 1364 |
+
"completions/max_terminated_length": 8879.0,
|
| 1365 |
+
"completions/mean_length": 5262.96875,
|
| 1366 |
+
"completions/mean_terminated_length": 5432.741935483871,
|
| 1367 |
+
"completions/min_length": 0.0,
|
| 1368 |
+
"completions/min_terminated_length": 2690.0,
|
| 1369 |
+
"epoch": 0.1047008547008547,
|
| 1370 |
+
"grad_norm": 0.07011556216519438,
|
| 1371 |
+
"kl": 0.29779052734375,
|
| 1372 |
+
"learning_rate": 2.8549663646838717e-06,
|
| 1373 |
+
"loss": -0.0141,
|
| 1374 |
+
"num_tokens": 15126585.0,
|
| 1375 |
+
"reward": 0.11910636723041534,
|
| 1376 |
+
"reward_std": 0.14076979458332062,
|
| 1377 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1378 |
+
"rewards/successful_code_execution_reward_func": 0.5717679262161255,
|
| 1379 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1380 |
+
"rewards/successful_parsing_reward_func": 0.896297812461853,
|
| 1381 |
+
"rewards/utility_reward_func": 0.02152765914797783,
|
| 1382 |
+
"step": 49
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"clip_ratio/high_max": 0.0,
|
| 1386 |
+
"clip_ratio/high_mean": 0.0,
|
| 1387 |
+
"clip_ratio/low_mean": 0.0,
|
| 1388 |
+
"clip_ratio/low_min": 0.0,
|
| 1389 |
+
"clip_ratio/region_mean": 0.0,
|
| 1390 |
+
"completions/clipped_ratio": 0.0,
|
| 1391 |
+
"completions/max_length": 8900.0,
|
| 1392 |
+
"completions/max_terminated_length": 8900.0,
|
| 1393 |
+
"completions/mean_length": 5700.8125,
|
| 1394 |
+
"completions/mean_terminated_length": 5700.8125,
|
| 1395 |
+
"completions/min_length": 2535.0,
|
| 1396 |
+
"completions/min_terminated_length": 2535.0,
|
| 1397 |
+
"epoch": 0.10683760683760683,
|
| 1398 |
+
"grad_norm": 0.41419598815650255,
|
| 1399 |
+
"kl": 0.519134521484375,
|
| 1400 |
+
"learning_rate": 2.577483782514174e-06,
|
| 1401 |
+
"loss": 0.0138,
|
| 1402 |
+
"num_tokens": 15442066.0,
|
| 1403 |
+
"reward": 0.22905027866363525,
|
| 1404 |
+
"reward_std": 0.3577722907066345,
|
| 1405 |
+
"rewards/constraint_satisfaction_reward_func": 0.984375,
|
| 1406 |
+
"rewards/successful_code_execution_reward_func": 0.7121212482452393,
|
| 1407 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1408 |
+
"rewards/successful_parsing_reward_func": 0.9120686650276184,
|
| 1409 |
+
"rewards/utility_reward_func": 0.04351647198200226,
|
| 1410 |
+
"step": 50
|
| 1411 |
+
},
|
| 1412 |
+
{
|
| 1413 |
+
"clip_ratio/high_max": 0.0,
|
| 1414 |
+
"clip_ratio/high_mean": 0.0,
|
| 1415 |
+
"clip_ratio/low_mean": 0.0,
|
| 1416 |
+
"clip_ratio/low_min": 0.0,
|
| 1417 |
+
"clip_ratio/region_mean": 0.0,
|
| 1418 |
+
"completions/clipped_ratio": 0.0,
|
| 1419 |
+
"completions/max_length": 10034.0,
|
| 1420 |
+
"completions/max_terminated_length": 10034.0,
|
| 1421 |
+
"completions/mean_length": 5278.96875,
|
| 1422 |
+
"completions/mean_terminated_length": 5278.96875,
|
| 1423 |
+
"completions/min_length": 1832.0,
|
| 1424 |
+
"completions/min_terminated_length": 1832.0,
|
| 1425 |
+
"epoch": 0.10897435897435898,
|
| 1426 |
+
"grad_norm": 0.09133923773827608,
|
| 1427 |
+
"kl": 0.3924560546875,
|
| 1428 |
+
"learning_rate": 2.3180194846605362e-06,
|
| 1429 |
+
"loss": 0.0272,
|
| 1430 |
+
"num_tokens": 15741043.0,
|
| 1431 |
+
"reward": 0.27375099062919617,
|
| 1432 |
+
"reward_std": 0.4570543169975281,
|
| 1433 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1434 |
+
"rewards/successful_code_execution_reward_func": 0.5625715255737305,
|
| 1435 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1436 |
+
"rewards/successful_parsing_reward_func": 0.9071673154830933,
|
| 1437 |
+
"rewards/utility_reward_func": 0.05245624855160713,
|
| 1438 |
+
"step": 51
|
| 1439 |
+
},
|
| 1440 |
+
{
|
| 1441 |
+
"clip_ratio/high_max": 0.0,
|
| 1442 |
+
"clip_ratio/high_mean": 0.0,
|
| 1443 |
+
"clip_ratio/low_mean": 0.0,
|
| 1444 |
+
"clip_ratio/low_min": 0.0,
|
| 1445 |
+
"clip_ratio/region_mean": 0.0,
|
| 1446 |
+
"completions/clipped_ratio": 0.03125,
|
| 1447 |
+
"completions/max_length": 7426.0,
|
| 1448 |
+
"completions/max_terminated_length": 7426.0,
|
| 1449 |
+
"completions/mean_length": 4905.0625,
|
| 1450 |
+
"completions/mean_terminated_length": 5063.290322580645,
|
| 1451 |
+
"completions/min_length": 0.0,
|
| 1452 |
+
"completions/min_terminated_length": 2637.0,
|
| 1453 |
+
"epoch": 0.1111111111111111,
|
| 1454 |
+
"grad_norm": 0.06136048782432445,
|
| 1455 |
+
"kl": 0.271026611328125,
|
| 1456 |
+
"learning_rate": 2.078173154799861e-06,
|
| 1457 |
+
"loss": -0.0061,
|
| 1458 |
+
"num_tokens": 16037534.0,
|
| 1459 |
+
"reward": 0.24373172223567963,
|
| 1460 |
+
"reward_std": 0.32430875301361084,
|
| 1461 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1462 |
+
"rewards/successful_code_execution_reward_func": 0.5638384222984314,
|
| 1463 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1464 |
+
"rewards/successful_parsing_reward_func": 0.924727201461792,
|
| 1465 |
+
"rewards/utility_reward_func": 0.04644863307476044,
|
| 1466 |
+
"step": 52
|
| 1467 |
+
},
|
| 1468 |
+
{
|
| 1469 |
+
"clip_ratio/high_max": 0.0,
|
| 1470 |
+
"clip_ratio/high_mean": 0.0,
|
| 1471 |
+
"clip_ratio/low_mean": 0.0,
|
| 1472 |
+
"clip_ratio/low_min": 0.0,
|
| 1473 |
+
"clip_ratio/region_mean": 0.0,
|
| 1474 |
+
"completions/clipped_ratio": 0.0625,
|
| 1475 |
+
"completions/max_length": 9527.0,
|
| 1476 |
+
"completions/max_terminated_length": 9527.0,
|
| 1477 |
+
"completions/mean_length": 4619.46875,
|
| 1478 |
+
"completions/mean_terminated_length": 4927.433333333333,
|
| 1479 |
+
"completions/min_length": 0.0,
|
| 1480 |
+
"completions/min_terminated_length": 1581.0,
|
| 1481 |
+
"epoch": 0.11324786324786325,
|
| 1482 |
+
"grad_norm": 0.05808359717947583,
|
| 1483 |
+
"kl": 0.22265625,
|
| 1484 |
+
"learning_rate": 1.859423525312737e-06,
|
| 1485 |
+
"loss": 0.0079,
|
| 1486 |
+
"num_tokens": 16335450.0,
|
| 1487 |
+
"reward": 0.21148943901062012,
|
| 1488 |
+
"reward_std": 0.2547459900379181,
|
| 1489 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1490 |
+
"rewards/successful_code_execution_reward_func": 0.6628144979476929,
|
| 1491 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1492 |
+
"rewards/successful_parsing_reward_func": 0.9208818674087524,
|
| 1493 |
+
"rewards/utility_reward_func": 0.03998114913702011,
|
| 1494 |
+
"step": 53
|
| 1495 |
+
},
|
| 1496 |
+
{
|
| 1497 |
+
"clip_ratio/high_max": 0.0,
|
| 1498 |
+
"clip_ratio/high_mean": 0.0,
|
| 1499 |
+
"clip_ratio/low_mean": 0.0,
|
| 1500 |
+
"clip_ratio/low_min": 0.0,
|
| 1501 |
+
"clip_ratio/region_mean": 0.0,
|
| 1502 |
+
"completions/clipped_ratio": 0.03125,
|
| 1503 |
+
"completions/max_length": 9463.0,
|
| 1504 |
+
"completions/max_terminated_length": 9463.0,
|
| 1505 |
+
"completions/mean_length": 5099.0,
|
| 1506 |
+
"completions/mean_terminated_length": 5263.4838709677415,
|
| 1507 |
+
"completions/min_length": 0.0,
|
| 1508 |
+
"completions/min_terminated_length": 2053.0,
|
| 1509 |
+
"epoch": 0.11538461538461539,
|
| 1510 |
+
"grad_norm": 0.08558113646292538,
|
| 1511 |
+
"kl": 0.288360595703125,
|
| 1512 |
+
"learning_rate": 1.6631192604065856e-06,
|
| 1513 |
+
"loss": 0.0064,
|
| 1514 |
+
"num_tokens": 16636420.0,
|
| 1515 |
+
"reward": 0.28765812516212463,
|
| 1516 |
+
"reward_std": 0.46562910079956055,
|
| 1517 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1518 |
+
"rewards/successful_code_execution_reward_func": 0.6401413679122925,
|
| 1519 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1520 |
+
"rewards/successful_parsing_reward_func": 0.9321180582046509,
|
| 1521 |
+
"rewards/utility_reward_func": 0.05521716922521591,
|
| 1522 |
+
"step": 54
|
| 1523 |
+
},
|
| 1524 |
+
{
|
| 1525 |
+
"clip_ratio/high_max": 0.0,
|
| 1526 |
+
"clip_ratio/high_mean": 0.0,
|
| 1527 |
+
"clip_ratio/low_mean": 0.0,
|
| 1528 |
+
"clip_ratio/low_min": 0.0,
|
| 1529 |
+
"clip_ratio/region_mean": 0.0,
|
| 1530 |
+
"completions/clipped_ratio": 0.03125,
|
| 1531 |
+
"completions/max_length": 8165.0,
|
| 1532 |
+
"completions/max_terminated_length": 8165.0,
|
| 1533 |
+
"completions/mean_length": 4702.5,
|
| 1534 |
+
"completions/mean_terminated_length": 4854.193548387097,
|
| 1535 |
+
"completions/min_length": 0.0,
|
| 1536 |
+
"completions/min_terminated_length": 1435.0,
|
| 1537 |
+
"epoch": 0.11752136752136752,
|
| 1538 |
+
"grad_norm": 0.06964602043928762,
|
| 1539 |
+
"kl": 0.302154541015625,
|
| 1540 |
+
"learning_rate": 1.490470641152345e-06,
|
| 1541 |
+
"loss": -0.0101,
|
| 1542 |
+
"num_tokens": 16923891.0,
|
| 1543 |
+
"reward": 0.1673395037651062,
|
| 1544 |
+
"reward_std": 0.2552884519100189,
|
| 1545 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1546 |
+
"rewards/successful_code_execution_reward_func": 0.5235062837600708,
|
| 1547 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1548 |
+
"rewards/successful_parsing_reward_func": 0.9171998500823975,
|
| 1549 |
+
"rewards/utility_reward_func": 0.0311797596514225,
|
| 1550 |
+
"step": 55
|
| 1551 |
+
},
|
| 1552 |
+
{
|
| 1553 |
+
"clip_ratio/high_max": 0.0,
|
| 1554 |
+
"clip_ratio/high_mean": 0.0,
|
| 1555 |
+
"clip_ratio/low_mean": 0.0,
|
| 1556 |
+
"clip_ratio/low_min": 0.0,
|
| 1557 |
+
"clip_ratio/region_mean": 0.0,
|
| 1558 |
+
"completions/clipped_ratio": 0.03125,
|
| 1559 |
+
"completions/max_length": 8940.0,
|
| 1560 |
+
"completions/max_terminated_length": 8940.0,
|
| 1561 |
+
"completions/mean_length": 5183.78125,
|
| 1562 |
+
"completions/mean_terminated_length": 5351.0,
|
| 1563 |
+
"completions/min_length": 0.0,
|
| 1564 |
+
"completions/min_terminated_length": 2205.0,
|
| 1565 |
+
"epoch": 0.11965811965811966,
|
| 1566 |
+
"grad_norm": 0.06968922813852535,
|
| 1567 |
+
"kl": 0.2431640625,
|
| 1568 |
+
"learning_rate": 1.3425421036992098e-06,
|
| 1569 |
+
"loss": 0.002,
|
| 1570 |
+
"num_tokens": 17234992.0,
|
| 1571 |
+
"reward": 0.3152891993522644,
|
| 1572 |
+
"reward_std": 0.4457589387893677,
|
| 1573 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1574 |
+
"rewards/successful_code_execution_reward_func": 0.6660599708557129,
|
| 1575 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1576 |
+
"rewards/successful_parsing_reward_func": 0.8508894443511963,
|
| 1577 |
+
"rewards/utility_reward_func": 0.0607544481754303,
|
| 1578 |
+
"step": 56
|
| 1579 |
+
},
|
| 1580 |
+
{
|
| 1581 |
+
"clip_ratio/high_max": 0.0,
|
| 1582 |
+
"clip_ratio/high_mean": 0.0,
|
| 1583 |
+
"clip_ratio/low_mean": 0.0,
|
| 1584 |
+
"clip_ratio/low_min": 0.0,
|
| 1585 |
+
"clip_ratio/region_mean": 0.0,
|
| 1586 |
+
"completions/clipped_ratio": 0.0,
|
| 1587 |
+
"completions/max_length": 7843.0,
|
| 1588 |
+
"completions/max_terminated_length": 7843.0,
|
| 1589 |
+
"completions/mean_length": 4938.625,
|
| 1590 |
+
"completions/mean_terminated_length": 4938.625,
|
| 1591 |
+
"completions/min_length": 2325.0,
|
| 1592 |
+
"completions/min_terminated_length": 2325.0,
|
| 1593 |
+
"epoch": 0.12179487179487179,
|
| 1594 |
+
"grad_norm": 0.10517713287333766,
|
| 1595 |
+
"kl": 0.155487060546875,
|
| 1596 |
+
"learning_rate": 1.2202456766718092e-06,
|
| 1597 |
+
"loss": -0.0089,
|
| 1598 |
+
"num_tokens": 17528965.0,
|
| 1599 |
+
"reward": 0.6346352100372314,
|
| 1600 |
+
"reward_std": 0.614031195640564,
|
| 1601 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1602 |
+
"rewards/successful_code_execution_reward_func": 0.7036257982254028,
|
| 1603 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1604 |
+
"rewards/successful_parsing_reward_func": 0.8766368627548218,
|
| 1605 |
+
"rewards/utility_reward_func": 0.12461098283529282,
|
| 1606 |
+
"step": 57
|
| 1607 |
+
},
|
| 1608 |
+
{
|
| 1609 |
+
"clip_ratio/high_max": 0.0,
|
| 1610 |
+
"clip_ratio/high_mean": 0.0,
|
| 1611 |
+
"clip_ratio/low_mean": 0.0,
|
| 1612 |
+
"clip_ratio/low_min": 0.0,
|
| 1613 |
+
"clip_ratio/region_mean": 0.0,
|
| 1614 |
+
"completions/clipped_ratio": 0.0,
|
| 1615 |
+
"completions/max_length": 9878.0,
|
| 1616 |
+
"completions/max_terminated_length": 9878.0,
|
| 1617 |
+
"completions/mean_length": 5030.96875,
|
| 1618 |
+
"completions/mean_terminated_length": 5030.96875,
|
| 1619 |
+
"completions/min_length": 2257.0,
|
| 1620 |
+
"completions/min_terminated_length": 2257.0,
|
| 1621 |
+
"epoch": 0.12393162393162394,
|
| 1622 |
+
"grad_norm": 0.11120189846420504,
|
| 1623 |
+
"kl": 0.26873779296875,
|
| 1624 |
+
"learning_rate": 1.1243353582104554e-06,
|
| 1625 |
+
"loss": -0.0108,
|
| 1626 |
+
"num_tokens": 17819650.0,
|
| 1627 |
+
"reward": 0.22769173979759216,
|
| 1628 |
+
"reward_std": 0.24561473727226257,
|
| 1629 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1630 |
+
"rewards/successful_code_execution_reward_func": 0.6461749076843262,
|
| 1631 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1632 |
+
"rewards/successful_parsing_reward_func": 0.923301100730896,
|
| 1633 |
+
"rewards/utility_reward_func": 0.043224453926086426,
|
| 1634 |
+
"step": 58
|
| 1635 |
+
},
|
| 1636 |
+
{
|
| 1637 |
+
"clip_ratio/high_max": 0.0,
|
| 1638 |
+
"clip_ratio/high_mean": 0.0,
|
| 1639 |
+
"clip_ratio/low_mean": 0.0,
|
| 1640 |
+
"clip_ratio/low_min": 0.0,
|
| 1641 |
+
"clip_ratio/region_mean": 0.0,
|
| 1642 |
+
"completions/clipped_ratio": 0.09375,
|
| 1643 |
+
"completions/max_length": 9634.0,
|
| 1644 |
+
"completions/max_terminated_length": 9634.0,
|
| 1645 |
+
"completions/mean_length": 4724.53125,
|
| 1646 |
+
"completions/mean_terminated_length": 5213.275862068966,
|
| 1647 |
+
"completions/min_length": 0.0,
|
| 1648 |
+
"completions/min_terminated_length": 2819.0,
|
| 1649 |
+
"epoch": 0.12606837606837606,
|
| 1650 |
+
"grad_norm": 0.07749116939560954,
|
| 1651 |
+
"kl": 0.22208786010742188,
|
| 1652 |
+
"learning_rate": 1.0554024673218806e-06,
|
| 1653 |
+
"loss": 0.0051,
|
| 1654 |
+
"num_tokens": 18126661.0,
|
| 1655 |
+
"reward": 0.3350598216056824,
|
| 1656 |
+
"reward_std": 0.4074792265892029,
|
| 1657 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1658 |
+
"rewards/successful_code_execution_reward_func": 0.5758612751960754,
|
| 1659 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1660 |
+
"rewards/successful_parsing_reward_func": 0.8875744342803955,
|
| 1661 |
+
"rewards/utility_reward_func": 0.06471927464008331,
|
| 1662 |
+
"step": 59
|
| 1663 |
+
},
|
| 1664 |
+
{
|
| 1665 |
+
"clip_ratio/high_max": 0.0,
|
| 1666 |
+
"clip_ratio/high_mean": 0.0,
|
| 1667 |
+
"clip_ratio/low_mean": 0.0,
|
| 1668 |
+
"clip_ratio/low_min": 0.0,
|
| 1669 |
+
"clip_ratio/region_mean": 0.0,
|
| 1670 |
+
"completions/clipped_ratio": 0.0,
|
| 1671 |
+
"completions/max_length": 9403.0,
|
| 1672 |
+
"completions/max_terminated_length": 9403.0,
|
| 1673 |
+
"completions/mean_length": 5518.96875,
|
| 1674 |
+
"completions/mean_terminated_length": 5518.96875,
|
| 1675 |
+
"completions/min_length": 2955.0,
|
| 1676 |
+
"completions/min_terminated_length": 2955.0,
|
| 1677 |
+
"epoch": 0.1282051282051282,
|
| 1678 |
+
"grad_norm": 0.11648518986862501,
|
| 1679 |
+
"kl": 0.1890869140625,
|
| 1680 |
+
"learning_rate": 1.013871998200924e-06,
|
| 1681 |
+
"loss": 0.0471,
|
| 1682 |
+
"num_tokens": 18432399.0,
|
| 1683 |
+
"reward": 0.4429653584957123,
|
| 1684 |
+
"reward_std": 0.6282458305358887,
|
| 1685 |
+
"rewards/constraint_satisfaction_reward_func": 1.0,
|
| 1686 |
+
"rewards/successful_code_execution_reward_func": 0.6058531999588013,
|
| 1687 |
+
"rewards/successful_no_deal_reward_func": 0.0,
|
| 1688 |
+
"rewards/successful_parsing_reward_func": 0.9258173108100891,
|
| 1689 |
+
"rewards/utility_reward_func": 0.08628673851490021,
|
| 1690 |
+
"step": 60
|
| 1691 |
+
}
|
| 1692 |
+
],
|
| 1693 |
+
"logging_steps": 1,
|
| 1694 |
+
"max_steps": 60,
|
| 1695 |
+
"num_input_tokens_seen": 18432399,
|
| 1696 |
+
"num_train_epochs": 1,
|
| 1697 |
+
"save_steps": 30,
|
| 1698 |
+
"stateful_callbacks": {
|
| 1699 |
+
"TrainerControl": {
|
| 1700 |
+
"args": {
|
| 1701 |
+
"should_epoch_stop": false,
|
| 1702 |
+
"should_evaluate": false,
|
| 1703 |
+
"should_log": false,
|
| 1704 |
+
"should_save": true,
|
| 1705 |
+
"should_training_stop": true
|
| 1706 |
+
},
|
| 1707 |
+
"attributes": {}
|
| 1708 |
+
}
|
| 1709 |
+
},
|
| 1710 |
+
"total_flos": 0.0,
|
| 1711 |
+
"train_batch_size": 1,
|
| 1712 |
+
"trial_name": null,
|
| 1713 |
+
"trial_params": null
|
| 1714 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|