Text Generation
Transformers
Safetensors
qwen2
Generated from Trainer
rl-swarm
grpo
gensyn
I am quick tenacious jellyfish
trl
genrl-swarm
I am quick_tenacious_jellyfish
conversational
text-generation-inference
Instructions to use 0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish") model = AutoModelForCausalLM.from_pretrained("0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish", 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 0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish
- SGLang
How to use 0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish 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 "0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish" \ --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": "0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish", "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 "0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish" \ --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": "0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use 0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish with Docker Model Runner:
docker model run hf.co/0xabhay/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-quick_tenacious_jellyfish
End of training
Browse files- all_results.json +4 -4
- model.safetensors +1 -1
- train_results.json +4 -4
- trainer_state.json +101 -101
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":
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
+
"train_loss": 1.965649425983429e-06,
|
| 4 |
+
"train_runtime": 312.2766,
|
| 5 |
"train_samples": 160,
|
| 6 |
+
"train_samples_per_second": 1.025,
|
| 7 |
+
"train_steps_per_second": 0.064
|
| 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:3fbe9e9cfaef92ee489a2ad087e82f34c1703c6c92a219ee132431ccdc759469
|
| 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":
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"total_flos": 0.0,
|
| 3 |
+
"train_loss": 1.965649425983429e-06,
|
| 4 |
+
"train_runtime": 312.2766,
|
| 5 |
"train_samples": 160,
|
| 6 |
+
"train_samples_per_second": 1.025,
|
| 7 |
+
"train_steps_per_second": 0.064
|
| 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": 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.0,
|
| 28 |
-
"rewards/xmlcount_reward_func":
|
| 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.0,
|
| 38 |
-
"reward":
|
| 39 |
-
"reward_std":
|
| 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": 0.
|
| 48 |
"step": 4
|
| 49 |
},
|
| 50 |
{
|
| 51 |
-
"completion_length":
|
| 52 |
"epoch": 0.3,
|
| 53 |
-
"grad_norm":
|
| 54 |
-
"kl": 0.
|
| 55 |
"learning_rate": 4.193203929064353e-07,
|
| 56 |
"loss": 0.0,
|
| 57 |
-
"reward": 0.
|
| 58 |
-
"reward_std": 0.
|
| 59 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 60 |
-
"rewards/consensus_reward_func": 0.
|
| 61 |
"rewards/cumulative_reward_2": 0.0,
|
| 62 |
"rewards/final_correctness_reward_func": 0.0625,
|
| 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": 0.4,
|
| 72 |
-
"grad_norm":
|
| 73 |
-
"kl": 0.
|
| 74 |
"learning_rate": 3.5042385616324236e-07,
|
| 75 |
"loss": 0.0,
|
| 76 |
-
"reward": 0.
|
| 77 |
-
"reward_std": 0.
|
| 78 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 79 |
"rewards/consensus_reward_func": 0.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": 0.5,
|
| 91 |
-
"grad_norm":
|
| 92 |
-
"kl": 0.
|
| 93 |
"learning_rate": 2.706448363680831e-07,
|
| 94 |
"loss": 0.0,
|
| 95 |
-
"reward":
|
| 96 |
-
"reward_std":
|
| 97 |
-
"rewards/concensus_correctness_reward_func":
|
| 98 |
-
"rewards/consensus_reward_func": 0.
|
| 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.
|
| 103 |
"rewards/strict_format_reward_func": 0.0,
|
| 104 |
-
"rewards/xmlcount_reward_func": 0.
|
| 105 |
"step": 10
|
| 106 |
},
|
| 107 |
{
|
| 108 |
-
"completion_length":
|
| 109 |
"epoch": 0.6,
|
| 110 |
-
"grad_norm":
|
| 111 |
-
"kl": 0.
|
| 112 |
"learning_rate": 1.886286282148002e-07,
|
| 113 |
"loss": 0.0,
|
| 114 |
-
"reward": 1.
|
| 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.
|
| 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": 0.7,
|
| 129 |
-
"grad_norm":
|
| 130 |
-
"kl": 0.
|
| 131 |
"learning_rate": 1.1326296046939333e-07,
|
| 132 |
"loss": 0.0,
|
| 133 |
-
"reward":
|
| 134 |
-
"reward_std":
|
| 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": 0.
|
| 143 |
"step": 14
|
| 144 |
},
|
| 145 |
{
|
| 146 |
-
"completion_length":
|
| 147 |
"epoch": 0.8,
|
| 148 |
-
"grad_norm":
|
| 149 |
-
"kl": 0.
|
| 150 |
"learning_rate": 5.271487265090163e-08,
|
| 151 |
"loss": 0.0,
|
| 152 |
-
"reward":
|
| 153 |
-
"reward_std": 0.
|
| 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": 0.
|
| 162 |
"step": 16
|
| 163 |
},
|
| 164 |
{
|
| 165 |
-
"completion_length":
|
| 166 |
"epoch": 0.9,
|
| 167 |
-
"grad_norm":
|
| 168 |
-
"kl": 0.
|
| 169 |
"learning_rate": 1.3545689574841341e-08,
|
| 170 |
"loss": 0.0,
|
| 171 |
-
"reward": 1.
|
| 172 |
-
"reward_std":
|
| 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.
|
| 180 |
-
"rewards/xmlcount_reward_func": 0.
|
| 181 |
"step": 18
|
| 182 |
},
|
| 183 |
{
|
| 184 |
-
"completion_length":
|
| 185 |
"epoch": 1.0,
|
| 186 |
-
"grad_norm":
|
| 187 |
-
"kl": 0.
|
| 188 |
"learning_rate": 0.0,
|
| 189 |
"loss": 0.0,
|
| 190 |
-
"reward":
|
| 191 |
-
"reward_std":
|
| 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.
|
| 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":
|
| 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":
|
| 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": 437.53125,
|
| 14 |
"epoch": 0.1,
|
| 15 |
+
"grad_norm": 4.8424882888793945,
|
| 16 |
"kl": 0.0,
|
| 17 |
"learning_rate": 4.965903258506806e-07,
|
| 18 |
"loss": 0.0,
|
| 19 |
+
"reward": 1.2424767836928368,
|
| 20 |
+
"reward_std": 1.3980925279902294,
|
| 21 |
+
"rewards/concensus_correctness_reward_func": 0.19799999985843897,
|
| 22 |
+
"rewards/consensus_reward_func": 0.0625,
|
| 23 |
"rewards/cumulative_reward_2": 0.0,
|
| 24 |
+
"rewards/final_correctness_reward_func": 0.3125,
|
| 25 |
+
"rewards/question_recreation_reward_func": 0.4963517915457487,
|
| 26 |
"rewards/soft_format_reward_func": 0.0,
|
| 27 |
"rewards/strict_format_reward_func": 0.0,
|
| 28 |
+
"rewards/xmlcount_reward_func": 0.17312499787658453,
|
| 29 |
"step": 2
|
| 30 |
},
|
| 31 |
{
|
| 32 |
+
"completion_length": 343.53125,
|
| 33 |
"epoch": 0.2,
|
| 34 |
+
"grad_norm": 4.962473392486572,
|
| 35 |
+
"kl": 0.0009593008035153616,
|
| 36 |
"learning_rate": 4.698684378016222e-07,
|
| 37 |
"loss": 0.0,
|
| 38 |
+
"reward": 1.5136843903455883,
|
| 39 |
+
"reward_std": 1.0464290648233145,
|
| 40 |
+
"rewards/concensus_correctness_reward_func": 0.38618749380111694,
|
| 41 |
+
"rewards/consensus_reward_func": 0.1875,
|
| 42 |
"rewards/cumulative_reward_2": 0.0,
|
| 43 |
+
"rewards/final_correctness_reward_func": 0.3125,
|
| 44 |
+
"rewards/question_recreation_reward_func": 0.3337156834313646,
|
| 45 |
"rewards/soft_format_reward_func": 0.0,
|
| 46 |
"rewards/strict_format_reward_func": 0.0,
|
| 47 |
+
"rewards/xmlcount_reward_func": 0.2937812586314976,
|
| 48 |
"step": 4
|
| 49 |
},
|
| 50 |
{
|
| 51 |
+
"completion_length": 417.5,
|
| 52 |
"epoch": 0.3,
|
| 53 |
+
"grad_norm": 4.399540901184082,
|
| 54 |
+
"kl": 0.0012396429829095723,
|
| 55 |
"learning_rate": 4.193203929064353e-07,
|
| 56 |
"loss": 0.0,
|
| 57 |
+
"reward": 0.9039205983281136,
|
| 58 |
+
"reward_std": 0.6271124193444848,
|
| 59 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 60 |
+
"rewards/consensus_reward_func": 0.0625,
|
| 61 |
"rewards/cumulative_reward_2": 0.0,
|
| 62 |
"rewards/final_correctness_reward_func": 0.0625,
|
| 63 |
+
"rewards/question_recreation_reward_func": 0.5170456022024155,
|
| 64 |
"rewards/soft_format_reward_func": 0.0,
|
| 65 |
"rewards/strict_format_reward_func": 0.0,
|
| 66 |
+
"rewards/xmlcount_reward_func": 0.26187500078231096,
|
| 67 |
"step": 6
|
| 68 |
},
|
| 69 |
{
|
| 70 |
+
"completion_length": 438.84375,
|
| 71 |
"epoch": 0.4,
|
| 72 |
+
"grad_norm": 5.020246505737305,
|
| 73 |
+
"kl": 0.0013312701448739972,
|
| 74 |
"learning_rate": 3.5042385616324236e-07,
|
| 75 |
"loss": 0.0,
|
| 76 |
+
"reward": 0.44116408098489046,
|
| 77 |
+
"reward_std": 0.9189364665653557,
|
| 78 |
"rewards/concensus_correctness_reward_func": 0.0,
|
| 79 |
"rewards/consensus_reward_func": 0.0,
|
| 80 |
"rewards/cumulative_reward_2": 0.0,
|
| 81 |
+
"rewards/final_correctness_reward_func": 0.125,
|
| 82 |
+
"rewards/question_recreation_reward_func": 0.3922890628455207,
|
| 83 |
"rewards/soft_format_reward_func": 0.0,
|
| 84 |
"rewards/strict_format_reward_func": 0.0,
|
| 85 |
+
"rewards/xmlcount_reward_func": -0.07612498779781163,
|
| 86 |
"step": 8
|
| 87 |
},
|
| 88 |
{
|
| 89 |
+
"completion_length": 331.75,
|
| 90 |
"epoch": 0.5,
|
| 91 |
+
"grad_norm": 7.140576362609863,
|
| 92 |
+
"kl": 0.0021912034681008663,
|
| 93 |
"learning_rate": 2.706448363680831e-07,
|
| 94 |
"loss": 0.0,
|
| 95 |
+
"reward": 2.658341580070555,
|
| 96 |
+
"reward_std": 2.510888500371948,
|
| 97 |
+
"rewards/concensus_correctness_reward_func": 1.4297499991953373,
|
| 98 |
+
"rewards/consensus_reward_func": 0.1875,
|
| 99 |
"rewards/cumulative_reward_2": 0.0,
|
| 100 |
+
"rewards/final_correctness_reward_func": 0.1875,
|
| 101 |
+
"rewards/question_recreation_reward_func": 0.49171655043028295,
|
| 102 |
+
"rewards/soft_format_reward_func": 0.015625,
|
| 103 |
"rewards/strict_format_reward_func": 0.0,
|
| 104 |
+
"rewards/xmlcount_reward_func": 0.34625000646337867,
|
| 105 |
"step": 10
|
| 106 |
},
|
| 107 |
{
|
| 108 |
+
"completion_length": 329.78125,
|
| 109 |
"epoch": 0.6,
|
| 110 |
+
"grad_norm": 3.903331995010376,
|
| 111 |
+
"kl": 0.0027665450907079503,
|
| 112 |
"learning_rate": 1.886286282148002e-07,
|
| 113 |
"loss": 0.0,
|
| 114 |
+
"reward": 1.1588133568875492,
|
| 115 |
+
"reward_std": 0.6736997785046697,
|
| 116 |
+
"rewards/concensus_correctness_reward_func": 0.02437499910593033,
|
| 117 |
+
"rewards/consensus_reward_func": 0.1875,
|
| 118 |
"rewards/cumulative_reward_2": 0.0,
|
| 119 |
+
"rewards/final_correctness_reward_func": 0.125,
|
| 120 |
+
"rewards/question_recreation_reward_func": 0.481500833760947,
|
| 121 |
"rewards/soft_format_reward_func": 0.0,
|
| 122 |
"rewards/strict_format_reward_func": 0.0,
|
| 123 |
+
"rewards/xmlcount_reward_func": 0.34043748676776886,
|
| 124 |
"step": 12
|
| 125 |
},
|
| 126 |
{
|
| 127 |
+
"completion_length": 400.28125,
|
| 128 |
"epoch": 0.7,
|
| 129 |
+
"grad_norm": 4.698159694671631,
|
| 130 |
+
"kl": 0.002569452590250876,
|
| 131 |
"learning_rate": 1.1326296046939333e-07,
|
| 132 |
"loss": 0.0,
|
| 133 |
+
"reward": 1.884350948035717,
|
| 134 |
+
"reward_std": 1.5795070074964315,
|
| 135 |
+
"rewards/concensus_correctness_reward_func": 0.6115624997764826,
|
| 136 |
+
"rewards/consensus_reward_func": 0.0625,
|
| 137 |
"rewards/cumulative_reward_2": 0.0,
|
| 138 |
+
"rewards/final_correctness_reward_func": 0.1875,
|
| 139 |
+
"rewards/question_recreation_reward_func": 0.6498196963220835,
|
| 140 |
"rewards/soft_format_reward_func": 0.0,
|
| 141 |
"rewards/strict_format_reward_func": 0.0,
|
| 142 |
+
"rewards/xmlcount_reward_func": 0.37296874553430825,
|
| 143 |
"step": 14
|
| 144 |
},
|
| 145 |
{
|
| 146 |
+
"completion_length": 341.34375,
|
| 147 |
"epoch": 0.8,
|
| 148 |
+
"grad_norm": 4.873336315155029,
|
| 149 |
+
"kl": 0.0027480914432089776,
|
| 150 |
"learning_rate": 5.271487265090163e-08,
|
| 151 |
"loss": 0.0,
|
| 152 |
+
"reward": 1.1319349324330688,
|
| 153 |
+
"reward_std": 0.6429186534369364,
|
| 154 |
+
"rewards/concensus_correctness_reward_func": 0.028562499210238457,
|
| 155 |
+
"rewards/consensus_reward_func": 0.0625,
|
| 156 |
"rewards/cumulative_reward_2": 0.0,
|
| 157 |
+
"rewards/final_correctness_reward_func": 0.0625,
|
| 158 |
+
"rewards/question_recreation_reward_func": 0.5588411949574947,
|
| 159 |
"rewards/soft_format_reward_func": 0.0,
|
| 160 |
"rewards/strict_format_reward_func": 0.0,
|
| 161 |
+
"rewards/xmlcount_reward_func": 0.41953124897554517,
|
| 162 |
"step": 16
|
| 163 |
},
|
| 164 |
{
|
| 165 |
+
"completion_length": 490.25,
|
| 166 |
"epoch": 0.9,
|
| 167 |
+
"grad_norm": 3.5482892990112305,
|
| 168 |
+
"kl": 0.0023091254115570337,
|
| 169 |
"learning_rate": 1.3545689574841341e-08,
|
| 170 |
"loss": 0.0,
|
| 171 |
+
"reward": 1.1968865301460028,
|
| 172 |
+
"reward_std": 2.025821363553405,
|
| 173 |
+
"rewards/concensus_correctness_reward_func": 0.7219999991357327,
|
| 174 |
+
"rewards/consensus_reward_func": 0.0625,
|
| 175 |
"rewards/cumulative_reward_2": 0.0,
|
| 176 |
+
"rewards/final_correctness_reward_func": 0.0,
|
| 177 |
+
"rewards/question_recreation_reward_func": 0.5161052519106306,
|
| 178 |
"rewards/soft_format_reward_func": 0.0,
|
| 179 |
+
"rewards/strict_format_reward_func": 0.0,
|
| 180 |
+
"rewards/xmlcount_reward_func": -0.10371874924749136,
|
| 181 |
"step": 18
|
| 182 |
},
|
| 183 |
{
|
| 184 |
+
"completion_length": 311.625,
|
| 185 |
"epoch": 1.0,
|
| 186 |
+
"grad_norm": 4.714698314666748,
|
| 187 |
+
"kl": 0.003313427048851736,
|
| 188 |
"learning_rate": 0.0,
|
| 189 |
"loss": 0.0,
|
| 190 |
+
"reward": 2.276610472239554,
|
| 191 |
+
"reward_std": 1.5040997514151968,
|
| 192 |
+
"rewards/concensus_correctness_reward_func": 0.7425625007599592,
|
| 193 |
+
"rewards/consensus_reward_func": 0.125,
|
| 194 |
"rewards/cumulative_reward_2": 0.0,
|
| 195 |
+
"rewards/final_correctness_reward_func": 0.375,
|
| 196 |
+
"rewards/question_recreation_reward_func": 0.578172966837883,
|
| 197 |
"rewards/soft_format_reward_func": 0.0,
|
| 198 |
"rewards/strict_format_reward_func": 0.0,
|
| 199 |
+
"rewards/xmlcount_reward_func": 0.455875005107373,
|
| 200 |
"step": 20
|
| 201 |
},
|
| 202 |
{
|
| 203 |
"epoch": 1.0,
|
| 204 |
"step": 20,
|
| 205 |
"total_flos": 0.0,
|
| 206 |
+
"train_loss": 1.965649425983429e-06,
|
| 207 |
+
"train_runtime": 312.2766,
|
| 208 |
+
"train_samples_per_second": 1.025,
|
| 209 |
+
"train_steps_per_second": 0.064
|
| 210 |
}
|
| 211 |
],
|
| 212 |
"logging_steps": 2,
|