How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-classification", model="codewithdark/HybridLinformer")
pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
# Load model directly
from transformers import PretrainHvitLinformer
model = PretrainHvitLinformer.from_pretrained("codewithdark/HybridLinformer", dtype="auto")
Quick Links
README.md exists but content is empty.
Downloads last month
14
Safetensors
Model size
27.8M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train codewithdark/HybridLinformer