Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

nmndeep
/
clic-vit-l-14-336-redcaps

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

Instructions to use nmndeep/clic-vit-l-14-336-redcaps with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nmndeep/clic-vit-l-14-336-redcaps with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="nmndeep/clic-vit-l-14-336-redcaps")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("nmndeep/clic-vit-l-14-336-redcaps")
    model = AutoModel.from_pretrained("nmndeep/clic-vit-l-14-336-redcaps")
  • Notebooks
  • Google Colab
  • Kaggle
clic-vit-l-14-336-redcaps
1.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
nmndeep's picture
nmndeep
Initial release of converted ViT-L-14-336 CLIP Vision Model from OpenCLIP
f575109 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    5.17 kB
    Initial release of converted ViT-L-14-336 CLIP Vision Model from OpenCLIP 10 months ago
  • config.json
    567 Bytes
    Initial release of converted ViT-L-14-336 CLIP Vision Model from OpenCLIP 10 months ago
  • model.safetensors
    1.21 GB
    xet
    Initial release of converted ViT-L-14-336 CLIP Vision Model from OpenCLIP 10 months ago