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: 43 commits
gmastrapas's picture
gmastrapas
fix for latest hf trasformer pretrained model initializer (#11)
39e6a55 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • .gitignore
    716 Bytes
    feat: jina clip v2 implementation over 1 year ago
  • README.md
    846 Bytes
    docs: update README over 1 year ago
  • configuration_clip.py
    12.6 kB
    fix: throw warnings if xformers or flash-attn cant be used over 1 year ago
  • eva_model.py
    26.5 kB
    fix for latest hf trasformer pretrained model initializer (#11) 10 months ago
  • hf_model.py
    13 kB
    feat: remove adapter_mask from interface over 1 year ago
  • modeling_clip.py
    25.5 kB
    fix: encode_text latency (#9) over 1 year ago
  • processing_clip.py
    2.67 kB
    feat: jina clip v2 implementation over 1 year ago
  • rope_embeddings.py
    5.71 kB
    fix: various fixes over 1 year ago
  • transform.py
    12.7 kB
    feat: jina clip v2 implementation over 1 year ago