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

nixiesearch
/
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 nixiesearch/e5-base-v2-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("nixiesearch/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
  • 1 contributor
History: 7 commits
shuttie's picture
shuttie
update readme
4c493d4 over 2 years ago
  • .gitattributes
    139 Bytes
    initial commit almost 3 years ago
  • README.md
    1.17 kB
    update readme over 2 years ago
  • config.json
    632 Bytes
    initial commit almost 3 years ago
  • model.onnx
    436 MB
    xet
    add opt=2 qint8 model over 2 years ago
  • model_opt2_QInt8.onnx
    110 MB
    xet
    add opt 1-2-99 over 2 years ago
  • quantize_config.json
    674 Bytes
    add quantized model over 2 years ago
  • special_tokens_map.json
    125 Bytes
    initial commit almost 3 years ago
  • tokenizer.json
    711 kB
    xet
    initial commit almost 3 years ago
  • tokenizer_config.json
    314 Bytes
    initial commit almost 3 years ago
  • vocab.txt
    232 kB
    xet
    initial commit almost 3 years ago