Dl transformer finetune
Skill 0x-Professor/Agent-Skills-Hub/skills/dl-transformer-finetune
Build transformer fine-tuning run plans with task settings, hyperparameters, and model-card outputs. Use for repeatable Hugging Face or PyTorch finetuning workflows.From its SKILL.md
npx -y skills add 0x-Professor/Agent-Skills-Hub --skill dl-transformer-finetuneAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `scripts/build_finetune_plan.py`.
SKILL.md
0.9 KB, 135 tokens by cl100k_base, as published. Nobody here has run it
DL Transformer Finetune
Overview
Generate reproducible fine-tuning run plans for transformer models and downstream tasks.
Workflow
- Define base model, task type, and dataset.
- Set training hyperparameters and evaluation cadence.
- Produce run plan plus model card skeleton.
- Export configuration-ready artifacts for training pipelines.
Use Bundled Resources
- Run
scripts/build_finetune_plan.pyfor deterministic plan output. - Read
references/finetune-guide.mdfor hyperparameter baseline guidance.
Guardrails
- Keep run plans reproducible with explicit seeds and output directories.
- Include evaluation and rollback criteria.
What ships with it: 3 files
4.5 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml224 B
references/
- finetune-guide.md488 B
scripts/
- build_finetune_plan.pyruns3.8 KB