Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve HF artifacts #22

Open
NielsRogge opened this issue Aug 5, 2024 · 0 comments
Open

Improve HF artifacts #22

NielsRogge opened this issue Aug 5, 2024 · 0 comments

Comments

@NielsRogge
Copy link

NielsRogge commented Aug 5, 2024

Hi there,

Niels here from the open-source team at HF. Congrats on your work! I discovered it here: https://huggingface.co/papers/2406.06040 (feel free to claim the paper so that it appears under your HF profile).

I see the ST-LLM models are available here: https://huggingface.co/farewellthree/ST_LLM_weight/tree/main, however we've got some suggestions to improve the usability/visibility.

  • It would be great to make the checkpoints Transformers compatible, by following this guide: https://huggingface.co/docs/transformers/custom_models. Basically this allows people to directly use your models through the Transformers API, along with trust_remote_code=True (the code itself would live on the hub).
  • Perhaps they can be pushed to https://huggingface.co/TencentARC?
  • would be great to add pipeline_tag: video-text-to-text to the model card's metadata, enabling people to find it easily
  • Moreover, we encourage people to push model checkpoints to separate model repositories, and also at the root of the repo, such that download stats work for your models (currently the model repo says "downloads aren't tracked").

Let me know if you need any help regarding this.

Cheers,

Niels

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

No branches or pull requests

1 participant