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

  • Log In
  • Sign Up

welcomyou
/
e5-small-vn-archive-mix50

Sentence Similarity
sentence-transformers
ONNX
Vietnamese
English
e5
vietnamese
fp32
retrieval
document-search
Model card Files Files and versions
xet
Community

Instructions to use welcomyou/e5-small-vn-archive-mix50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use welcomyou/e5-small-vn-archive-mix50 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("welcomyou/e5-small-vn-archive-mix50")
    
    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
e5-small-vn-archive-mix50
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
welcomyou's picture
welcomyou
upload e5-small-mix50-v2-onnx-fp32
e700c6f verified 2 days ago
  • e5-small-mix50-v2-onnx-fp32
    upload e5-small-mix50-v2-onnx-fp32 2 days ago
  • .gitattributes
    1.6 kB
    upload e5-small-mix50-v2-onnx-fp32 2 days ago
  • README.md
    1.85 kB
    docs: model card 2 days ago