Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

robotflowlabs
/
clip-vit-large-patch14-int8

Zero-Shot Image Classification
Transformers
ONNX
clip
robotics
edge-deployment
anima
forge
int8
quantized
vision
zero-shot
image-classification
ros2
jetson
real-time
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use robotflowlabs/clip-vit-large-patch14-int8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use robotflowlabs/clip-vit-large-patch14-int8 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-image-classification", model="robotflowlabs/clip-vit-large-patch14-int8")
    pipe(
        "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png",
        candidate_labels=["animals", "humans", "landscape"],
    )
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotImageClassification
    
    processor = AutoProcessor.from_pretrained("robotflowlabs/clip-vit-large-patch14-int8")
    model = AutoModelForZeroShotImageClassification.from_pretrained("robotflowlabs/clip-vit-large-patch14-int8")
  • Notebooks
  • Google Colab
  • Kaggle
clip-vit-large-patch14-int8
1.52 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ilessio-aiflowlab's picture
ilessio-aiflowlab
CLIP ViT-Large/14 INT8 quantized for ANIMA robotics edge deployment
4083706 verified about 2 months ago
  • .gitattributes
    1.57 kB
    CLIP ViT-Large/14 INT8 quantized for ANIMA robotics edge deployment about 2 months ago
  • README.md
    9.36 kB
    CLIP ViT-Large/14 INT8 quantized for ANIMA robotics edge deployment about 2 months ago
  • config.json
    4.52 kB
    CLIP ViT-Large/14 INT8 quantized for ANIMA robotics edge deployment about 2 months ago
  • model.onnx
    2.08 MB
    xet
    CLIP ViT-Large/14 INT8 quantized for ANIMA robotics edge deployment about 2 months ago
  • model.onnx.data

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1.21 GB
    xet
    CLIP ViT-Large/14 INT8 quantized for ANIMA robotics edge deployment about 2 months ago
  • model_int8.pt

    Detected Pickle imports (9)

    • "torch.per_tensor_affine",
    • "torch.LongStorage",
    • "torch.qint8",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_parameter",
    • "torch.QInt8Storage",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_qtensor",
    • "torch._utils._rebuild_tensor_v2"

    How to fix it?

    307 MB
    xet
    CLIP ViT-Large/14 INT8 quantized for ANIMA robotics edge deployment about 2 months ago
  • preprocessor_config.json
    316 Bytes
    CLIP ViT-Large/14 INT8 quantized for ANIMA robotics edge deployment about 2 months ago
  • tokenizer_config.json
    905 Bytes
    CLIP ViT-Large/14 INT8 quantized for ANIMA robotics edge deployment about 2 months ago