Fine tune bart model with my dataset

iam trying to fine tune the my bart model on my dataset , but my bart model is from fairseq/model.bart
so i think it will not work if I am using the commands that’s is already in huggingface to fine tune dataset on bart model
this is the link of my bart model

so when i was reading the comments i saw some people trying to convert the bar model to hugging face transformer , is it possible??