td-toolkit / hugging /td_lang /examples /test_fork_edit.td
td-builder's picture
Upload 55 files
9a9bead verified
Raw
History Blame Contribute Delete
342 Bytes
# test_fork_edit.td — Test load -> fork -> edit -> eval -> commit
load "Qwen/Qwen3-VL-8B-Instruct" as base
# Fork the base model
fork base as experimental_branch
# Surgical edit with DoRA on specific layers
edit experimental_branch layers 20-28 using dora lr 1e-4
eval experimental_branch -> edit_report.json
commit experimental_branch