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

Avditvs
/
multilingual-e5-small-distill-base-0.1

Feature Extraction
sentence-transformers
Safetensors
bert
Sentence Transformers
sentence-similarity
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use Avditvs/multilingual-e5-small-distill-base-0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Avditvs/multilingual-e5-small-distill-base-0.1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Avditvs/multilingual-e5-small-distill-base-0.1")
    
    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-distill-base-0.1
488 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Avditvs's picture
Avditvs
Update tokenizer config
64d8d6f almost 2 years ago
  • 1_Pooling
    Add first version of large -> small distilled model about 2 years ago
  • .gitattributes
    1.57 kB
    Add first version of large -> small distilled model about 2 years ago
  • README.md
    11.1 kB
    Add github repo link about 2 years ago
  • config.json
    697 Bytes
    Update transformers version almost 2 years ago
  • model.safetensors
    471 MB
    xet
    Add first version of large -> small distilled model about 2 years ago
  • modules.json
    349 Bytes
    Add first version of large -> small distilled model about 2 years ago
  • sentence_bert_config.json
    53 Bytes
    Add first version of large -> small distilled model about 2 years ago
  • special_tokens_map.json
    965 Bytes
    Add first version of large -> small distilled model about 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Update tokenizer config almost 2 years ago
  • tokenizer_config.json
    443 Bytes
    Update tokenizer config almost 2 years ago