Image Feature Extraction
Transformers
Safetensors
motif_vision
feature-extraction
motif
vision-transformer
self-supervised
video
custom_code
Instructions to use Motif-Technologies/Motif-Vision-Encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Motif-Technologies/Motif-Vision-Encoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="Motif-Technologies/Motif-Vision-Encoder", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Motif-Technologies/Motif-Vision-Encoder", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
docs(README): add architecture figure to Model details
#4
by gkalstn0 - opened
Adds an architecture diagram (image/video inputs, patch embedding, 40-block transformer stack, and a transformer-block internals callout) at the top of the Model details section, pairing the visual with the spec table. Figure is deterministic matplotlib output at 2791px width.
gkalstn0 changed pull request status to merged
gkalstn0 deleted the
refs/pr/4 ref