Instructions to use adhisetiawan/test-vit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adhisetiawan/test-vit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="adhisetiawan/test-vit")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("adhisetiawan/test-vit") model = AutoModel.from_pretrained("adhisetiawan/test-vit") - Notebooks
- Google Colab
- Kaggle
Commit History
Update config.json a2d0af0
Adhi Setiawan commited on
Upload pytorch_model.bin with git-lfs 0f12dbd
Adhi Setiawan commited on
Delete model_vit_rps2.pth 12f3629
Adhi Setiawan commited on
Upload config.json 97230b4
Adhi Setiawan commited on
Upload model_vit_rps2.pth with git-lfs a17a056
Adhi Setiawan commited on