Image Feature Extraction
Transformers
Safetensors
English
keural_vision
vision
vision-encoder
image-text
contrastive-learning
knowledge-distillation
adaptive-tokenization
Eval Results (legacy)
Instructions to use mkd-hika/keural-vision-encoder-mid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mkd-hika/keural-vision-encoder-mid with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="mkd-hika/keural-vision-encoder-mid")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mkd-hika/keural-vision-encoder-mid", device_map="auto") - Notebooks
- Google Colab
- Kaggle