mutonix / Vript

Other
124 stars 3 forks source link

Improve HF artifacts #8

Open NielsRogge opened 2 months ago

NielsRogge commented 2 months ago

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).

Thanks for pushing artifacts to 🤗 !

I see the model is available here: https://huggingface.co/Mutonix/Vriptor-STLLM, 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).

Let me know if you need any help regarding this.

Cheers,

Niels