This article will go over the details of how to save a model in Flux.jl (the 100% Julia Machine Learning package) and then upload or retrieved it from the Hugging Face Hub. For those who donβt know what Hugging Face (HF) is, itβs like GitHub, but for Machine Learning models. Letβs dive in to how you can use your favorite Julia ML package to work with HF π€!
You can read the full article on my Medium Post.
Top comments (2)
I just came across this post and thought you'd like to know I've started work on a Julia interface to π€ Hub - it turns out the API is quite simple and easy to write a client for. The main thing it doesn't do yet is cache downloaded files for you.
Edit: oops forgot the link! github.com/cjdoris/HuggingFaceHub.jl
Great to hear! I would love to see a post when it is ready to share.