Skip to content

docs: fix HF model card download path and publish expected files (#1481) - #1508

Open
zeeshanzzz788 wants to merge 1 commit into
ruvnet:mainfrom
zeeshanzzz788:fix/hf-model-card-repo-id
Open

docs: fix HF model card download path and publish expected files (#1481)#1508
zeeshanzzz788 wants to merge 1 commit into
ruvnet:mainfrom
zeeshanzzz788:fix/hf-model-card-repo-id

Conversation

@zeeshanzzz788

Copy link
Copy Markdown

Summary

Follow-up to #1481 (docs/huggingface/MODEL_CARD.md drifted from the Hub).

Most of the file table was already updated, but a few live hazards remained:

  1. Wrong download command still used the non-existent Hub id ruv/ruview:

    huggingface-cli download ruv/ruview --local-dir models/

    That command cannot succeed. Updated to ruvnet/wifi-densepose-pretrained (matches the README and the live Hub repo).

  2. Citation still linked https://huggingface.co/ruv/ruview → fixed.

  3. Models table omitted published v2 artifacts (csi-embed-v2.*, model.rvf.jsonl) that are on the Hub today.

  4. scripts/publish-huggingface.{sh,py} still listed the old never-uploaded names (pretrained-encoder.onnx, etc.). A future publish validate step would warn/expect the wrong set; updated EXPECTED_FILES to the current Hub tree.

  5. Front-matter library_name: onnxruntime was misleading (no ONNX files on Hub) → safetensors.

Test plan

  • Compared Hub tree via https://huggingface.co/api/models/ruvnet/wifi-densepose-pretrained/tree/main
  • Grepped changed files for ruv/ruview / stale ONNX names
  • Maintainer: confirm publish scripts still dry-run cleanly against a real dist/models/ layout

Closes #1481 (remaining gaps after the earlier card rewrite).

The in-repo MODEL_CARD still told users to download from the non-existent
repo ruv/ruview, so huggingface-cli download could not succeed as written.
Point Quick Start and the citation at ruvnet/wifi-densepose-pretrained,
align the Models table with the Hub tree (including csi-embed-v2.*), and
update publish-huggingface.{sh,py} EXPECTED_FILES so a future publish
cannot reintroduce the stale ONNX filenames from issue ruvnet#1481.

Refs: ruvnet#1481
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs/huggingface/MODEL_CARD.md lists model files that do not exist on the Hub (drifted from the published card)

1 participant