Skip to content
Automation
Skill

/huggingface-classifier

Hugging Face transformer model fine-tuning and inference for intent classification

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill huggingface-classifier --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/huggingface-classifier

Context preview

The summary Claude sees to decide when to auto-load this skill.

Hugging Face transformer model fine-tuning and inference for intent classification

SKILL.md

huggingface-classifier.SKILL.md
name: huggingface-classifier
description: Hugging Face transformer model fine-tuning and inference for intent classification
allowed-tools:
  - Read
  - Write
  - Edit
  - Bash
  - Glob
  - Grep
graph:
  domains: [domain:software-engineering]
  specializations: [specialization:ai-agents-conversational]
  skillAreas: [skill-area:natural-language-processing, skill-area:ml-fine-tuning]
  roles: [role:ml-engineer, role:backend-engineer]
  workflows: [workflow:ml-model-lifecycle, workflow:feature-development]

HuggingFace Classifier Skill

Capabilities

  • Fine-tune transformer models for classification
  • Configure training pipelines with Trainer API
  • Implement inference with optimizations
  • Design label schemas and mappings
  • Set up model evaluation and metrics
  • Deploy models with HF Inference API

Target Processes

  • intent-classification-system
  • entity-extraction-slot-filling

Implementation Details

Model Types

1. **BERT-based**: bert-base-uncased, distilbert 2. **RoBERTa-based**: roberta-base, xlm-roberta 3. **DeBERTa**: deberta-v3-base 4. **Domain-specific**: FinBERT, BioBERT

Training Configuration

  • Dataset preparation
  • Tokenization settings
  • Training arguments
  • Evaluation metrics
  • Early stopping

Configuration Options

  • Model selection
  • Number of labels
  • Training hyperparameters
  • Batch sizes
  • Learning rate schedules

Best Practices

  • Use appropriate base model
  • Proper train/val/test splits
  • Monitor for overfitting
  • Evaluate on representative data

Dependencies

  • transformers
  • datasets
  • accelerate
Read more
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.