Model save
Browse files- .gitattributes +1 -0
- README.md +68 -0
- added_tokens.json +24 -0
- config.json +30 -0
- generation_config.json +6 -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 +346 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +209 -0
- trainer_state.json +1031 -0
- training_args.bin +3 -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
|
README.md
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-7B
|
| 3 |
+
library_name: transformers
|
| 4 |
+
model_name: bandit-brier-RLCR-v1
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
- trl
|
| 8 |
+
- grpo
|
| 9 |
+
licence: license
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for bandit-brier-RLCR-v1
|
| 13 |
+
|
| 14 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B).
|
| 15 |
+
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 16 |
+
|
| 17 |
+
## Quick start
|
| 18 |
+
|
| 19 |
+
```python
|
| 20 |
+
from transformers import pipeline
|
| 21 |
+
|
| 22 |
+
question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
|
| 23 |
+
generator = pipeline("text-generation", model="mehuldamani/bandit-brier-RLCR-v1", device="cuda")
|
| 24 |
+
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
| 25 |
+
print(output["generated_text"])
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
## Training procedure
|
| 29 |
+
|
| 30 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/mehuldamani/RLCR/runs/ywctfgx3)
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models](https://huggingface.co/papers/2402.03300).
|
| 34 |
+
|
| 35 |
+
### Framework versions
|
| 36 |
+
|
| 37 |
+
- TRL: 0.16.0.dev0
|
| 38 |
+
- Transformers: 4.48.3
|
| 39 |
+
- Pytorch: 2.5.1
|
| 40 |
+
- Datasets: 4.0.0
|
| 41 |
+
- Tokenizers: 0.21.1
|
| 42 |
+
|
| 43 |
+
## Citations
|
| 44 |
+
|
| 45 |
+
Cite GRPO as:
|
| 46 |
+
|
| 47 |
+
```bibtex
|
| 48 |
+
@article{zhihong2024deepseekmath,
|
| 49 |
+
title = {{DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models}},
|
| 50 |
+
author = {Zhihong Shao and Peiyi Wang and Qihao Zhu and Runxin Xu and Junxiao Song and Mingchuan Zhang and Y. K. Li and Y. Wu and Daya Guo},
|
| 51 |
+
year = 2024,
|
| 52 |
+
eprint = {arXiv:2402.03300},
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
+
Cite TRL as:
|
| 58 |
+
|
| 59 |
+
```bibtex
|
| 60 |
+
@misc{vonwerra2022trl,
|
| 61 |
+
title = {{TRL: Transformer Reinforcement Learning}},
|
| 62 |
+
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallouédec},
|
| 63 |
+
year = 2020,
|
| 64 |
+
journal = {GitHub repository},
|
| 65 |
+
publisher = {GitHub},
|
| 66 |
+
howpublished = {\url{https://github.com/huggingface/trl}}
|
| 67 |
+
}
|
| 68 |
+
```
|
added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Qwen/Qwen2.5-7B",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Qwen2ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 151643,
|
| 8 |
+
"eos_token_id": 151643,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 3584,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 18944,
|
| 13 |
+
"max_position_embeddings": 131072,
|
| 14 |
+
"max_window_layers": 28,
|
| 15 |
+
"model_type": "qwen2",
|
| 16 |
+
"num_attention_heads": 28,
|
| 17 |
+
"num_hidden_layers": 28,
|
| 18 |
+
"num_key_value_heads": 4,
|
| 19 |
+
"rms_norm_eps": 1e-06,
|
| 20 |
+
"rope_scaling": null,
|
| 21 |
+
"rope_theta": 1000000.0,
|
| 22 |
+
"sliding_window": null,
|
| 23 |
+
"tie_word_embeddings": false,
|
| 24 |
+
"torch_dtype": "bfloat16",
|
| 25 |
+
"transformers_version": "4.48.3",
|
| 26 |
+
"use_cache": false,
|
| 27 |
+
"use_mrope": false,
|
| 28 |
+
"use_sliding_window": false,
|
| 29 |
+
"vocab_size": 152064
|
| 30 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"eos_token_id": 151643,
|
| 4 |
+
"max_new_tokens": 2048,
|
| 5 |
+
"transformers_version": "4.48.3"
|
| 6 |
+
}
|
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:b400bac4320f407b36301ea948e031c6d26d81749ad0b91f23aa1b687c5f903a
|
| 3 |
+
size 4877660776
|
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d56819f164c06fadd68642d760fe2314f16384185f8da6f0252ae6a323259ec7
|
| 3 |
+
size 4932751008
|
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bd61953510fc8d2fdf9b27d1145446325aeeb339f97041e4ed1bd53c5a23554
|
| 3 |
+
size 4330865200
|
model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e792c7fa5b992c58aaf57a8a3b296c07b7555576c830c4386c004fba5c91813
|
| 3 |
+
size 1089994880
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 15231233024
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.bias": "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_proj.bias": "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_proj.bias": "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.bias": "model-00001-of-00004.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 32 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 128 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 140 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 164 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 176 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 212 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 224 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 248 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 260 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 265 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 272 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 273 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 274 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 275 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 276 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 277 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 278 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 279 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 280 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 281 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 282 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 283 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 284 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 285 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 286 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 287 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 288 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 289 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 292 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 293 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 294 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 295 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 296 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 297 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 298 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 299 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 300 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 301 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 302 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 303 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 304 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 305 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 306 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 307 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 308 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 309 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 310 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 311 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 312 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 315 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 316 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 317 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 318 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 319 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 320 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 321 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 322 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 323 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 324 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 325 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 326 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 327 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 328 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 329 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 330 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 331 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 332 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 333 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 334 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 335 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 336 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 337 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 338 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 339 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 340 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 341 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 342 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 343 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 344 |
+
"model.norm.weight": "model-00003-of-00004.safetensors"
|
| 345 |
+
}
|
| 346 |
+
}
|
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": "<|endoftext|>",
|
| 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:5eee858c5123a4279c3e1f7b81247343f356ac767940b2692a928ad929543214
|
| 3 |
+
size 11422063
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# 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>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\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\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
| 199 |
+
"clean_up_tokenization_spaces": false,
|
| 200 |
+
"eos_token": "<|endoftext|>",
|
| 201 |
+
"errors": "replace",
|
| 202 |
+
"extra_special_tokens": {},
|
| 203 |
+
"model_max_length": 131072,
|
| 204 |
+
"pad_token": "<|endoftext|>",
|
| 205 |
+
"padding_side": "left",
|
| 206 |
+
"split_special_tokens": false,
|
| 207 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 208 |
+
"unk_token": null
|
| 209 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,1031 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.9996190476190476,
|
| 5 |
+
"eval_steps": 50,
|
| 6 |
+
"global_step": 164,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"clip_ratio/high_max": 0.0,
|
| 13 |
+
"clip_ratio/high_mean": 0.0,
|
| 14 |
+
"clip_ratio/low_mean": 0.0,
|
| 15 |
+
"clip_ratio/low_min": 0.0,
|
| 16 |
+
"clip_ratio/region_mean": 0.0,
|
| 17 |
+
"completions/clipped_ratio": 0.77177734375,
|
| 18 |
+
"completions/max_length": 128.0,
|
| 19 |
+
"completions/max_terminated_length": 128.0,
|
| 20 |
+
"completions/mean_length": 116.989453125,
|
| 21 |
+
"completions/mean_terminated_length": 79.75372467041015,
|
| 22 |
+
"completions/min_length": 2.0,
|
| 23 |
+
"completions/min_terminated_length": 2.0,
|
| 24 |
+
"epoch": 0.030476190476190476,
|
| 25 |
+
"grad_norm": 0.044517017900943756,
|
| 26 |
+
"learning_rate": 5.555555555555555e-07,
|
| 27 |
+
"loss": 0.0351,
|
| 28 |
+
"num_tokens": 3786900.0,
|
| 29 |
+
"reward": 0.1602703720331192,
|
| 30 |
+
"reward_std": 0.3331510126590729,
|
| 31 |
+
"rewards/accuracy_reward": 0.02919921875,
|
| 32 |
+
"rewards/brier_reward": 0.12679073810577393,
|
| 33 |
+
"rewards/confidence_one_or_zero": 0.11162109375,
|
| 34 |
+
"rewards/format_reward": 0.16455078125,
|
| 35 |
+
"rewards/log_2_reward": 1.5036844968795777,
|
| 36 |
+
"rewards/mean_confidence_reward": 0.10052483528852463,
|
| 37 |
+
"step": 5
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"clip_ratio/high_max": 0.0,
|
| 41 |
+
"clip_ratio/high_mean": 0.0,
|
| 42 |
+
"clip_ratio/low_mean": 0.0,
|
| 43 |
+
"clip_ratio/low_min": 0.0,
|
| 44 |
+
"clip_ratio/region_mean": 0.0,
|
| 45 |
+
"completions/clipped_ratio": 0.4662109375,
|
| 46 |
+
"completions/max_length": 128.0,
|
| 47 |
+
"completions/max_terminated_length": 128.0,
|
| 48 |
+
"completions/mean_length": 100.52607421875,
|
| 49 |
+
"completions/mean_terminated_length": 77.6335220336914,
|
| 50 |
+
"completions/min_length": 2.2,
|
| 51 |
+
"completions/min_terminated_length": 2.2,
|
| 52 |
+
"epoch": 0.06095238095238095,
|
| 53 |
+
"grad_norm": 0.05621691420674324,
|
| 54 |
+
"learning_rate": 1e-06,
|
| 55 |
+
"loss": 0.0748,
|
| 56 |
+
"num_tokens": 7405151.0,
|
| 57 |
+
"reward": 0.4929037868976593,
|
| 58 |
+
"reward_std": 0.4538139343261719,
|
| 59 |
+
"rewards/accuracy_reward": 0.1025390625,
|
| 60 |
+
"rewards/brier_reward": 0.38190129995346067,
|
| 61 |
+
"rewards/confidence_one_or_zero": 0.20380859375,
|
| 62 |
+
"rewards/format_reward": 0.5013671875,
|
| 63 |
+
"rewards/log_2_reward": 4.606710624694824,
|
| 64 |
+
"rewards/mean_confidence_reward": 0.24942362308502197,
|
| 65 |
+
"step": 10
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"clip_ratio/high_max": 0.0,
|
| 69 |
+
"clip_ratio/high_mean": 0.0,
|
| 70 |
+
"clip_ratio/low_mean": 0.0,
|
| 71 |
+
"clip_ratio/low_min": 0.0,
|
| 72 |
+
"clip_ratio/region_mean": 0.0,
|
| 73 |
+
"completions/clipped_ratio": 0.04775390625,
|
| 74 |
+
"completions/max_length": 128.0,
|
| 75 |
+
"completions/max_terminated_length": 126.2,
|
| 76 |
+
"completions/mean_length": 64.80859375,
|
| 77 |
+
"completions/mean_terminated_length": 61.81011734008789,
|
| 78 |
+
"completions/min_length": 16.0,
|
| 79 |
+
"completions/min_terminated_length": 16.0,
|
| 80 |
+
"epoch": 0.09142857142857143,
|
| 81 |
+
"grad_norm": 0.007118818815797567,
|
| 82 |
+
"learning_rate": 1e-06,
|
| 83 |
+
"loss": 0.0258,
|
| 84 |
+
"num_tokens": 10656791.0,
|
| 85 |
+
"reward": 0.914728832244873,
|
| 86 |
+
"reward_std": 0.2808063507080078,
|
| 87 |
+
"rewards/accuracy_reward": 0.1908203125,
|
| 88 |
+
"rewards/brier_reward": 0.6954732894897461,
|
| 89 |
+
"rewards/confidence_one_or_zero": 0.298828125,
|
| 90 |
+
"rewards/format_reward": 0.9431640625,
|
| 91 |
+
"rewards/log_2_reward": 8.584617424011231,
|
| 92 |
+
"rewards/mean_confidence_reward": 0.4371844470500946,
|
| 93 |
+
"step": 15
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"clip_ratio/high_max": 0.0,
|
| 97 |
+
"clip_ratio/high_mean": 0.0,
|
| 98 |
+
"clip_ratio/low_mean": 0.0,
|
| 99 |
+
"clip_ratio/low_min": 0.0,
|
| 100 |
+
"clip_ratio/region_mean": 0.0,
|
| 101 |
+
"completions/clipped_ratio": 0.00048828125,
|
| 102 |
+
"completions/max_length": 119.2,
|
| 103 |
+
"completions/max_terminated_length": 109.2,
|
| 104 |
+
"completions/mean_length": 43.25625,
|
| 105 |
+
"completions/mean_terminated_length": 43.215232849121094,
|
| 106 |
+
"completions/min_length": 19.0,
|
| 107 |
+
"completions/min_terminated_length": 19.0,
|
| 108 |
+
"epoch": 0.1219047619047619,
|
| 109 |
+
"grad_norm": 0.0038136562798172235,
|
| 110 |
+
"learning_rate": 1e-06,
|
| 111 |
+
"loss": -0.0002,
|
| 112 |
+
"num_tokens": 13686359.0,
|
| 113 |
+
"reward": 0.9965023279190064,
|
| 114 |
+
"reward_std": 0.15809117555618285,
|
| 115 |
+
"rewards/accuracy_reward": 0.21064453125,
|
| 116 |
+
"rewards/brier_reward": 0.7860710978507995,
|
| 117 |
+
"rewards/confidence_one_or_zero": 0.33076171875,
|
| 118 |
+
"rewards/format_reward": 0.9962890625,
|
| 119 |
+
"rewards/log_2_reward": 9.255117416381836,
|
| 120 |
+
"rewards/mean_confidence_reward": 0.3694546759128571,
|
| 121 |
+
"step": 20
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"clip_ratio/high_max": 0.0,
|
| 125 |
+
"clip_ratio/high_mean": 0.0,
|
| 126 |
+
"clip_ratio/low_mean": 0.0,
|
| 127 |
+
"clip_ratio/low_min": 0.0,
|
| 128 |
+
"clip_ratio/region_mean": 0.0,
|
| 129 |
+
"completions/clipped_ratio": 9.765625e-05,
|
| 130 |
+
"completions/max_length": 110.8,
|
| 131 |
+
"completions/max_terminated_length": 103.0,
|
| 132 |
+
"completions/mean_length": 41.52744140625,
|
| 133 |
+
"completions/mean_terminated_length": 41.51896286010742,
|
| 134 |
+
"completions/min_length": 21.4,
|
| 135 |
+
"completions/min_terminated_length": 21.4,
|
| 136 |
+
"epoch": 0.1523809523809524,
|
| 137 |
+
"grad_norm": 0.003012983128428459,
|
| 138 |
+
"learning_rate": 1e-06,
|
| 139 |
+
"loss": -0.0001,
|
| 140 |
+
"num_tokens": 16700880.0,
|
| 141 |
+
"reward": 1.0461133480072022,
|
| 142 |
+
"reward_std": 0.10825497806072235,
|
| 143 |
+
"rewards/accuracy_reward": 0.26142578125,
|
| 144 |
+
"rewards/brier_reward": 0.8320704221725463,
|
| 145 |
+
"rewards/confidence_one_or_zero": 0.34912109375,
|
| 146 |
+
"rewards/format_reward": 0.99873046875,
|
| 147 |
+
"rewards/log_2_reward": 9.48110408782959,
|
| 148 |
+
"rewards/mean_confidence_reward": 0.26596843302249906,
|
| 149 |
+
"step": 25
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"clip_ratio/high_max": 0.0,
|
| 153 |
+
"clip_ratio/high_mean": 0.0,
|
| 154 |
+
"clip_ratio/low_mean": 0.0,
|
| 155 |
+
"clip_ratio/low_min": 0.0,
|
| 156 |
+
"clip_ratio/region_mean": 0.0,
|
| 157 |
+
"completions/clipped_ratio": 0.0,
|
| 158 |
+
"completions/max_length": 82.8,
|
| 159 |
+
"completions/max_terminated_length": 82.8,
|
| 160 |
+
"completions/mean_length": 39.5283203125,
|
| 161 |
+
"completions/mean_terminated_length": 39.5283203125,
|
| 162 |
+
"completions/min_length": 21.8,
|
| 163 |
+
"completions/min_terminated_length": 21.8,
|
| 164 |
+
"epoch": 0.18285714285714286,
|
| 165 |
+
"grad_norm": 0.0036328076384961605,
|
| 166 |
+
"learning_rate": 1e-06,
|
| 167 |
+
"loss": 0.0001,
|
| 168 |
+
"num_tokens": 19692754.0,
|
| 169 |
+
"reward": 1.048519992828369,
|
| 170 |
+
"reward_std": 0.0714333064854145,
|
| 171 |
+
"rewards/accuracy_reward": 0.271875,
|
| 172 |
+
"rewards/brier_reward": 0.8257508277893066,
|
| 173 |
+
"rewards/confidence_one_or_zero": 0.299609375,
|
| 174 |
+
"rewards/format_reward": 0.9994140625,
|
| 175 |
+
"rewards/log_2_reward": 9.493891334533691,
|
| 176 |
+
"rewards/mean_confidence_reward": 0.22483715116977693,
|
| 177 |
+
"step": 30
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"clip_ratio/high_max": 0.0,
|
| 181 |
+
"clip_ratio/high_mean": 0.0,
|
| 182 |
+
"clip_ratio/low_mean": 0.0,
|
| 183 |
+
"clip_ratio/low_min": 0.0,
|
| 184 |
+
"clip_ratio/region_mean": 0.0,
|
| 185 |
+
"completions/clipped_ratio": 0.0,
|
| 186 |
+
"completions/max_length": 69.8,
|
| 187 |
+
"completions/max_terminated_length": 69.8,
|
| 188 |
+
"completions/mean_length": 35.08447265625,
|
| 189 |
+
"completions/mean_terminated_length": 35.08447265625,
|
| 190 |
+
"completions/min_length": 21.0,
|
| 191 |
+
"completions/min_terminated_length": 21.0,
|
| 192 |
+
"epoch": 0.21333333333333335,
|
| 193 |
+
"grad_norm": 0.0022133691236376762,
|
| 194 |
+
"learning_rate": 1e-06,
|
| 195 |
+
"loss": -0.0002,
|
| 196 |
+
"num_tokens": 22637203.0,
|
| 197 |
+
"reward": 1.0370203256607056,
|
| 198 |
+
"reward_std": 0.05964324176311493,
|
| 199 |
+
"rewards/accuracy_reward": 0.26513671875,
|
| 200 |
+
"rewards/brier_reward": 0.8091967940330506,
|
| 201 |
+
"rewards/confidence_one_or_zero": 0.1693359375,
|
| 202 |
+
"rewards/format_reward": 0.99970703125,
|
| 203 |
+
"rewards/log_2_reward": 9.430614471435547,
|
| 204 |
+
"rewards/mean_confidence_reward": 0.2505485266447067,
|
| 205 |
+
"step": 35
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"clip_ratio/high_max": 0.0,
|
| 209 |
+
"clip_ratio/high_mean": 0.0,
|
| 210 |
+
"clip_ratio/low_mean": 0.0,
|
| 211 |
+
"clip_ratio/low_min": 0.0,
|
| 212 |
+
"clip_ratio/region_mean": 0.0,
|
| 213 |
+
"completions/clipped_ratio": 0.0,
|
| 214 |
+
"completions/max_length": 66.2,
|
| 215 |
+
"completions/max_terminated_length": 66.2,
|
| 216 |
+
"completions/mean_length": 31.94296875,
|
| 217 |
+
"completions/mean_terminated_length": 31.94296875,
|
| 218 |
+
"completions/min_length": 24.0,
|
| 219 |
+
"completions/min_terminated_length": 24.0,
|
| 220 |
+
"epoch": 0.2438095238095238,
|
| 221 |
+
"grad_norm": 0.0017201935406774282,
|
| 222 |
+
"learning_rate": 1e-06,
|
| 223 |
+
"loss": 0.0002,
|
| 224 |
+
"num_tokens": 25555211.0,
|
| 225 |
+
"reward": 1.0471293449401855,
|
| 226 |
+
"reward_std": 0.05364943891763687,
|
| 227 |
+
"rewards/accuracy_reward": 0.3115234375,
|
| 228 |
+
"rewards/brier_reward": 0.7830281615257263,
|
| 229 |
+
"rewards/confidence_one_or_zero": 0.04189453125,
|
| 230 |
+
"rewards/format_reward": 0.99970703125,
|
| 231 |
+
"rewards/log_2_reward": 9.361624145507813,
|
| 232 |
+
"rewards/mean_confidence_reward": 0.28543118238449094,
|
| 233 |
+
"step": 40
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"clip_ratio/high_max": 0.0,
|
| 237 |
+
"clip_ratio/high_mean": 0.0,
|
| 238 |
+
"clip_ratio/low_mean": 0.0,
|
| 239 |
+
"clip_ratio/low_min": 0.0,
|
| 240 |
+
"clip_ratio/region_mean": 0.0,
|
| 241 |
+
"completions/clipped_ratio": 9.765625e-05,
|
| 242 |
+
"completions/max_length": 69.2,
|
| 243 |
+
"completions/max_terminated_length": 54.0,
|
| 244 |
+
"completions/mean_length": 30.14716796875,
|
| 245 |
+
"completions/mean_terminated_length": 30.13763847351074,
|
| 246 |
+
"completions/min_length": 25.6,
|
| 247 |
+
"completions/min_terminated_length": 25.6,
|
| 248 |
+
"epoch": 0.2742857142857143,
|
| 249 |
+
"grad_norm": 0.0046602096408605576,
|
| 250 |
+
"learning_rate": 1e-06,
|
| 251 |
+
"loss": 0.0002,
|
| 252 |
+
"num_tokens": 28453838.0,
|
| 253 |
+
"reward": 1.0581303119659424,
|
| 254 |
+
"reward_std": 0.04390195086598396,
|
| 255 |
+
"rewards/accuracy_reward": 0.357421875,
|
| 256 |
+
"rewards/brier_reward": 0.7590341210365296,
|
| 257 |
+
"rewards/confidence_one_or_zero": 0.00849609375,
|
| 258 |
+
"rewards/format_reward": 0.9998046875,
|
| 259 |
+
"rewards/log_2_reward": 9.308100318908691,
|
| 260 |
+
"rewards/mean_confidence_reward": 0.28627516627311705,
|
| 261 |
+
"step": 45
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"clip_ratio/high_max": 0.0,
|
| 265 |
+
"clip_ratio/high_mean": 0.0,
|
| 266 |
+
"clip_ratio/low_mean": 0.0,
|
| 267 |
+
"clip_ratio/low_min": 0.0,
|
| 268 |
+
"clip_ratio/region_mean": 0.0,
|
| 269 |
+
"completions/clipped_ratio": 0.0,
|
| 270 |
+
"completions/max_length": 47.2,
|
| 271 |
+
"completions/max_terminated_length": 47.2,
|
| 272 |
+
"completions/mean_length": 29.5861328125,
|
| 273 |
+
"completions/mean_terminated_length": 29.5861328125,
|
| 274 |
+
"completions/min_length": 26.0,
|
| 275 |
+
"completions/min_terminated_length": 26.0,
|
| 276 |
+
"epoch": 0.3047619047619048,
|
| 277 |
+
"grad_norm": 0.0013400259194895625,
|
| 278 |
+
"learning_rate": 1e-06,
|
| 279 |
+
"loss": 0.0,
|
| 280 |
+
"num_tokens": 31340320.0,
|
| 281 |
+
"reward": 1.05360004901886,
|
| 282 |
+
"reward_std": 0.044026906788349154,
|
| 283 |
+
"rewards/accuracy_reward": 0.3212890625,
|
| 284 |
+
"rewards/brier_reward": 0.785910964012146,
|
| 285 |
+
"rewards/confidence_one_or_zero": 0.0009765625,
|
| 286 |
+
"rewards/format_reward": 1.0,
|
| 287 |
+
"rewards/log_2_reward": 9.37942886352539,
|
| 288 |
+
"rewards/mean_confidence_reward": 0.28688542246818544,
|
| 289 |
+
"step": 50
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.3047619047619048,
|
| 293 |
+
"eval_completions/clipped_ratio": 0.0,
|
| 294 |
+
"eval_completions/max_length": 36.25,
|
| 295 |
+
"eval_completions/max_terminated_length": 36.25,
|
| 296 |
+
"eval_completions/mean_length": 29.30576515197754,
|
| 297 |
+
"eval_completions/mean_terminated_length": 29.30576515197754,
|
| 298 |
+
"eval_completions/min_length": 27.75,
|
| 299 |
+
"eval_completions/min_terminated_length": 27.75,
|
| 300 |
+
"eval_loss": 0.0,
|
| 301 |
+
"eval_num_tokens": 31340320.0,
|
| 302 |
+
"eval_reward": 1.0531243979930878,
|
| 303 |
+
"eval_reward_std": 0.14904534071683884,
|
| 304 |
+
"eval_rewards/accuracy_reward": 0.32421875,
|
| 305 |
+
"eval_rewards/brier_reward": 0.7820300608873367,
|
| 306 |
+
"eval_rewards/confidence_one_or_zero": 0.0,
|
| 307 |
+
"eval_rewards/format_reward": 1.0,
|
| 308 |
+
"eval_rewards/log_2_reward": 9.371180772781372,
|
| 309 |
+
"eval_rewards/mean_confidence_reward": 0.29496094584465027,
|
| 310 |
+
"eval_runtime": 6.873,
|
| 311 |
+
"eval_samples_per_second": 72.748,
|
| 312 |
+
"eval_steps_per_second": 0.582,
|
| 313 |
+
"step": 50
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"clip_ratio/high_max": 0.0,
|
| 317 |
+
"clip_ratio/high_mean": 0.0,
|
| 318 |
+
"clip_ratio/low_mean": 0.0,
|
| 319 |
+
"clip_ratio/low_min": 0.0,
|
| 320 |
+
"clip_ratio/region_mean": 0.0,
|
| 321 |
+
"completions/clipped_ratio": 0.0,
|
| 322 |
+
"completions/max_length": 48.6,
|
| 323 |
+
"completions/max_terminated_length": 48.6,
|
| 324 |
+
"completions/mean_length": 29.42314453125,
|
| 325 |
+
"completions/mean_terminated_length": 29.42314453125,
|
| 326 |
+
"completions/min_length": 26.8,
|
| 327 |
+
"completions/min_terminated_length": 26.8,
|
| 328 |
+
"epoch": 0.3352380952380952,
|
| 329 |
+
"grad_norm": 0.005661148112267256,
|
| 330 |
+
"learning_rate": 1e-06,
|
| 331 |
+
"loss": -0.0,
|
| 332 |
+
"num_tokens": 34228909.0,
|
| 333 |
+
"reward": 1.0620482921600343,
|
| 334 |
+
"reward_std": 0.03885223716497421,
|
| 335 |
+
"rewards/accuracy_reward": 0.35185546875,
|
| 336 |
+
"rewards/brier_reward": 0.7722411632537842,
|
| 337 |
+
"rewards/confidence_one_or_zero": 0.000390625,
|
| 338 |
+
"rewards/format_reward": 1.0,
|
| 339 |
+
"rewards/log_2_reward": 9.348680305480958,
|
| 340 |
+
"rewards/mean_confidence_reward": 0.29889385104179383,
|
| 341 |
+
"step": 55
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"clip_ratio/high_max": 0.0,
|
| 345 |
+
"clip_ratio/high_mean": 0.0,
|
| 346 |
+
"clip_ratio/low_mean": 0.0,
|
| 347 |
+
"clip_ratio/low_min": 0.0,
|
| 348 |
+
"clip_ratio/region_mean": 0.0,
|
| 349 |
+
"completions/clipped_ratio": 0.0,
|
| 350 |
+
"completions/max_length": 44.0,
|
| 351 |
+
"completions/max_terminated_length": 44.0,
|
| 352 |
+
"completions/mean_length": 29.43212890625,
|
| 353 |
+
"completions/mean_terminated_length": 29.43212890625,
|
| 354 |
+
"completions/min_length": 27.0,
|
| 355 |
+
"completions/min_terminated_length": 27.0,
|
| 356 |
+
"epoch": 0.3657142857142857,
|
| 357 |
+
"grad_norm": 0.0018649547128006816,
|
| 358 |
+
"learning_rate": 1e-06,
|
| 359 |
+
"loss": 0.0,
|
| 360 |
+
"num_tokens": 37120310.0,
|
| 361 |
+
"reward": 1.0558890104293823,
|
| 362 |
+
"reward_std": 0.04158634543418884,
|
| 363 |
+
"rewards/accuracy_reward": 0.340625,
|
| 364 |
+
"rewards/brier_reward": 0.7711530804634095,
|
| 365 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 366 |
+
"rewards/format_reward": 1.0,
|
| 367 |
+
"rewards/log_2_reward": 9.347337532043458,
|
| 368 |
+
"rewards/mean_confidence_reward": 0.31556963324546816,
|
| 369 |
+
"step": 60
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"clip_ratio/high_max": 0.0,
|
| 373 |
+
"clip_ratio/high_mean": 0.0,
|
| 374 |
+
"clip_ratio/low_mean": 0.0,
|
| 375 |
+
"clip_ratio/low_min": 0.0,
|
| 376 |
+
"clip_ratio/region_mean": 0.0,
|
| 377 |
+
"completions/clipped_ratio": 0.0,
|
| 378 |
+
"completions/max_length": 46.4,
|
| 379 |
+
"completions/max_terminated_length": 46.4,
|
| 380 |
+
"completions/mean_length": 29.49033203125,
|
| 381 |
+
"completions/mean_terminated_length": 29.49033203125,
|
| 382 |
+
"completions/min_length": 27.0,
|
| 383 |
+
"completions/min_terminated_length": 27.0,
|
| 384 |
+
"epoch": 0.3961904761904762,
|
| 385 |
+
"grad_norm": 0.0009951787069439888,
|
| 386 |
+
"learning_rate": 1e-06,
|
| 387 |
+
"loss": -0.0,
|
| 388 |
+
"num_tokens": 40010803.0,
|
| 389 |
+
"reward": 1.0620671272277833,
|
| 390 |
+
"reward_std": 0.03282982967793942,
|
| 391 |
+
"rewards/accuracy_reward": 0.33857421875,
|
| 392 |
+
"rewards/brier_reward": 0.7855600833892822,
|
| 393 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 394 |
+
"rewards/format_reward": 1.0,
|
| 395 |
+
"rewards/log_2_reward": 9.380914878845214,
|
| 396 |
+
"rewards/mean_confidence_reward": 0.32113115191459657,
|
| 397 |
+
"step": 65
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"clip_ratio/high_max": 0.0,
|
| 401 |
+
"clip_ratio/high_mean": 0.0,
|
| 402 |
+
"clip_ratio/low_mean": 0.0,
|
| 403 |
+
"clip_ratio/low_min": 0.0,
|
| 404 |
+
"clip_ratio/region_mean": 0.0,
|
| 405 |
+
"completions/clipped_ratio": 0.0,
|
| 406 |
+
"completions/max_length": 48.0,
|
| 407 |
+
"completions/max_terminated_length": 48.0,
|
| 408 |
+
"completions/mean_length": 29.60234375,
|
| 409 |
+
"completions/mean_terminated_length": 29.60234375,
|
| 410 |
+
"completions/min_length": 26.6,
|
| 411 |
+
"completions/min_terminated_length": 26.6,
|
| 412 |
+
"epoch": 0.4266666666666667,
|
| 413 |
+
"grad_norm": 0.0017366721294820309,
|
| 414 |
+
"learning_rate": 1e-06,
|
| 415 |
+
"loss": 0.0,
|
| 416 |
+
"num_tokens": 42903595.0,
|
| 417 |
+
"reward": 1.0687182664871215,
|
| 418 |
+
"reward_std": 0.03353095762431622,
|
| 419 |
+
"rewards/accuracy_reward": 0.36728515625,
|
| 420 |
+
"rewards/brier_reward": 0.7702489614486694,
|
| 421 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 422 |
+
"rewards/format_reward": 0.99990234375,
|
| 423 |
+
"rewards/log_2_reward": 9.347804069519043,
|
| 424 |
+
"rewards/mean_confidence_reward": 0.33598633408546447,
|
| 425 |
+
"step": 70
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"clip_ratio/high_max": 0.0,
|
| 429 |
+
"clip_ratio/high_mean": 0.0,
|
| 430 |
+
"clip_ratio/low_mean": 0.0,
|
| 431 |
+
"clip_ratio/low_min": 0.0,
|
| 432 |
+
"clip_ratio/region_mean": 0.0,
|
| 433 |
+
"completions/clipped_ratio": 0.0,
|
| 434 |
+
"completions/max_length": 47.6,
|
| 435 |
+
"completions/max_terminated_length": 47.6,
|
| 436 |
+
"completions/mean_length": 29.707421875,
|
| 437 |
+
"completions/mean_terminated_length": 29.707421875,
|
| 438 |
+
"completions/min_length": 27.0,
|
| 439 |
+
"completions/min_terminated_length": 27.0,
|
| 440 |
+
"epoch": 0.45714285714285713,
|
| 441 |
+
"grad_norm": 0.0029517621733248234,
|
| 442 |
+
"learning_rate": 1e-06,
|
| 443 |
+
"loss": -0.0,
|
| 444 |
+
"num_tokens": 45793111.0,
|
| 445 |
+
"reward": 1.0516783237457275,
|
| 446 |
+
"reward_std": 0.030857810378074647,
|
| 447 |
+
"rewards/accuracy_reward": 0.30888671875,
|
| 448 |
+
"rewards/brier_reward": 0.7945676207542419,
|
| 449 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 450 |
+
"rewards/format_reward": 0.99990234375,
|
| 451 |
+
"rewards/log_2_reward": 9.399543380737304,
|
| 452 |
+
"rewards/mean_confidence_reward": 0.34110644459724426,
|
| 453 |
+
"step": 75
|
| 454 |
+
},
|
| 455 |
+
{
|
| 456 |
+
"clip_ratio/high_max": 0.0,
|
| 457 |
+
"clip_ratio/high_mean": 0.0,
|
| 458 |
+
"clip_ratio/low_mean": 0.0,
|
| 459 |
+
"clip_ratio/low_min": 0.0,
|
| 460 |
+
"clip_ratio/region_mean": 0.0,
|
| 461 |
+
"completions/clipped_ratio": 0.0,
|
| 462 |
+
"completions/max_length": 46.6,
|
| 463 |
+
"completions/max_terminated_length": 46.6,
|
| 464 |
+
"completions/mean_length": 29.79677734375,
|
| 465 |
+
"completions/mean_terminated_length": 29.79677734375,
|
| 466 |
+
"completions/min_length": 27.0,
|
| 467 |
+
"completions/min_terminated_length": 27.0,
|
| 468 |
+
"epoch": 0.4876190476190476,
|
| 469 |
+
"grad_norm": 0.0009430632926523685,
|
| 470 |
+
"learning_rate": 1e-06,
|
| 471 |
+
"loss": 0.0,
|
| 472 |
+
"num_tokens": 48682550.0,
|
| 473 |
+
"reward": 1.073946213722229,
|
| 474 |
+
"reward_std": 0.03284625560045242,
|
| 475 |
+
"rewards/accuracy_reward": 0.37626953125,
|
| 476 |
+
"rewards/brier_reward": 0.7716229557991028,
|
| 477 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 478 |
+
"rewards/format_reward": 1.0,
|
| 479 |
+
"rewards/log_2_reward": 9.351155662536621,
|
| 480 |
+
"rewards/mean_confidence_reward": 0.344040048122406,
|
| 481 |
+
"step": 80
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"clip_ratio/high_max": 0.0,
|
| 485 |
+
"clip_ratio/high_mean": 0.0,
|
| 486 |
+
"clip_ratio/low_mean": 0.0,
|
| 487 |
+
"clip_ratio/low_min": 0.0,
|
| 488 |
+
"clip_ratio/region_mean": 0.0,
|
| 489 |
+
"completions/clipped_ratio": 0.0,
|
| 490 |
+
"completions/max_length": 43.8,
|
| 491 |
+
"completions/max_terminated_length": 43.8,
|
| 492 |
+
"completions/mean_length": 29.8119140625,
|
| 493 |
+
"completions/mean_terminated_length": 29.8119140625,
|
| 494 |
+
"completions/min_length": 27.0,
|
| 495 |
+
"completions/min_terminated_length": 27.0,
|
| 496 |
+
"epoch": 0.518095238095238,
|
| 497 |
+
"grad_norm": 0.0008346997783519328,
|
| 498 |
+
"learning_rate": 1e-06,
|
| 499 |
+
"loss": -0.0,
|
| 500 |
+
"num_tokens": 51573360.0,
|
| 501 |
+
"reward": 1.0541439533233643,
|
| 502 |
+
"reward_std": 0.030336325988173485,
|
| 503 |
+
"rewards/accuracy_reward": 0.33095703125,
|
| 504 |
+
"rewards/brier_reward": 0.7773308038711548,
|
| 505 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 506 |
+
"rewards/format_reward": 1.0,
|
| 507 |
+
"rewards/log_2_reward": 9.363373184204102,
|
| 508 |
+
"rewards/mean_confidence_reward": 0.36398438215255735,
|
| 509 |
+
"step": 85
|
| 510 |
+
},
|
| 511 |
+
{
|
| 512 |
+
"clip_ratio/high_max": 0.0,
|
| 513 |
+
"clip_ratio/high_mean": 0.0,
|
| 514 |
+
"clip_ratio/low_mean": 0.0,
|
| 515 |
+
"clip_ratio/low_min": 0.0,
|
| 516 |
+
"clip_ratio/region_mean": 0.0,
|
| 517 |
+
"completions/clipped_ratio": 0.0,
|
| 518 |
+
"completions/max_length": 43.2,
|
| 519 |
+
"completions/max_terminated_length": 43.2,
|
| 520 |
+
"completions/mean_length": 30.00830078125,
|
| 521 |
+
"completions/mean_terminated_length": 30.00830078125,
|
| 522 |
+
"completions/min_length": 27.0,
|
| 523 |
+
"completions/min_terminated_length": 27.0,
|
| 524 |
+
"epoch": 0.5485714285714286,
|
| 525 |
+
"grad_norm": 0.001722269575111568,
|
| 526 |
+
"learning_rate": 1e-06,
|
| 527 |
+
"loss": -0.0,
|
| 528 |
+
"num_tokens": 54467493.0,
|
| 529 |
+
"reward": 1.0457963228225708,
|
| 530 |
+
"reward_std": 0.027028150111436843,
|
| 531 |
+
"rewards/accuracy_reward": 0.2970703125,
|
| 532 |
+
"rewards/brier_reward": 0.7945223331451416,
|
| 533 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 534 |
+
"rewards/format_reward": 1.0,
|
| 535 |
+
"rewards/log_2_reward": 9.400186538696289,
|
| 536 |
+
"rewards/mean_confidence_reward": 0.3450214922428131,
|
| 537 |
+
"step": 90
|
| 538 |
+
},
|
| 539 |
+
{
|
| 540 |
+
"clip_ratio/high_max": 0.0,
|
| 541 |
+
"clip_ratio/high_mean": 0.0,
|
| 542 |
+
"clip_ratio/low_mean": 0.0,
|
| 543 |
+
"clip_ratio/low_min": 0.0,
|
| 544 |
+
"clip_ratio/region_mean": 0.0,
|
| 545 |
+
"completions/clipped_ratio": 0.0,
|
| 546 |
+
"completions/max_length": 43.4,
|
| 547 |
+
"completions/max_terminated_length": 43.4,
|
| 548 |
+
"completions/mean_length": 30.32822265625,
|
| 549 |
+
"completions/mean_terminated_length": 30.32822265625,
|
| 550 |
+
"completions/min_length": 26.8,
|
| 551 |
+
"completions/min_terminated_length": 26.8,
|
| 552 |
+
"epoch": 0.579047619047619,
|
| 553 |
+
"grad_norm": 0.0012162128696218133,
|
| 554 |
+
"learning_rate": 1e-06,
|
| 555 |
+
"loss": 0.0,
|
| 556 |
+
"num_tokens": 57363686.0,
|
| 557 |
+
"reward": 1.0605377197265624,
|
| 558 |
+
"reward_std": 0.02524040825664997,
|
| 559 |
+
"rewards/accuracy_reward": 0.3380859375,
|
| 560 |
+
"rewards/brier_reward": 0.7829894661903382,
|
| 561 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 562 |
+
"rewards/format_reward": 1.0,
|
| 563 |
+
"rewards/log_2_reward": 9.374969482421875,
|
| 564 |
+
"rewards/mean_confidence_reward": 0.31404297351837157,
|
| 565 |
+
"step": 95
|
| 566 |
+
},
|
| 567 |
+
{
|
| 568 |
+
"clip_ratio/high_max": 0.0,
|
| 569 |
+
"clip_ratio/high_mean": 0.0,
|
| 570 |
+
"clip_ratio/low_mean": 0.0,
|
| 571 |
+
"clip_ratio/low_min": 0.0,
|
| 572 |
+
"clip_ratio/region_mean": 0.0,
|
| 573 |
+
"completions/clipped_ratio": 0.0,
|
| 574 |
+
"completions/max_length": 41.2,
|
| 575 |
+
"completions/max_terminated_length": 41.2,
|
| 576 |
+
"completions/mean_length": 30.5470703125,
|
| 577 |
+
"completions/mean_terminated_length": 30.5470703125,
|
| 578 |
+
"completions/min_length": 26.8,
|
| 579 |
+
"completions/min_terminated_length": 26.8,
|
| 580 |
+
"epoch": 0.6095238095238096,
|
| 581 |
+
"grad_norm": 0.0015784272691234946,
|
| 582 |
+
"learning_rate": 1e-06,
|
| 583 |
+
"loss": 0.0,
|
| 584 |
+
"num_tokens": 60264456.0,
|
| 585 |
+
"reward": 1.0614788293838502,
|
| 586 |
+
"reward_std": 0.024412815272808076,
|
| 587 |
+
"rewards/accuracy_reward": 0.34287109375,
|
| 588 |
+
"rewards/brier_reward": 0.7800864815711975,
|
| 589 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 590 |
+
"rewards/format_reward": 1.0,
|
| 591 |
+
"rewards/log_2_reward": 9.369251251220703,
|
| 592 |
+
"rewards/mean_confidence_reward": 0.30150097608566284,
|
| 593 |
+
"step": 100
|
| 594 |
+
},
|
| 595 |
+
{
|
| 596 |
+
"epoch": 0.6095238095238096,
|
| 597 |
+
"eval_completions/clipped_ratio": 0.0,
|
| 598 |
+
"eval_completions/max_length": 38.5,
|
| 599 |
+
"eval_completions/max_terminated_length": 38.5,
|
| 600 |
+
"eval_completions/mean_length": 30.642173767089844,
|
| 601 |
+
"eval_completions/mean_terminated_length": 30.642173767089844,
|
| 602 |
+
"eval_completions/min_length": 27.5,
|
| 603 |
+
"eval_completions/min_terminated_length": 27.5,
|
| 604 |
+
"eval_loss": 0.0,
|
| 605 |
+
"eval_num_tokens": 60264456.0,
|
| 606 |
+
"eval_reward": 1.0593858063220978,
|
| 607 |
+
"eval_reward_std": 0.14802763611078262,
|
| 608 |
+
"eval_rewards/accuracy_reward": 0.3359375,
|
| 609 |
+
"eval_rewards/brier_reward": 0.7828342020511627,
|
| 610 |
+
"eval_rewards/confidence_one_or_zero": 0.0,
|
| 611 |
+
"eval_rewards/format_reward": 1.0,
|
| 612 |
+
"eval_rewards/log_2_reward": 9.374672651290894,
|
| 613 |
+
"eval_rewards/mean_confidence_reward": 0.3010351434350014,
|
| 614 |
+
"eval_runtime": 6.9233,
|
| 615 |
+
"eval_samples_per_second": 72.22,
|
| 616 |
+
"eval_steps_per_second": 0.578,
|
| 617 |
+
"step": 100
|
| 618 |
+
},
|
| 619 |
+
{
|
| 620 |
+
"clip_ratio/high_max": 0.0,
|
| 621 |
+
"clip_ratio/high_mean": 0.0,
|
| 622 |
+
"clip_ratio/low_mean": 0.0,
|
| 623 |
+
"clip_ratio/low_min": 0.0,
|
| 624 |
+
"clip_ratio/region_mean": 0.0,
|
| 625 |
+
"completions/clipped_ratio": 0.0,
|
| 626 |
+
"completions/max_length": 42.0,
|
| 627 |
+
"completions/max_terminated_length": 42.0,
|
| 628 |
+
"completions/mean_length": 30.66103515625,
|
| 629 |
+
"completions/mean_terminated_length": 30.66103515625,
|
| 630 |
+
"completions/min_length": 27.0,
|
| 631 |
+
"completions/min_terminated_length": 27.0,
|
| 632 |
+
"epoch": 0.64,
|
| 633 |
+
"grad_norm": 0.0011995319509878755,
|
| 634 |
+
"learning_rate": 1e-06,
|
| 635 |
+
"loss": -0.0,
|
| 636 |
+
"num_tokens": 63169977.0,
|
| 637 |
+
"reward": 1.0606130838394165,
|
| 638 |
+
"reward_std": 0.026628994569182395,
|
| 639 |
+
"rewards/accuracy_reward": 0.3349609375,
|
| 640 |
+
"rewards/brier_reward": 0.7862652897834778,
|
| 641 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 642 |
+
"rewards/format_reward": 1.0,
|
| 643 |
+
"rewards/log_2_reward": 9.382536125183105,
|
| 644 |
+
"rewards/mean_confidence_reward": 0.30452245473861694,
|
| 645 |
+
"step": 105
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"clip_ratio/high_max": 0.0,
|
| 649 |
+
"clip_ratio/high_mean": 0.0,
|
| 650 |
+
"clip_ratio/low_mean": 0.0,
|
| 651 |
+
"clip_ratio/low_min": 0.0,
|
| 652 |
+
"clip_ratio/region_mean": 0.0,
|
| 653 |
+
"completions/clipped_ratio": 0.0,
|
| 654 |
+
"completions/max_length": 43.4,
|
| 655 |
+
"completions/max_terminated_length": 43.4,
|
| 656 |
+
"completions/mean_length": 30.59970703125,
|
| 657 |
+
"completions/mean_terminated_length": 30.59970703125,
|
| 658 |
+
"completions/min_length": 27.0,
|
| 659 |
+
"completions/min_terminated_length": 27.0,
|
| 660 |
+
"epoch": 0.6704761904761904,
|
| 661 |
+
"grad_norm": 0.0009227950358763337,
|
| 662 |
+
"learning_rate": 1e-06,
|
| 663 |
+
"loss": -0.0,
|
| 664 |
+
"num_tokens": 66071414.0,
|
| 665 |
+
"reward": 1.051579189300537,
|
| 666 |
+
"reward_std": 0.021834611520171167,
|
| 667 |
+
"rewards/accuracy_reward": 0.313671875,
|
| 668 |
+
"rewards/brier_reward": 0.789486539363861,
|
| 669 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 670 |
+
"rewards/format_reward": 1.0,
|
| 671 |
+
"rewards/log_2_reward": 9.389471054077148,
|
| 672 |
+
"rewards/mean_confidence_reward": 0.31677929162979124,
|
| 673 |
+
"step": 110
|
| 674 |
+
},
|
| 675 |
+
{
|
| 676 |
+
"clip_ratio/high_max": 0.0,
|
| 677 |
+
"clip_ratio/high_mean": 0.0,
|
| 678 |
+
"clip_ratio/low_mean": 0.0,
|
| 679 |
+
"clip_ratio/low_min": 0.0,
|
| 680 |
+
"clip_ratio/region_mean": 0.0,
|
| 681 |
+
"completions/clipped_ratio": 0.0,
|
| 682 |
+
"completions/max_length": 45.6,
|
| 683 |
+
"completions/max_terminated_length": 45.6,
|
| 684 |
+
"completions/mean_length": 30.77373046875,
|
| 685 |
+
"completions/mean_terminated_length": 30.77373046875,
|
| 686 |
+
"completions/min_length": 27.6,
|
| 687 |
+
"completions/min_terminated_length": 27.6,
|
| 688 |
+
"epoch": 0.700952380952381,
|
| 689 |
+
"grad_norm": 0.0009503339533694088,
|
| 690 |
+
"learning_rate": 1e-06,
|
| 691 |
+
"loss": 0.0,
|
| 692 |
+
"num_tokens": 68973321.0,
|
| 693 |
+
"reward": 1.0458170413970946,
|
| 694 |
+
"reward_std": 0.02407231219112873,
|
| 695 |
+
"rewards/accuracy_reward": 0.3013671875,
|
| 696 |
+
"rewards/brier_reward": 0.790267014503479,
|
| 697 |
+
"rewards/confidence_one_or_zero": 9.765625e-05,
|
| 698 |
+
"rewards/format_reward": 1.0,
|
| 699 |
+
"rewards/log_2_reward": 9.389829635620117,
|
| 700 |
+
"rewards/mean_confidence_reward": 0.318223637342453,
|
| 701 |
+
"step": 115
|
| 702 |
+
},
|
| 703 |
+
{
|
| 704 |
+
"clip_ratio/high_max": 0.0,
|
| 705 |
+
"clip_ratio/high_mean": 0.0,
|
| 706 |
+
"clip_ratio/low_mean": 0.0,
|
| 707 |
+
"clip_ratio/low_min": 0.0,
|
| 708 |
+
"clip_ratio/region_mean": 0.0,
|
| 709 |
+
"completions/clipped_ratio": 0.0,
|
| 710 |
+
"completions/max_length": 44.6,
|
| 711 |
+
"completions/max_terminated_length": 44.6,
|
| 712 |
+
"completions/mean_length": 30.7498046875,
|
| 713 |
+
"completions/mean_terminated_length": 30.7498046875,
|
| 714 |
+
"completions/min_length": 26.8,
|
| 715 |
+
"completions/min_terminated_length": 26.8,
|
| 716 |
+
"epoch": 0.7314285714285714,
|
| 717 |
+
"grad_norm": 0.0011252901749685407,
|
| 718 |
+
"learning_rate": 1e-06,
|
| 719 |
+
"loss": 0.0,
|
| 720 |
+
"num_tokens": 71876487.0,
|
| 721 |
+
"reward": 1.0573019981384277,
|
| 722 |
+
"reward_std": 0.020349294319748877,
|
| 723 |
+
"rewards/accuracy_reward": 0.33916015625,
|
| 724 |
+
"rewards/brier_reward": 0.7754438757896424,
|
| 725 |
+
"rewards/confidence_one_or_zero": 0.0001953125,
|
| 726 |
+
"rewards/format_reward": 1.0,
|
| 727 |
+
"rewards/log_2_reward": 9.358468627929687,
|
| 728 |
+
"rewards/mean_confidence_reward": 0.3264623939990997,
|
| 729 |
+
"step": 120
|
| 730 |
+
},
|
| 731 |
+
{
|
| 732 |
+
"clip_ratio/high_max": 0.0,
|
| 733 |
+
"clip_ratio/high_mean": 0.0,
|
| 734 |
+
"clip_ratio/low_mean": 0.0,
|
| 735 |
+
"clip_ratio/low_min": 0.0,
|
| 736 |
+
"clip_ratio/region_mean": 0.0,
|
| 737 |
+
"completions/clipped_ratio": 0.0,
|
| 738 |
+
"completions/max_length": 42.2,
|
| 739 |
+
"completions/max_terminated_length": 42.2,
|
| 740 |
+
"completions/mean_length": 30.65869140625,
|
| 741 |
+
"completions/mean_terminated_length": 30.65869140625,
|
| 742 |
+
"completions/min_length": 27.4,
|
| 743 |
+
"completions/min_terminated_length": 27.4,
|
| 744 |
+
"epoch": 0.7619047619047619,
|
| 745 |
+
"grad_norm": 0.0011465527350082994,
|
| 746 |
+
"learning_rate": 1e-06,
|
| 747 |
+
"loss": -0.0,
|
| 748 |
+
"num_tokens": 74779456.0,
|
| 749 |
+
"reward": 1.0477258205413817,
|
| 750 |
+
"reward_std": 0.019322525709867477,
|
| 751 |
+
"rewards/accuracy_reward": 0.3068359375,
|
| 752 |
+
"rewards/brier_reward": 0.7886156797409057,
|
| 753 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 754 |
+
"rewards/format_reward": 1.0,
|
| 755 |
+
"rewards/log_2_reward": 9.386696052551269,
|
| 756 |
+
"rewards/mean_confidence_reward": 0.3149255871772766,
|
| 757 |
+
"step": 125
|
| 758 |
+
},
|
| 759 |
+
{
|
| 760 |
+
"clip_ratio/high_max": 0.0,
|
| 761 |
+
"clip_ratio/high_mean": 0.0,
|
| 762 |
+
"clip_ratio/low_mean": 0.0,
|
| 763 |
+
"clip_ratio/low_min": 0.0,
|
| 764 |
+
"clip_ratio/region_mean": 0.0,
|
| 765 |
+
"completions/clipped_ratio": 0.0,
|
| 766 |
+
"completions/max_length": 42.0,
|
| 767 |
+
"completions/max_terminated_length": 42.0,
|
| 768 |
+
"completions/mean_length": 30.628125,
|
| 769 |
+
"completions/mean_terminated_length": 30.628125,
|
| 770 |
+
"completions/min_length": 27.4,
|
| 771 |
+
"completions/min_terminated_length": 27.4,
|
| 772 |
+
"epoch": 0.7923809523809524,
|
| 773 |
+
"grad_norm": 0.00031550656422041357,
|
| 774 |
+
"learning_rate": 1e-06,
|
| 775 |
+
"loss": 0.0,
|
| 776 |
+
"num_tokens": 77682176.0,
|
| 777 |
+
"reward": 1.0575794219970702,
|
| 778 |
+
"reward_std": 0.017232473567128183,
|
| 779 |
+
"rewards/accuracy_reward": 0.330078125,
|
| 780 |
+
"rewards/brier_reward": 0.7850807905197144,
|
| 781 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 782 |
+
"rewards/format_reward": 1.0,
|
| 783 |
+
"rewards/log_2_reward": 9.379909324645997,
|
| 784 |
+
"rewards/mean_confidence_reward": 0.3171168327331543,
|
| 785 |
+
"step": 130
|
| 786 |
+
},
|
| 787 |
+
{
|
| 788 |
+
"clip_ratio/high_max": 0.0,
|
| 789 |
+
"clip_ratio/high_mean": 0.0,
|
| 790 |
+
"clip_ratio/low_mean": 0.0,
|
| 791 |
+
"clip_ratio/low_min": 0.0,
|
| 792 |
+
"clip_ratio/region_mean": 0.0,
|
| 793 |
+
"completions/clipped_ratio": 0.0,
|
| 794 |
+
"completions/max_length": 41.2,
|
| 795 |
+
"completions/max_terminated_length": 41.2,
|
| 796 |
+
"completions/mean_length": 30.61865234375,
|
| 797 |
+
"completions/mean_terminated_length": 30.61865234375,
|
| 798 |
+
"completions/min_length": 27.6,
|
| 799 |
+
"completions/min_terminated_length": 27.6,
|
| 800 |
+
"epoch": 0.8228571428571428,
|
| 801 |
+
"grad_norm": 0.0007638483075425029,
|
| 802 |
+
"learning_rate": 1e-06,
|
| 803 |
+
"loss": -0.0,
|
| 804 |
+
"num_tokens": 80578847.0,
|
| 805 |
+
"reward": 1.046373963356018,
|
| 806 |
+
"reward_std": 0.0160041656345129,
|
| 807 |
+
"rewards/accuracy_reward": 0.29697265625,
|
| 808 |
+
"rewards/brier_reward": 0.795775318145752,
|
| 809 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 810 |
+
"rewards/format_reward": 1.0,
|
| 811 |
+
"rewards/log_2_reward": 9.402251243591309,
|
| 812 |
+
"rewards/mean_confidence_reward": 0.30945849418640137,
|
| 813 |
+
"step": 135
|
| 814 |
+
},
|
| 815 |
+
{
|
| 816 |
+
"clip_ratio/high_max": 0.0,
|
| 817 |
+
"clip_ratio/high_mean": 0.0,
|
| 818 |
+
"clip_ratio/low_mean": 0.0,
|
| 819 |
+
"clip_ratio/low_min": 0.0,
|
| 820 |
+
"clip_ratio/region_mean": 0.0,
|
| 821 |
+
"completions/clipped_ratio": 0.0,
|
| 822 |
+
"completions/max_length": 41.2,
|
| 823 |
+
"completions/max_terminated_length": 41.2,
|
| 824 |
+
"completions/mean_length": 30.74453125,
|
| 825 |
+
"completions/mean_terminated_length": 30.74453125,
|
| 826 |
+
"completions/min_length": 28.0,
|
| 827 |
+
"completions/min_terminated_length": 28.0,
|
| 828 |
+
"epoch": 0.8533333333333334,
|
| 829 |
+
"grad_norm": 0.0011101987911388278,
|
| 830 |
+
"learning_rate": 1e-06,
|
| 831 |
+
"loss": 0.0,
|
| 832 |
+
"num_tokens": 83481287.0,
|
| 833 |
+
"reward": 1.0471273899078368,
|
| 834 |
+
"reward_std": 0.01917775347828865,
|
| 835 |
+
"rewards/accuracy_reward": 0.305859375,
|
| 836 |
+
"rewards/brier_reward": 0.7883954048156738,
|
| 837 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 838 |
+
"rewards/format_reward": 1.0,
|
| 839 |
+
"rewards/log_2_reward": 9.386114120483398,
|
| 840 |
+
"rewards/mean_confidence_reward": 0.30657861828804017,
|
| 841 |
+
"step": 140
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"clip_ratio/high_max": 0.0,
|
| 845 |
+
"clip_ratio/high_mean": 0.0,
|
| 846 |
+
"clip_ratio/low_mean": 0.0,
|
| 847 |
+
"clip_ratio/low_min": 0.0,
|
| 848 |
+
"clip_ratio/region_mean": 0.0,
|
| 849 |
+
"completions/clipped_ratio": 0.0,
|
| 850 |
+
"completions/max_length": 42.4,
|
| 851 |
+
"completions/max_terminated_length": 42.4,
|
| 852 |
+
"completions/mean_length": 30.97451171875,
|
| 853 |
+
"completions/mean_terminated_length": 30.97451171875,
|
| 854 |
+
"completions/min_length": 27.8,
|
| 855 |
+
"completions/min_terminated_length": 27.8,
|
| 856 |
+
"epoch": 0.8838095238095238,
|
| 857 |
+
"grad_norm": 0.00115675397682935,
|
| 858 |
+
"learning_rate": 1e-06,
|
| 859 |
+
"loss": 0.0,
|
| 860 |
+
"num_tokens": 86392354.0,
|
| 861 |
+
"reward": 1.05747447013855,
|
| 862 |
+
"reward_std": 0.017029477655887602,
|
| 863 |
+
"rewards/accuracy_reward": 0.3435546875,
|
| 864 |
+
"rewards/brier_reward": 0.7713942408561707,
|
| 865 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 866 |
+
"rewards/format_reward": 1.0,
|
| 867 |
+
"rewards/log_2_reward": 9.349239540100097,
|
| 868 |
+
"rewards/mean_confidence_reward": 0.30917675495147706,
|
| 869 |
+
"step": 145
|
| 870 |
+
},
|
| 871 |
+
{
|
| 872 |
+
"clip_ratio/high_max": 0.0,
|
| 873 |
+
"clip_ratio/high_mean": 0.0,
|
| 874 |
+
"clip_ratio/low_mean": 0.0,
|
| 875 |
+
"clip_ratio/low_min": 0.0,
|
| 876 |
+
"clip_ratio/region_mean": 0.0,
|
| 877 |
+
"completions/clipped_ratio": 0.0,
|
| 878 |
+
"completions/max_length": 38.6,
|
| 879 |
+
"completions/max_terminated_length": 38.6,
|
| 880 |
+
"completions/mean_length": 31.1416015625,
|
| 881 |
+
"completions/mean_terminated_length": 31.1416015625,
|
| 882 |
+
"completions/min_length": 27.6,
|
| 883 |
+
"completions/min_terminated_length": 27.6,
|
| 884 |
+
"epoch": 0.9142857142857143,
|
| 885 |
+
"grad_norm": 0.0005026182625442743,
|
| 886 |
+
"learning_rate": 1e-06,
|
| 887 |
+
"loss": -0.0,
|
| 888 |
+
"num_tokens": 89297004.0,
|
| 889 |
+
"reward": 1.0541616201400756,
|
| 890 |
+
"reward_std": 0.014724909700453282,
|
| 891 |
+
"rewards/accuracy_reward": 0.33291015625,
|
| 892 |
+
"rewards/brier_reward": 0.7755107522010803,
|
| 893 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 894 |
+
"rewards/format_reward": 0.99990234375,
|
| 895 |
+
"rewards/log_2_reward": 9.356867027282714,
|
| 896 |
+
"rewards/mean_confidence_reward": 0.29771387577056885,
|
| 897 |
+
"step": 150
|
| 898 |
+
},
|
| 899 |
+
{
|
| 900 |
+
"epoch": 0.9142857142857143,
|
| 901 |
+
"eval_completions/clipped_ratio": 0.0,
|
| 902 |
+
"eval_completions/max_length": 37.0,
|
| 903 |
+
"eval_completions/max_terminated_length": 37.0,
|
| 904 |
+
"eval_completions/mean_length": 31.187903881072998,
|
| 905 |
+
"eval_completions/mean_terminated_length": 31.187903881072998,
|
| 906 |
+
"eval_completions/min_length": 28.0,
|
| 907 |
+
"eval_completions/min_terminated_length": 28.0,
|
| 908 |
+
"eval_loss": 0.0,
|
| 909 |
+
"eval_num_tokens": 89297004.0,
|
| 910 |
+
"eval_reward": 1.0590836107730865,
|
| 911 |
+
"eval_reward_std": 0.14529624581336975,
|
| 912 |
+
"eval_rewards/accuracy_reward": 0.337890625,
|
| 913 |
+
"eval_rewards/brier_reward": 0.7802765667438507,
|
| 914 |
+
"eval_rewards/confidence_one_or_zero": 0.0,
|
| 915 |
+
"eval_rewards/format_reward": 1.0,
|
| 916 |
+
"eval_rewards/log_2_reward": 9.368727684020996,
|
| 917 |
+
"eval_rewards/mean_confidence_reward": 0.2976953163743019,
|
| 918 |
+
"eval_runtime": 6.9998,
|
| 919 |
+
"eval_samples_per_second": 71.431,
|
| 920 |
+
"eval_steps_per_second": 0.571,
|
| 921 |
+
"step": 150
|
| 922 |
+
},
|
| 923 |
+
{
|
| 924 |
+
"clip_ratio/high_max": 0.0,
|
| 925 |
+
"clip_ratio/high_mean": 0.0,
|
| 926 |
+
"clip_ratio/low_mean": 0.0,
|
| 927 |
+
"clip_ratio/low_min": 0.0,
|
| 928 |
+
"clip_ratio/region_mean": 0.0,
|
| 929 |
+
"completions/clipped_ratio": 0.0,
|
| 930 |
+
"completions/max_length": 40.0,
|
| 931 |
+
"completions/max_terminated_length": 40.0,
|
| 932 |
+
"completions/mean_length": 31.29521484375,
|
| 933 |
+
"completions/mean_terminated_length": 31.29521484375,
|
| 934 |
+
"completions/min_length": 27.8,
|
| 935 |
+
"completions/min_terminated_length": 27.8,
|
| 936 |
+
"epoch": 0.9447619047619048,
|
| 937 |
+
"grad_norm": 0.0007179967360571027,
|
| 938 |
+
"learning_rate": 1e-06,
|
| 939 |
+
"loss": 0.0,
|
| 940 |
+
"num_tokens": 92205211.0,
|
| 941 |
+
"reward": 1.0541197299957275,
|
| 942 |
+
"reward_std": 0.013267694972455502,
|
| 943 |
+
"rewards/accuracy_reward": 0.325390625,
|
| 944 |
+
"rewards/brier_reward": 0.7828488230705262,
|
| 945 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 946 |
+
"rewards/format_reward": 1.0,
|
| 947 |
+
"rewards/log_2_reward": 9.37431640625,
|
| 948 |
+
"rewards/mean_confidence_reward": 0.29936914443969725,
|
| 949 |
+
"step": 155
|
| 950 |
+
},
|
| 951 |
+
{
|
| 952 |
+
"clip_ratio/high_max": 0.0,
|
| 953 |
+
"clip_ratio/high_mean": 0.0,
|
| 954 |
+
"clip_ratio/low_mean": 0.0,
|
| 955 |
+
"clip_ratio/low_min": 0.0,
|
| 956 |
+
"clip_ratio/region_mean": 0.0,
|
| 957 |
+
"completions/clipped_ratio": 0.0,
|
| 958 |
+
"completions/max_length": 38.0,
|
| 959 |
+
"completions/max_terminated_length": 38.0,
|
| 960 |
+
"completions/mean_length": 31.15537109375,
|
| 961 |
+
"completions/mean_terminated_length": 31.15537109375,
|
| 962 |
+
"completions/min_length": 27.4,
|
| 963 |
+
"completions/min_terminated_length": 27.4,
|
| 964 |
+
"epoch": 0.9752380952380952,
|
| 965 |
+
"grad_norm": 0.000989082851447165,
|
| 966 |
+
"learning_rate": 1e-06,
|
| 967 |
+
"loss": 0.0,
|
| 968 |
+
"num_tokens": 95112946.0,
|
| 969 |
+
"reward": 1.0628147840499877,
|
| 970 |
+
"reward_std": 0.015992810018360615,
|
| 971 |
+
"rewards/accuracy_reward": 0.34912109375,
|
| 972 |
+
"rewards/brier_reward": 0.7765084505081177,
|
| 973 |
+
"rewards/confidence_one_or_zero": 9.765625e-05,
|
| 974 |
+
"rewards/format_reward": 1.0,
|
| 975 |
+
"rewards/log_2_reward": 9.361271095275878,
|
| 976 |
+
"rewards/mean_confidence_reward": 0.3030927777290344,
|
| 977 |
+
"step": 160
|
| 978 |
+
},
|
| 979 |
+
{
|
| 980 |
+
"clip_ratio/high_max": 0.0,
|
| 981 |
+
"clip_ratio/high_mean": 0.0,
|
| 982 |
+
"clip_ratio/low_mean": 0.0,
|
| 983 |
+
"clip_ratio/low_min": 0.0,
|
| 984 |
+
"clip_ratio/region_mean": 0.0,
|
| 985 |
+
"completions/clipped_ratio": 0.0,
|
| 986 |
+
"completions/max_length": 39.75,
|
| 987 |
+
"completions/max_terminated_length": 39.75,
|
| 988 |
+
"completions/mean_length": 30.896739959716797,
|
| 989 |
+
"completions/mean_terminated_length": 30.896739959716797,
|
| 990 |
+
"completions/min_length": 27.75,
|
| 991 |
+
"completions/min_terminated_length": 27.75,
|
| 992 |
+
"epoch": 0.9996190476190476,
|
| 993 |
+
"num_tokens": 97437501.0,
|
| 994 |
+
"reward": 1.0623335242271423,
|
| 995 |
+
"reward_std": 0.014995867619290948,
|
| 996 |
+
"rewards/accuracy_reward": 0.351318359375,
|
| 997 |
+
"rewards/brier_reward": 0.7733487039804459,
|
| 998 |
+
"rewards/confidence_one_or_zero": 0.0,
|
| 999 |
+
"rewards/format_reward": 1.0,
|
| 1000 |
+
"rewards/log_2_reward": 9.354329109191895,
|
| 1001 |
+
"rewards/mean_confidence_reward": 0.3190649375319481,
|
| 1002 |
+
"step": 164,
|
| 1003 |
+
"total_flos": 0.0,
|
| 1004 |
+
"train_loss": 0.004139085497216711,
|
| 1005 |
+
"train_runtime": 15544.1305,
|
| 1006 |
+
"train_samples_per_second": 0.675,
|
| 1007 |
+
"train_steps_per_second": 0.011
|
| 1008 |
+
}
|
| 1009 |
+
],
|
| 1010 |
+
"logging_steps": 5,
|
| 1011 |
+
"max_steps": 164,
|
| 1012 |
+
"num_input_tokens_seen": 97437501,
|
| 1013 |
+
"num_train_epochs": 1,
|
| 1014 |
+
"save_steps": 60,
|
| 1015 |
+
"stateful_callbacks": {
|
| 1016 |
+
"TrainerControl": {
|
| 1017 |
+
"args": {
|
| 1018 |
+
"should_epoch_stop": false,
|
| 1019 |
+
"should_evaluate": false,
|
| 1020 |
+
"should_log": false,
|
| 1021 |
+
"should_save": true,
|
| 1022 |
+
"should_training_stop": true
|
| 1023 |
+
},
|
| 1024 |
+
"attributes": {}
|
| 1025 |
+
}
|
| 1026 |
+
},
|
| 1027 |
+
"total_flos": 0.0,
|
| 1028 |
+
"train_batch_size": 8,
|
| 1029 |
+
"trial_name": null,
|
| 1030 |
+
"trial_params": null
|
| 1031 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17c74e975a7985ef132171f5ed12640d27ee36a9c61eb347aa1f1bef28140ade
|
| 3 |
+
size 8056
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|