Hugging Face
Official@huggingface · NYC + Paris
The AI community building the future.
Agent Skills by Hugging Face
Showing 46 vetted skills indexed across 6 GitHub repositories.
cpu-kernels
Writes, optimizes, and benchmarks C++ CPU kernels with AVX2/AVX512 SIMD intrinsics for Hugging Face kernels.
xpu-kernels
Generates and optimizes Triton kernels for Intel XPU GPUs through an iterative benchmark-driven workflow.
triton-kernels
Guides writing, testing, and benchmarking portable Triton GPU kernels for NVIDIA and AMD hardware.
rocm-kernels
Write and benchmark optimized Triton kernels for AMD GPUs on ROCm.
hf-cli
Manages Hugging Face Hub models, datasets, spaces, jobs, and endpoints via the hf CLI.
trl-training
Post-train LLMs with TRL trainers including SFT, DPO, GRPO, KTO, and reward modeling.
huggingface-papers
Fetch and process AI research papers from the Hugging Face Papers API.
huggingface-llm-trainer
Train language and vision models with TRL methods on Hugging Face Jobs.
huggingface-lora-space-builder
Generate Gradio web apps for AI models and publish them on Hugging Face Spaces.
transformers-js
Run Hugging Face machine learning models in JavaScript and TypeScript applications.
huggingface-community-evals
Evaluate Hugging Face Hub models locally with inspect-ai and lighteval.
hf-cloud-sagemaker-iam-preflight
Verify or create AWS SageMaker IAM execution roles with AWS CLI.
huggingface-zerogpu
Manage AI/ML tasks on Hugging Face Spaces with ZeroGPU constraints.
hf-cloud-sagemaker-deployment-planner
Automates AI model deployment to Amazon SageMaker with real-time, serverless, async options.
huggingface-spaces
Create and deploy ML apps on Hugging Face Spaces with Gradio, Docker, or Static.
huggingface-paper-publisher
Automate publishing and managing research papers on the Hugging Face Hub.
hf-cloud-serving-image-selection
Select serving containers and retrieve image URIs for SageMaker deployments.
train-sentence-transformers
Automate training and fine-tuning of sentence-transformers models for AI tasks.
huggingface-vision-trainer
Automate vision model training and fine-tuning on Hugging Face Jobs.
huggingface-tool-builder
Create reusable scripts for Hugging Face API data processing and retrieval.
huggingface-trackio
Log machine learning training metrics and fire alerts on specified conditions.
hf-cloud-python-env-setup
Create an isolated Python environment with boto3 for SageMaker and AWS deployments.
huggingface-best
Recommend Hugging Face AI models by task, device, and benchmark scores.
huggingface-gradio
Build interactive web UIs for machine learning models with Gradio.
Frequently Asked Questions About Hugging Face
FAQPage SchemaWhat 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.