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

jinaai
/
jina-clip-implementation

Transformers
xlm-roberta
eva02
clip
🇪🇺 Region: EU
Model card Files Files and versions
xet
Community
11

Instructions to use jinaai/jina-clip-implementation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jinaai/jina-clip-implementation with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("jinaai/jina-clip-implementation", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
jina-clip-implementation
Ctrl+K
Ctrl+K
  • 7 contributors
History: 21 commits
michael-guenther's picture
michael-guenther
remove imports used for testing
853dc7d about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    419 Bytes
    feat: initial commit about 2 years ago
  • configuration_clip.py
    11.5 kB
    set use_flash_attn at different position about 2 years ago
  • eva_model.py
    26.2 kB
    feat: initial commit about 2 years ago
  • hf_model.py
    14.1 kB
    feat: initial commit about 2 years ago
  • modeling_clip.py
    20.6 kB
    remove imports used for testing about 2 years ago
  • processing_clip.py
    2.07 kB
    feat: initial commit about 2 years ago
  • rope_embeddings.py
    5.8 kB
    feat: initial commit about 2 years ago
  • transform.py
    14.8 kB
    feat: initial commit about 2 years ago