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

  • Libraries
  • sentence-transformers

    How to use nixiesearch/multilingual-e5-small-onnx with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("nixiesearch/multilingual-e5-small-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
multilingual-e5-small-onnx
610 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
shuttie's picture
shuttie
init commit
4aca7a2 over 2 years ago
  • .gitattributes
    183 Bytes
    init commit over 2 years ago
  • README.md
    1.19 kB
    init commit over 2 years ago
  • config.json
    653 Bytes
    init commit over 2 years ago
  • model.onnx
    470 MB
    xet
    init commit over 2 years ago
  • model_opt2_QInt8.onnx
    118 MB
    xet
    init commit over 2 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    init commit over 2 years ago
  • special_tokens_map.json
    280 Bytes
    init commit over 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    init commit over 2 years ago
  • tokenizer_config.json
    1.17 kB
    init commit over 2 years ago