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

nomic-ai
/
nomic-embed-vision-v1.5

Image Feature Extraction
Transformers
ONNX
Safetensors
English
nomic_bert
feature-extraction
custom_code
Model card Files Files and versions
xet
Community
10

Instructions to use nomic-ai/nomic-embed-vision-v1.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nomic-ai/nomic-embed-vision-v1.5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="nomic-ai/nomic-embed-vision-v1.5", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("nomic-ai/nomic-embed-vision-v1.5", trust_remote_code=True)
    model = AutoModel.from_pretrained("nomic-ai/nomic-embed-vision-v1.5", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
nomic-embed-vision-v1.5
1.34 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 18 commits
zpn's picture
zpn
andriym's picture
andriym
Update with header bar (#7)
e3a725b verified over 1 year ago
  • onnx
    Upload ONNX weights (#2) about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    4.82 kB
    Update with header bar (#7) over 1 year ago
  • config.json
    2.14 kB
    Update config.json about 2 years ago
  • model.safetensors
    372 MB
    xet
    Upload model about 2 years ago
  • preprocessor_config.json
    791 Bytes
    Update preprocessor_config.json about 2 years ago