Hugging Face 2.0 is here. Faster, stronger, and strictly brutalist. The machine learning platform for everyone.
from transformers import pipeline
# Load the future
classifier = pipeline("text-classification",
model="hf-2.0")
result = classifier("Hello World")
State-of-the-art infrastructure to train and deploy your models. Zero latency. Infinite scale.
Curated, community-driven datasets for every domain. Open and accessible.
Hosted inference API. Test your models directly in the browser or via CLI.