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