Instructions to use chaichy/best-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chaichy/best-model with Transformers:
# Load model directly from transformers import AutoImageProcessor, CustomViTForImageClassification processor = AutoImageProcessor.from_pretrained("chaichy/best-model") model = CustomViTForImageClassification.from_pretrained("chaichy/best-model") - Notebooks
- Google Colab
- Kaggle