How can I make my fine-tuned model supported by inference providers?

Hi, I’ve recently been testing fine tuning on different models and would like to try out the Hugging Face inference API to see how it would work to use the Enpoint inference service without having to subscribe to it yet.

I’d like to know if there’s a guide or something to enable the Hugging Face inference provider widget to activate when I upload my model so I can test it. I currently want to use fine tuning on a Bart-Large model for feature extraction. I appreciate your help.

1 Like

Hi @KR0ld! We recommend using Inference Endpoints instead - more info here: Inference Endpoints.

1 Like