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

nilay-sam-23
/
multilingual-e5-small-onnx

Sentence Similarity
sentence-transformers
ONNX
bert
mteb
Sentence Transformers
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use nilay-sam-23/multilingual-e5-small-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use nilay-sam-23/multilingual-e5-small-onnx with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("nilay-sam-23/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
1.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
nilay-samora's picture
nilay-samora
Add e5-small ONNX with O1/O2/O3 optimizations
d387aae verified 3 months ago
  • 1_Pooling
    Add e5-small ONNX with O1/O2/O3 optimizations 3 months ago
  • onnx
    Add e5-small ONNX with O1/O2/O3 optimizations 3 months ago
  • .gitattributes
    1.57 kB
    Add e5-small ONNX with O1/O2/O3 optimizations 3 months ago
  • README.md
    498 kB
    Add e5-small ONNX with O1/O2/O3 optimizations 3 months ago
  • config.json
    622 Bytes
    Add e5-small ONNX with O1/O2/O3 optimizations 3 months ago
  • config_sentence_transformers.json
    283 Bytes
    Add e5-small ONNX with O1/O2/O3 optimizations 3 months ago
  • modules.json
    349 Bytes
    Add e5-small ONNX with O1/O2/O3 optimizations 3 months ago
  • sentence_bert_config.json
    57 Bytes
    Add e5-small ONNX with O1/O2/O3 optimizations 3 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add e5-small ONNX with O1/O2/O3 optimizations 3 months ago
  • special_tokens_map.json
    965 Bytes
    Add e5-small ONNX with O1/O2/O3 optimizations 3 months ago
  • tokenizer.json
    17.1 MB
    xet
    Add e5-small ONNX with O1/O2/O3 optimizations 3 months ago
  • tokenizer_config.json
    1.2 kB
    Add e5-small ONNX with O1/O2/O3 optimizations 3 months ago