Text Generation
Transformers
Safetensors
qwen2
Generated from Trainer
rl-swarm
grpo
gensyn
I am large padded chimpanzee
trl
genrl-swarm
I am large_padded_chimpanzee
conversational
text-generation-inference
Instructions to use 0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee") model = AutoModelForCausalLM.from_pretrained("0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee", 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 0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee
- SGLang
How to use 0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee 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 "0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee" \ --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": "0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee", "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 "0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee" \ --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": "0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use 0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee with Docker Model Runner:
docker model run hf.co/0xOzii/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-large_padded_chimpanzee
End of training
Browse files- all_results.json +4 -4
- model.safetensors +1 -1
- train_results.json +4 -4
- trainer_state.json +118 -118
all_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
-
"train_loss": 0.
|
| 4 |
-
"train_runtime":
|
| 5 |
"train_samples": 160,
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
+
"train_loss": 0.004387809181207558,
|
| 4 |
+
"train_runtime": 428.4371,
|
| 5 |
"train_samples": 160,
|
| 6 |
+
"train_samples_per_second": 0.747,
|
| 7 |
+
"train_steps_per_second": 0.047
|
| 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:8404e647722253eaa2165b9a636568c407f0f005cd3baca14089d8fd75c1cb20
|
| 3 |
size 1976163472
|
train_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
-
"train_loss": 0.
|
| 4 |
-
"train_runtime":
|
| 5 |
"train_samples": 160,
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
+
"train_loss": 0.004387809181207558,
|
| 4 |
+
"train_runtime": 428.4371,
|
| 5 |
"train_samples": 160,
|
| 6 |
+
"train_samples_per_second": 0.747,
|
| 7 |
+
"train_steps_per_second": 0.047
|
| 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": 5e-07,
|
| 18 |
"loss": 0.0,
|
| 19 |
-
"reward": 3.
|
| 20 |
-
"reward_std":
|
| 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.
|
| 25 |
-
"rewards/question_recreation_reward_func": 0.
|
| 26 |
"rewards/soft_format_reward_func": 0.015625,
|
| 27 |
-
"rewards/strict_format_reward_func": 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.864543104251586e-07,
|
| 37 |
-
"loss": 0.
|
| 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.
|
| 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.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": 0.4,
|
| 72 |
-
"grad_norm":
|
| 73 |
-
"kl": 0.
|
| 74 |
"learning_rate": 3.867370395306068e-07,
|
| 75 |
-
"loss": 0.
|
| 76 |
-
"reward": 5.
|
| 77 |
-
"reward_std":
|
| 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": 1.
|
| 86 |
"step": 8
|
| 87 |
},
|
| 88 |
{
|
| 89 |
-
"completion_length":
|
| 90 |
"epoch": 0.5,
|
| 91 |
-
"grad_norm":
|
| 92 |
-
"kl":
|
| 93 |
"learning_rate": 3.1137137178519977e-07,
|
| 94 |
-
"loss": 0.
|
| 95 |
-
"reward":
|
| 96 |
-
"reward_std":
|
| 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.25,
|
| 101 |
-
"rewards/question_recreation_reward_func": 0.
|
| 102 |
"rewards/soft_format_reward_func": 0.0,
|
| 103 |
-
"rewards/strict_format_reward_func": 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": 2.2935516363191693e-07,
|
| 113 |
-
"loss": 0.
|
| 114 |
-
"reward": 5.
|
| 115 |
-
"reward_std":
|
| 116 |
-
"rewards/concensus_correctness_reward_func": 1.
|
| 117 |
"rewards/consensus_reward_func": 1.6875,
|
| 118 |
"rewards/cumulative_reward_2": 0.0,
|
| 119 |
-
"rewards/final_correctness_reward_func": 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": 1.
|
| 124 |
"step": 12
|
| 125 |
},
|
| 126 |
{
|
| 127 |
-
"completion_length":
|
| 128 |
"epoch": 0.7,
|
| 129 |
-
"grad_norm":
|
| 130 |
-
"kl":
|
| 131 |
"learning_rate": 1.4957614383675767e-07,
|
| 132 |
-
"loss": 0.
|
| 133 |
-
"reward": 5.
|
| 134 |
-
"reward_std":
|
| 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.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": 0.8,
|
| 148 |
-
"grad_norm":
|
| 149 |
-
"kl":
|
| 150 |
"learning_rate": 8.067960709356478e-08,
|
| 151 |
-
"loss": 0.
|
| 152 |
-
"reward":
|
| 153 |
-
"reward_std": 1.
|
| 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.28125,
|
| 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": 3.013156219837776e-08,
|
| 170 |
-
"loss":
|
| 171 |
-
"reward":
|
| 172 |
-
"reward_std":
|
| 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": 1.0,
|
| 186 |
-
"grad_norm":
|
| 187 |
-
"kl":
|
| 188 |
"learning_rate": 3.4096741493194193e-09,
|
| 189 |
-
"loss": 0.
|
| 190 |
-
"reward":
|
| 191 |
-
"reward_std":
|
| 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": 1.0,
|
| 204 |
"step": 20,
|
| 205 |
"total_flos": 0.0,
|
| 206 |
-
"train_loss": 0.
|
| 207 |
-
"train_runtime":
|
| 208 |
-
"train_samples_per_second":
|
| 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": 270.96875,
|
| 14 |
"epoch": 0.1,
|
| 15 |
+
"grad_norm": 16.205791473388672,
|
| 16 |
"kl": 0.0,
|
| 17 |
"learning_rate": 5e-07,
|
| 18 |
"loss": 0.0,
|
| 19 |
+
"reward": 3.2229582499712706,
|
| 20 |
+
"reward_std": 1.0055385334417224,
|
| 21 |
+
"rewards/concensus_correctness_reward_func": 0.8008749969303608,
|
| 22 |
+
"rewards/consensus_reward_func": 0.8125,
|
| 23 |
"rewards/cumulative_reward_2": 0.0,
|
| 24 |
+
"rewards/final_correctness_reward_func": 0.125,
|
| 25 |
+
"rewards/question_recreation_reward_func": 0.5988019495271146,
|
| 26 |
"rewards/soft_format_reward_func": 0.015625,
|
| 27 |
+
"rewards/strict_format_reward_func": 0.171875,
|
| 28 |
+
"rewards/xmlcount_reward_func": 0.6982812527567148,
|
| 29 |
"step": 2
|
| 30 |
},
|
| 31 |
{
|
| 32 |
+
"completion_length": 224.6875,
|
| 33 |
"epoch": 0.2,
|
| 34 |
+
"grad_norm": 34.84421920776367,
|
| 35 |
+
"kl": 0.052124221707344986,
|
| 36 |
"learning_rate": 4.864543104251586e-07,
|
| 37 |
+
"loss": 0.0001,
|
| 38 |
+
"reward": 5.273870535194874,
|
| 39 |
+
"reward_std": 0.9794920776039362,
|
| 40 |
+
"rewards/concensus_correctness_reward_func": 1.3452499955892563,
|
| 41 |
+
"rewards/consensus_reward_func": 1.5625,
|
| 42 |
"rewards/cumulative_reward_2": 0.0,
|
| 43 |
+
"rewards/final_correctness_reward_func": 0.125,
|
| 44 |
+
"rewards/question_recreation_reward_func": 0.7844330379739404,
|
| 45 |
"rewards/soft_format_reward_func": 0.0,
|
| 46 |
+
"rewards/strict_format_reward_func": 0.328125,
|
| 47 |
+
"rewards/xmlcount_reward_func": 1.1285625100135803,
|
| 48 |
"step": 4
|
| 49 |
},
|
| 50 |
{
|
| 51 |
+
"completion_length": 289.03125,
|
| 52 |
"epoch": 0.3,
|
| 53 |
+
"grad_norm": 20.824169158935547,
|
| 54 |
+
"kl": 0.22483220288995653,
|
| 55 |
"learning_rate": 4.472851273490984e-07,
|
| 56 |
+
"loss": 0.0002,
|
| 57 |
+
"reward": 5.732023686170578,
|
| 58 |
+
"reward_std": 2.016730991192162,
|
| 59 |
+
"rewards/concensus_correctness_reward_func": 1.8961249869316816,
|
| 60 |
+
"rewards/consensus_reward_func": 1.5625,
|
| 61 |
"rewards/cumulative_reward_2": 0.0,
|
| 62 |
+
"rewards/final_correctness_reward_func": 0.1875,
|
| 63 |
+
"rewards/question_recreation_reward_func": 0.7713987100869417,
|
| 64 |
"rewards/soft_format_reward_func": 0.0,
|
| 65 |
+
"rewards/strict_format_reward_func": 0.265625,
|
| 66 |
+
"rewards/xmlcount_reward_func": 1.0488750003278255,
|
| 67 |
"step": 6
|
| 68 |
},
|
| 69 |
{
|
| 70 |
+
"completion_length": 183.6875,
|
| 71 |
"epoch": 0.4,
|
| 72 |
+
"grad_norm": 22.67264175415039,
|
| 73 |
+
"kl": 0.3627709628781304,
|
| 74 |
"learning_rate": 3.867370395306068e-07,
|
| 75 |
+
"loss": 0.0004,
|
| 76 |
+
"reward": 5.419944912195206,
|
| 77 |
+
"reward_std": 1.3517259755608393,
|
| 78 |
+
"rewards/concensus_correctness_reward_func": 1.5902499887160957,
|
| 79 |
+
"rewards/consensus_reward_func": 1.4375,
|
| 80 |
"rewards/cumulative_reward_2": 0.0,
|
| 81 |
+
"rewards/final_correctness_reward_func": 0.25,
|
| 82 |
+
"rewards/question_recreation_reward_func": 0.6896323460387066,
|
| 83 |
"rewards/soft_format_reward_func": 0.0,
|
| 84 |
+
"rewards/strict_format_reward_func": 0.296875,
|
| 85 |
+
"rewards/xmlcount_reward_func": 1.1556874960660934,
|
| 86 |
"step": 8
|
| 87 |
},
|
| 88 |
{
|
| 89 |
+
"completion_length": 193.625,
|
| 90 |
"epoch": 0.5,
|
| 91 |
+
"grad_norm": 19.43205451965332,
|
| 92 |
+
"kl": 0.8366234111599624,
|
| 93 |
"learning_rate": 3.1137137178519977e-07,
|
| 94 |
+
"loss": 0.0008,
|
| 95 |
+
"reward": 5.874577015638351,
|
| 96 |
+
"reward_std": 1.1465824714978226,
|
| 97 |
+
"rewards/concensus_correctness_reward_func": 1.7906249836087227,
|
| 98 |
+
"rewards/consensus_reward_func": 1.625,
|
| 99 |
"rewards/cumulative_reward_2": 0.0,
|
| 100 |
"rewards/final_correctness_reward_func": 0.25,
|
| 101 |
+
"rewards/question_recreation_reward_func": 0.7391394600272179,
|
| 102 |
"rewards/soft_format_reward_func": 0.0,
|
| 103 |
+
"rewards/strict_format_reward_func": 0.34375,
|
| 104 |
+
"rewards/xmlcount_reward_func": 1.126062497496605,
|
| 105 |
"step": 10
|
| 106 |
},
|
| 107 |
{
|
| 108 |
+
"completion_length": 159.875,
|
| 109 |
"epoch": 0.6,
|
| 110 |
+
"grad_norm": 24.322616577148438,
|
| 111 |
+
"kl": 0.8972976715303957,
|
| 112 |
"learning_rate": 2.2935516363191693e-07,
|
| 113 |
+
"loss": 0.0009,
|
| 114 |
+
"reward": 5.864399433135986,
|
| 115 |
+
"reward_std": 0.4836496456991881,
|
| 116 |
+
"rewards/concensus_correctness_reward_func": 1.7774374820291996,
|
| 117 |
"rewards/consensus_reward_func": 1.6875,
|
| 118 |
"rewards/cumulative_reward_2": 0.0,
|
| 119 |
+
"rewards/final_correctness_reward_func": 0.125,
|
| 120 |
+
"rewards/question_recreation_reward_func": 0.7427119584754109,
|
| 121 |
"rewards/soft_format_reward_func": 0.0,
|
| 122 |
+
"rewards/strict_format_reward_func": 0.34375,
|
| 123 |
+
"rewards/xmlcount_reward_func": 1.1880000159144402,
|
| 124 |
"step": 12
|
| 125 |
},
|
| 126 |
{
|
| 127 |
+
"completion_length": 219.0,
|
| 128 |
"epoch": 0.7,
|
| 129 |
+
"grad_norm": 1444.1883544921875,
|
| 130 |
+
"kl": 38.506456029834226,
|
| 131 |
"learning_rate": 1.4957614383675767e-07,
|
| 132 |
+
"loss": 0.0385,
|
| 133 |
+
"reward": 5.395884931087494,
|
| 134 |
+
"reward_std": 0.9716897597536445,
|
| 135 |
+
"rewards/concensus_correctness_reward_func": 1.5414999965578318,
|
| 136 |
+
"rewards/consensus_reward_func": 1.75,
|
| 137 |
"rewards/cumulative_reward_2": 0.0,
|
| 138 |
"rewards/final_correctness_reward_func": 0.0,
|
| 139 |
+
"rewards/question_recreation_reward_func": 0.801947420462966,
|
| 140 |
"rewards/soft_format_reward_func": 0.0,
|
| 141 |
+
"rewards/strict_format_reward_func": 0.25,
|
| 142 |
+
"rewards/xmlcount_reward_func": 1.052437499165535,
|
| 143 |
"step": 14
|
| 144 |
},
|
| 145 |
{
|
| 146 |
+
"completion_length": 198.96875,
|
| 147 |
"epoch": 0.8,
|
| 148 |
+
"grad_norm": 15.164183616638184,
|
| 149 |
+
"kl": 1.3254998605698347,
|
| 150 |
"learning_rate": 8.067960709356478e-08,
|
| 151 |
+
"loss": 0.0013,
|
| 152 |
+
"reward": 5.65350778400898,
|
| 153 |
+
"reward_std": 1.3196950405836105,
|
| 154 |
+
"rewards/concensus_correctness_reward_func": 1.5979374945163727,
|
| 155 |
+
"rewards/consensus_reward_func": 1.5,
|
| 156 |
"rewards/cumulative_reward_2": 0.0,
|
| 157 |
+
"rewards/final_correctness_reward_func": 0.3125,
|
| 158 |
+
"rewards/question_recreation_reward_func": 0.8574764824006706,
|
| 159 |
"rewards/soft_format_reward_func": 0.0,
|
| 160 |
"rewards/strict_format_reward_func": 0.28125,
|
| 161 |
+
"rewards/xmlcount_reward_func": 1.1043437533080578,
|
| 162 |
"step": 16
|
| 163 |
},
|
| 164 |
{
|
| 165 |
+
"completion_length": 148.0,
|
| 166 |
"epoch": 0.9,
|
| 167 |
+
"grad_norm": 13.233468055725098,
|
| 168 |
+
"kl": 1.1750296542886645,
|
| 169 |
"learning_rate": 3.013156219837776e-08,
|
| 170 |
+
"loss": 0.0012,
|
| 171 |
+
"reward": 6.176962792873383,
|
| 172 |
+
"reward_std": 0.6192302792333066,
|
| 173 |
+
"rewards/concensus_correctness_reward_func": 1.8604374825954437,
|
| 174 |
+
"rewards/consensus_reward_func": 1.75,
|
| 175 |
"rewards/cumulative_reward_2": 0.0,
|
| 176 |
+
"rewards/final_correctness_reward_func": 0.1875,
|
| 177 |
+
"rewards/question_recreation_reward_func": 0.7856503538787365,
|
| 178 |
"rewards/soft_format_reward_func": 0.0,
|
| 179 |
+
"rewards/strict_format_reward_func": 0.359375,
|
| 180 |
+
"rewards/xmlcount_reward_func": 1.2340000048279762,
|
| 181 |
"step": 18
|
| 182 |
},
|
| 183 |
{
|
| 184 |
+
"completion_length": 168.34375,
|
| 185 |
"epoch": 1.0,
|
| 186 |
+
"grad_norm": 12.352527618408203,
|
| 187 |
+
"kl": 0.4884904745267704,
|
| 188 |
"learning_rate": 3.4096741493194193e-09,
|
| 189 |
+
"loss": 0.0005,
|
| 190 |
+
"reward": 5.992502212524414,
|
| 191 |
+
"reward_std": 0.57326033472782,
|
| 192 |
+
"rewards/concensus_correctness_reward_func": 1.8762500043958426,
|
| 193 |
+
"rewards/consensus_reward_func": 1.8125,
|
| 194 |
"rewards/cumulative_reward_2": 0.0,
|
| 195 |
+
"rewards/final_correctness_reward_func": 0.0625,
|
| 196 |
+
"rewards/question_recreation_reward_func": 0.7554397168569267,
|
| 197 |
"rewards/soft_format_reward_func": 0.0,
|
| 198 |
+
"rewards/strict_format_reward_func": 0.3125,
|
| 199 |
+
"rewards/xmlcount_reward_func": 1.1733125075697899,
|
| 200 |
"step": 20
|
| 201 |
},
|
| 202 |
{
|
| 203 |
"epoch": 1.0,
|
| 204 |
"step": 20,
|
| 205 |
"total_flos": 0.0,
|
| 206 |
+
"train_loss": 0.004387809181207558,
|
| 207 |
+
"train_runtime": 428.4371,
|
| 208 |
+
"train_samples_per_second": 0.747,
|
| 209 |
+
"train_steps_per_second": 0.047
|
| 210 |
}
|
| 211 |
],
|
| 212 |
"logging_steps": 2,
|