Text Generation
Transformers
Safetensors
qwen2
Generated from Trainer
rl-swarm
grpo
gensyn
I am colorful fanged capybara
trl
genrl-swarm
I am colorful_fanged_capybara
conversational
text-generation-inference
Instructions to use aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara") model = AutoModelForCausalLM.from_pretrained("aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara", 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 aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara
- SGLang
How to use aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara 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 "aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara" \ --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": "aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara", "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 "aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara" \ --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": "aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara with Docker Model Runner:
docker model run hf.co/aayasmin880/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-colorful_fanged_capybara
End of training
Browse files- all_results.json +4 -4
- model.safetensors +1 -1
- train_results.json +4 -4
- trainer_state.json +116 -116
all_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
-
"train_loss":
|
| 4 |
-
"train_runtime":
|
| 5 |
"train_samples": 28,
|
| 6 |
-
"train_samples_per_second": 1.
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
+
"train_loss": 276.2225516567356,
|
| 4 |
+
"train_runtime": 281.6381,
|
| 5 |
"train_samples": 28,
|
| 6 |
+
"train_samples_per_second": 1.136,
|
| 7 |
+
"train_steps_per_second": 0.071
|
| 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:34f60fcf4d19dd91f15bbcab04e57ac0642d096289b2fbf0935821e7fde1bc97
|
| 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": 28,
|
| 6 |
-
"train_samples_per_second": 1.
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
+
"train_loss": 276.2225516567356,
|
| 4 |
+
"train_runtime": 281.6381,
|
| 5 |
"train_samples": 28,
|
| 6 |
+
"train_samples_per_second": 1.136,
|
| 7 |
+
"train_steps_per_second": 0.071
|
| 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.5714285714285714,
|
| 15 |
-
"grad_norm":
|
| 16 |
"kl": 0.0,
|
| 17 |
"learning_rate": 5e-07,
|
| 18 |
"loss": 0.0,
|
| 19 |
-
"reward":
|
| 20 |
-
"reward_std":
|
| 21 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 22 |
-
"rewards/consensus_reward_func": 0.
|
| 23 |
"rewards/cumulative_reward_2": 0.0,
|
| 24 |
-
"rewards/final_correctness_reward_func": 0.
|
| 25 |
-
"rewards/question_recreation_reward_func": 0.
|
| 26 |
"rewards/soft_format_reward_func": 0.0,
|
| 27 |
-
"rewards/strict_format_reward_func": 0.
|
| 28 |
-
"rewards/xmlcount_reward_func": 0.
|
| 29 |
"step": 2
|
| 30 |
},
|
| 31 |
{
|
| 32 |
-
"completion_length":
|
| 33 |
"epoch": 1.0,
|
| 34 |
-
"grad_norm":
|
| 35 |
-
"kl":
|
| 36 |
"learning_rate": 4.864543104251586e-07,
|
| 37 |
-
"loss": 0.
|
| 38 |
-
"reward": 5.
|
| 39 |
-
"reward_std":
|
| 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.16666666666666666,
|
| 44 |
-
"rewards/question_recreation_reward_func": 0.
|
| 45 |
"rewards/soft_format_reward_func": 0.0,
|
| 46 |
"rewards/strict_format_reward_func": 0.14583333333333334,
|
| 47 |
-
"rewards/xmlcount_reward_func": 1.
|
| 48 |
"step": 4
|
| 49 |
},
|
| 50 |
{
|
| 51 |
-
"completion_length": 165.
|
| 52 |
"epoch": 1.5714285714285714,
|
| 53 |
-
"grad_norm":
|
| 54 |
-
"kl":
|
| 55 |
"learning_rate": 4.472851273490984e-07,
|
| 56 |
-
"loss": 0.
|
| 57 |
-
"reward": 5.
|
| 58 |
-
"reward_std":
|
| 59 |
-
"rewards/concensus_correctness_reward_func": 1.
|
| 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": 2.0,
|
| 72 |
-
"grad_norm":
|
| 73 |
-
"kl":
|
| 74 |
"learning_rate": 3.867370395306068e-07,
|
| 75 |
-
"loss":
|
| 76 |
-
"reward": 4.
|
| 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.
|
| 85 |
-
"rewards/xmlcount_reward_func":
|
| 86 |
"step": 8
|
| 87 |
},
|
| 88 |
{
|
| 89 |
-
"completion_length": 169.
|
| 90 |
"epoch": 2.571428571428571,
|
| 91 |
-
"grad_norm":
|
| 92 |
-
"kl":
|
| 93 |
"learning_rate": 3.1137137178519977e-07,
|
| 94 |
-
"loss":
|
| 95 |
-
"reward": 5.
|
| 96 |
-
"reward_std":
|
| 97 |
-
"rewards/concensus_correctness_reward_func": 1.
|
| 98 |
"rewards/consensus_reward_func": 1.625,
|
| 99 |
"rewards/cumulative_reward_2": 0.0,
|
| 100 |
-
"rewards/final_correctness_reward_func": 0.
|
| 101 |
-
"rewards/question_recreation_reward_func": 0.
|
| 102 |
"rewards/soft_format_reward_func": 0.0,
|
| 103 |
"rewards/strict_format_reward_func": 0.28125,
|
| 104 |
-
"rewards/xmlcount_reward_func": 1.
|
| 105 |
"step": 10
|
| 106 |
},
|
| 107 |
{
|
| 108 |
-
"completion_length":
|
| 109 |
"epoch": 3.0,
|
| 110 |
-
"grad_norm":
|
| 111 |
-
"kl":
|
| 112 |
"learning_rate": 2.2935516363191693e-07,
|
| 113 |
-
"loss":
|
| 114 |
-
"reward": 5.
|
| 115 |
-
"reward_std": 1.
|
| 116 |
-
"rewards/concensus_correctness_reward_func": 1.
|
| 117 |
"rewards/consensus_reward_func": 1.5,
|
| 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.
|
| 123 |
-
"rewards/xmlcount_reward_func":
|
| 124 |
"step": 12
|
| 125 |
},
|
| 126 |
{
|
| 127 |
-
"completion_length":
|
| 128 |
"epoch": 3.571428571428571,
|
| 129 |
-
"grad_norm":
|
| 130 |
-
"kl":
|
| 131 |
"learning_rate": 1.4957614383675767e-07,
|
| 132 |
-
"loss":
|
| 133 |
-
"reward": 5.
|
| 134 |
-
"reward_std": 0.
|
| 135 |
-
"rewards/concensus_correctness_reward_func": 1.
|
| 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.
|
| 142 |
-
"rewards/xmlcount_reward_func": 1.
|
| 143 |
"step": 14
|
| 144 |
},
|
| 145 |
{
|
| 146 |
-
"completion_length":
|
| 147 |
"epoch": 4.0,
|
| 148 |
-
"grad_norm":
|
| 149 |
-
"kl":
|
| 150 |
"learning_rate": 8.067960709356478e-08,
|
| 151 |
-
"loss":
|
| 152 |
-
"reward": 5.
|
| 153 |
-
"reward_std": 0.
|
| 154 |
-
"rewards/concensus_correctness_reward_func": 1.
|
| 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.
|
| 161 |
-
"rewards/xmlcount_reward_func":
|
| 162 |
"step": 16
|
| 163 |
},
|
| 164 |
{
|
| 165 |
-
"completion_length":
|
| 166 |
"epoch": 4.571428571428571,
|
| 167 |
-
"grad_norm":
|
| 168 |
-
"kl":
|
| 169 |
"learning_rate": 3.013156219837776e-08,
|
| 170 |
-
"loss":
|
| 171 |
-
"reward": 5.
|
| 172 |
-
"reward_std": 0.
|
| 173 |
-
"rewards/concensus_correctness_reward_func": 1.
|
| 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.
|
| 180 |
-
"rewards/xmlcount_reward_func": 1.
|
| 181 |
"step": 18
|
| 182 |
},
|
| 183 |
{
|
| 184 |
-
"completion_length":
|
| 185 |
"epoch": 5.0,
|
| 186 |
-
"grad_norm":
|
| 187 |
-
"kl":
|
| 188 |
"learning_rate": 3.4096741493194193e-09,
|
| 189 |
-
"loss":
|
| 190 |
-
"reward": 5.
|
| 191 |
-
"reward_std": 0.
|
| 192 |
-
"rewards/concensus_correctness_reward_func": 1.
|
| 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": 5.0,
|
| 204 |
"step": 20,
|
| 205 |
"total_flos": 0.0,
|
| 206 |
-
"train_loss":
|
| 207 |
-
"train_runtime":
|
| 208 |
-
"train_samples_per_second": 1.
|
| 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": 221.78125,
|
| 14 |
"epoch": 0.5714285714285714,
|
| 15 |
+
"grad_norm": 44.2175407409668,
|
| 16 |
"kl": 0.0,
|
| 17 |
"learning_rate": 5e-07,
|
| 18 |
"loss": 0.0,
|
| 19 |
+
"reward": 2.9738675877451897,
|
| 20 |
+
"reward_std": 1.0762588446959853,
|
| 21 |
+
"rewards/concensus_correctness_reward_func": 0.5766874961555004,
|
| 22 |
+
"rewards/consensus_reward_func": 0.6875,
|
| 23 |
"rewards/cumulative_reward_2": 0.0,
|
| 24 |
+
"rewards/final_correctness_reward_func": 0.125,
|
| 25 |
+
"rewards/question_recreation_reward_func": 0.6785862769465894,
|
| 26 |
"rewards/soft_format_reward_func": 0.0,
|
| 27 |
+
"rewards/strict_format_reward_func": 0.125,
|
| 28 |
+
"rewards/xmlcount_reward_func": 0.7810937496833503,
|
| 29 |
"step": 2
|
| 30 |
},
|
| 31 |
{
|
| 32 |
+
"completion_length": 135.91666666666666,
|
| 33 |
"epoch": 1.0,
|
| 34 |
+
"grad_norm": 66.27912139892578,
|
| 35 |
+
"kl": 2.3285048588489494,
|
| 36 |
"learning_rate": 4.864543104251586e-07,
|
| 37 |
+
"loss": 0.0017,
|
| 38 |
+
"reward": 5.826431592305501,
|
| 39 |
+
"reward_std": 0.526840340035657,
|
| 40 |
+
"rewards/concensus_correctness_reward_func": 1.7633333156506221,
|
| 41 |
+
"rewards/consensus_reward_func": 1.6666666666666667,
|
| 42 |
"rewards/cumulative_reward_2": 0.0,
|
| 43 |
"rewards/final_correctness_reward_func": 0.16666666666666666,
|
| 44 |
+
"rewards/question_recreation_reward_func": 0.9518067538738251,
|
| 45 |
"rewards/soft_format_reward_func": 0.0,
|
| 46 |
"rewards/strict_format_reward_func": 0.14583333333333334,
|
| 47 |
+
"rewards/xmlcount_reward_func": 1.1321250200271606,
|
| 48 |
"step": 4
|
| 49 |
},
|
| 50 |
{
|
| 51 |
+
"completion_length": 165.21875,
|
| 52 |
"epoch": 1.5714285714285714,
|
| 53 |
+
"grad_norm": 119.87489318847656,
|
| 54 |
+
"kl": 6.061437373049557,
|
| 55 |
"learning_rate": 4.472851273490984e-07,
|
| 56 |
+
"loss": 0.0061,
|
| 57 |
+
"reward": 5.755701020359993,
|
| 58 |
+
"reward_std": 0.4729832162265666,
|
| 59 |
+
"rewards/concensus_correctness_reward_func": 1.6936249807476997,
|
| 60 |
+
"rewards/consensus_reward_func": 1.6875,
|
| 61 |
"rewards/cumulative_reward_2": 0.0,
|
| 62 |
+
"rewards/final_correctness_reward_func": 0.0,
|
| 63 |
+
"rewards/question_recreation_reward_func": 0.9547946453094482,
|
| 64 |
"rewards/soft_format_reward_func": 0.0,
|
| 65 |
+
"rewards/strict_format_reward_func": 0.25,
|
| 66 |
+
"rewards/xmlcount_reward_func": 1.1697812601923943,
|
| 67 |
"step": 6
|
| 68 |
},
|
| 69 |
{
|
| 70 |
+
"completion_length": 221.70833333333334,
|
| 71 |
"epoch": 2.0,
|
| 72 |
+
"grad_norm": 20.817134857177734,
|
| 73 |
+
"kl": 57.671127824423216,
|
| 74 |
"learning_rate": 3.867370395306068e-07,
|
| 75 |
+
"loss": 0.0433,
|
| 76 |
+
"reward": 4.858392099539439,
|
| 77 |
+
"reward_std": 0.8551506837635922,
|
| 78 |
+
"rewards/concensus_correctness_reward_func": 1.325499986608823,
|
| 79 |
+
"rewards/consensus_reward_func": 1.5,
|
| 80 |
"rewards/cumulative_reward_2": 0.0,
|
| 81 |
+
"rewards/final_correctness_reward_func": 0.0,
|
| 82 |
+
"rewards/question_recreation_reward_func": 0.8866838018099467,
|
| 83 |
"rewards/soft_format_reward_func": 0.0,
|
| 84 |
+
"rewards/strict_format_reward_func": 0.1875,
|
| 85 |
+
"rewards/xmlcount_reward_func": 0.9587083285053571,
|
| 86 |
"step": 8
|
| 87 |
},
|
| 88 |
{
|
| 89 |
+
"completion_length": 169.3125,
|
| 90 |
"epoch": 2.571428571428571,
|
| 91 |
+
"grad_norm": 815.629638671875,
|
| 92 |
+
"kl": 396.3667468437925,
|
| 93 |
"learning_rate": 3.1137137178519977e-07,
|
| 94 |
+
"loss": 0.3964,
|
| 95 |
+
"reward": 5.350141152739525,
|
| 96 |
+
"reward_std": 1.023946863017045,
|
| 97 |
+
"rewards/concensus_correctness_reward_func": 1.4176249876618385,
|
| 98 |
"rewards/consensus_reward_func": 1.625,
|
| 99 |
"rewards/cumulative_reward_2": 0.0,
|
| 100 |
+
"rewards/final_correctness_reward_func": 0.0625,
|
| 101 |
+
"rewards/question_recreation_reward_func": 0.8144536353647709,
|
| 102 |
"rewards/soft_format_reward_func": 0.0,
|
| 103 |
"rewards/strict_format_reward_func": 0.28125,
|
| 104 |
+
"rewards/xmlcount_reward_func": 1.149312499910593,
|
| 105 |
"step": 10
|
| 106 |
},
|
| 107 |
{
|
| 108 |
+
"completion_length": 154.91666666666666,
|
| 109 |
"epoch": 3.0,
|
| 110 |
+
"grad_norm": 13.932165145874023,
|
| 111 |
+
"kl": 48.64000315094987,
|
| 112 |
"learning_rate": 2.2935516363191693e-07,
|
| 113 |
+
"loss": 0.0365,
|
| 114 |
+
"reward": 5.230659147103627,
|
| 115 |
+
"reward_std": 1.0175091188090544,
|
| 116 |
+
"rewards/concensus_correctness_reward_func": 1.4169166485468547,
|
| 117 |
"rewards/consensus_reward_func": 1.5,
|
| 118 |
"rewards/cumulative_reward_2": 0.0,
|
| 119 |
"rewards/final_correctness_reward_func": 0.0,
|
| 120 |
+
"rewards/question_recreation_reward_func": 0.9168258557717005,
|
| 121 |
"rewards/soft_format_reward_func": 0.0,
|
| 122 |
+
"rewards/strict_format_reward_func": 0.2916666666666667,
|
| 123 |
+
"rewards/xmlcount_reward_func": 1.1052500034372013,
|
| 124 |
"step": 12
|
| 125 |
},
|
| 126 |
{
|
| 127 |
+
"completion_length": 157.1875,
|
| 128 |
"epoch": 3.571428571428571,
|
| 129 |
+
"grad_norm": 104585.2109375,
|
| 130 |
+
"kl": 1291.072402872378,
|
| 131 |
"learning_rate": 1.4957614383675767e-07,
|
| 132 |
+
"loss": 1.2911,
|
| 133 |
+
"reward": 5.096369080245495,
|
| 134 |
+
"reward_std": 0.6724874223291408,
|
| 135 |
+
"rewards/concensus_correctness_reward_func": 1.30749998614192,
|
| 136 |
+
"rewards/consensus_reward_func": 1.5,
|
| 137 |
"rewards/cumulative_reward_2": 0.0,
|
| 138 |
+
"rewards/final_correctness_reward_func": 0.125,
|
| 139 |
+
"rewards/question_recreation_reward_func": 0.8557440210133791,
|
| 140 |
"rewards/soft_format_reward_func": 0.0,
|
| 141 |
+
"rewards/strict_format_reward_func": 0.203125,
|
| 142 |
+
"rewards/xmlcount_reward_func": 1.1050000004470348,
|
| 143 |
"step": 14
|
| 144 |
},
|
| 145 |
{
|
| 146 |
+
"completion_length": 168.04166666666666,
|
| 147 |
"epoch": 4.0,
|
| 148 |
+
"grad_norm": 60.78169250488281,
|
| 149 |
+
"kl": 69.18981406961878,
|
| 150 |
"learning_rate": 8.067960709356478e-08,
|
| 151 |
+
"loss": 0.0519,
|
| 152 |
+
"reward": 5.668841242790222,
|
| 153 |
+
"reward_std": 0.5492350263909126,
|
| 154 |
+
"rewards/concensus_correctness_reward_func": 1.6425833106040955,
|
| 155 |
+
"rewards/consensus_reward_func": 1.5833333333333333,
|
| 156 |
"rewards/cumulative_reward_2": 0.0,
|
| 157 |
+
"rewards/final_correctness_reward_func": 0.08333333333333333,
|
| 158 |
+
"rewards/question_recreation_reward_func": 0.9639245718717575,
|
| 159 |
"rewards/soft_format_reward_func": 0.0,
|
| 160 |
+
"rewards/strict_format_reward_func": 0.22916666666666666,
|
| 161 |
+
"rewards/xmlcount_reward_func": 1.1665000071128209,
|
| 162 |
"step": 16
|
| 163 |
},
|
| 164 |
{
|
| 165 |
+
"completion_length": 160.4375,
|
| 166 |
"epoch": 4.571428571428571,
|
| 167 |
+
"grad_norm": 1224284.25,
|
| 168 |
+
"kl": 2755872.7097657053,
|
| 169 |
"learning_rate": 3.013156219837776e-08,
|
| 170 |
+
"loss": 2755.8726,
|
| 171 |
+
"reward": 5.473804086446762,
|
| 172 |
+
"reward_std": 0.5497146583074937,
|
| 173 |
+
"rewards/concensus_correctness_reward_func": 1.6534999832510948,
|
| 174 |
+
"rewards/consensus_reward_func": 1.6875,
|
| 175 |
"rewards/cumulative_reward_2": 0.0,
|
| 176 |
+
"rewards/final_correctness_reward_func": 0.0,
|
| 177 |
+
"rewards/question_recreation_reward_func": 0.8431166224181652,
|
| 178 |
"rewards/soft_format_reward_func": 0.0,
|
| 179 |
+
"rewards/strict_format_reward_func": 0.171875,
|
| 180 |
+
"rewards/xmlcount_reward_func": 1.1178125068545341,
|
| 181 |
"step": 18
|
| 182 |
},
|
| 183 |
{
|
| 184 |
+
"completion_length": 180.16666666666666,
|
| 185 |
"epoch": 5.0,
|
| 186 |
+
"grad_norm": 4358.30029296875,
|
| 187 |
+
"kl": 6034.774716264258,
|
| 188 |
"learning_rate": 3.4096741493194193e-09,
|
| 189 |
+
"loss": 4.5261,
|
| 190 |
+
"reward": 5.012901981671651,
|
| 191 |
+
"reward_std": 0.9920631875284016,
|
| 192 |
+
"rewards/concensus_correctness_reward_func": 1.3304999868075054,
|
| 193 |
+
"rewards/consensus_reward_func": 1.5833333333333333,
|
| 194 |
"rewards/cumulative_reward_2": 0.0,
|
| 195 |
+
"rewards/final_correctness_reward_func": 0.0,
|
| 196 |
+
"rewards/question_recreation_reward_func": 0.8219852795203527,
|
| 197 |
"rewards/soft_format_reward_func": 0.0,
|
| 198 |
+
"rewards/strict_format_reward_func": 0.20833333333333334,
|
| 199 |
+
"rewards/xmlcount_reward_func": 1.0687500089406967,
|
| 200 |
"step": 20
|
| 201 |
},
|
| 202 |
{
|
| 203 |
"epoch": 5.0,
|
| 204 |
"step": 20,
|
| 205 |
"total_flos": 0.0,
|
| 206 |
+
"train_loss": 276.2225516567356,
|
| 207 |
+
"train_runtime": 281.6381,
|
| 208 |
+
"train_samples_per_second": 1.136,
|
| 209 |
+
"train_steps_per_second": 0.071
|
| 210 |
}
|
| 211 |
],
|
| 212 |
"logging_steps": 2,
|