This file contains reference information for the Computer Vision Classification task in DiscoGen.

# Datasets References
These are the datasets supported by this task and their reference links:
- CIFAR-10: https://huggingface.co/datasets/uoft-cs/cifar10
- CIFAR-100: https://huggingface.co/datasets/uoft-cs/cifar100
- Tiny ImageNet: https://huggingface.co/datasets/slegroux/tiny-imagenet-200-clean
- MNIST: https://huggingface.co/datasets/ylecun/mnist
- Fashion-MNIST: https://huggingface.co/datasets/zalando-datasets/fashion_mnist
- CIFAR-10-C: https://huggingface.co/datasets/Zerlin/cifar10-c-with-clean-train
- CIFAR-10-LT: https://huggingface.co/datasets/tomas-gajarsky/cifar10-lt
- Oxford Flowers-102: https://huggingface.co/datasets/nkirschi/oxford-flowers
- Stanford Cars: https://huggingface.co/datasets/tanganke/stanford_cars

# Codebase References
- The code templates for this task are adapted from the following repositories:
  - HuggingFace Transformers Trainer: https://huggingface.co/docs/transformers/en/main_classes/trainer
  - MLGym: https://github.com/facebookresearch/MLGym
