Skip to main content
The HF Models resource mounts a Hugging Face Model repo at some prefix such as /m/. You can inspect configs, tokenizers, and READMEs without downloading the weights, weights stream only when you actually cat them. For credential setup, see HF Models Setup.

Install

Config

Filesystem Layout

Maps model repo files (config, tokenizer, weights, etc.) to virtual paths. For example, sapientinc/HRM-Text-1B mounted at /m/ exposes:

Example

Shell Commands

Same set as HF Buckets.

Use Cases

  • Model card inspection: Read configs, tokenizers, READMEs without pulling multi-GB weight files
  • Compatibility checks: jq over config.json to verify architecture before committing to a download
  • Pinned revisions: Mount a specific commit/tag for reproducibility