Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

dragonkue
/
multilingual-e5-small-ko

Sentence Similarity
sentence-transformers
Safetensors
Korean
English
bert
feature-extraction
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use dragonkue/multilingual-e5-small-ko with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("dragonkue/multilingual-e5-small-ko")
    
    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
multilingual-e5-small-ko
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
dragonkue's picture
dragonkue
Update README.md
bba4cb8 verified 7 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 12 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 12 months ago
  • README.md
    23.3 kB
    Update README.md 7 months ago
  • config.json
    628 Bytes
    Upload folder using huggingface_hub 12 months ago
  • config_sentence_transformers.json
    205 Bytes
    Upload folder using huggingface_hub 12 months ago
  • model.safetensors
    471 MB
    xet
    Upload folder using huggingface_hub 12 months ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub 12 months ago
  • sentence_bert_config.json
    53 Bytes
    Upload folder using huggingface_hub 12 months ago
  • special_tokens_map.json
    965 Bytes
    Upload folder using huggingface_hub 12 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload folder using huggingface_hub 12 months ago
  • tokenizer_config.json
    1.4 kB
    Upload folder using huggingface_hub 12 months ago