mix hf.repos (huggingface_client v0.1.0)

Copy Markdown View Source

Lists repositories for the authenticated user or a specific author.

$ mix hf.repos
$ mix hf.repos --author my-org
$ mix hf.repos --type dataset
$ mix hf.repos --author huggingface --limit 20

Options

  • --author / -a — list repos for this user/org
  • --type / -tmodel, dataset, space (default: all)
  • --limit / -n — max results (default: 20)
  • --sort / -s — sort by: downloads, likes, lastModified
  • --token — HF API token