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

sentence-transformers
/
distiluse-base-multilingual-cased

Sentence Similarity
sentence-transformers
PyTorch
google-tensorflow TensorFlow
Rust
ONNX
Safetensors
OpenVINO
multilingual
distilbert
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community
4

Instructions to use sentence-transformers/distiluse-base-multilingual-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use sentence-transformers/distiluse-base-multilingual-cased with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("sentence-transformers/distiluse-base-multilingual-cased")
    
    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]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
distiluse-base-multilingual-cased
1.08 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 5 commits
guillaume-be's picture
guillaume-be
Addition of Rust weights
1d1aeaa about 4 years ago
  • 1_Pooling
    Add new SentenceTransformer model. almost 5 years ago
  • 2_Dense
    Addition of Rust weights about 4 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • README.md
    2.37 kB
    Update README.md over 4 years ago
  • config.json
    607 Bytes
    Add new SentenceTransformer model. almost 5 years ago
  • config_sentence_transformers.json
    122 Bytes
    Add new SentenceTransformer model. almost 5 years ago
  • modules.json
    341 Bytes
    Add new SentenceTransformer model. almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    539 MB
    xet
    Add new SentenceTransformer model. almost 5 years ago
  • rust_model.ot
    539 MB
    xet
    Addition of Rust weights about 4 years ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model. almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    Add new SentenceTransformer model. almost 5 years ago
  • tokenizer.json
    1.96 MB
    Add new SentenceTransformer model. almost 5 years ago
  • tokenizer_config.json
    528 Bytes
    Add new SentenceTransformer model. almost 5 years ago
  • vocab.txt
    996 kB
    Add new SentenceTransformer model. almost 5 years ago