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

  • Log In
  • Sign Up

AITeamVN
/
Vietnamese_Embedding_v2

Sentence Similarity
sentence-transformers
ONNX
Safetensors
Vietnamese
xlm-roberta
Embedding
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use AITeamVN/Vietnamese_Embedding_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use AITeamVN/Vietnamese_Embedding_v2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("AITeamVN/Vietnamese_Embedding_v2")
    
    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
Vietnamese_Embedding_v2
4.58 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
AITeamVN's picture
AITeamVN
nguyenphuthien's picture
nguyenphuthien
Adding ONNX file of this model (#1)
18b4416 verified 11 months ago
  • 1_Pooling
    Upload folder using huggingface_hub about 1 year ago
  • onnx
    Adding ONNX file of this model (#1) 11 months ago
  • .gitattributes
    1.68 kB
    Adding ONNX file of this model (#1) 11 months ago
  • README.md
    3.45 kB
    Adding ONNX file of this model (#1) 11 months ago
  • config.json
    664 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • config_sentence_transformers.json
    171 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    2.27 GB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • sentence_bert_config.json
    54 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • special_tokens_map.json
    964 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer.json
    17.1 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer_config.json
    1.2 kB
    Upload folder using huggingface_hub about 1 year ago