FineViT
This folder was converted from a local FineViT training checkpoint.
from transformers import AutoImageProcessor, AutoModel
processor = AutoImageProcessor.from_pretrained("checkpoints/dinov2wregbase-hf")
model = AutoModel.from_pretrained("checkpoints/dinov2wregbase-hf", trust_remote_code=True)
The weights are stored in model.safetensors.
- Downloads last month
- -