You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>Pre-trained Models and Fine-Tuning with <imgsrc="img/hf.ico" alt="drawing" width="40" style="box-shadow: 0px 0px 0px -0px rgb(255, 255, 255)"/></h2>
110
+
<p>Training DNN models is often very time-consuming and expensive.
111
+
For this reason, whenever it is possible, using off-the-shelf pretrained
112
+
models can be convenient in various scenarios.
113
+
We provide a simple and straightforward way to download and instantiate a
114
+
state-of-the-art pretrained-model from <imgsrc="img/hf.ico" alt="drawing" width="20"/> HuggingFace <imgsrc="img/hf.ico" alt="drawing" width="20"/> and use it either for direct inference or
115
+
or fine-tuning/knowledge distillation or whatever new fancy technique you can come up with!</p>
116
+
<ahref="https://colab.research.google.com/drive/1LN7R3U3xneDgDRK2gC5MzGkLysCWxuC3?usp=sharing" class="blog_btn">Open in Google Colab</a>
0 commit comments