-
Notifications
You must be signed in to change notification settings - Fork 30
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
Release model on Hugging Face #4
Comments
I will do it soon, probably tomorrow, today is a little tired, just after a
8hours flight.
Thanks for your advice!
…On Fri, 4 Oct 2024 at 15:51, NielsRogge ***@***.***> wrote:
Hello @haodong2000 <https://github.com/haodong2000> and team 🤗
I'm Niels and work as part of the open-source team at Hugging Face. I
discovered through AK's daily papers:
https://huggingface.co/papers/2409.18124. The paper page lets people
discuss about your paper and lets them find artifacts about it (your model
for instance) you can also claim the paper as yours which will show up on
your public profile at HF.
Would you like to host the model you've pre-trained on
https://huggingface.co/models? Hosting on Hugging Face will give you more
visibility. We can add tags in the model cards so that people find the
models easier, link it to the paper page, etc.
If you're down, leaving a guide here
<https://huggingface.co/docs/hub/models-uploading>. If it's a PyTorch
model, you can use PyTorchModelHubMixin
<https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin>
class which adds from_pretrained and push_to_hub to the model which lets
you to upload the model and people to download and use models right away.
If you do not want this and directly want to upload model through UI or
however you want, people can also use hf_hub_download
<https://huggingface.co/docs/huggingface_hub/en/guides/download#download-a-single-file>
.
After uploaded, we can also link the models to the paper page (read here
<https://huggingface.co/docs/hub/en/model-cards#linking-a-paper>) so
people can discover your model.
You can also build a demo to your model on Spaces
<https://huggingface.co/spaces> - I see you already have a draft at -
https://huggingface.co/spaces/haodongli/Lotus- we can provide you an A100
grant.
What do you think?
Kind regards,
Niels
—
Reply to this email directly, view it on GitHub
<#4>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQFCU4T2A73WSXACY2PV2O3ZZ3WTBAVCNFSM6AAAAABPMQCV5WVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3DOMRSGE3DKOI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Dear Niels, So excited to hear your A100 grant! Ours demos are now available, and we are using L40 GPU. Here are the links:
Also, I have applied for the A100 access by sending emails to [email protected] and applied for the GPU Grant by opening discussions on each demo:
Thanks again for your kind notice and the wonderful GPU Grant! I deeply appreciated it. Best, |
Thank you for creating these hf spaces! they are currently in an error state. Lotus Normal has a runtime error with bitsandbytes not supporting GPU and Lotus Depth is 404 (probably not publically viewable) |
Hi @haodong2000 awesome work, thanks for sharing everything on the hub, linking them to the paper! https://huggingface.co/papers/2409.18124 looks awesome now👌
Btw feel free to share about it on social media, we could amplify it (will ping AK). |
Thanks so much for linking to the paper page and the GPU Grant! Yes, I have already posted the huggingface spaces on the media(https://x.com/haodongli00/status/1842992775631167677?s=46)! Hopefully AK will repost or quote my tweet! Also please consider grouping the checkpoints in a collection @BlingHe , if convenient. Thanks, |
Thank you for hosting apps on Huggingface Spaces @haodong2000, great work!! |
Hi Yuvraj, I have just added the local gradio demo into this repo. Thanks for your kind reminder and the support from Huggingface community! Best, |
Awesome, thank you so much for moving quickly on this! 🤗 |
Thanks so much for collaborating, I'm going to close this issue, let us know if you have any future releases which we can help with. 🤗 |
Hello @haodong2000 and team 🤗
I'm Niels and work as part of the open-source team at Hugging Face. I discovered through AK's daily papers: https://huggingface.co/papers/2409.18124. The paper page lets people discuss about your paper and lets them find artifacts about it (your model for instance) you can also claim the paper as yours which will show up on your public profile at HF.
Would you like to host the model you've pre-trained on https://huggingface.co/models? Hosting on Hugging Face will give you more visibility. We can add tags in the model cards so that people find the models easier, link it to the paper page, etc.
If you're down, leaving a guide here. If it's a PyTorch model, you can use PyTorchModelHubMixin class which adds from_pretrained and push_to_hub to the model which lets you to upload the model and people to download and use models right away.
If you do not want this and directly want to upload model through UI or however you want, people can also use hf_hub_download.
After uploaded, we can also link the models to the paper page (read here) so people can discover your model.
You can also build a demo to your model on Spaces - I see you already have a draft at - https://huggingface.co/spaces/haodongli/Lotus- we can provide you an A100 grant.
What do you think?
Kind regards,
Niels
The text was updated successfully, but these errors were encountered: