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

Tevatron
/
OmniEmbed-v0.1

Visual Document Retrieval
sentence-transformers
Safetensors
PEFT
multimodal
feature-extraction
Model card Files Files and versions
xet
Community
3

Instructions to use Tevatron/OmniEmbed-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Tevatron/OmniEmbed-v0.1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Tevatron/OmniEmbed-v0.1")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • PEFT

    How to use Tevatron/OmniEmbed-v0.1 with PEFT:

    Task type is invalid.
  • Notebooks
  • Google Colab
  • Kaggle
OmniEmbed-v0.1 / assets
16.7 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
MrLight's picture
MrLight
Upload folder using huggingface_hub
561b62d verified about 1 year ago
  • jay_chou_superman_cant_fly.mp3
    4.87 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • joe_hisaishi_summer.mp3
    2.64 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • llama4_hgf.png
    180 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • mapo_tofu.mp4
    5.25 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • qwen2.5omni_hgf.png
    194 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • zhajiang_noodle.mp4
    3.57 MB
    xet
    Upload folder using huggingface_hub about 1 year ago