Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
Before you begin, make sure you have all the necessary libraries installed:
pip install -q datasets transformers evaluate timm albumentations
You'll use 🤗 Datasets to load a dataset from the Hugging Face Hub, 🤗 Transformers to train your model,
and albumentations to augment the data.