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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

yuvansharma
/
caip-vitl256

Feature Extraction
Transformers
Safetensors
caip
clip
siglip
vision-language
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use yuvansharma/caip-vitl256 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yuvansharma/caip-vitl256 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="yuvansharma/caip-vitl256", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("yuvansharma/caip-vitl256", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
caip-vitl256
3.75 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
yuvansharma's picture
yuvansharma
Document action normalization in model card
614a7ea verified 11 days ago
  • .gitattributes
    1.57 kB
    CAIP ViT-L/16 encoder (fp32) 2 months ago
  • BUILD_VERSIONS.txt
    68 Bytes
    CAIP ViT-L/16 encoder (fp32) 2 months ago
  • LICENSE
    1.26 kB
    CAIP ViT-L/16 encoder (fp32) 2 months ago
  • README.md
    2.54 kB
    Document action normalization in model card 11 days ago
  • __init__.py
    281 Bytes
    CAIP ViT-L/16 encoder (fp32) 2 months ago
  • action_stats.json
    2.41 MB
    Add action-normalization stats 11 days ago
  • config.json
    1.1 kB
    CAIP ViT-L/16 encoder (fp32) 21 days ago
  • configuration_caip.py
    3.63 kB
    CAIP ViT-L/16 encoder (fp32) 21 days ago
  • image_processing_caip.py
    2.62 kB
    CAIP ViT-L/16 encoder (fp32) 2 months ago
  • model.safetensors
    3.72 GB
    xet
    CAIP ViT-L/16 encoder (fp32) 21 days ago
  • modeling_caip.py
    26.9 kB
    CAIP ViT-L/16 encoder (fp32) 21 days ago
  • preprocessor_config.json
    352 Bytes
    CAIP ViT-L/16 encoder (fp32) 2 months ago
  • processing_caip.py
    2.37 kB
    CAIP ViT-L/16 encoder (fp32) 2 months ago
  • processor_config.json
    138 Bytes
    CAIP ViT-L/16 encoder (fp32) 2 months ago
  • requirements.txt
    245 Bytes
    CAIP ViT-L/16 encoder (fp32) 2 months ago
  • special_tokens_map.json
    555 Bytes
    CAIP ViT-L/16 encoder (fp32) 2 months ago
  • tokenizer.json
    34.4 MB
    xet
    CAIP ViT-L/16 encoder (fp32) 2 months ago
  • tokenizer_config.json
    46.4 kB
    CAIP ViT-L/16 encoder (fp32) 2 months ago