How to productionize Transformer-based Fastai Language Models

I’ve trained a Roberta-large text classification model using Fastai with Huggingface’s Transformers library.

How would I productionize, by either convert it into a torch .jit file, or maybe a tensorflow lite model file?