Text Generation
PEFT
Safetensors
Transformers
qwen2
grpo
lora
trl
conversational
text-generation-inference
Instructions to use Gege24/environment_test_affine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Gege24/environment_test_affine with PEFT:
Base model is not found.
- Transformers
How to use Gege24/environment_test_affine with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Gege24/environment_test_affine") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Gege24/environment_test_affine") model = AutoModelForCausalLM.from_pretrained("Gege24/environment_test_affine") 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 Gege24/environment_test_affine with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Gege24/environment_test_affine" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Gege24/environment_test_affine", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Gege24/environment_test_affine
- SGLang
How to use Gege24/environment_test_affine 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 "Gege24/environment_test_affine" \ --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": "Gege24/environment_test_affine", "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 "Gege24/environment_test_affine" \ --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": "Gege24/environment_test_affine", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use Gege24/environment_test_affine with Docker Model Runner:
docker model run hf.co/Gege24/environment_test_affine
Upload task output 1
Browse files- loss.txt +1 -1
- model.safetensors +1 -1
- trainer_state.json +370 -370
- training_args.bin +1 -1
loss.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
75,-0.
|
|
|
|
| 1 |
+
75,-0.12000000476837158
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 988097824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d495dcb537ad13a85d3c74235ea2ad8f46917cd31620e9644884473efb2fcc9d
|
| 3 |
size 988097824
|
trainer_state.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
-
"epoch": 0.
|
| 6 |
"eval_steps": 500,
|
| 7 |
"global_step": 75,
|
| 8 |
"is_hyper_param_search": false,
|
|
@@ -16,31 +16,31 @@
|
|
| 16 |
"clip_ratio/low_min": 0.0,
|
| 17 |
"clip_ratio/region_mean": 0.0,
|
| 18 |
"completions/clipped_ratio": 0.0,
|
| 19 |
-
"completions/max_length":
|
| 20 |
-
"completions/max_terminated_length":
|
| 21 |
-
"completions/mean_length":
|
| 22 |
-
"completions/mean_terminated_length":
|
| 23 |
-
"completions/min_length":
|
| 24 |
-
"completions/min_terminated_length":
|
| 25 |
-
"entropy": 0.
|
| 26 |
-
"epoch": 0.
|
| 27 |
-
"frac_reward_zero_std": 0.
|
| 28 |
-
"grad_norm": 0.
|
| 29 |
-
"kl": 0.
|
| 30 |
"learning_rate": 1.137216e-06,
|
| 31 |
-
"loss":
|
| 32 |
-
"num_tokens":
|
| 33 |
-
"reward": 0.
|
| 34 |
-
"reward_std": 0.
|
| 35 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 36 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 37 |
-
"sampling/importance_sampling_ratio/max":
|
| 38 |
-
"sampling/importance_sampling_ratio/mean": 1.
|
| 39 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 40 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 41 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 42 |
"step": 5,
|
| 43 |
-
"step_time":
|
| 44 |
},
|
| 45 |
{
|
| 46 |
"clip_ratio/high_max": 0.0,
|
|
@@ -51,29 +51,29 @@
|
|
| 51 |
"completions/clipped_ratio": 0.0,
|
| 52 |
"completions/max_length": 373.8,
|
| 53 |
"completions/max_terminated_length": 373.8,
|
| 54 |
-
"completions/mean_length":
|
| 55 |
-
"completions/mean_terminated_length":
|
| 56 |
-
"completions/min_length":
|
| 57 |
-
"completions/min_terminated_length":
|
| 58 |
-
"entropy": 0.
|
| 59 |
-
"epoch": 0.
|
| 60 |
-
"frac_reward_zero_std": 0.
|
| 61 |
-
"grad_norm": 0.
|
| 62 |
-
"kl": 0.
|
| 63 |
"learning_rate": 2.5587359999999995e-06,
|
| 64 |
-
"loss": 0.
|
| 65 |
-
"num_tokens":
|
| 66 |
-
"reward": 0.
|
| 67 |
-
"reward_std": 0.
|
| 68 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 69 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 70 |
-
"sampling/importance_sampling_ratio/max": 1.
|
| 71 |
-
"sampling/importance_sampling_ratio/mean": 1.
|
| 72 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 73 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 74 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 75 |
"step": 10,
|
| 76 |
-
"step_time":
|
| 77 |
},
|
| 78 |
{
|
| 79 |
"clip_ratio/high_max": 0.0,
|
|
@@ -82,31 +82,31 @@
|
|
| 82 |
"clip_ratio/low_min": 0.0,
|
| 83 |
"clip_ratio/region_mean": 0.0,
|
| 84 |
"completions/clipped_ratio": 0.0,
|
| 85 |
-
"completions/max_length":
|
| 86 |
-
"completions/max_terminated_length":
|
| 87 |
-
"completions/mean_length":
|
| 88 |
-
"completions/mean_terminated_length":
|
| 89 |
-
"completions/min_length":
|
| 90 |
-
"completions/min_terminated_length":
|
| 91 |
-
"entropy": 0.
|
| 92 |
-
"epoch": 0.
|
| 93 |
-
"frac_reward_zero_std": 0.
|
| 94 |
-
"grad_norm": 0.
|
| 95 |
-
"kl": 0.
|
| 96 |
"learning_rate": 3.9802559999999995e-06,
|
| 97 |
-
"loss": 0.
|
| 98 |
-
"num_tokens":
|
| 99 |
-
"reward": 0.
|
| 100 |
-
"reward_std": 0.
|
| 101 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 102 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 103 |
-
"sampling/importance_sampling_ratio/max": 1.
|
| 104 |
-
"sampling/importance_sampling_ratio/mean":
|
| 105 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 106 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 107 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 108 |
"step": 15,
|
| 109 |
-
"step_time":
|
| 110 |
},
|
| 111 |
{
|
| 112 |
"clip_ratio/high_max": 0.0,
|
|
@@ -115,31 +115,31 @@
|
|
| 115 |
"clip_ratio/low_min": 0.0,
|
| 116 |
"clip_ratio/region_mean": 0.0,
|
| 117 |
"completions/clipped_ratio": 0.0,
|
| 118 |
-
"completions/max_length":
|
| 119 |
-
"completions/max_terminated_length":
|
| 120 |
-
"completions/mean_length":
|
| 121 |
-
"completions/mean_terminated_length":
|
| 122 |
"completions/min_length": 199.6,
|
| 123 |
"completions/min_terminated_length": 199.6,
|
| 124 |
-
"entropy": 0.
|
| 125 |
-
"epoch": 0.
|
| 126 |
-
"frac_reward_zero_std": 0.
|
| 127 |
-
"grad_norm": 0.
|
| 128 |
-
"kl": 0.
|
| 129 |
"learning_rate": 5.401775999999999e-06,
|
| 130 |
-
"loss":
|
| 131 |
-
"num_tokens":
|
| 132 |
-
"reward": 0.
|
| 133 |
-
"reward_std": 0.
|
| 134 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 135 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 136 |
-
"sampling/importance_sampling_ratio/max": 1.
|
| 137 |
-
"sampling/importance_sampling_ratio/mean":
|
| 138 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 139 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 140 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 141 |
"step": 20,
|
| 142 |
-
"step_time":
|
| 143 |
},
|
| 144 |
{
|
| 145 |
"clip_ratio/high_max": 0.0,
|
|
@@ -148,31 +148,31 @@
|
|
| 148 |
"clip_ratio/low_min": 0.0,
|
| 149 |
"clip_ratio/region_mean": 0.0,
|
| 150 |
"completions/clipped_ratio": 0.0,
|
| 151 |
-
"completions/max_length":
|
| 152 |
-
"completions/max_terminated_length":
|
| 153 |
-
"completions/mean_length":
|
| 154 |
-
"completions/mean_terminated_length":
|
| 155 |
-
"completions/min_length":
|
| 156 |
-
"completions/min_terminated_length":
|
| 157 |
-
"entropy": 0.
|
| 158 |
-
"epoch": 0.
|
| 159 |
-
"frac_reward_zero_std": 0.
|
| 160 |
-
"grad_norm": 0.
|
| 161 |
-
"kl": 0.
|
| 162 |
"learning_rate": 6.8232959999999994e-06,
|
| 163 |
-
"loss":
|
| 164 |
-
"num_tokens":
|
| 165 |
-
"reward": 0.
|
| 166 |
-
"reward_std": 0.
|
| 167 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 168 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 169 |
-
"sampling/importance_sampling_ratio/max": 1.
|
| 170 |
-
"sampling/importance_sampling_ratio/mean": 0.
|
| 171 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 172 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 173 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 174 |
"step": 25,
|
| 175 |
-
"step_time":
|
| 176 |
},
|
| 177 |
{
|
| 178 |
"clip_ratio/high_max": 0.0,
|
|
@@ -181,31 +181,31 @@
|
|
| 181 |
"clip_ratio/low_min": 0.0,
|
| 182 |
"clip_ratio/region_mean": 0.0,
|
| 183 |
"completions/clipped_ratio": 0.0,
|
| 184 |
-
"completions/max_length":
|
| 185 |
-
"completions/max_terminated_length":
|
| 186 |
-
"completions/mean_length":
|
| 187 |
-
"completions/mean_terminated_length":
|
| 188 |
"completions/min_length": 212.0,
|
| 189 |
"completions/min_terminated_length": 212.0,
|
| 190 |
-
"entropy": 0.
|
| 191 |
-
"epoch": 0.
|
| 192 |
-
"frac_reward_zero_std": 0.
|
| 193 |
-
"grad_norm": 0.
|
| 194 |
-
"kl": 0.
|
| 195 |
"learning_rate": 8.244816e-06,
|
| 196 |
-
"loss": 0.
|
| 197 |
-
"num_tokens":
|
| 198 |
-
"reward": 0.
|
| 199 |
-
"reward_std": 0.
|
| 200 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 201 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 202 |
-
"sampling/importance_sampling_ratio/max": 1.
|
| 203 |
-
"sampling/importance_sampling_ratio/mean":
|
| 204 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 205 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 206 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 207 |
"step": 30,
|
| 208 |
-
"step_time":
|
| 209 |
},
|
| 210 |
{
|
| 211 |
"clip_ratio/high_max": 0.0,
|
|
@@ -216,29 +216,29 @@
|
|
| 216 |
"completions/clipped_ratio": 0.0,
|
| 217 |
"completions/max_length": 374.0,
|
| 218 |
"completions/max_terminated_length": 374.0,
|
| 219 |
-
"completions/mean_length":
|
| 220 |
-
"completions/mean_terminated_length":
|
| 221 |
-
"completions/min_length":
|
| 222 |
-
"completions/min_terminated_length":
|
| 223 |
-
"entropy": 0.
|
| 224 |
-
"epoch": 0.
|
| 225 |
-
"frac_reward_zero_std": 0.
|
| 226 |
-
"grad_norm": 0.
|
| 227 |
-
"kl": 0.
|
| 228 |
"learning_rate": 9.666336e-06,
|
| 229 |
-
"loss":
|
| 230 |
-
"num_tokens":
|
| 231 |
-
"reward": 0.
|
| 232 |
-
"reward_std": 0.
|
| 233 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 234 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 235 |
-
"sampling/importance_sampling_ratio/max": 1.
|
| 236 |
-
"sampling/importance_sampling_ratio/mean": 0.
|
| 237 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 238 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 239 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 240 |
"step": 35,
|
| 241 |
-
"step_time":
|
| 242 |
},
|
| 243 |
{
|
| 244 |
"clip_ratio/high_max": 0.0,
|
|
@@ -247,31 +247,31 @@
|
|
| 247 |
"clip_ratio/low_min": 0.0,
|
| 248 |
"clip_ratio/region_mean": 0.0,
|
| 249 |
"completions/clipped_ratio": 0.0,
|
| 250 |
-
"completions/max_length":
|
| 251 |
-
"completions/max_terminated_length":
|
| 252 |
-
"completions/mean_length":
|
| 253 |
-
"completions/mean_terminated_length":
|
| 254 |
"completions/min_length": 212.0,
|
| 255 |
"completions/min_terminated_length": 212.0,
|
| 256 |
-
"entropy": 0.
|
| 257 |
-
"epoch": 0.
|
| 258 |
-
"frac_reward_zero_std": 0.
|
| 259 |
-
"grad_norm": 0.
|
| 260 |
-
"kl": 0.
|
| 261 |
-
"learning_rate": 9.
|
| 262 |
-
"loss":
|
| 263 |
-
"num_tokens":
|
| 264 |
-
"reward": 0.
|
| 265 |
-
"reward_std": 0.
|
| 266 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 267 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 268 |
-
"sampling/importance_sampling_ratio/max": 1.
|
| 269 |
-
"sampling/importance_sampling_ratio/mean":
|
| 270 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 271 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 272 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 273 |
"step": 40,
|
| 274 |
-
"step_time":
|
| 275 |
},
|
| 276 |
{
|
| 277 |
"clip_ratio/high_max": 0.0,
|
|
@@ -280,31 +280,31 @@
|
|
| 280 |
"clip_ratio/low_min": 0.0,
|
| 281 |
"clip_ratio/region_mean": 0.0,
|
| 282 |
"completions/clipped_ratio": 0.0,
|
| 283 |
-
"completions/max_length":
|
| 284 |
-
"completions/max_terminated_length":
|
| 285 |
-
"completions/mean_length":
|
| 286 |
-
"completions/mean_terminated_length":
|
| 287 |
-
"completions/min_length":
|
| 288 |
-
"completions/min_terminated_length":
|
| 289 |
-
"entropy": 0.
|
| 290 |
-
"epoch": 0.
|
| 291 |
-
"frac_reward_zero_std": 0.
|
| 292 |
-
"grad_norm": 0.
|
| 293 |
-
"kl": 0.
|
| 294 |
-
"learning_rate": 9.
|
| 295 |
-
"loss": 0.
|
| 296 |
-
"num_tokens":
|
| 297 |
-
"reward": 0.
|
| 298 |
-
"reward_std": 0.
|
| 299 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 300 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 301 |
-
"sampling/importance_sampling_ratio/max": 1.
|
| 302 |
-
"sampling/importance_sampling_ratio/mean":
|
| 303 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 304 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 305 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 306 |
"step": 45,
|
| 307 |
-
"step_time":
|
| 308 |
},
|
| 309 |
{
|
| 310 |
"clip_ratio/high_max": 0.0,
|
|
@@ -313,31 +313,31 @@
|
|
| 313 |
"clip_ratio/low_min": 0.0,
|
| 314 |
"clip_ratio/region_mean": 0.0,
|
| 315 |
"completions/clipped_ratio": 0.0,
|
| 316 |
-
"completions/max_length":
|
| 317 |
-
"completions/max_terminated_length":
|
| 318 |
-
"completions/mean_length":
|
| 319 |
-
"completions/mean_terminated_length":
|
| 320 |
-
"completions/min_length":
|
| 321 |
-
"completions/min_terminated_length":
|
| 322 |
-
"entropy": 0.
|
| 323 |
-
"epoch": 0.
|
| 324 |
-
"frac_reward_zero_std": 0.
|
| 325 |
-
"grad_norm": 0.
|
| 326 |
-
"kl": 0.
|
| 327 |
-
"learning_rate": 9.
|
| 328 |
-
"loss":
|
| 329 |
-
"num_tokens":
|
| 330 |
-
"reward": 0.
|
| 331 |
-
"reward_std": 0.
|
| 332 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 333 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 334 |
-
"sampling/importance_sampling_ratio/max": 1.
|
| 335 |
-
"sampling/importance_sampling_ratio/mean": 1.
|
| 336 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 337 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 338 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 339 |
"step": 50,
|
| 340 |
-
"step_time":
|
| 341 |
},
|
| 342 |
{
|
| 343 |
"clip_ratio/high_max": 0.0,
|
|
@@ -346,31 +346,31 @@
|
|
| 346 |
"clip_ratio/low_min": 0.0,
|
| 347 |
"clip_ratio/region_mean": 0.0,
|
| 348 |
"completions/clipped_ratio": 0.0,
|
| 349 |
-
"completions/max_length":
|
| 350 |
-
"completions/max_terminated_length":
|
| 351 |
-
"completions/mean_length":
|
| 352 |
-
"completions/mean_terminated_length":
|
| 353 |
-
"completions/min_length":
|
| 354 |
-
"completions/min_terminated_length":
|
| 355 |
-
"entropy": 0.
|
| 356 |
-
"epoch": 0.
|
| 357 |
-
"frac_reward_zero_std": 0.
|
| 358 |
-
"grad_norm": 0.
|
| 359 |
-
"kl": 0.
|
| 360 |
-
"learning_rate": 9.
|
| 361 |
-
"loss":
|
| 362 |
-
"num_tokens":
|
| 363 |
-
"reward": 0.
|
| 364 |
-
"reward_std": 0.
|
| 365 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 366 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 367 |
-
"sampling/importance_sampling_ratio/max": 1.
|
| 368 |
-
"sampling/importance_sampling_ratio/mean":
|
| 369 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 370 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 371 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 372 |
"step": 55,
|
| 373 |
-
"step_time":
|
| 374 |
},
|
| 375 |
{
|
| 376 |
"clip_ratio/high_max": 0.0,
|
|
@@ -379,31 +379,31 @@
|
|
| 379 |
"clip_ratio/low_min": 0.0,
|
| 380 |
"clip_ratio/region_mean": 0.0,
|
| 381 |
"completions/clipped_ratio": 0.0,
|
| 382 |
-
"completions/max_length":
|
| 383 |
-
"completions/max_terminated_length":
|
| 384 |
-
"completions/mean_length":
|
| 385 |
-
"completions/mean_terminated_length":
|
| 386 |
-
"completions/min_length":
|
| 387 |
-
"completions/min_terminated_length":
|
| 388 |
-
"entropy": 0.
|
| 389 |
-
"epoch": 0.
|
| 390 |
-
"frac_reward_zero_std": 0.
|
| 391 |
-
"grad_norm": 0.
|
| 392 |
-
"kl": 0.
|
| 393 |
-
"learning_rate": 9.
|
| 394 |
-
"loss":
|
| 395 |
-
"num_tokens":
|
| 396 |
-
"reward": 0.
|
| 397 |
-
"reward_std": 0.
|
| 398 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 399 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 400 |
-
"sampling/importance_sampling_ratio/max": 1.
|
| 401 |
-
"sampling/importance_sampling_ratio/mean": 0.
|
| 402 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 403 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 404 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 405 |
"step": 60,
|
| 406 |
-
"step_time":
|
| 407 |
},
|
| 408 |
{
|
| 409 |
"clip_ratio/high_max": 0.0,
|
|
@@ -412,31 +412,31 @@
|
|
| 412 |
"clip_ratio/low_min": 0.0,
|
| 413 |
"clip_ratio/region_mean": 0.0,
|
| 414 |
"completions/clipped_ratio": 0.0,
|
| 415 |
-
"completions/max_length":
|
| 416 |
-
"completions/max_terminated_length":
|
| 417 |
-
"completions/mean_length":
|
| 418 |
-
"completions/mean_terminated_length":
|
| 419 |
-
"completions/min_length":
|
| 420 |
-
"completions/min_terminated_length":
|
| 421 |
-
"entropy": 0.
|
| 422 |
-
"epoch": 0.
|
| 423 |
-
"frac_reward_zero_std": 0.
|
| 424 |
-
"grad_norm": 0.
|
| 425 |
-
"kl":
|
| 426 |
-
"learning_rate": 9.
|
| 427 |
-
"loss":
|
| 428 |
-
"num_tokens":
|
| 429 |
-
"reward": 0.
|
| 430 |
-
"reward_std": 0.
|
| 431 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 432 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 433 |
-
"sampling/importance_sampling_ratio/max":
|
| 434 |
-
"sampling/importance_sampling_ratio/mean":
|
| 435 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 436 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 437 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 438 |
"step": 65,
|
| 439 |
-
"step_time":
|
| 440 |
},
|
| 441 |
{
|
| 442 |
"clip_ratio/high_max": 0.0,
|
|
@@ -445,31 +445,31 @@
|
|
| 445 |
"clip_ratio/low_min": 0.0,
|
| 446 |
"clip_ratio/region_mean": 0.0,
|
| 447 |
"completions/clipped_ratio": 0.0,
|
| 448 |
-
"completions/max_length":
|
| 449 |
-
"completions/max_terminated_length":
|
| 450 |
-
"completions/mean_length":
|
| 451 |
-
"completions/mean_terminated_length":
|
| 452 |
-
"completions/min_length":
|
| 453 |
-
"completions/min_terminated_length":
|
| 454 |
-
"entropy": 0.
|
| 455 |
-
"epoch": 0.
|
| 456 |
-
"frac_reward_zero_std": 0.
|
| 457 |
-
"grad_norm": 0.
|
| 458 |
-
"kl": 0.
|
| 459 |
-
"learning_rate": 9.
|
| 460 |
-
"loss":
|
| 461 |
-
"num_tokens":
|
| 462 |
-
"reward": 0.
|
| 463 |
-
"reward_std": 0.
|
| 464 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 465 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 466 |
-
"sampling/importance_sampling_ratio/max": 1.
|
| 467 |
-
"sampling/importance_sampling_ratio/mean":
|
| 468 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 469 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 470 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 471 |
"step": 70,
|
| 472 |
-
"step_time":
|
| 473 |
},
|
| 474 |
{
|
| 475 |
"clip_ratio/high_max": 0.0,
|
|
@@ -478,69 +478,69 @@
|
|
| 478 |
"clip_ratio/low_min": 0.0,
|
| 479 |
"clip_ratio/region_mean": 0.0,
|
| 480 |
"completions/clipped_ratio": 0.0,
|
| 481 |
-
"completions/max_length":
|
| 482 |
-
"completions/max_terminated_length":
|
| 483 |
-
"completions/mean_length":
|
| 484 |
-
"completions/mean_terminated_length":
|
| 485 |
-
"completions/min_length":
|
| 486 |
-
"completions/min_terminated_length":
|
| 487 |
-
"entropy": 0.
|
| 488 |
-
"epoch": 0.
|
| 489 |
-
"frac_reward_zero_std": 0.
|
| 490 |
-
"grad_norm": 0.
|
| 491 |
-
"kl": 0.
|
| 492 |
-
"learning_rate": 9.
|
| 493 |
-
"loss":
|
| 494 |
-
"num_tokens":
|
| 495 |
-
"reward": 0.
|
| 496 |
-
"reward_std": 0.
|
| 497 |
-
"rewards/env_goofspiel_reward/mean": 0.
|
| 498 |
-
"rewards/env_goofspiel_reward/std": 0.
|
| 499 |
-
"sampling/importance_sampling_ratio/max": 1.
|
| 500 |
-
"sampling/importance_sampling_ratio/mean":
|
| 501 |
-
"sampling/importance_sampling_ratio/min": 0.
|
| 502 |
-
"sampling/sampling_logp_difference/max": 0.
|
| 503 |
-
"sampling/sampling_logp_difference/mean": 0.
|
| 504 |
"step": 75,
|
| 505 |
-
"step_time":
|
| 506 |
},
|
| 507 |
{
|
| 508 |
-
"epoch": 0.
|
| 509 |
"eval_clip_ratio/high_max": 0.0,
|
| 510 |
"eval_clip_ratio/high_mean": 0.0,
|
| 511 |
"eval_clip_ratio/low_mean": 0.0,
|
| 512 |
"eval_clip_ratio/low_min": 0.0,
|
| 513 |
"eval_clip_ratio/region_mean": 0.0,
|
| 514 |
"eval_completions/clipped_ratio": 0.0,
|
| 515 |
-
"eval_completions/max_length":
|
| 516 |
-
"eval_completions/max_terminated_length":
|
| 517 |
-
"eval_completions/mean_length":
|
| 518 |
-
"eval_completions/mean_terminated_length":
|
| 519 |
-
"eval_completions/min_length":
|
| 520 |
-
"eval_completions/min_terminated_length":
|
| 521 |
-
"eval_entropy": 0.
|
| 522 |
"eval_frac_reward_zero_std": 0.6,
|
| 523 |
-
"eval_kl": 0.
|
| 524 |
-
"eval_loss":
|
| 525 |
-
"eval_num_tokens":
|
| 526 |
-
"eval_reward": 0.
|
| 527 |
-
"eval_reward_std": 0.
|
| 528 |
-
"eval_rewards/env_goofspiel_reward/mean": 0.
|
| 529 |
-
"eval_rewards/env_goofspiel_reward/std": 0.
|
| 530 |
-
"eval_runtime":
|
| 531 |
-
"eval_samples_per_second":
|
| 532 |
-
"eval_sampling/importance_sampling_ratio/max": 1.
|
| 533 |
-
"eval_sampling/importance_sampling_ratio/mean": 0.
|
| 534 |
-
"eval_sampling/importance_sampling_ratio/min": 0.
|
| 535 |
-
"eval_sampling/sampling_logp_difference/max": 0.
|
| 536 |
-
"eval_sampling/sampling_logp_difference/mean": 0.
|
| 537 |
-
"eval_steps_per_second":
|
| 538 |
"step": 75
|
| 539 |
}
|
| 540 |
],
|
| 541 |
"logging_steps": 5,
|
| 542 |
-
"max_steps":
|
| 543 |
-
"num_input_tokens_seen":
|
| 544 |
"num_train_epochs": 3,
|
| 545 |
"save_steps": 500,
|
| 546 |
"stateful_callbacks": {
|
|
@@ -556,7 +556,7 @@
|
|
| 556 |
}
|
| 557 |
},
|
| 558 |
"total_flos": 0.0,
|
| 559 |
-
"train_batch_size":
|
| 560 |
"trial_name": null,
|
| 561 |
"trial_params": null
|
| 562 |
}
|
|
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.009000360014400577,
|
| 6 |
"eval_steps": 500,
|
| 7 |
"global_step": 75,
|
| 8 |
"is_hyper_param_search": false,
|
|
|
|
| 16 |
"clip_ratio/low_min": 0.0,
|
| 17 |
"clip_ratio/region_mean": 0.0,
|
| 18 |
"completions/clipped_ratio": 0.0,
|
| 19 |
+
"completions/max_length": 365.6,
|
| 20 |
+
"completions/max_terminated_length": 365.6,
|
| 21 |
+
"completions/mean_length": 292.2166809082031,
|
| 22 |
+
"completions/mean_terminated_length": 292.2166809082031,
|
| 23 |
+
"completions/min_length": 174.8,
|
| 24 |
+
"completions/min_terminated_length": 174.8,
|
| 25 |
+
"entropy": 0.7345801413059234,
|
| 26 |
+
"epoch": 0.0006000240009600384,
|
| 27 |
+
"frac_reward_zero_std": 0.650000023841858,
|
| 28 |
+
"grad_norm": 0.578125,
|
| 29 |
+
"kl": 0.014322867337614297,
|
| 30 |
"learning_rate": 1.137216e-06,
|
| 31 |
+
"loss": 0.00023176579270511866,
|
| 32 |
+
"num_tokens": 101638.0,
|
| 33 |
+
"reward": 0.023166669206693767,
|
| 34 |
+
"reward_std": 0.03771236310712993,
|
| 35 |
+
"rewards/env_goofspiel_reward/mean": 0.023166668484918773,
|
| 36 |
+
"rewards/env_goofspiel_reward/std": 0.10488454704172909,
|
| 37 |
+
"sampling/importance_sampling_ratio/max": 2.230660581588745,
|
| 38 |
+
"sampling/importance_sampling_ratio/mean": 1.0512551069259644,
|
| 39 |
+
"sampling/importance_sampling_ratio/min": 0.45719883143901824,
|
| 40 |
+
"sampling/sampling_logp_difference/max": 0.9388755321502685,
|
| 41 |
+
"sampling/sampling_logp_difference/mean": 0.08014384806156158,
|
| 42 |
"step": 5,
|
| 43 |
+
"step_time": 2.8670244561999425
|
| 44 |
},
|
| 45 |
{
|
| 46 |
"clip_ratio/high_max": 0.0,
|
|
|
|
| 51 |
"completions/clipped_ratio": 0.0,
|
| 52 |
"completions/max_length": 373.8,
|
| 53 |
"completions/max_terminated_length": 373.8,
|
| 54 |
+
"completions/mean_length": 284.3750061035156,
|
| 55 |
+
"completions/mean_terminated_length": 284.3750061035156,
|
| 56 |
+
"completions/min_length": 197.4,
|
| 57 |
+
"completions/min_terminated_length": 197.4,
|
| 58 |
+
"entropy": 0.7396668076515198,
|
| 59 |
+
"epoch": 0.0012000480019200767,
|
| 60 |
+
"frac_reward_zero_std": 0.5333333492279053,
|
| 61 |
+
"grad_norm": 0.6484375,
|
| 62 |
+
"kl": 0.008018274139612914,
|
| 63 |
"learning_rate": 2.5587359999999995e-06,
|
| 64 |
+
"loss": 0.0010880917310714723,
|
| 65 |
+
"num_tokens": 201985.0,
|
| 66 |
+
"reward": 0.1135000076610595,
|
| 67 |
+
"reward_std": 0.1355288046877831,
|
| 68 |
+
"rewards/env_goofspiel_reward/mean": 0.11350000470411033,
|
| 69 |
+
"rewards/env_goofspiel_reward/std": 0.24339603506959975,
|
| 70 |
+
"sampling/importance_sampling_ratio/max": 1.9386430501937866,
|
| 71 |
+
"sampling/importance_sampling_ratio/mean": 1.0104641795158387,
|
| 72 |
+
"sampling/importance_sampling_ratio/min": 0.48966296911239626,
|
| 73 |
+
"sampling/sampling_logp_difference/max": 0.7527793884277344,
|
| 74 |
+
"sampling/sampling_logp_difference/mean": 0.06743223667144775,
|
| 75 |
"step": 10,
|
| 76 |
+
"step_time": 2.562607514999763
|
| 77 |
},
|
| 78 |
{
|
| 79 |
"clip_ratio/high_max": 0.0,
|
|
|
|
| 82 |
"clip_ratio/low_min": 0.0,
|
| 83 |
"clip_ratio/region_mean": 0.0,
|
| 84 |
"completions/clipped_ratio": 0.0,
|
| 85 |
+
"completions/max_length": 373.8,
|
| 86 |
+
"completions/max_terminated_length": 373.8,
|
| 87 |
+
"completions/mean_length": 292.29168090820315,
|
| 88 |
+
"completions/mean_terminated_length": 292.29168090820315,
|
| 89 |
+
"completions/min_length": 205.4,
|
| 90 |
+
"completions/min_terminated_length": 205.4,
|
| 91 |
+
"entropy": 0.6868447959423065,
|
| 92 |
+
"epoch": 0.0018000720028801152,
|
| 93 |
+
"frac_reward_zero_std": 0.7666666865348816,
|
| 94 |
+
"grad_norm": 0.248046875,
|
| 95 |
+
"kl": 0.015538515662774444,
|
| 96 |
"learning_rate": 3.9802559999999995e-06,
|
| 97 |
+
"loss": -0.0002336445264518261,
|
| 98 |
+
"num_tokens": 303718.0,
|
| 99 |
+
"reward": 0.02416666953358799,
|
| 100 |
+
"reward_std": 0.03653385282959789,
|
| 101 |
+
"rewards/env_goofspiel_reward/mean": 0.024166667682584374,
|
| 102 |
+
"rewards/env_goofspiel_reward/std": 0.10811053770594299,
|
| 103 |
+
"sampling/importance_sampling_ratio/max": 1.5562421321868896,
|
| 104 |
+
"sampling/importance_sampling_ratio/mean": 0.9962499618530274,
|
| 105 |
+
"sampling/importance_sampling_ratio/min": 0.4864930033683777,
|
| 106 |
+
"sampling/sampling_logp_difference/max": 0.7846987843513489,
|
| 107 |
+
"sampling/sampling_logp_difference/mean": 0.05959557741880417,
|
| 108 |
"step": 15,
|
| 109 |
+
"step_time": 2.4648701715999777
|
| 110 |
},
|
| 111 |
{
|
| 112 |
"clip_ratio/high_max": 0.0,
|
|
|
|
| 115 |
"clip_ratio/low_min": 0.0,
|
| 116 |
"clip_ratio/region_mean": 0.0,
|
| 117 |
"completions/clipped_ratio": 0.0,
|
| 118 |
+
"completions/max_length": 365.4,
|
| 119 |
+
"completions/max_terminated_length": 365.4,
|
| 120 |
+
"completions/mean_length": 286.4166748046875,
|
| 121 |
+
"completions/mean_terminated_length": 286.4166748046875,
|
| 122 |
"completions/min_length": 199.6,
|
| 123 |
"completions/min_terminated_length": 199.6,
|
| 124 |
+
"entropy": 0.6791316926479339,
|
| 125 |
+
"epoch": 0.0024000960038401535,
|
| 126 |
+
"frac_reward_zero_std": 0.7833333492279053,
|
| 127 |
+
"grad_norm": 0.419921875,
|
| 128 |
+
"kl": 0.03971561994403601,
|
| 129 |
"learning_rate": 5.401775999999999e-06,
|
| 130 |
+
"loss": 0.00017259303713217377,
|
| 131 |
+
"num_tokens": 403266.0,
|
| 132 |
+
"reward": 0.05466667115688324,
|
| 133 |
+
"reward_std": 0.07825315818190574,
|
| 134 |
+
"rewards/env_goofspiel_reward/mean": 0.054666668176651,
|
| 135 |
+
"rewards/env_goofspiel_reward/std": 0.1692157879471779,
|
| 136 |
+
"sampling/importance_sampling_ratio/max": 1.7059913635253907,
|
| 137 |
+
"sampling/importance_sampling_ratio/mean": 1.0254743337631225,
|
| 138 |
+
"sampling/importance_sampling_ratio/min": 0.5575755715370179,
|
| 139 |
+
"sampling/sampling_logp_difference/max": 0.5765037894248962,
|
| 140 |
+
"sampling/sampling_logp_difference/mean": 0.06591257303953171,
|
| 141 |
"step": 20,
|
| 142 |
+
"step_time": 2.4083536974001616
|
| 143 |
},
|
| 144 |
{
|
| 145 |
"clip_ratio/high_max": 0.0,
|
|
|
|
| 148 |
"clip_ratio/low_min": 0.0,
|
| 149 |
"clip_ratio/region_mean": 0.0,
|
| 150 |
"completions/clipped_ratio": 0.0,
|
| 151 |
+
"completions/max_length": 373.6,
|
| 152 |
+
"completions/max_terminated_length": 373.6,
|
| 153 |
+
"completions/mean_length": 279.07501831054685,
|
| 154 |
+
"completions/mean_terminated_length": 279.07501831054685,
|
| 155 |
+
"completions/min_length": 206.8,
|
| 156 |
+
"completions/min_terminated_length": 206.8,
|
| 157 |
+
"entropy": 0.5845985025167465,
|
| 158 |
+
"epoch": 0.003000120004800192,
|
| 159 |
+
"frac_reward_zero_std": 0.8666666865348815,
|
| 160 |
+
"grad_norm": 0.2080078125,
|
| 161 |
+
"kl": 0.07888290733098983,
|
| 162 |
"learning_rate": 6.8232959999999994e-06,
|
| 163 |
+
"loss": 0.00014582456788048148,
|
| 164 |
+
"num_tokens": 501949.0,
|
| 165 |
+
"reward": 0.029750002920627593,
|
| 166 |
+
"reward_std": 0.042544259876012805,
|
| 167 |
+
"rewards/env_goofspiel_reward/mean": 0.029750000685453415,
|
| 168 |
+
"rewards/env_goofspiel_reward/std": 0.11651719957590104,
|
| 169 |
+
"sampling/importance_sampling_ratio/max": 1.5395583629608154,
|
| 170 |
+
"sampling/importance_sampling_ratio/mean": 0.9871565222740173,
|
| 171 |
+
"sampling/importance_sampling_ratio/min": 0.6314660668373108,
|
| 172 |
+
"sampling/sampling_logp_difference/max": 0.43876824378967283,
|
| 173 |
+
"sampling/sampling_logp_difference/mean": 0.04884573593735695,
|
| 174 |
"step": 25,
|
| 175 |
+
"step_time": 2.4319384599999467
|
| 176 |
},
|
| 177 |
{
|
| 178 |
"clip_ratio/high_max": 0.0,
|
|
|
|
| 181 |
"clip_ratio/low_min": 0.0,
|
| 182 |
"clip_ratio/region_mean": 0.0,
|
| 183 |
"completions/clipped_ratio": 0.0,
|
| 184 |
+
"completions/max_length": 373.6,
|
| 185 |
+
"completions/max_terminated_length": 373.6,
|
| 186 |
+
"completions/mean_length": 294.0166748046875,
|
| 187 |
+
"completions/mean_terminated_length": 294.0166748046875,
|
| 188 |
"completions/min_length": 212.0,
|
| 189 |
"completions/min_terminated_length": 212.0,
|
| 190 |
+
"entropy": 0.5196643978357315,
|
| 191 |
+
"epoch": 0.0036001440057602304,
|
| 192 |
+
"frac_reward_zero_std": 0.850000011920929,
|
| 193 |
+
"grad_norm": 0.62109375,
|
| 194 |
+
"kl": 0.1175543449819088,
|
| 195 |
"learning_rate": 8.244816e-06,
|
| 196 |
+
"loss": 0.0001264215330593288,
|
| 197 |
+
"num_tokens": 604591.0,
|
| 198 |
+
"reward": 0.044750004261732104,
|
| 199 |
+
"reward_std": 0.04985102787613869,
|
| 200 |
+
"rewards/env_goofspiel_reward/mean": 0.044750002399086955,
|
| 201 |
+
"rewards/env_goofspiel_reward/std": 0.125959412753582,
|
| 202 |
+
"sampling/importance_sampling_ratio/max": 1.7827884435653687,
|
| 203 |
+
"sampling/importance_sampling_ratio/mean": 0.9959828734397889,
|
| 204 |
+
"sampling/importance_sampling_ratio/min": 0.6090725898742676,
|
| 205 |
+
"sampling/sampling_logp_difference/max": 0.5527279376983643,
|
| 206 |
+
"sampling/sampling_logp_difference/mean": 0.05205402001738548,
|
| 207 |
"step": 30,
|
| 208 |
+
"step_time": 2.3975842315998306
|
| 209 |
},
|
| 210 |
{
|
| 211 |
"clip_ratio/high_max": 0.0,
|
|
|
|
| 216 |
"completions/clipped_ratio": 0.0,
|
| 217 |
"completions/max_length": 374.0,
|
| 218 |
"completions/max_terminated_length": 374.0,
|
| 219 |
+
"completions/mean_length": 291.40834350585936,
|
| 220 |
+
"completions/mean_terminated_length": 291.40834350585936,
|
| 221 |
+
"completions/min_length": 219.2,
|
| 222 |
+
"completions/min_terminated_length": 219.2,
|
| 223 |
+
"entropy": 0.4317367374897003,
|
| 224 |
+
"epoch": 0.004200168006720269,
|
| 225 |
+
"frac_reward_zero_std": 0.7500000119209289,
|
| 226 |
+
"grad_norm": 0.00531005859375,
|
| 227 |
+
"kl": 0.12076274678111076,
|
| 228 |
"learning_rate": 9.666336e-06,
|
| 229 |
+
"loss": 0.0003318458097055554,
|
| 230 |
+
"num_tokens": 706062.0,
|
| 231 |
+
"reward": 0.09500000476837159,
|
| 232 |
+
"reward_std": 0.12020815908908844,
|
| 233 |
+
"rewards/env_goofspiel_reward/mean": 0.09500000327825546,
|
| 234 |
+
"rewards/env_goofspiel_reward/std": 0.21089642345905305,
|
| 235 |
+
"sampling/importance_sampling_ratio/max": 1.4750993490219115,
|
| 236 |
+
"sampling/importance_sampling_ratio/mean": 0.9911892533302307,
|
| 237 |
+
"sampling/importance_sampling_ratio/min": 0.5305798888206482,
|
| 238 |
+
"sampling/sampling_logp_difference/max": 0.7321011543273925,
|
| 239 |
+
"sampling/sampling_logp_difference/mean": 0.043305123969912526,
|
| 240 |
"step": 35,
|
| 241 |
+
"step_time": 2.43143495660006
|
| 242 |
},
|
| 243 |
{
|
| 244 |
"clip_ratio/high_max": 0.0,
|
|
|
|
| 247 |
"clip_ratio/low_min": 0.0,
|
| 248 |
"clip_ratio/region_mean": 0.0,
|
| 249 |
"completions/clipped_ratio": 0.0,
|
| 250 |
+
"completions/max_length": 373.4,
|
| 251 |
+
"completions/max_terminated_length": 373.4,
|
| 252 |
+
"completions/mean_length": 288.1250061035156,
|
| 253 |
+
"completions/mean_terminated_length": 288.1250061035156,
|
| 254 |
"completions/min_length": 212.0,
|
| 255 |
"completions/min_terminated_length": 212.0,
|
| 256 |
+
"entropy": 0.351773801445961,
|
| 257 |
+
"epoch": 0.004800192007680307,
|
| 258 |
+
"frac_reward_zero_std": 0.8666666865348815,
|
| 259 |
+
"grad_norm": 0.33203125,
|
| 260 |
+
"kl": 0.05839128475636244,
|
| 261 |
+
"learning_rate": 9.950639527236806e-06,
|
| 262 |
+
"loss": 4.926343681290746e-05,
|
| 263 |
+
"num_tokens": 806862.0,
|
| 264 |
+
"reward": 0.040000003576278684,
|
| 265 |
+
"reward_std": 0.05656854510307312,
|
| 266 |
+
"rewards/env_goofspiel_reward/mean": 0.04000000059604645,
|
| 267 |
+
"rewards/env_goofspiel_reward/std": 0.11344237923622132,
|
| 268 |
+
"sampling/importance_sampling_ratio/max": 1.5833612918853759,
|
| 269 |
+
"sampling/importance_sampling_ratio/mean": 1.0104422450065613,
|
| 270 |
+
"sampling/importance_sampling_ratio/min": 0.6002241253852845,
|
| 271 |
+
"sampling/sampling_logp_difference/max": 0.5244450092315673,
|
| 272 |
+
"sampling/sampling_logp_difference/mean": 0.03759892582893372,
|
| 273 |
"step": 40,
|
| 274 |
+
"step_time": 2.415808950400242
|
| 275 |
},
|
| 276 |
{
|
| 277 |
"clip_ratio/high_max": 0.0,
|
|
|
|
| 280 |
"clip_ratio/low_min": 0.0,
|
| 281 |
"clip_ratio/region_mean": 0.0,
|
| 282 |
"completions/clipped_ratio": 0.0,
|
| 283 |
+
"completions/max_length": 373.8,
|
| 284 |
+
"completions/max_terminated_length": 373.8,
|
| 285 |
+
"completions/mean_length": 291.74168090820314,
|
| 286 |
+
"completions/mean_terminated_length": 291.74168090820314,
|
| 287 |
+
"completions/min_length": 212.0,
|
| 288 |
+
"completions/min_terminated_length": 212.0,
|
| 289 |
+
"entropy": 0.3240418329834938,
|
| 290 |
+
"epoch": 0.005400216008640346,
|
| 291 |
+
"frac_reward_zero_std": 0.9166666865348816,
|
| 292 |
+
"grad_norm": 0.0439453125,
|
| 293 |
+
"kl": 0.13300706073641777,
|
| 294 |
+
"learning_rate": 9.950637606636539e-06,
|
| 295 |
+
"loss": 0.0001355916727334261,
|
| 296 |
+
"num_tokens": 907008.0,
|
| 297 |
+
"reward": 0.034833335876464845,
|
| 298 |
+
"reward_std": 0.03535534143447876,
|
| 299 |
+
"rewards/env_goofspiel_reward/mean": 0.03483333364129067,
|
| 300 |
+
"rewards/env_goofspiel_reward/std": 0.14086373001337052,
|
| 301 |
+
"sampling/importance_sampling_ratio/max": 1.4610427141189575,
|
| 302 |
+
"sampling/importance_sampling_ratio/mean": 0.9817873358726501,
|
| 303 |
+
"sampling/importance_sampling_ratio/min": 0.6326651930809021,
|
| 304 |
+
"sampling/sampling_logp_difference/max": 0.46174774169921873,
|
| 305 |
+
"sampling/sampling_logp_difference/mean": 0.040712539479136466,
|
| 306 |
"step": 45,
|
| 307 |
+
"step_time": 2.417739940000138
|
| 308 |
},
|
| 309 |
{
|
| 310 |
"clip_ratio/high_max": 0.0,
|
|
|
|
| 313 |
"clip_ratio/low_min": 0.0,
|
| 314 |
"clip_ratio/region_mean": 0.0,
|
| 315 |
"completions/clipped_ratio": 0.0,
|
| 316 |
+
"completions/max_length": 365.0,
|
| 317 |
+
"completions/max_terminated_length": 365.0,
|
| 318 |
+
"completions/mean_length": 279.3333435058594,
|
| 319 |
+
"completions/mean_terminated_length": 279.3333435058594,
|
| 320 |
+
"completions/min_length": 212.0,
|
| 321 |
+
"completions/min_terminated_length": 212.0,
|
| 322 |
+
"entropy": 0.3186733976006508,
|
| 323 |
+
"epoch": 0.006000240009600384,
|
| 324 |
+
"frac_reward_zero_std": 0.8833333611488342,
|
| 325 |
+
"grad_norm": 0.353515625,
|
| 326 |
+
"kl": 0.06966875828802585,
|
| 327 |
+
"learning_rate": 9.950634208652256e-06,
|
| 328 |
+
"loss": 0.00012671776348724962,
|
| 329 |
+
"num_tokens": 1005578.0,
|
| 330 |
+
"reward": 0.034916669048834593,
|
| 331 |
+
"reward_std": 0.049615327350329606,
|
| 332 |
+
"rewards/env_goofspiel_reward/mean": 0.03491666756453924,
|
| 333 |
+
"rewards/env_goofspiel_reward/std": 0.13708889302797617,
|
| 334 |
+
"sampling/importance_sampling_ratio/max": 1.5069894075393677,
|
| 335 |
+
"sampling/importance_sampling_ratio/mean": 1.0077889800071715,
|
| 336 |
+
"sampling/importance_sampling_ratio/min": 0.7747546076774597,
|
| 337 |
+
"sampling/sampling_logp_difference/max": 0.3697906732559204,
|
| 338 |
+
"sampling/sampling_logp_difference/mean": 0.03059108220040798,
|
| 339 |
"step": 50,
|
| 340 |
+
"step_time": 2.3773288868003872
|
| 341 |
},
|
| 342 |
{
|
| 343 |
"clip_ratio/high_max": 0.0,
|
|
|
|
| 346 |
"clip_ratio/low_min": 0.0,
|
| 347 |
"clip_ratio/region_mean": 0.0,
|
| 348 |
"completions/clipped_ratio": 0.0,
|
| 349 |
+
"completions/max_length": 374.0,
|
| 350 |
+
"completions/max_terminated_length": 374.0,
|
| 351 |
+
"completions/mean_length": 305.49168090820314,
|
| 352 |
+
"completions/mean_terminated_length": 305.49168090820314,
|
| 353 |
+
"completions/min_length": 212.0,
|
| 354 |
+
"completions/min_terminated_length": 212.0,
|
| 355 |
+
"entropy": 0.29847966730594633,
|
| 356 |
+
"epoch": 0.006600264010560422,
|
| 357 |
+
"frac_reward_zero_std": 0.900000023841858,
|
| 358 |
+
"grad_norm": 0.30078125,
|
| 359 |
+
"kl": 0.08750866688787937,
|
| 360 |
+
"learning_rate": 9.950629333285305e-06,
|
| 361 |
+
"loss": -2.145505277439952e-06,
|
| 362 |
+
"num_tokens": 1110455.0,
|
| 363 |
+
"reward": 0.035000003129243853,
|
| 364 |
+
"reward_std": 0.04949747696518898,
|
| 365 |
+
"rewards/env_goofspiel_reward/mean": 0.03500000052154064,
|
| 366 |
+
"rewards/env_goofspiel_reward/std": 0.1412438616156578,
|
| 367 |
+
"sampling/importance_sampling_ratio/max": 1.3705053567886352,
|
| 368 |
+
"sampling/importance_sampling_ratio/mean": 1.0030481100082398,
|
| 369 |
+
"sampling/importance_sampling_ratio/min": 0.6937733888626099,
|
| 370 |
+
"sampling/sampling_logp_difference/max": 0.4317422866821289,
|
| 371 |
+
"sampling/sampling_logp_difference/mean": 0.03450411073863506,
|
| 372 |
"step": 55,
|
| 373 |
+
"step_time": 2.4346962132000045
|
| 374 |
},
|
| 375 |
{
|
| 376 |
"clip_ratio/high_max": 0.0,
|
|
|
|
| 379 |
"clip_ratio/low_min": 0.0,
|
| 380 |
"clip_ratio/region_mean": 0.0,
|
| 381 |
"completions/clipped_ratio": 0.0,
|
| 382 |
+
"completions/max_length": 374.0,
|
| 383 |
+
"completions/max_terminated_length": 374.0,
|
| 384 |
+
"completions/mean_length": 294.62501220703126,
|
| 385 |
+
"completions/mean_terminated_length": 294.62501220703126,
|
| 386 |
+
"completions/min_length": 212.0,
|
| 387 |
+
"completions/min_terminated_length": 212.0,
|
| 388 |
+
"entropy": 0.2199392184615135,
|
| 389 |
+
"epoch": 0.007200288011520461,
|
| 390 |
+
"frac_reward_zero_std": 0.7666666746139527,
|
| 391 |
+
"grad_norm": 0.1328125,
|
| 392 |
+
"kl": 0.20852462351322174,
|
| 393 |
+
"learning_rate": 9.950622980537618e-06,
|
| 394 |
+
"loss": -1.4243402983993291e-05,
|
| 395 |
+
"num_tokens": 1211770.0,
|
| 396 |
+
"reward": 0.08483333513140678,
|
| 397 |
+
"reward_std": 0.09215958416461945,
|
| 398 |
+
"rewards/env_goofspiel_reward/mean": 0.08483333475887775,
|
| 399 |
+
"rewards/env_goofspiel_reward/std": 0.2297523573040962,
|
| 400 |
+
"sampling/importance_sampling_ratio/max": 1.3913918256759643,
|
| 401 |
+
"sampling/importance_sampling_ratio/mean": 0.9923399925231934,
|
| 402 |
+
"sampling/importance_sampling_ratio/min": 0.7218815922737122,
|
| 403 |
+
"sampling/sampling_logp_difference/max": 0.3741787910461426,
|
| 404 |
+
"sampling/sampling_logp_difference/mean": 0.023421294614672662,
|
| 405 |
"step": 60,
|
| 406 |
+
"step_time": 2.4339242404003016
|
| 407 |
},
|
| 408 |
{
|
| 409 |
"clip_ratio/high_max": 0.0,
|
|
|
|
| 412 |
"clip_ratio/low_min": 0.0,
|
| 413 |
"clip_ratio/region_mean": 0.0,
|
| 414 |
"completions/clipped_ratio": 0.0,
|
| 415 |
+
"completions/max_length": 365.0,
|
| 416 |
+
"completions/max_terminated_length": 365.0,
|
| 417 |
+
"completions/mean_length": 299.108349609375,
|
| 418 |
+
"completions/mean_terminated_length": 299.108349609375,
|
| 419 |
+
"completions/min_length": 212.0,
|
| 420 |
+
"completions/min_terminated_length": 212.0,
|
| 421 |
+
"entropy": 0.14547686353325845,
|
| 422 |
+
"epoch": 0.0078003120124804995,
|
| 423 |
+
"frac_reward_zero_std": 0.8666666865348815,
|
| 424 |
+
"grad_norm": 0.01318359375,
|
| 425 |
+
"kl": 1.5776881486177445,
|
| 426 |
+
"learning_rate": 9.950615150411705e-06,
|
| 427 |
+
"loss": 0.00020953675266355276,
|
| 428 |
+
"num_tokens": 1315125.0,
|
| 429 |
+
"reward": 0.03991667032241821,
|
| 430 |
+
"reward_std": 0.05668639615178108,
|
| 431 |
+
"rewards/env_goofspiel_reward/mean": 0.03991666734218598,
|
| 432 |
+
"rewards/env_goofspiel_reward/std": 0.15578595399856568,
|
| 433 |
+
"sampling/importance_sampling_ratio/max": 1.5614466190338134,
|
| 434 |
+
"sampling/importance_sampling_ratio/mean": 1.0267313480377198,
|
| 435 |
+
"sampling/importance_sampling_ratio/min": 0.8062139034271241,
|
| 436 |
+
"sampling/sampling_logp_difference/max": 0.38132710456848146,
|
| 437 |
+
"sampling/sampling_logp_difference/mean": 0.017732756957411767,
|
| 438 |
"step": 65,
|
| 439 |
+
"step_time": 2.3855804428001646
|
| 440 |
},
|
| 441 |
{
|
| 442 |
"clip_ratio/high_max": 0.0,
|
|
|
|
| 445 |
"clip_ratio/low_min": 0.0,
|
| 446 |
"clip_ratio/region_mean": 0.0,
|
| 447 |
"completions/clipped_ratio": 0.0,
|
| 448 |
+
"completions/max_length": 373.4,
|
| 449 |
+
"completions/max_terminated_length": 373.4,
|
| 450 |
+
"completions/mean_length": 288.8666748046875,
|
| 451 |
+
"completions/mean_terminated_length": 288.8666748046875,
|
| 452 |
+
"completions/min_length": 212.0,
|
| 453 |
+
"completions/min_terminated_length": 212.0,
|
| 454 |
+
"entropy": 0.36806915551424024,
|
| 455 |
+
"epoch": 0.008400336013440538,
|
| 456 |
+
"frac_reward_zero_std": 0.8333333730697632,
|
| 457 |
+
"grad_norm": 0.103515625,
|
| 458 |
+
"kl": 0.154165069013834,
|
| 459 |
+
"learning_rate": 9.950605842910668e-06,
|
| 460 |
+
"loss": 3.9057480171322824e-05,
|
| 461 |
+
"num_tokens": 1415706.0,
|
| 462 |
+
"reward": 0.0650000050663948,
|
| 463 |
+
"reward_std": 0.07778174877166748,
|
| 464 |
+
"rewards/env_goofspiel_reward/mean": 0.06500000134110451,
|
| 465 |
+
"rewards/env_goofspiel_reward/std": 0.20113323032855987,
|
| 466 |
+
"sampling/importance_sampling_ratio/max": 1.3685919523239136,
|
| 467 |
+
"sampling/importance_sampling_ratio/mean": 0.9923707365989685,
|
| 468 |
+
"sampling/importance_sampling_ratio/min": 0.6977368593215942,
|
| 469 |
+
"sampling/sampling_logp_difference/max": 0.37837958335876465,
|
| 470 |
+
"sampling/sampling_logp_difference/mean": 0.023688069358468056,
|
| 471 |
"step": 70,
|
| 472 |
+
"step_time": 2.419219413600149
|
| 473 |
},
|
| 474 |
{
|
| 475 |
"clip_ratio/high_max": 0.0,
|
|
|
|
| 478 |
"clip_ratio/low_min": 0.0,
|
| 479 |
"clip_ratio/region_mean": 0.0,
|
| 480 |
"completions/clipped_ratio": 0.0,
|
| 481 |
+
"completions/max_length": 365.0,
|
| 482 |
+
"completions/max_terminated_length": 365.0,
|
| 483 |
+
"completions/mean_length": 296.4750122070312,
|
| 484 |
+
"completions/mean_terminated_length": 296.4750122070312,
|
| 485 |
+
"completions/min_length": 218.8,
|
| 486 |
+
"completions/min_terminated_length": 218.8,
|
| 487 |
+
"entropy": 0.44495113492012023,
|
| 488 |
+
"epoch": 0.009000360014400577,
|
| 489 |
+
"frac_reward_zero_std": 0.7666666984558106,
|
| 490 |
+
"grad_norm": 0.13671875,
|
| 491 |
+
"kl": 0.308458948135376,
|
| 492 |
+
"learning_rate": 9.950595058038197e-06,
|
| 493 |
+
"loss": 0.00013219380052760245,
|
| 494 |
+
"num_tokens": 1517756.0,
|
| 495 |
+
"reward": 0.054750004410743715,
|
| 496 |
+
"reward_std": 0.07813530415296555,
|
| 497 |
+
"rewards/env_goofspiel_reward/mean": 0.05475000143051147,
|
| 498 |
+
"rewards/env_goofspiel_reward/std": 0.17614837288856505,
|
| 499 |
+
"sampling/importance_sampling_ratio/max": 1.4038194417953491,
|
| 500 |
+
"sampling/importance_sampling_ratio/mean": 0.9863661766052246,
|
| 501 |
+
"sampling/importance_sampling_ratio/min": 0.6411556363105774,
|
| 502 |
+
"sampling/sampling_logp_difference/max": 0.5436622142791748,
|
| 503 |
+
"sampling/sampling_logp_difference/mean": 0.029225154593586922,
|
| 504 |
"step": 75,
|
| 505 |
+
"step_time": 2.370857671000158
|
| 506 |
},
|
| 507 |
{
|
| 508 |
+
"epoch": 0.009000360014400577,
|
| 509 |
"eval_clip_ratio/high_max": 0.0,
|
| 510 |
"eval_clip_ratio/high_mean": 0.0,
|
| 511 |
"eval_clip_ratio/low_mean": 0.0,
|
| 512 |
"eval_clip_ratio/low_min": 0.0,
|
| 513 |
"eval_clip_ratio/region_mean": 0.0,
|
| 514 |
"eval_completions/clipped_ratio": 0.0,
|
| 515 |
+
"eval_completions/max_length": 274.2,
|
| 516 |
+
"eval_completions/max_terminated_length": 274.2,
|
| 517 |
+
"eval_completions/mean_length": 254.7,
|
| 518 |
+
"eval_completions/mean_terminated_length": 254.7,
|
| 519 |
+
"eval_completions/min_length": 235.4,
|
| 520 |
+
"eval_completions/min_terminated_length": 235.4,
|
| 521 |
+
"eval_entropy": 0.4275285005569458,
|
| 522 |
"eval_frac_reward_zero_std": 0.6,
|
| 523 |
+
"eval_kl": 0.317794269323349,
|
| 524 |
+
"eval_loss": 9.086851787287742e-05,
|
| 525 |
+
"eval_num_tokens": 1517756.0,
|
| 526 |
+
"eval_reward": 0.12000000476837158,
|
| 527 |
+
"eval_reward_std": 0.16970562934875488,
|
| 528 |
+
"eval_rewards/env_goofspiel_reward/mean": 0.12000000476837158,
|
| 529 |
+
"eval_rewards/env_goofspiel_reward/std": 0.24000003337860107,
|
| 530 |
+
"eval_runtime": 1.6574,
|
| 531 |
+
"eval_samples_per_second": 6.034,
|
| 532 |
+
"eval_sampling/importance_sampling_ratio/max": 1.1251073837280274,
|
| 533 |
+
"eval_sampling/importance_sampling_ratio/mean": 0.9802677392959595,
|
| 534 |
+
"eval_sampling/importance_sampling_ratio/min": 0.8105595707893372,
|
| 535 |
+
"eval_sampling/sampling_logp_difference/max": 0.2066459536552429,
|
| 536 |
+
"eval_sampling/sampling_logp_difference/mean": 0.03130748393014073,
|
| 537 |
+
"eval_steps_per_second": 1.81,
|
| 538 |
"step": 75
|
| 539 |
}
|
| 540 |
],
|
| 541 |
"logging_steps": 5,
|
| 542 |
+
"max_steps": 24999,
|
| 543 |
+
"num_input_tokens_seen": 1517756,
|
| 544 |
"num_train_epochs": 3,
|
| 545 |
"save_steps": 500,
|
| 546 |
"stateful_callbacks": {
|
|
|
|
| 556 |
}
|
| 557 |
},
|
| 558 |
"total_flos": 0.0,
|
| 559 |
+
"train_batch_size": 12,
|
| 560 |
"trial_name": null,
|
| 561 |
"trial_params": null
|
| 562 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 7185
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6a4c97c4543543d2fa415f06995465636d6f177fd18bba16e72de2f4e49a937
|
| 3 |
size 7185
|