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

  • Log In
  • Sign Up

mrsarthakgupta
/
openclipvisionmodel

Feature Extraction
Transformers
Safetensors
clip_vision_model
Model card Files Files and versions
xet
Community

Instructions to use mrsarthakgupta/openclipvisionmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mrsarthakgupta/openclipvisionmodel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="mrsarthakgupta/openclipvisionmodel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("mrsarthakgupta/openclipvisionmodel")
    model = AutoModel.from_pretrained("mrsarthakgupta/openclipvisionmodel")
  • Notebooks
  • Google Colab
  • Kaggle
openclipvisionmodel
1.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
mrsarthakgupta's picture
mrsarthakgupta
Upload preprocessor_config.json
16cd2ec verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • config.json
    484 Bytes
    Upload 2 files almost 2 years ago
  • model.safetensors
    1.21 GB
    xet
    Upload 2 files almost 2 years ago
  • preprocessor_config.json
    371 Bytes
    Upload preprocessor_config.json almost 2 years ago