Mirror on Hugging Face
SiaHub and huggingface.co aren’t exclusive. You can publish bytes to SiaHub (where they live on Sia) and mirror a pointer to huggingface.co for discovery — model card, tags, author profile, search ranking — without sending weights to HF.
Open the model detail page at /models/<owner>/<repo> while signed
in. An “Announce on huggingface.co” card shows up for the owner. Pick
your shell (bash / zsh / fish) and copy the command.
The command:
- Writes a short pointer README to your cwd (YAML frontmatter with
tags, a “weights on SiaHub” body, and an
hf downloadexample) - Creates the repo on huggingface.co (idempotent —
--exist-ok) - Pushes only the README
No binary bytes are sent to HF. hf auth login for huggingface.co must
already be done on your machine.
Result
Section titled “Result”- On huggingface.co: the repo renders its model card, shows up in author profile + search, with no download button. Visitors who follow the README instructions hit SiaHub for the weights.
- On SiaHub: unchanged — your upload stays authoritative.