Hey, thanks for the great work! I have been using the marlin_vit_base_ytf with success when fine-tuning on my custom task. I wanted to try the smaller version marlin_vit_small_ytf due to small dataset. However, I find the performance is extremely poor.
With the base model after just 5 epochs I am able to get around 0.2 accuracy, but with the small model after 100 epochs the accuracy is just 0.02.
It almost seems like using a model with random initialization and that the small model hasn't been pre-trained. Would it be possible that you accidentally uploaded the wrong model?
Hey, thanks for the great work! I have been using the
marlin_vit_base_ytf
with success when fine-tuning on my custom task. I wanted to try the smaller versionmarlin_vit_small_ytf
due to small dataset. However, I find the performance is extremely poor.With the base model after just 5 epochs I am able to get around 0.2 accuracy, but with the small model after 100 epochs the accuracy is just 0.02.
It almost seems like using a model with random initialization and that the small model hasn't been pre-trained. Would it be possible that you accidentally uploaded the wrong model?