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

rhlsinghal1s
/
german-multilingual-e5-small

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

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

  • Libraries
  • sentence-transformers

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("rhlsinghal1s/german-multilingual-e5-small")
    
    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
163 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
rhlsinghal1s's picture
rhlsinghal1s
Upload pruned model
cb98a8b verified over 1 year ago
  • 1_Pooling
    Upload pruned model over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.47 kB
    Upload pruned model over 1 year ago
  • config.json
    680 Bytes
    Upload pruned model over 1 year ago
  • model.safetensors
    160 MB
    xet
    Upload pruned model over 1 year ago
  • modules.json
    387 Bytes
    Upload pruned model over 1 year ago
  • sentence_bert_config.json
    57 Bytes
    Upload pruned model over 1 year ago
  • special_tokens_map.json
    965 Bytes
    Upload pruned model over 1 year ago
  • tokenizer.json
    3.35 MB
    Upload pruned model over 1 year ago
  • tokenizer_config.json
    1.18 kB
    Upload pruned model over 1 year ago