Text Generation
Transformers
Safetensors
qwen2
Generated from Trainer
rl-swarm
grpo
gensyn
I am purring patterned prawn
trl
conversational
text-generation-inference
Instructions to use xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn") model = AutoModelForCausalLM.from_pretrained("xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn", device_map="auto") messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn
- SGLang
How to use xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn with Docker Model Runner:
docker model run hf.co/xaobai/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-purring_patterned_prawn
End of training
Browse files- all_results.json +4 -4
- model.safetensors +1 -1
- train_results.json +4 -4
- trainer_state.json +110 -110
all_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
-
"train_loss":
|
| 4 |
-
"train_runtime":
|
| 5 |
"train_samples": 160,
|
| 6 |
-
"train_samples_per_second": 2.
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
+
"train_loss": 0.468176003973349,
|
| 4 |
+
"train_runtime": 141.5805,
|
| 5 |
"train_samples": 160,
|
| 6 |
+
"train_samples_per_second": 2.26,
|
| 7 |
+
"train_steps_per_second": 0.141
|
| 8 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1976163472
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8bc89d5b0eef6c96f3eeb6f0589367b381fc1f8257b206c43e0fcecb2132fce9
|
| 3 |
size 1976163472
|
train_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
-
"train_loss":
|
| 4 |
-
"train_runtime":
|
| 5 |
"train_samples": 160,
|
| 6 |
-
"train_samples_per_second": 2.
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
+
"train_loss": 0.468176003973349,
|
| 4 |
+
"train_runtime": 141.5805,
|
| 5 |
"train_samples": 160,
|
| 6 |
+
"train_samples_per_second": 2.26,
|
| 7 |
+
"train_steps_per_second": 0.141
|
| 8 |
}
|
trainer_state.json
CHANGED
|
@@ -10,203 +10,203 @@
|
|
| 10 |
"is_world_process_zero": true,
|
| 11 |
"log_history": [
|
| 12 |
{
|
| 13 |
-
"completion_length":
|
| 14 |
"epoch": 0.1,
|
| 15 |
-
"grad_norm":
|
| 16 |
"kl": 0.0,
|
| 17 |
"learning_rate": 4.965903258506806e-07,
|
| 18 |
-
"loss":
|
| 19 |
-
"reward":
|
| 20 |
-
"reward_std": 0.
|
| 21 |
-
"rewards/concensus_correctness_reward_func":
|
| 22 |
-
"rewards/consensus_reward_func":
|
| 23 |
"rewards/cumulative_reward_2": 0.0,
|
| 24 |
"rewards/final_correctness_reward_func": 0.1875,
|
| 25 |
-
"rewards/question_recreation_reward_func": 0.
|
| 26 |
"rewards/soft_format_reward_func": 0.0,
|
| 27 |
"rewards/strict_format_reward_func": 0.0,
|
| 28 |
-
"rewards/xmlcount_reward_func": 0.
|
| 29 |
"step": 2
|
| 30 |
},
|
| 31 |
{
|
| 32 |
-
"completion_length":
|
| 33 |
"epoch": 0.2,
|
| 34 |
-
"grad_norm":
|
| 35 |
-
"kl": 0.
|
| 36 |
"learning_rate": 4.698684378016222e-07,
|
| 37 |
"loss": 0.0001,
|
| 38 |
-
"reward": 5.
|
| 39 |
-
"reward_std": 0.
|
| 40 |
-
"rewards/concensus_correctness_reward_func": 1.
|
| 41 |
-
"rewards/consensus_reward_func": 1.
|
| 42 |
"rewards/cumulative_reward_2": 0.0,
|
| 43 |
-
"rewards/final_correctness_reward_func": 0.
|
| 44 |
-
"rewards/question_recreation_reward_func": 0.
|
| 45 |
"rewards/soft_format_reward_func": 0.0,
|
| 46 |
"rewards/strict_format_reward_func": 0.015625,
|
| 47 |
-
"rewards/xmlcount_reward_func": 1.
|
| 48 |
"step": 4
|
| 49 |
},
|
| 50 |
{
|
| 51 |
-
"completion_length":
|
| 52 |
"epoch": 0.3,
|
| 53 |
-
"grad_norm":
|
| 54 |
-
"kl":
|
| 55 |
"learning_rate": 4.193203929064353e-07,
|
| 56 |
-
"loss": 0.
|
| 57 |
-
"reward":
|
| 58 |
-
"reward_std":
|
| 59 |
-
"rewards/concensus_correctness_reward_func":
|
| 60 |
-
"rewards/consensus_reward_func": 1.
|
| 61 |
"rewards/cumulative_reward_2": 0.0,
|
| 62 |
-
"rewards/final_correctness_reward_func": 0.
|
| 63 |
-
"rewards/question_recreation_reward_func": 0.
|
| 64 |
"rewards/soft_format_reward_func": 0.0,
|
| 65 |
-
"rewards/strict_format_reward_func": 0.
|
| 66 |
-
"rewards/xmlcount_reward_func": 1.
|
| 67 |
"step": 6
|
| 68 |
},
|
| 69 |
{
|
| 70 |
-
"completion_length":
|
| 71 |
"epoch": 0.4,
|
| 72 |
-
"grad_norm":
|
| 73 |
-
"kl": 0.
|
| 74 |
"learning_rate": 3.5042385616324236e-07,
|
| 75 |
-
"loss": 0.
|
| 76 |
-
"reward":
|
| 77 |
-
"reward_std": 0.
|
| 78 |
-
"rewards/concensus_correctness_reward_func": 1.
|
| 79 |
-
"rewards/consensus_reward_func": 1.
|
| 80 |
"rewards/cumulative_reward_2": 0.0,
|
| 81 |
-
"rewards/final_correctness_reward_func": 0.
|
| 82 |
-
"rewards/question_recreation_reward_func": 0.
|
| 83 |
"rewards/soft_format_reward_func": 0.0,
|
| 84 |
"rewards/strict_format_reward_func": 0.015625,
|
| 85 |
-
"rewards/xmlcount_reward_func": 1.
|
| 86 |
"step": 8
|
| 87 |
},
|
| 88 |
{
|
| 89 |
-
"completion_length":
|
| 90 |
"epoch": 0.5,
|
| 91 |
-
"grad_norm":
|
| 92 |
-
"kl":
|
| 93 |
"learning_rate": 2.706448363680831e-07,
|
| 94 |
-
"loss": 0.
|
| 95 |
-
"reward":
|
| 96 |
-
"reward_std": 0.
|
| 97 |
-
"rewards/concensus_correctness_reward_func": 1.
|
| 98 |
-
"rewards/consensus_reward_func": 1.
|
| 99 |
"rewards/cumulative_reward_2": 0.0,
|
| 100 |
"rewards/final_correctness_reward_func": 0.125,
|
| 101 |
-
"rewards/question_recreation_reward_func": 0.
|
| 102 |
"rewards/soft_format_reward_func": 0.0,
|
| 103 |
"rewards/strict_format_reward_func": 0.0,
|
| 104 |
-
"rewards/xmlcount_reward_func": 1.
|
| 105 |
"step": 10
|
| 106 |
},
|
| 107 |
{
|
| 108 |
-
"completion_length":
|
| 109 |
"epoch": 0.6,
|
| 110 |
-
"grad_norm":
|
| 111 |
-
"kl":
|
| 112 |
"learning_rate": 1.886286282148002e-07,
|
| 113 |
-
"loss":
|
| 114 |
-
"reward": 5.
|
| 115 |
-
"reward_std": 0.
|
| 116 |
-
"rewards/concensus_correctness_reward_func": 1.
|
| 117 |
-
"rewards/consensus_reward_func": 1.
|
| 118 |
"rewards/cumulative_reward_2": 0.0,
|
| 119 |
"rewards/final_correctness_reward_func": 0.0,
|
| 120 |
-
"rewards/question_recreation_reward_func": 0.
|
| 121 |
"rewards/soft_format_reward_func": 0.0,
|
| 122 |
"rewards/strict_format_reward_func": 0.0,
|
| 123 |
-
"rewards/xmlcount_reward_func": 1.
|
| 124 |
"step": 12
|
| 125 |
},
|
| 126 |
{
|
| 127 |
-
"completion_length":
|
| 128 |
"epoch": 0.7,
|
| 129 |
-
"grad_norm":
|
| 130 |
-
"kl": 0.
|
| 131 |
"learning_rate": 1.1326296046939333e-07,
|
| 132 |
"loss": 0.0003,
|
| 133 |
-
"reward": 6.
|
| 134 |
-
"reward_std": 1.
|
| 135 |
-
"rewards/concensus_correctness_reward_func": 2.
|
| 136 |
-
"rewards/consensus_reward_func": 1.
|
| 137 |
"rewards/cumulative_reward_2": 0.0,
|
| 138 |
-
"rewards/final_correctness_reward_func": 0.
|
| 139 |
-
"rewards/question_recreation_reward_func": 0.
|
| 140 |
"rewards/soft_format_reward_func": 0.0,
|
| 141 |
"rewards/strict_format_reward_func": 0.0,
|
| 142 |
-
"rewards/xmlcount_reward_func": 1.
|
| 143 |
"step": 14
|
| 144 |
},
|
| 145 |
{
|
| 146 |
-
"completion_length":
|
| 147 |
"epoch": 0.8,
|
| 148 |
-
"grad_norm":
|
| 149 |
-
"kl":
|
| 150 |
"learning_rate": 5.271487265090163e-08,
|
| 151 |
-
"loss": 0.
|
| 152 |
-
"reward":
|
| 153 |
-
"reward_std": 0.
|
| 154 |
-
"rewards/concensus_correctness_reward_func":
|
| 155 |
-
"rewards/consensus_reward_func": 1.
|
| 156 |
"rewards/cumulative_reward_2": 0.0,
|
| 157 |
-
"rewards/final_correctness_reward_func": 0.
|
| 158 |
-
"rewards/question_recreation_reward_func": 0.
|
| 159 |
"rewards/soft_format_reward_func": 0.0,
|
| 160 |
"rewards/strict_format_reward_func": 0.015625,
|
| 161 |
-
"rewards/xmlcount_reward_func": 1.
|
| 162 |
"step": 16
|
| 163 |
},
|
| 164 |
{
|
| 165 |
-
"completion_length":
|
| 166 |
"epoch": 0.9,
|
| 167 |
-
"grad_norm":
|
| 168 |
-
"kl":
|
| 169 |
"learning_rate": 1.3545689574841341e-08,
|
| 170 |
-
"loss":
|
| 171 |
-
"reward":
|
| 172 |
-
"reward_std": 0.
|
| 173 |
-
"rewards/concensus_correctness_reward_func":
|
| 174 |
-
"rewards/consensus_reward_func": 1.
|
| 175 |
"rewards/cumulative_reward_2": 0.0,
|
| 176 |
-
"rewards/final_correctness_reward_func": 0.
|
| 177 |
-
"rewards/question_recreation_reward_func": 0.
|
| 178 |
"rewards/soft_format_reward_func": 0.0,
|
| 179 |
"rewards/strict_format_reward_func": 0.0,
|
| 180 |
-
"rewards/xmlcount_reward_func": 1.
|
| 181 |
"step": 18
|
| 182 |
},
|
| 183 |
{
|
| 184 |
-
"completion_length":
|
| 185 |
"epoch": 1.0,
|
| 186 |
-
"grad_norm":
|
| 187 |
-
"kl": 3.
|
| 188 |
"learning_rate": 0.0,
|
| 189 |
-
"loss": 0.
|
| 190 |
-
"reward":
|
| 191 |
-
"reward_std": 0.
|
| 192 |
-
"rewards/concensus_correctness_reward_func":
|
| 193 |
-
"rewards/consensus_reward_func": 1.
|
| 194 |
"rewards/cumulative_reward_2": 0.0,
|
| 195 |
-
"rewards/final_correctness_reward_func": 0.
|
| 196 |
-
"rewards/question_recreation_reward_func": 0.
|
| 197 |
"rewards/soft_format_reward_func": 0.0,
|
| 198 |
-
"rewards/strict_format_reward_func": 0.
|
| 199 |
-
"rewards/xmlcount_reward_func": 1.
|
| 200 |
"step": 20
|
| 201 |
},
|
| 202 |
{
|
| 203 |
"epoch": 1.0,
|
| 204 |
"step": 20,
|
| 205 |
"total_flos": 0.0,
|
| 206 |
-
"train_loss":
|
| 207 |
-
"train_runtime":
|
| 208 |
-
"train_samples_per_second": 2.
|
| 209 |
-
"train_steps_per_second": 0.
|
| 210 |
}
|
| 211 |
],
|
| 212 |
"logging_steps": 2,
|
|
|
|
| 10 |
"is_world_process_zero": true,
|
| 11 |
"log_history": [
|
| 12 |
{
|
| 13 |
+
"completion_length": 238.21875,
|
| 14 |
"epoch": 0.1,
|
| 15 |
+
"grad_norm": 23.061830520629883,
|
| 16 |
"kl": 0.0,
|
| 17 |
"learning_rate": 4.965903258506806e-07,
|
| 18 |
+
"loss": 0.0,
|
| 19 |
+
"reward": 4.5968284253031015,
|
| 20 |
+
"reward_std": 0.616630203621753,
|
| 21 |
+
"rewards/concensus_correctness_reward_func": 2.199562504887581,
|
| 22 |
+
"rewards/consensus_reward_func": 0.9375,
|
| 23 |
"rewards/cumulative_reward_2": 0.0,
|
| 24 |
"rewards/final_correctness_reward_func": 0.1875,
|
| 25 |
+
"rewards/question_recreation_reward_func": 0.5915159117430449,
|
| 26 |
"rewards/soft_format_reward_func": 0.0,
|
| 27 |
"rewards/strict_format_reward_func": 0.0,
|
| 28 |
+
"rewards/xmlcount_reward_func": 0.6807499742135406,
|
| 29 |
"step": 2
|
| 30 |
},
|
| 31 |
{
|
| 32 |
+
"completion_length": 165.375,
|
| 33 |
"epoch": 0.2,
|
| 34 |
+
"grad_norm": 28.605224609375,
|
| 35 |
+
"kl": 0.1424046578758862,
|
| 36 |
"learning_rate": 4.698684378016222e-07,
|
| 37 |
"loss": 0.0001,
|
| 38 |
+
"reward": 5.776076227426529,
|
| 39 |
+
"reward_std": 0.6955992908915505,
|
| 40 |
+
"rewards/concensus_correctness_reward_func": 1.6770624928176403,
|
| 41 |
+
"rewards/consensus_reward_func": 1.75,
|
| 42 |
"rewards/cumulative_reward_2": 0.0,
|
| 43 |
+
"rewards/final_correctness_reward_func": 0.25,
|
| 44 |
+
"rewards/question_recreation_reward_func": 0.9044200219213963,
|
| 45 |
"rewards/soft_format_reward_func": 0.0,
|
| 46 |
"rewards/strict_format_reward_func": 0.015625,
|
| 47 |
+
"rewards/xmlcount_reward_func": 1.1789687052369118,
|
| 48 |
"step": 4
|
| 49 |
},
|
| 50 |
{
|
| 51 |
+
"completion_length": 190.0,
|
| 52 |
"epoch": 0.3,
|
| 53 |
+
"grad_norm": 23.82851219177246,
|
| 54 |
+
"kl": 0.34406266862060875,
|
| 55 |
"learning_rate": 4.193203929064353e-07,
|
| 56 |
+
"loss": 0.0003,
|
| 57 |
+
"reward": 5.5506651401519775,
|
| 58 |
+
"reward_std": 0.16025130550133326,
|
| 59 |
+
"rewards/concensus_correctness_reward_func": 1.6028124950826168,
|
| 60 |
+
"rewards/consensus_reward_func": 1.75,
|
| 61 |
"rewards/cumulative_reward_2": 0.0,
|
| 62 |
+
"rewards/final_correctness_reward_func": 0.125,
|
| 63 |
+
"rewards/question_recreation_reward_func": 0.9063213616609573,
|
| 64 |
"rewards/soft_format_reward_func": 0.0,
|
| 65 |
+
"rewards/strict_format_reward_func": 0.0,
|
| 66 |
+
"rewards/xmlcount_reward_func": 1.1665311940014362,
|
| 67 |
"step": 6
|
| 68 |
},
|
| 69 |
{
|
| 70 |
+
"completion_length": 172.96875,
|
| 71 |
"epoch": 0.4,
|
| 72 |
+
"grad_norm": 33.95582580566406,
|
| 73 |
+
"kl": 0.27934576687403023,
|
| 74 |
"learning_rate": 3.5042385616324236e-07,
|
| 75 |
+
"loss": 0.0003,
|
| 76 |
+
"reward": 6.021767497062683,
|
| 77 |
+
"reward_std": 0.3667241964285495,
|
| 78 |
+
"rewards/concensus_correctness_reward_func": 1.857812493108213,
|
| 79 |
+
"rewards/consensus_reward_func": 1.8125,
|
| 80 |
"rewards/cumulative_reward_2": 0.0,
|
| 81 |
+
"rewards/final_correctness_reward_func": 0.25,
|
| 82 |
+
"rewards/question_recreation_reward_func": 0.9293612577021122,
|
| 83 |
"rewards/soft_format_reward_func": 0.0,
|
| 84 |
"rewards/strict_format_reward_func": 0.015625,
|
| 85 |
+
"rewards/xmlcount_reward_func": 1.1564687080681324,
|
| 86 |
"step": 8
|
| 87 |
},
|
| 88 |
{
|
| 89 |
+
"completion_length": 153.75,
|
| 90 |
"epoch": 0.5,
|
| 91 |
+
"grad_norm": 18.014972686767578,
|
| 92 |
+
"kl": 2.704328676336445,
|
| 93 |
"learning_rate": 2.706448363680831e-07,
|
| 94 |
+
"loss": 0.0027,
|
| 95 |
+
"reward": 6.106728702783585,
|
| 96 |
+
"reward_std": 0.3038245351635851,
|
| 97 |
+
"rewards/concensus_correctness_reward_func": 1.9768749848008156,
|
| 98 |
+
"rewards/consensus_reward_func": 1.9375,
|
| 99 |
"rewards/cumulative_reward_2": 0.0,
|
| 100 |
"rewards/final_correctness_reward_func": 0.125,
|
| 101 |
+
"rewards/question_recreation_reward_func": 0.9085097648203373,
|
| 102 |
"rewards/soft_format_reward_func": 0.0,
|
| 103 |
"rewards/strict_format_reward_func": 0.0,
|
| 104 |
+
"rewards/xmlcount_reward_func": 1.1588436998426914,
|
| 105 |
"step": 10
|
| 106 |
},
|
| 107 |
{
|
| 108 |
+
"completion_length": 162.5,
|
| 109 |
"epoch": 0.6,
|
| 110 |
+
"grad_norm": 97.16446685791016,
|
| 111 |
+
"kl": 5.110307271126658,
|
| 112 |
"learning_rate": 1.886286282148002e-07,
|
| 113 |
+
"loss": 0.0051,
|
| 114 |
+
"reward": 5.1675363183021545,
|
| 115 |
+
"reward_std": 0.8226150240807328,
|
| 116 |
+
"rewards/concensus_correctness_reward_func": 1.5147499814629555,
|
| 117 |
+
"rewards/consensus_reward_func": 1.6875,
|
| 118 |
"rewards/cumulative_reward_2": 0.0,
|
| 119 |
"rewards/final_correctness_reward_func": 0.0,
|
| 120 |
+
"rewards/question_recreation_reward_func": 0.7865362111479044,
|
| 121 |
"rewards/soft_format_reward_func": 0.0,
|
| 122 |
"rewards/strict_format_reward_func": 0.0,
|
| 123 |
+
"rewards/xmlcount_reward_func": 1.1787499599158764,
|
| 124 |
"step": 12
|
| 125 |
},
|
| 126 |
{
|
| 127 |
+
"completion_length": 153.4375,
|
| 128 |
"epoch": 0.7,
|
| 129 |
+
"grad_norm": 14.0081205368042,
|
| 130 |
+
"kl": 0.31082624034024775,
|
| 131 |
"learning_rate": 1.1326296046939333e-07,
|
| 132 |
"loss": 0.0003,
|
| 133 |
+
"reward": 6.385396376252174,
|
| 134 |
+
"reward_std": 1.4748346143751405,
|
| 135 |
+
"rewards/concensus_correctness_reward_func": 2.3415624871850014,
|
| 136 |
+
"rewards/consensus_reward_func": 1.75,
|
| 137 |
"rewards/cumulative_reward_2": 0.0,
|
| 138 |
+
"rewards/final_correctness_reward_func": 0.1875,
|
| 139 |
+
"rewards/question_recreation_reward_func": 0.8933338597416878,
|
| 140 |
"rewards/soft_format_reward_func": 0.0,
|
| 141 |
"rewards/strict_format_reward_func": 0.0,
|
| 142 |
+
"rewards/xmlcount_reward_func": 1.2129999436438084,
|
| 143 |
"step": 14
|
| 144 |
},
|
| 145 |
{
|
| 146 |
+
"completion_length": 155.375,
|
| 147 |
"epoch": 0.8,
|
| 148 |
+
"grad_norm": 14.671515464782715,
|
| 149 |
+
"kl": 9.717409254400991,
|
| 150 |
"learning_rate": 5.271487265090163e-08,
|
| 151 |
+
"loss": 0.0097,
|
| 152 |
+
"reward": 5.68576055765152,
|
| 153 |
+
"reward_std": 0.6367222345579648,
|
| 154 |
+
"rewards/concensus_correctness_reward_func": 1.6311874985694885,
|
| 155 |
+
"rewards/consensus_reward_func": 1.8125,
|
| 156 |
"rewards/cumulative_reward_2": 0.0,
|
| 157 |
+
"rewards/final_correctness_reward_func": 0.125,
|
| 158 |
+
"rewards/question_recreation_reward_func": 0.8846354763954878,
|
| 159 |
"rewards/soft_format_reward_func": 0.0,
|
| 160 |
"rewards/strict_format_reward_func": 0.015625,
|
| 161 |
+
"rewards/xmlcount_reward_func": 1.2168124467134476,
|
| 162 |
"step": 16
|
| 163 |
},
|
| 164 |
{
|
| 165 |
+
"completion_length": 159.9375,
|
| 166 |
"epoch": 0.9,
|
| 167 |
+
"grad_norm": 134988.875,
|
| 168 |
+
"kl": 4659.71151078766,
|
| 169 |
"learning_rate": 1.3545689574841341e-08,
|
| 170 |
+
"loss": 4.6597,
|
| 171 |
+
"reward": 7.275305807590485,
|
| 172 |
+
"reward_std": 0.2323648716119351,
|
| 173 |
+
"rewards/concensus_correctness_reward_func": 3.144124999642372,
|
| 174 |
+
"rewards/consensus_reward_func": 1.875,
|
| 175 |
"rewards/cumulative_reward_2": 0.0,
|
| 176 |
+
"rewards/final_correctness_reward_func": 0.1875,
|
| 177 |
+
"rewards/question_recreation_reward_func": 0.8945556059479713,
|
| 178 |
"rewards/soft_format_reward_func": 0.0,
|
| 179 |
"rewards/strict_format_reward_func": 0.0,
|
| 180 |
+
"rewards/xmlcount_reward_func": 1.1741249524056911,
|
| 181 |
"step": 18
|
| 182 |
},
|
| 183 |
{
|
| 184 |
+
"completion_length": 157.0625,
|
| 185 |
"epoch": 1.0,
|
| 186 |
+
"grad_norm": 35.6768684387207,
|
| 187 |
+
"kl": 3.506329826777801,
|
| 188 |
"learning_rate": 0.0,
|
| 189 |
+
"loss": 0.0035,
|
| 190 |
+
"reward": 5.915709361433983,
|
| 191 |
+
"reward_std": 0.2794380595878465,
|
| 192 |
+
"rewards/concensus_correctness_reward_func": 1.8087499924004078,
|
| 193 |
+
"rewards/consensus_reward_func": 1.875,
|
| 194 |
"rewards/cumulative_reward_2": 0.0,
|
| 195 |
+
"rewards/final_correctness_reward_func": 0.1875,
|
| 196 |
+
"rewards/question_recreation_reward_func": 0.8960218746215105,
|
| 197 |
"rewards/soft_format_reward_func": 0.0,
|
| 198 |
+
"rewards/strict_format_reward_func": 0.015625,
|
| 199 |
+
"rewards/xmlcount_reward_func": 1.1328124590218067,
|
| 200 |
"step": 20
|
| 201 |
},
|
| 202 |
{
|
| 203 |
"epoch": 1.0,
|
| 204 |
"step": 20,
|
| 205 |
"total_flos": 0.0,
|
| 206 |
+
"train_loss": 0.468176003973349,
|
| 207 |
+
"train_runtime": 141.5805,
|
| 208 |
+
"train_samples_per_second": 2.26,
|
| 209 |
+
"train_steps_per_second": 0.141
|
| 210 |
}
|
| 211 |
],
|
| 212 |
"logging_steps": 2,
|