This Lab is due Friday, April 4, 2025 at 11:59PM.
The purpose of this lab is to add finetuning transformer models for classification to your toolbox.
This lab has one part:
Vision.ipynb
for finetuning a vision model can be found
on colab hereFor the lab you will submit two files to gradescope:
Vision.ipynb
with any
modifications you made to complete the task.Lab8.pdf
which is a pdf version with all the answers to
the questions.What task are we finetuning on? What is the model?
What does the feature_extractor
do in transform? Why
do we need it?
How many samples are we training on?
Did finetuning work? How do you know?
Compare the performance of your model with 100 samples. What does this tell us about the base model?