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

Duplicated from  nixiesearch/e5-base-v2-onnx

technology-123
/
e5-base-v2-onnx

Feature Extraction
sentence-transformers
ONNX
English
bert
sentence-similarity
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use technology-123/e5-base-v2-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use technology-123/e5-base-v2-onnx with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("technology-123/e5-base-v2-onnx")
    
    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]
  • Notebooks
  • Google Colab
  • Kaggle
e5-base-v2-onnx
546 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
technology-123's picture
technology-123
shuttie's picture
shuttie
Duplicate from nixiesearch/e5-base-v2-onnx
22a2b37 5 months ago
  • .gitattributes
    139 Bytes
    Duplicate from nixiesearch/e5-base-v2-onnx 5 months ago
  • README.md
    1.17 kB
    Duplicate from nixiesearch/e5-base-v2-onnx 5 months ago
  • config.json
    632 Bytes
    Duplicate from nixiesearch/e5-base-v2-onnx 5 months ago
  • model.onnx
    436 MB
    xet
    Duplicate from nixiesearch/e5-base-v2-onnx 5 months ago
  • model_opt2_QInt8.onnx
    110 MB
    xet
    Duplicate from nixiesearch/e5-base-v2-onnx 5 months ago
  • quantize_config.json
    674 Bytes
    Duplicate from nixiesearch/e5-base-v2-onnx 5 months ago
  • special_tokens_map.json
    125 Bytes
    Duplicate from nixiesearch/e5-base-v2-onnx 5 months ago
  • tokenizer.json
    711 kB
    xet
    Duplicate from nixiesearch/e5-base-v2-onnx 5 months ago
  • tokenizer_config.json
    314 Bytes
    Duplicate from nixiesearch/e5-base-v2-onnx 5 months ago
  • vocab.txt
    232 kB
    xet
    Duplicate from nixiesearch/e5-base-v2-onnx 5 months ago