Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Language & NLP / Transformers
◐ModelLanguage & NLPFree

Transformers

Hugging Face Transformers: state-of-the-art pre-trained models for NLP, vision, audio, and multimodal tasks.

@ai-supply
Installs295k
Rating★ 4.9
Reviews98
Install (free) to download the source.↗ Source repository

Transformers

The Hugging Face transformers library is the de-facto standard for accessing and running thousands of pre-trained models. It provides a unified API across PyTorch, TensorFlow, and JAX for text, image, audio, and multimodal inference and fine-tuning.

Key Features

  • Hub integration — one-line download of 500,000+ models from huggingface.co
  • Pipelines API — zero-boilerplate inference for text generation, classification, NER, translation, summarization, and more
  • Trainer API — full fine-tuning loop with mixed precision, gradient accumulation, and distributed training
  • Generation utilities — beam search, sampling, contrastive search, speculative decoding
  • Quantization — bitsandbytes 4-bit/8-bit, GPTQ, and AWQ support built-in
  • TGI / vLLM compatible — models load into all major serving runtimes

Quick Start

pip install transformers torch
from transformers import pipeline

generator = pipeline("text-generation", model="meta-llama/Llama-3.2-1B-Instruct")
result = generator("The future of AI agents is", max_new_tokens=50)
print(result[0]["generated_text"])

Install via ai-supply

npx ai-supply add huggingface-transformers

Curated mirror of the open-source Transformers project (Apache-2.0). Install upstream from the repository.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy