Text Generation
Transformers
Safetensors
qwen2
Generated from Trainer
rl-swarm
grpo
gensyn
I am reptilian strong gull
trl
genrl-swarm
I am reptilian_strong_gull
conversational
text-generation-inference
Instructions to use MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull") model = AutoModelForCausalLM.from_pretrained("MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull", 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]:])) - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull
- SGLang
How to use MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull 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 "MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull" \ --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": "MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull", "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 "MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull" \ --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": "MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull with Docker Model Runner:
docker model run hf.co/MajorJalud/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-reptilian_strong_gull
End of training
Browse files- all_results.json +4 -4
- model.safetensors +1 -1
- train_results.json +4 -4
- trainer_state.json +103 -103
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": 0.026718258014625462,
|
| 4 |
+
"train_runtime": 202.5588,
|
| 5 |
"train_samples": 28,
|
| 6 |
+
"train_samples_per_second": 1.58,
|
| 7 |
+
"train_steps_per_second": 0.099
|
| 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:3ebd44739dd8ca567a2df4bf951a6b978b5553c793bf98cf3ff89aeb274d4035
|
| 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": 0.026718258014625462,
|
| 4 |
+
"train_runtime": 202.5588,
|
| 5 |
"train_samples": 28,
|
| 6 |
+
"train_samples_per_second": 1.58,
|
| 7 |
+
"train_steps_per_second": 0.099
|
| 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": 2.
|
| 20 |
-
"reward_std": 1.
|
| 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.
|
| 27 |
"rewards/strict_format_reward_func": 0.0,
|
| 28 |
-
"rewards/xmlcount_reward_func": 0.
|
| 29 |
"step": 2
|
| 30 |
},
|
| 31 |
{
|
| 32 |
-
"completion_length":
|
| 33 |
"epoch": 1.0,
|
| 34 |
-
"grad_norm": 4.
|
| 35 |
-
"kl": 0.
|
| 36 |
"learning_rate": 4.864543104251586e-07,
|
| 37 |
"loss": 0.0,
|
| 38 |
-
"reward":
|
| 39 |
-
"reward_std": 0.
|
| 40 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 41 |
-
"rewards/consensus_reward_func": 0.
|
| 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.0,
|
| 47 |
-
"rewards/xmlcount_reward_func":
|
| 48 |
"step": 4
|
| 49 |
},
|
| 50 |
{
|
| 51 |
-
"completion_length":
|
| 52 |
"epoch": 1.5714285714285714,
|
| 53 |
-
"grad_norm":
|
| 54 |
-
"kl": 0.
|
| 55 |
"learning_rate": 4.472851273490984e-07,
|
| 56 |
"loss": 0.0,
|
| 57 |
-
"reward": 2.
|
| 58 |
-
"reward_std":
|
| 59 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 60 |
-
"rewards/consensus_reward_func": 0.
|
| 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.0,
|
| 66 |
-
"rewards/xmlcount_reward_func": 0.
|
| 67 |
"step": 6
|
| 68 |
},
|
| 69 |
{
|
| 70 |
-
"completion_length":
|
| 71 |
"epoch": 2.0,
|
| 72 |
-
"grad_norm":
|
| 73 |
-
"kl": 0.
|
| 74 |
"learning_rate": 3.867370395306068e-07,
|
| 75 |
"loss": 0.0,
|
| 76 |
-
"reward": 2.
|
| 77 |
-
"reward_std":
|
| 78 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 79 |
-
"rewards/consensus_reward_func": 0.
|
| 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.0,
|
| 85 |
-
"rewards/xmlcount_reward_func": 0.
|
| 86 |
"step": 8
|
| 87 |
},
|
| 88 |
{
|
| 89 |
-
"completion_length":
|
| 90 |
"epoch": 2.571428571428571,
|
| 91 |
-
"grad_norm":
|
| 92 |
-
"kl": 0.
|
| 93 |
"learning_rate": 3.1137137178519977e-07,
|
| 94 |
"loss": 0.0,
|
| 95 |
-
"reward":
|
| 96 |
-
"reward_std": 1.
|
| 97 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 98 |
-
"rewards/consensus_reward_func": 0.
|
| 99 |
"rewards/cumulative_reward_2": 0.0,
|
| 100 |
"rewards/final_correctness_reward_func": 0.0,
|
| 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":
|
| 105 |
"step": 10
|
| 106 |
},
|
| 107 |
{
|
| 108 |
-
"completion_length":
|
| 109 |
"epoch": 3.0,
|
| 110 |
-
"grad_norm": 6.
|
| 111 |
-
"kl": 0.
|
| 112 |
"learning_rate": 2.2935516363191693e-07,
|
| 113 |
-
"loss": 0.
|
| 114 |
-
"reward":
|
| 115 |
-
"reward_std":
|
| 116 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 117 |
-
"rewards/consensus_reward_func": 0.
|
| 118 |
"rewards/cumulative_reward_2": 0.0,
|
| 119 |
"rewards/final_correctness_reward_func": 0.25,
|
| 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": 0.
|
| 124 |
"step": 12
|
| 125 |
},
|
| 126 |
{
|
| 127 |
-
"completion_length":
|
| 128 |
"epoch": 3.571428571428571,
|
| 129 |
-
"grad_norm":
|
| 130 |
-
"kl": 0.
|
| 131 |
"learning_rate": 1.4957614383675767e-07,
|
| 132 |
"loss": 0.0,
|
| 133 |
-
"reward": 2.
|
| 134 |
-
"reward_std": 1.
|
| 135 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 136 |
-
"rewards/consensus_reward_func": 0.
|
| 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":
|
| 143 |
"step": 14
|
| 144 |
},
|
| 145 |
{
|
| 146 |
-
"completion_length":
|
| 147 |
"epoch": 4.0,
|
| 148 |
-
"grad_norm":
|
| 149 |
-
"kl": 0.
|
| 150 |
"learning_rate": 8.067960709356478e-08,
|
| 151 |
"loss": 0.0,
|
| 152 |
-
"reward":
|
| 153 |
-
"reward_std":
|
| 154 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 155 |
-
"rewards/consensus_reward_func": 0.
|
| 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.0,
|
| 161 |
-
"rewards/xmlcount_reward_func":
|
| 162 |
"step": 16
|
| 163 |
},
|
| 164 |
{
|
| 165 |
-
"completion_length":
|
| 166 |
"epoch": 4.571428571428571,
|
| 167 |
-
"grad_norm":
|
| 168 |
-
"kl": 0.
|
| 169 |
"learning_rate": 3.013156219837776e-08,
|
| 170 |
"loss": 0.0,
|
| 171 |
-
"reward": 2.
|
| 172 |
-
"reward_std": 0.
|
| 173 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 174 |
-
"rewards/consensus_reward_func": 0.
|
| 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": 0.
|
| 181 |
"step": 18
|
| 182 |
},
|
| 183 |
{
|
| 184 |
-
"completion_length":
|
| 185 |
"epoch": 5.0,
|
| 186 |
-
"grad_norm": 4.
|
| 187 |
-
"kl":
|
| 188 |
"learning_rate": 3.4096741493194193e-09,
|
| 189 |
-
"loss": 0.
|
| 190 |
-
"reward": 1.
|
| 191 |
-
"reward_std": 1.
|
| 192 |
-
"rewards/concensus_correctness_reward_func": 0.
|
| 193 |
-
"rewards/consensus_reward_func": 0.
|
| 194 |
"rewards/cumulative_reward_2": 0.0,
|
| 195 |
"rewards/final_correctness_reward_func": 0.0,
|
| 196 |
-
"rewards/question_recreation_reward_func": 0.
|
| 197 |
"rewards/soft_format_reward_func": 0.0,
|
| 198 |
"rewards/strict_format_reward_func": 0.0,
|
| 199 |
-
"rewards/xmlcount_reward_func": 0.
|
| 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": 277.4375,
|
| 14 |
"epoch": 0.5714285714285714,
|
| 15 |
+
"grad_norm": 6.789405822753906,
|
| 16 |
"kl": 0.0,
|
| 17 |
"learning_rate": 5e-07,
|
| 18 |
"loss": -0.0,
|
| 19 |
+
"reward": 2.3237390760332346,
|
| 20 |
+
"reward_std": 1.5290137782576494,
|
| 21 |
+
"rewards/concensus_correctness_reward_func": 0.8025624714791775,
|
| 22 |
+
"rewards/consensus_reward_func": 0.125,
|
| 23 |
"rewards/cumulative_reward_2": 0.0,
|
| 24 |
+
"rewards/final_correctness_reward_func": 0.1875,
|
| 25 |
+
"rewards/question_recreation_reward_func": 0.5013640912948176,
|
| 26 |
+
"rewards/soft_format_reward_func": 0.015625,
|
| 27 |
"rewards/strict_format_reward_func": 0.0,
|
| 28 |
+
"rewards/xmlcount_reward_func": 0.6916875028982759,
|
| 29 |
"step": 2
|
| 30 |
},
|
| 31 |
{
|
| 32 |
+
"completion_length": 240.41666666666666,
|
| 33 |
"epoch": 1.0,
|
| 34 |
+
"grad_norm": 4.878081798553467,
|
| 35 |
+
"kl": 0.002382916432300893,
|
| 36 |
"learning_rate": 4.864543104251586e-07,
|
| 37 |
"loss": 0.0,
|
| 38 |
+
"reward": 2.5553423265616098,
|
| 39 |
+
"reward_std": 0.5683276208971316,
|
| 40 |
+
"rewards/concensus_correctness_reward_func": 0.42125000059604645,
|
| 41 |
+
"rewards/consensus_reward_func": 0.4166666666666667,
|
| 42 |
"rewards/cumulative_reward_2": 0.0,
|
| 43 |
+
"rewards/final_correctness_reward_func": 0.0,
|
| 44 |
+
"rewards/question_recreation_reward_func": 0.6468839564671119,
|
| 45 |
"rewards/soft_format_reward_func": 0.0,
|
| 46 |
"rewards/strict_format_reward_func": 0.0,
|
| 47 |
+
"rewards/xmlcount_reward_func": 1.0705416450897853,
|
| 48 |
"step": 4
|
| 49 |
},
|
| 50 |
{
|
| 51 |
+
"completion_length": 320.875,
|
| 52 |
"epoch": 1.5714285714285714,
|
| 53 |
+
"grad_norm": 81.54737091064453,
|
| 54 |
+
"kl": 0.0035806876549031585,
|
| 55 |
"learning_rate": 4.472851273490984e-07,
|
| 56 |
"loss": 0.0,
|
| 57 |
+
"reward": 2.4654137454926968,
|
| 58 |
+
"reward_std": 1.087094948044978,
|
| 59 |
+
"rewards/concensus_correctness_reward_func": 0.2971874997019768,
|
| 60 |
+
"rewards/consensus_reward_func": 0.5,
|
| 61 |
"rewards/cumulative_reward_2": 0.0,
|
| 62 |
+
"rewards/final_correctness_reward_func": 0.0,
|
| 63 |
+
"rewards/question_recreation_reward_func": 0.7451949981041253,
|
| 64 |
"rewards/soft_format_reward_func": 0.0,
|
| 65 |
"rewards/strict_format_reward_func": 0.0,
|
| 66 |
+
"rewards/xmlcount_reward_func": 0.9230312146246433,
|
| 67 |
"step": 6
|
| 68 |
},
|
| 69 |
{
|
| 70 |
+
"completion_length": 322.5416666666667,
|
| 71 |
"epoch": 2.0,
|
| 72 |
+
"grad_norm": 4.378849506378174,
|
| 73 |
+
"kl": 0.006137622442717354,
|
| 74 |
"learning_rate": 3.867370395306068e-07,
|
| 75 |
"loss": 0.0,
|
| 76 |
+
"reward": 2.417641818523407,
|
| 77 |
+
"reward_std": 0.9718923264493545,
|
| 78 |
+
"rewards/concensus_correctness_reward_func": 0.27650000154972076,
|
| 79 |
+
"rewards/consensus_reward_func": 0.3333333333333333,
|
| 80 |
"rewards/cumulative_reward_2": 0.0,
|
| 81 |
+
"rewards/final_correctness_reward_func": 0.25,
|
| 82 |
+
"rewards/question_recreation_reward_func": 0.7511000943680605,
|
| 83 |
"rewards/soft_format_reward_func": 0.0,
|
| 84 |
"rewards/strict_format_reward_func": 0.0,
|
| 85 |
+
"rewards/xmlcount_reward_func": 0.8067083209753036,
|
| 86 |
"step": 8
|
| 87 |
},
|
| 88 |
{
|
| 89 |
+
"completion_length": 263.78125,
|
| 90 |
"epoch": 2.571428571428571,
|
| 91 |
+
"grad_norm": 7.5848822593688965,
|
| 92 |
+
"kl": 0.010713139752624556,
|
| 93 |
"learning_rate": 3.1137137178519977e-07,
|
| 94 |
"loss": 0.0,
|
| 95 |
+
"reward": 2.334370069205761,
|
| 96 |
+
"reward_std": 1.0359732687065843,
|
| 97 |
+
"rewards/concensus_correctness_reward_func": 0.2455000001937151,
|
| 98 |
+
"rewards/consensus_reward_func": 0.4375,
|
| 99 |
"rewards/cumulative_reward_2": 0.0,
|
| 100 |
"rewards/final_correctness_reward_func": 0.0,
|
| 101 |
+
"rewards/question_recreation_reward_func": 0.6358388164080679,
|
| 102 |
"rewards/soft_format_reward_func": 0.0,
|
| 103 |
"rewards/strict_format_reward_func": 0.0,
|
| 104 |
+
"rewards/xmlcount_reward_func": 1.0155312195420265,
|
| 105 |
"step": 10
|
| 106 |
},
|
| 107 |
{
|
| 108 |
+
"completion_length": 265.6666666666667,
|
| 109 |
"epoch": 3.0,
|
| 110 |
+
"grad_norm": 6.6377458572387695,
|
| 111 |
+
"kl": 0.0317639890126884,
|
| 112 |
"learning_rate": 2.2935516363191693e-07,
|
| 113 |
+
"loss": 0.0,
|
| 114 |
+
"reward": 2.7291881144046783,
|
| 115 |
+
"reward_std": 0.9668942355783656,
|
| 116 |
+
"rewards/concensus_correctness_reward_func": 0.49399999777475995,
|
| 117 |
+
"rewards/consensus_reward_func": 0.3333333333333333,
|
| 118 |
"rewards/cumulative_reward_2": 0.0,
|
| 119 |
"rewards/final_correctness_reward_func": 0.25,
|
| 120 |
+
"rewards/question_recreation_reward_func": 0.6956047763427099,
|
| 121 |
"rewards/soft_format_reward_func": 0.0,
|
| 122 |
"rewards/strict_format_reward_func": 0.0,
|
| 123 |
+
"rewards/xmlcount_reward_func": 0.9562499796350797,
|
| 124 |
"step": 12
|
| 125 |
},
|
| 126 |
{
|
| 127 |
+
"completion_length": 258.9375,
|
| 128 |
"epoch": 3.571428571428571,
|
| 129 |
+
"grad_norm": 5.181027889251709,
|
| 130 |
+
"kl": 0.01114592287922278,
|
| 131 |
"learning_rate": 1.4957614383675767e-07,
|
| 132 |
"loss": 0.0,
|
| 133 |
+
"reward": 2.9897976852953434,
|
| 134 |
+
"reward_std": 1.4940979477250949,
|
| 135 |
+
"rewards/concensus_correctness_reward_func": 0.7932500019669533,
|
| 136 |
+
"rewards/consensus_reward_func": 0.25,
|
| 137 |
"rewards/cumulative_reward_2": 0.0,
|
| 138 |
+
"rewards/final_correctness_reward_func": 0.125,
|
| 139 |
+
"rewards/question_recreation_reward_func": 0.7159852180629969,
|
| 140 |
"rewards/soft_format_reward_func": 0.0,
|
| 141 |
"rewards/strict_format_reward_func": 0.0,
|
| 142 |
+
"rewards/xmlcount_reward_func": 1.1055624894797802,
|
| 143 |
"step": 14
|
| 144 |
},
|
| 145 |
{
|
| 146 |
+
"completion_length": 292.5,
|
| 147 |
"epoch": 4.0,
|
| 148 |
+
"grad_norm": 5.158603191375732,
|
| 149 |
+
"kl": 0.03570538493416583,
|
| 150 |
"learning_rate": 8.067960709356478e-08,
|
| 151 |
"loss": 0.0,
|
| 152 |
+
"reward": 2.0371210873126984,
|
| 153 |
+
"reward_std": 0.7878820024585972,
|
| 154 |
+
"rewards/concensus_correctness_reward_func": 0.23308333257834116,
|
| 155 |
+
"rewards/consensus_reward_func": 0.25,
|
| 156 |
"rewards/cumulative_reward_2": 0.0,
|
| 157 |
+
"rewards/final_correctness_reward_func": 0.0,
|
| 158 |
+
"rewards/question_recreation_reward_func": 0.6077877643207709,
|
| 159 |
"rewards/soft_format_reward_func": 0.0,
|
| 160 |
"rewards/strict_format_reward_func": 0.0,
|
| 161 |
+
"rewards/xmlcount_reward_func": 0.9462499924314519,
|
| 162 |
"step": 16
|
| 163 |
},
|
| 164 |
{
|
| 165 |
+
"completion_length": 276.5625,
|
| 166 |
"epoch": 4.571428571428571,
|
| 167 |
+
"grad_norm": 5.967617988586426,
|
| 168 |
+
"kl": 0.018310003797523677,
|
| 169 |
"learning_rate": 3.013156219837776e-08,
|
| 170 |
"loss": 0.0,
|
| 171 |
+
"reward": 2.2351491451263428,
|
| 172 |
+
"reward_std": 0.8348404020653106,
|
| 173 |
+
"rewards/concensus_correctness_reward_func": 0.1536250002682209,
|
| 174 |
+
"rewards/consensus_reward_func": 0.1875,
|
| 175 |
"rewards/cumulative_reward_2": 0.0,
|
| 176 |
+
"rewards/final_correctness_reward_func": 0.1875,
|
| 177 |
+
"rewards/question_recreation_reward_func": 0.7462741751223803,
|
| 178 |
"rewards/soft_format_reward_func": 0.0,
|
| 179 |
"rewards/strict_format_reward_func": 0.0,
|
| 180 |
+
"rewards/xmlcount_reward_func": 0.9602499902248383,
|
| 181 |
"step": 18
|
| 182 |
},
|
| 183 |
{
|
| 184 |
+
"completion_length": 427.9583333333333,
|
| 185 |
"epoch": 5.0,
|
| 186 |
+
"grad_norm": 4.099704265594482,
|
| 187 |
+
"kl": 356.1126844395476,
|
| 188 |
"learning_rate": 3.4096741493194193e-09,
|
| 189 |
+
"loss": 0.2671,
|
| 190 |
+
"reward": 1.3956897395352523,
|
| 191 |
+
"reward_std": 1.659088636127611,
|
| 192 |
+
"rewards/concensus_correctness_reward_func": 0.18975000083446503,
|
| 193 |
+
"rewards/consensus_reward_func": 0.3333333333333333,
|
| 194 |
"rewards/cumulative_reward_2": 0.0,
|
| 195 |
"rewards/final_correctness_reward_func": 0.0,
|
| 196 |
+
"rewards/question_recreation_reward_func": 0.6243564016185701,
|
| 197 |
"rewards/soft_format_reward_func": 0.0,
|
| 198 |
"rewards/strict_format_reward_func": 0.0,
|
| 199 |
+
"rewards/xmlcount_reward_func": 0.2482500026623408,
|
| 200 |
"step": 20
|
| 201 |
},
|
| 202 |
{
|
| 203 |
"epoch": 5.0,
|
| 204 |
"step": 20,
|
| 205 |
"total_flos": 0.0,
|
| 206 |
+
"train_loss": 0.026718258014625462,
|
| 207 |
+
"train_runtime": 202.5588,
|
| 208 |
+
"train_samples_per_second": 1.58,
|
| 209 |
+
"train_steps_per_second": 0.099
|
| 210 |
}
|
| 211 |
],
|
| 212 |
"logging_steps": 2,
|