Revert open-in-colab and add perceiver (#14683)
This commit is contained in:
@@ -12,8 +12,6 @@ specific language governing permissions and limitations under the License.
|
||||
|
||||
# Fine-tuning a pretrained model
|
||||
|
||||
[[open-in-colab]]
|
||||
|
||||
In this tutorial, we will show you how to fine-tune a pretrained model from the Transformers library. In TensorFlow,
|
||||
models can be directly trained using Keras and the `fit` method. In PyTorch, there is no generic training loop so
|
||||
the 🤗 Transformers library provides an API with the class [`Trainer`] to let you fine-tune or train
|
||||
|
||||
Reference in New Issue
Block a user