Hugging Face avatar

Hugging Face

Official

@huggingface · NYC + Paris

0Followers
|
467Public Repos
|
46Published Skills

The AI community building the future.

Skills Distribution
DomainAI Models & ...Model Training & F.. (40%)Deployment & Infra.. (30%)Data Management & .. (20%)Interactive Interf.. (10%)

Agent Skills by Hugging Face

Showing 46 vetted skills indexed across 6 GitHub repositories.

huggingfacehuggingface
736

cpu-kernels

Writes, optimizes, and benchmarks C++ CPU kernels with AVX2/AVX512 SIMD intrinsics for Hugging Face kernels.

Official
Advanced
huggingfacehuggingface
736

xpu-kernels

Generates and optimizes Triton kernels for Intel XPU GPUs through an iterative benchmark-driven workflow.

Official
Advanced
huggingfacehuggingface
736

triton-kernels

Guides writing, testing, and benchmarking portable Triton GPU kernels for NVIDIA and AMD hardware.

Official
Advanced
huggingfacehuggingface
736

rocm-kernels

Write and benchmark optimized Triton kernels for AMD GPUs on ROCm.

Official
Advanced
huggingfacehuggingface
11.0k

hf-cli

Manages Hugging Face Hub models, datasets, spaces, jobs, and endpoints via the hf CLI.

Official
Intermediate
huggingfacehuggingface
19.2k

trl-training

Post-train LLMs with TRL trainers including SFT, DPO, GRPO, KTO, and reward modeling.

Official
Intermediate
huggingfacehuggingface
10.9k

huggingface-papers

Fetch and process AI research papers from the Hugging Face Papers API.

Official
Advanced
huggingfacehuggingface
10.9k

huggingface-llm-trainer

Train language and vision models with TRL methods on Hugging Face Jobs.

Official
Advanced
huggingfacehuggingface
10.9k

huggingface-lora-space-builder

Generate Gradio web apps for AI models and publish them on Hugging Face Spaces.

Official
Intermediate
huggingfacehuggingface
10.9k

transformers-js

Run Hugging Face machine learning models in JavaScript and TypeScript applications.

Official
Advanced
huggingfacehuggingface
10.9k

huggingface-community-evals

Evaluate Hugging Face Hub models locally with inspect-ai and lighteval.

Official
Intermediate
huggingfacehuggingface
10.9k

hf-cloud-sagemaker-iam-preflight

Verify or create AWS SageMaker IAM execution roles with AWS CLI.

Official
Advanced
huggingfacehuggingface
10.9k

huggingface-zerogpu

Manage AI/ML tasks on Hugging Face Spaces with ZeroGPU constraints.

Official
Advanced
huggingfacehuggingface
10.9k

hf-cloud-sagemaker-deployment-planner

Automates AI model deployment to Amazon SageMaker with real-time, serverless, async options.

Official
Intermediate
huggingfacehuggingface
10.9k

huggingface-spaces

Create and deploy ML apps on Hugging Face Spaces with Gradio, Docker, or Static.

Official
Advanced
huggingfacehuggingface
10.9k

huggingface-paper-publisher

Automate publishing and managing research papers on the Hugging Face Hub.

Official
Advanced
huggingfacehuggingface
10.9k

hf-cloud-serving-image-selection

Select serving containers and retrieve image URIs for SageMaker deployments.

Official
Advanced
huggingfacehuggingface
10.9k

train-sentence-transformers

Automate training and fine-tuning of sentence-transformers models for AI tasks.

Official
Advanced
huggingfacehuggingface
10.9k

huggingface-vision-trainer

Automate vision model training and fine-tuning on Hugging Face Jobs.

Official
Advanced
huggingfacehuggingface
10.9k

huggingface-tool-builder

Create reusable scripts for Hugging Face API data processing and retrieval.

Official
Intermediate
huggingfacehuggingface
10.9k

huggingface-trackio

Log machine learning training metrics and fire alerts on specified conditions.

Official
Advanced
huggingfacehuggingface
10.9k

hf-cloud-python-env-setup

Create an isolated Python environment with boto3 for SageMaker and AWS deployments.

Official
Advanced
huggingfacehuggingface
10.9k

huggingface-best

Recommend Hugging Face AI models by task, device, and benchmark scores.

Official
Intermediate
huggingfacehuggingface
10.9k

huggingface-gradio

Build interactive web UIs for machine learning models with Gradio.

Official
Intermediate

Frequently Asked Questions About Hugging Face

FAQPage Schema
What specific tasks can I perform using these capabilities?

You can train and fine-tune transformer models, deploy interactive web interfaces via Gradio, manage dataset metadata, and orchestrate model inference on cloud infrastructure like AWS SageMaker or local hardware using optimized formats like GGUF and MLX.

Which personas benefit most from these technical resources?

Machine learning engineers, research scientists, and infrastructure developers focused on model lifecycle management, distributed training, and production-grade deployment of neural networks will find these resources essential for streamlining their development cycles.

What are the primary prerequisites for deploying models to production?

Deployment requires an active Hugging Face account, configured AWS credentials for SageMaker integration, and sufficient compute resources. Users must also ensure their model weights are compatible with target runtime environments, such as Safetensors for inference or MLX for Apple Silicon.