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

haiFrHust
/
gte-vi-base-v1

Sentence Similarity
sentence-transformers
Safetensors
Vietnamese
new
feature-extraction
Generated from Trainer
dataset_size:130899
loss:MultipleNegativesRankingLoss
custom_code
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use haiFrHust/gte-vi-base-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use haiFrHust/gte-vi-base-v1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("haiFrHust/gte-vi-base-v1", trust_remote_code=True)
    
    sentences = [
        "Những quản lý này cũng ngày càng tập trung vào quản lý , hoạt động , chương trình và dịch vụ giao hàng lợi ích , và hiệu quả của hệ thống thông tin chiến lược lớn của họ .",
        "Các hoạt động của hệ thống thông tin chiến lược của họ là một trong những điều mà những người quản lý này đang tập trung vào nhiều hơn .",
        "Tất cả các trường hợp đều nên đi qua cùng một quá trình bất kể họ là ai .",
        "Eszterhaus viết về những người đàn ông mạnh mẽ ."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
gte-vi-base-v1
1.24 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
haiFrHust's picture
haiFrHust
Update README.md
1bd1636 verified about 1 year ago
  • .venv-backups
    Delete .venv-backups/19193091/venv-main-2025-04-04-0630.txt about 1 year ago
  • 1_Pooling
    Upload folder using huggingface_hub about 1 year ago
  • .gitattributes
    105 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • README.md
    17.8 kB
    Update README.md about 1 year ago
  • config.json
    1.52 kB
    Upload folder using huggingface_hub about 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    1.22 GB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • modules.json
    229 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
  • 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.18 kB
    Upload folder using huggingface_hub about 1 year ago