hugging-face
Installation
SKILL.md
Hugging Face
Hugging Face is a platform and community for machine learning, primarily focused on natural language processing. It provides tools and libraries like Transformers, Datasets, and Accelerate, along with a model hub where users can share and download pre-trained models. It's used by ML engineers, researchers, and data scientists to build and deploy NLP applications.
Official docs: https://huggingface.co/docs/
Hugging Face Overview
- Inference
- Task
- Model
Use action names and parameters as needed.
Working with Hugging Face
This skill uses the Membrane CLI to interact with Hugging Face. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Related skills