Get Information
from huggingface_hub import HfApi commits = api.list_repo_commits(repo_id=dataset_id, repo_type="dataset") datasets = api.list_datasets(author=owner)
Login
from huggingface_hub import login, notebook_login notebook_login() login(token=token)
Download repository
from huggingface_hub import snapshot_download, hf_hub_download # Whole repo snapshot_download( repo_id=f"{owner}/{repo}", local_dir=str(sae_set_path), ) # Single file cached_file = hf_hub_download( repo_id=repo_id, filename=file )
HuggingFace Hub Features
Quickstart
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
https://huggingface.co/docs/huggingface_hub/quick-start
Inference Endpoints - Hugging Face
Deploy any Hugging Face model in minutes.
https://ui.endpoints.huggingface.co/
Open Weight Atlas
huggingface.co
https://huggingface.co/spaces/Eliahu/Model-Atlas
aclanthology.org
https://aclanthology.org/2025.acl-long.1584.pdf

Seonglae Cho