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

nomic-ai
/
nomic-embed-vision-v1

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

Instructions to use nomic-ai/nomic-embed-vision-v1 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 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", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("nomic-ai/nomic-embed-vision-v1", trust_remote_code=True)
    model = AutoModel.from_pretrained("nomic-ai/nomic-embed-vision-v1", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
nomic-embed-vision-v1
1.34 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 25 commits
andriym's picture
andriym
Update README.md
2c8dc66 verified almost 2 years ago
  • onnx
    Add ONNX weights (#2) almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    4.4 kB
    Update README.md almost 2 years ago
  • config.json
    2.14 kB
    Update config.json almost 2 years ago
  • model.safetensors
    372 MB
    xet
    Upload model almost 2 years ago
  • preprocessor_config.json
    791 Bytes
    fix: size almost 2 years ago