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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

zxcvo
/
vietnamese-sbert-soc

Sentence Similarity
sentence-transformers
Safetensors
roberta
feature-extraction
Generated from Trainer
dataset_size:288
loss:MatryoshkaLoss
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use zxcvo/vietnamese-sbert-soc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use zxcvo/vietnamese-sbert-soc with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("zxcvo/vietnamese-sbert-soc")
    
    sentences = [
        "SIEM giúp tổ chức đáp ứng các yêu cầu tuân thủ bằng cách thu thập và phân tích dữ liệu sự kiện bảo mật, tạo ra các báo cáo và cung cấp bằng chứng cho các cuộc kiểm toán bảo mật, đảm bảo tuân thủ các quy định và tiêu chuẩn bảo mật.",
        "Tại sao ISOC cần hợp tác với CNTT và Kinh doanh?",
        "Lợi ích của việc sử dụng Xác thực Hai Yếu tố (2FA) là gì?",
        "SIEM giúp tổ chức đáp ứng các yêu cầu tuân thủ như thế nào?"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
vietnamese-sbert-soc
542 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
zxcvo's picture
zxcvo
Add new SentenceTransformer model
5f40be9 verified over 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    26 kB
    Add new SentenceTransformer model over 1 year ago
  • added_tokens.json
    25 Bytes
    Add new SentenceTransformer model over 1 year ago
  • bpe.codes
    1.14 MB
    Add new SentenceTransformer model over 1 year ago
  • config.json
    786 Bytes
    Add new SentenceTransformer model over 1 year ago
  • config_sentence_transformers.json
    214 Bytes
    Add new SentenceTransformer model over 1 year ago
  • model.safetensors
    540 MB
    xet
    Add new SentenceTransformer model over 1 year ago
  • modules.json
    242 Bytes
    Add new SentenceTransformer model over 1 year ago
  • sentence_bert_config.json
    56 Bytes
    Add new SentenceTransformer model over 1 year ago
  • special_tokens_map.json
    176 Bytes
    Add new SentenceTransformer model over 1 year ago
  • tokenizer_config.json
    1.2 kB
    Add new SentenceTransformer model over 1 year ago
  • vocab.txt
    895 kB
    Add new SentenceTransformer model over 1 year ago