EN DE
← ← Back to Index

huggingface-hub

mlops › huggingface-hub v1.0.0
huggingface hf models datasets hub mlops

Description

HuggingFace hf CLI: search/download/upload models, datasets.

Relevance to Our Projects

HuggingFace hf CLI: search/download/upload models, datasets.

SKILL.md Preview

# Hugging Face CLI (`hf`) Reference Guide

The `hf` command is the modern command-line interface for interacting with the Hugging Face Hub, providing tools to manage repositories, models, datasets, and Spaces.

> **IMPORTANT:** The `hf` command replaces the now deprecated `huggingface-cli` command.

## Quick Start
*   **Installation:** `curl -LsSf https://hf.co/cli/install.sh | bash -s`
*   **Help:** Use `hf --help` to view all available functions and real-world examples.
*   **Authentication:**

← ← Back to Index