Spaces:
Running
Running
File size: 1,482 Bytes
877add7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | {
"status": "running",
"started_at": 1777141590.5730433,
"finished_at": null,
"commands": [
{
"args": [
"python",
"scripts/bootstrap_data.py"
],
"returncode": 0,
"elapsed_seconds": 0.82
},
{
"args": [
"python",
"scripts/build_training_corpus.py",
"--profile",
"massive",
"--with-local",
"--with-synthetic",
"--with-hf"
],
"returncode": 0,
"elapsed_seconds": 4.259
},
{
"args": [
"python",
"scripts/train_sft_trl.py",
"--model-id",
"Qwen/Qwen2.5-0.5B-Instruct",
"--epochs",
"1",
"--max-steps",
"20",
"--batch-size",
"2",
"--max-seq-len",
"512",
"--use-unsloth"
],
"returncode": 0,
"elapsed_seconds": 1.885
},
{
"args": [
"python",
"scripts/train_grpo_trl.py",
"--model-id",
"Qwen/Qwen2.5-0.5B-Instruct",
"--max-prompts",
"0",
"--max-steps",
"0",
"--epochs",
"1",
"--batch-size",
"2",
"--num-generations",
"2",
"--max-prompt-length",
"384",
"--max-completion-length",
"64",
"--use-unsloth"
],
"returncode": 1,
"elapsed_seconds": 286.177
}
],
"artifact_repo_id": "TheJackBright/polyguard-openenv-training-artifacts"
} |