agentsclimarketplace

Huggingface classifier

Skill a5c-ai/babysitter/library/specializations/ai-agents-conversational/skills/huggingface-classifier

Hugging Face transformer model fine-tuning and inference for intent classificationFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill huggingface-classifier

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.5 KB, 239 tokens by cl100k_base, as published. Nobody here has run it

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

What ships with it: 1 file

487 B alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.