Agent skill

dl-transformer-finetune

Build transformer fine-tuning plans for classification and generation

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill dl-transformer-finetune --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/43-wentorai-research-plugins/skills/domains/ai-ml/dl-transformer-finetune/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Transformer Fine-Tuning Guide ## Overview Fine-tuning pretrained transformers is the dominant paradigm in modern NLP and increasingly in vision, audio, and multimodal research. The core idea is simple: take a model pretrained on massive data, then adapt it to your specific task with a comparatively small labeled dataset. But the practical details -- which layers to freeze, which optimizer and learning rate to use, how to handle catastrophic forgetting, when to use parameter-efficient methods -- determine whether fine-tuning succeeds or fails. This guide covers the full spectrum of fine-tuning approaches: full fine-tuning for maximum performance, parameter-efficient fine-tuning (PEFT) for resource-constrained settings, and the decision framework for choosing between them. The patterns are drawn from hundreds of published papers and the Hugging Face ecosystem that supports them. Whether you are fine-tuning BERT for text classification in a domain-specific corpus, adapting a large language model with LoRA for instruction following, or building a multi-task model for your research pipeline, this guide provides the recipes you need. ## Full Fine-Tuning ### Text Classification with BER

What's inside
Steps it walks through
  1. Overview
  2. Full Fine-Tuning
  3. Text Classification with BERT
  4. Learning Rate Selection Guide
  5. Parameter-Efficient Fine-Tuning (PEFT)
  6. LoRA (Low-Rank Adaptation)
  7. QLoRA (Quantized LoRA)
  8. PEFT Method Comparison
  9. Avoiding Catastrophic Forgetting
  10. Fine-Tuning Checklist for Papers
  11. Best Practices
  12. References
More from Auto-Empirical-Research-Skills
All skills →
About this skill
What does the dl-transformer-finetune skill do?

Build transformer fine-tuning plans for classification and generation

How do I install it?

Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill dl-transformer-finetune --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going