Files
v53_public091_full_lr1e5_ep3/experiment_recipe.json

77 lines
2.9 KiB
JSON
Raw Permalink Normal View History

{
"created_at": "2026-07-16 23:52:50",
"name": "v53_public091_full_lr1e5_ep3",
"base": "OpenOneRec/OneReason-0.8B-pretrain-competition",
"dataset": "v49_public_091_exact",
"dataset_manifest": {
"path": "/home/ll/llm4rec/experiments/data/v49_public_091_exact.jsonl",
"records": 32705,
"groups": {
"rec": 18651,
"item": 9684,
"user": 2792,
"world": 1578
},
"routes": {
"no_think": 20934,
"think": 11771
},
"thought_modes": {
"empty": 20934,
"filled": 11771
},
"sha256": "cdedea13c560d3453697f4a3c9b96a2303bd708c84833034fa953d16482b9925",
"source_path": "/home/ll/llm4rec/data/external/kuaishou-llmrec-sft-baseline-0.91/train.jsonl",
"source_url": "https://huggingface.co/datasets/Frinkleko/kuaishou-llmrec-sft-baseline-0.91/resolve/main/train.jsonl?download=true",
"source_sha256": "4d6b29d76974c9a1517c1b583858e744cae019cb26e1e2d90066e237ebbcf5f8",
"source_license": "Apache-2.0",
"transform": "Lossless field mapping from system/prompt/response to instruction/input/output; original seed-42 order retained."
},
"learning_rate": "1.0e-5",
"epochs": 3.0,
"method": "full",
"weight_decay": 0.0,
"validation_size": 0.0,
"lora": {
"rank": null,
"alpha": null,
"dropout": null,
"target": null
},
"stages": null,
"note": "Convergence anchor matching the published full-SFT 1e-5/3-epoch schedule whose validation loss fell through the third epoch.",
"evaluation": null,
"cot_policy": "Preserve meaningful CoT for /think and pure final outputs for /no_think.",
"checkpoint_policy": "save_strategy=no; only the final model is retained.",
"script": "/home/ll/llm4rec/experiments/run_experiments.py",
"script_sha256": "bc57a4d1337c7182996ece63ddc844185043b68ae2a2dbe793e3969bbccc2e2d",
"data_builder": "/home/ll/llm4rec/experiments/source_data.py",
"data_builder_sha256": "a1216b14c8c516f9fde2fcaab9d70ec5b8a200033fbd1ee330c6b461213587ad",
"data_cleaner": null,
"data_cleaner_sha256": null,
"configs": [
"/home/ll/llm4rec/experiments/configs/v53_public091_full_lr1e5_ep3.yaml"
],
"reproduce": "/home/ll/llm4rec/demo/LLaMA-Factory/.venv/bin/python /home/ll/llm4rec/experiments/run_experiments.py --single v53_public091_full_lr1e5_ep3 --gpu <gpu>",
"training_result": {
"name": "v53_public091_full_lr1e5_ep3",
"gpu": 0,
"started_at": "2026-07-16 23:52:50",
"status": "ok",
"wall_seconds": 7937.76,
"finished_at": "2026-07-17 02:05:08",
"epoch": 3.0,
"total_flos": 4.689887540417925e+17,
"train_loss": 1.6425541134699722,
"train_runtime": 7896.9762,
"train_samples_per_second": 0.495,
"train_steps_per_second": 0.124,
"global_step": 978,
"first_logged_loss": 2.8472824096679688,
"last_logged_loss": 1.5878689765930176,
"min_logged_loss": 1.4618969917297364,
"tail_loss_mean": 1.5572831047905817,
"logged_loss_change": -1.2594134330749511,
"batch": "v49-v53"
}
}