HfDatasetsResource mounts a Hugging Face Dataset
repo at a prefix such as /ds/. All reads are lazy: only the bytes you actually
cat/head get transferred. The TypeScript backend mirrors the
Python one and returns identical results.
For credential setup, see HF Datasets Setup.
Node only. The backend uses the native opendal
binding, which does not run in the browser.
Node
HfDatasetsResource takes repoId in namespace/dataset-name form plus an
optional access token. Public datasets need no token.