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

  • Log In
  • Sign Up

thanhtantran
/
Vietnamese_Embedding

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

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

  • Libraries
  • sentence-transformers

    How to use thanhtantran/Vietnamese_Embedding with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("thanhtantran/Vietnamese_Embedding")
    
    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
Vietnamese_Embedding
2.29 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
thanhtantran's picture
thanhtantran
Clone từ AITeamVN/Vietnamese_Embedding
d8fa8a2 verified about 1 year ago
  • 1_Pooling
    Clone từ AITeamVN/Vietnamese_Embedding about 1 year ago
  • .gitattributes
    1.57 kB
    Clone từ AITeamVN/Vietnamese_Embedding about 1 year ago
  • README.md
    3.38 kB
    Clone từ AITeamVN/Vietnamese_Embedding about 1 year ago
  • config.json
    708 Bytes
    Clone từ AITeamVN/Vietnamese_Embedding about 1 year ago
  • config_sentence_transformers.json
    171 Bytes
    Clone từ AITeamVN/Vietnamese_Embedding about 1 year ago
  • evaluation_model.py
    7.34 kB
    Clone từ AITeamVN/Vietnamese_Embedding about 1 year ago
  • model.safetensors
    2.27 GB
    xet
    Clone từ AITeamVN/Vietnamese_Embedding about 1 year ago
  • modules.json
    349 Bytes
    Clone từ AITeamVN/Vietnamese_Embedding about 1 year ago
  • sentence_bert_config.json
    54 Bytes
    Clone từ AITeamVN/Vietnamese_Embedding about 1 year ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Clone từ AITeamVN/Vietnamese_Embedding about 1 year ago
  • special_tokens_map.json
    964 Bytes
    Clone từ AITeamVN/Vietnamese_Embedding about 1 year ago
  • tokenizer.json
    17.1 MB
    xet
    Clone từ AITeamVN/Vietnamese_Embedding about 1 year ago
  • tokenizer_config.json
    1.2 kB
    Clone từ AITeamVN/Vietnamese_Embedding about 1 year ago