workflowstacks

The marketplace for AI skills that launch offers, rank in AI search, and automate operations. No coding required.

๐•โšก๐Ÿ’ฌ

Marketplace

  • Browse Skills
  • AI Agents
  • Claude Skills
  • MCP Servers
  • Prompts

Solutions

  • For Founders
  • For Agencies
  • For Ecommerce
  • Agent Builder
  • Starter Packs
  • Playbooks

Learn

  • How It Works
  • What Are Skills
  • What Are Agents
  • What Is MCP
  • For Creators
  • Submit a Tool
  • Security

Company

  • Become a Creator
  • About
  • Enterprise
  • API Docs
  • Terms
  • Privacy
  • Support
Compatible with
๐Ÿค–ChatGPT
โœจClaude
๐Ÿ’ŽGemini
๐Ÿ›๏ธShopify
๐Ÿ”Ahrefs
๐Ÿ“ŠSheets
๐Ÿ’ฌWhatsApp
๐Ÿ“ฑMeta Ads
+50 moreCreator program โ†’

ยฉ 2026 WorkflowStacks. All rights reserved.

TermsPrivacySupport
ai-agent

Transformers: AI Models

Get state-of-the-art machine learning models with Transformers, for startup founders, with 161k+ GitHub stars.
161,315 stars33,421 forksPythonQuality 8/10Updated 6/5/2026100% free ยท open source
What it does

Transformers allows you to quickly define, train, and deploy state-of-the-art machine learning models for text, vision, and audio applications

Install / run
pip install transformers
When to use it
  • โ€ขBuilding a chatbot that requires natural language processing
  • โ€ขCreating a computer vision model for image classification
  • โ€ขDeveloping an audio classification model for music or voice recognition
Quick start
  1. 1Import the library with `from transformers import AutoModelForSequenceClassification, AutoTokenizer`
  2. 2Load a pre-trained model and tokenizer with `model = AutoModelForSequenceClassification.from_pretrained('distilbert-base-uncased')` and `tokenizer = AutoTokenizer.from_pretrained('distilbert-base-uncased')`
  3. 3Prepare your dataset by tokenizing your text data with `inputs = tokenizer(text, return_tensors='pt')`
  4. 4Train your model with `outputs = model(**inputs)` and `loss = outputs.loss`
  5. 5Evaluate your model with `model.eval()` and `predictions = model(**inputs)`
Ready-to-paste prompt
python -c 'from transformers import pipeline; classifier = pipeline("sentiment-analysis"); print(classifier("I love this product!"))'
Heads up: Make sure you have the correct version of PyTorch or TensorFlow installed, as Transformers requires one of these frameworks to function, and check the GitHub README for specific version requirements
Saves to your device

Topics

audio
deep-learning
deepseek
gemma
glm
hacktoberfest
llm
machine-learning
model-hub
natural-language-processing
nlp
pretrained-models
python
pytorch
pytorch-transformers
qwen
speech-recognition
transformer
vlm
What's inside โ€” free to inspect
No purchase needed

Read the entire source before you build โ€” unlike paid marketplaces that hide it behind a buy button.

19
top-level files
14
folders
493.7M
repo size
Apache-2.0
license
Key files
AGENTS.md
README.md
File tree
.ai/
.circleci/
.github/
benchmark/
benchmark_v2/
docker/
docs/
examples/
i18n/
notebooks/
scripts/
src/
tests/
utils/
.git-blame-ignore-revs
.gitattributes
.gitignore
AGENTS.md
awesome-transformers.md
CITATION.cff
CLAUDE.md
CODE_OF_CONDUCT.md
conftest.py
CONTRIBUTING.md
Quick Actions
Details
Creator
huggingface
Language
Python
Category
ai-agent
Published
10/29/2018

Are you the creator of this tool? Claim your listing โ†’ and earn 85% of every sale.

Related skills

More ai-agent tools founders pair with this one.

ai-agentโ˜… 173,241
ollama: Run AI models
Get AI models up and running with ollama. For founders using Go and AI.
ai-agentโ˜… 168,458
Improve Code with andrej-karpathy-skills
Get better code behavior with andrej-karpathy-skills, 165k+ GitHub stars, for founders using LLMs.
ai-agentโ˜… 104,971
Gemini CLI
An open-source AI agent that brings the power of Gemini directly into your terminal.
ai-agentโ˜… 82,731
Vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
ai-agentโ˜… 81,981
RAGFlow: Smarter LLM Context
Get a superior context layer for LLMs with RAGFlow, a retrieval-augmented generation engine, ideal for founders in AI, with 82k+ GitHub stars.
ai-agentโ˜… 75,645
OpenHands: AI-Driven Dev
Get AI-driven development tools with OpenHands. For founders and developers.