Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Transformers

Skill Verifiziert Aktiv

This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.

Zweck

To enable AI agents to easily leverage pre-trained transformer models for a wide range of tasks across different modalities, simplifying model loading, inference, and fine-tuning.

Funktionen

  • Pipelines for quick inference across many tasks
  • Loading and management of pre-trained transformer models
  • Text generation with various decoding strategies
  • Fine-tuning models on custom datasets using the Trainer API
  • Tokenization for model input processing

Anwendungsfälle

  • Rapid prototyping of NLP and vision tasks
  • Performing inference on custom datasets
  • Adapting pre-trained models to specific domains
  • Integrating advanced AI capabilities into agent workflows

Nicht-Ziele

  • Building models from scratch without pre-trained foundations
  • Performing tasks outside the scope of transformer model capabilities
  • Replacing the core Hugging Face libraries directly

Workflow

  1. Load tokenizer and model
  2. Preprocess input data
  3. Perform inference or training
  4. Postprocess output

Voraussetzungen

  • Huggingface token for some models

Versioning

  • info:Release ManagementThe SKILL.md frontmatter has a 'license' field, but no explicit versioning information like SemVer is present. The repository uses GitHub commits directly.

Compliance

  • info:GDPRThe skill processes text and data for model inference and training. Personal data may be submitted to the LLM depending on user input, but the skill itself does not specifically target or sanitize personal data beyond standard LLM processing.

Execution

  • info:Pinned dependenciesThe installation instructions suggest using `uv pip install` but do not explicitly mention lockfiles or pinned versions for reproducibility.

Installation

npx skills add K-Dense-AI/claude-scientific-skills

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit3 days ago
Sterne21k
LizenzApache-2.0
Status
Quellcode ansehen

Ähnliche Erweiterungen

Transformers.js

99

Use Transformers.js to run state-of-the-art machine learning models directly in JavaScript/TypeScript. Supports NLP (text classification, translation, summarization), computer vision (image classification, object detection), audio (speech recognition, audio classification), and multimodal tasks. Works in browsers and server-side runtimes (Node.js, Bun, Deno) with WebGPU/WASM using pre-trained models from Hugging Face Hub.

Skill
huggingface

Segment Anything Model

99

Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.

Skill
Orchestra-Research

Hugging Face Vision Trainer

99

Trains and fine-tunes vision models for object detection (D-FINE, RT-DETR v2, DETR, YOLOS), image classification (timm models — MobileNetV3, MobileViT, ResNet, ViT/DINOv3 — plus any Transformers classifier), and SAM/SAM2 segmentation using Hugging Face Transformers on Hugging Face Jobs cloud GPUs. Covers COCO-format dataset preparation, Albumentations augmentation, mAP/mAR evaluation, accuracy metrics, SAM segmentation with bbox/point prompts, DiceCE loss, hardware selection, cost estimation, Trackio monitoring, and Hub persistence. Use when users mention training object detection, image classification, SAM, SAM2, segmentation, image matting, DETR, D-FINE, RT-DETR, ViT, timm, MobileNet, ResNet, bounding box models, or fine-tuning vision models on Hugging Face Jobs.

Skill
huggingface

PyTorch Lightning

100

Deep learning framework (PyTorch Lightning). Organize PyTorch code into LightningModules, configure Trainers for multi-GPU/TPU, implement data pipelines, callbacks, logging (W&B, TensorBoard), distributed training (DDP, FSDP, DeepSpeed), for scalable neural network training.

Skill
K-Dense-AI

Nnsight Remote Interpretability

99

Provides guidance for interpreting and manipulating neural network internals using nnsight with optional NDIF remote execution. Use when needing to run interpretability experiments on massive models (70B+) without local GPU resources, or when working with any PyTorch architecture.

Skill
davila7

Huggingface Accelerate

99

Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.

Skill
davila7