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

After fine-tuning can we push the mode to Hugging Face? #137

Closed
FarziBuilder opened this issue Jul 19, 2023 · 8 comments
Closed

After fine-tuning can we push the mode to Hugging Face? #137

FarziBuilder opened this issue Jul 19, 2023 · 8 comments
Labels
enhancement New feature or request

Comments

@FarziBuilder
Copy link

No description provided.

@rkaplan rkaplan added the enhancement New feature or request label Jul 19, 2023
@rkaplan
Copy link
Contributor

rkaplan commented Jul 19, 2023

Not yet, but we will start tracking this as a feature request! Thanks for the suggestion.

@yixu34
Copy link
Member

yixu34 commented Jul 19, 2023

@FarziBuilder can you sketch out the experience you're thinking about about in more detail? Is it something like FineTune.publish(my_finetune_id, "huggingface")? Or would you be ok with an API to download a zip file that you yourself upload to HF?

@eshrager
Copy link

either of these would work. but being able to retrieve the model post finetune is critical to use this.

@yixu34
Copy link
Member

yixu34 commented Jul 20, 2023

Ok after some discussion internally, we'll go for the latter (downloading an artifact that you can push to HF yourself).

@FarziBuilder
Copy link
Author

@yixu34 by when can it be added?

@yixu34
Copy link
Member

yixu34 commented Jul 26, 2023

@FarziBuilder ETA is ~2 weeks

@yixu34
Copy link
Member

yixu34 commented Aug 17, 2023

Just following up on this, we have things merged, but need to do some additional testing. There are some other items that have come up for us, should hopefully merge this in the next week or so.

@saiatmakuri
Copy link
Contributor

After #237, a fine-tuned model artifact can be downloaded successfully.
tested out this feature and it works. Please refer to the Model.download() documentation. Then, you can push to HF. Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants