Pre-trained Models and Fine-Tuning with 
Training DNN models is often very time-consuming and expensive.
For this reason, whenever it is possible, using off-the-shelf pretrained
models can be convenient in various scenarios.
We provide a simple and straightforward way to download and instantiate a
state-of-the-art pretrained-model from HuggingFace
and use it either for direct inference or
or fine-tuning/knowledge distillation or whatever new fancy technique you can come up with!