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

AITeamVN
/
Vietnamese_Embedding

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

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

  • Libraries
  • sentence-transformers

    How to use AITeamVN/Vietnamese_Embedding with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("AITeamVN/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]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
Vietnamese_Embedding / onnx
2.28 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
AITeamVN's picture
AITeamVN
Adding ONNX file of this model (#1)
fcbbb90 verified 11 months ago
  • config.json
    742 Bytes
    Adding ONNX file of this model (#1) 11 months ago
  • model.onnx
    745 kB
    xet
    Adding ONNX file of this model (#1) 11 months ago
  • model.onnx_data
    2.27 GB
    xet
    Adding ONNX file of this model (#1) 11 months ago
  • special_tokens_map.json
    964 Bytes
    Adding ONNX file of this model (#1) 11 months ago
  • tokenizer.json
    17.1 MB
    xet
    Adding ONNX file of this model (#1) 11 months ago
  • tokenizer_config.json
    1.2 kB
    Adding ONNX file of this model (#1) 11 months ago