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

dgalli1
/
german-multilingual-e5-small-onnx

Sentence Similarity
sentence-transformers
ONNX
German
bert
passage-retrieval
pruned
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("dgalli1/german-multilingual-e5-small-onnx")
    
    sentences = [
        "Das ist eine glückliche Person",
        "Das ist ein glücklicher Hund",
        "Das ist eine sehr glückliche Person",
        "Heute ist ein sonniger Tag"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
german-multilingual-e5-small-onnx
163 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
dgalli1's picture
dgalli1
Disable use_cache
2eff55b verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    334 Bytes
    Add ONNX over 1 year ago
  • config.json
    770 Bytes
    Disable use_cache over 1 year ago
  • model.onnx
    160 MB
    xet
    Add ONNX over 1 year ago
  • special_tokens_map.json
    965 Bytes
    Add ONNX over 1 year ago
  • tokenizer.json
    3.35 MB
    Add ONNX over 1 year ago
  • tokenizer_config.json
    1.21 kB
    Add ONNX over 1 year ago