How to convert Fairseq model to huggingface transformer model

I have finetuned mBART50 model using fairseq. The model is finetuned for identify errors in sentences. used as machine translation in mBART50 model but source and target language is same.

I want to deploy my model in huggingface. How can I convert fairseq model?. If it is possible how can I parse data to the model for predictions?

hi,do you have some advance?