How to save pretrained models imported from huggingface hub that were made using fastai library?

I downloaded a pretrained model made with fastai library from huggingface hub. But after fine tuning it, I am unable to save it using learner.export(). Please help.

Hi, I’m curious if you were ever able to solve fine-tuned Huggingface issue.