huggingface / autotrain-advanced

🤗 AutoTrain Advanced
https://huggingface.co/autotrain
Apache License 2.0
3.65k stars 442 forks source link

Post Training Usage #601

Closed tushar-31093 closed 2 months ago

tushar-31093 commented 2 months ago

Hi Team, I had a quick question. I wanted to fine-tune phi-3 mini over our custom QA data and then port it into an android variant. We are yet to reach that stage but my question is from the stage we finish finetuning. After finetuning and pushing the model to HF HUB. Is there a way to auto convert it to quantized state or gguf format? If yes, please could you recommend how. I am bit all over the place with the documentation.

Also, any headups for the app porting in case you know which type of model format could fit into this scope? We will try with mediapipe as it seems explicit but how a finetuned version comes into picture, that is a question.

Look forward to your guidance.