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

DungHugging
/
bge-m3-banking-v2

Sentence Similarity
sentence-transformers
Safetensors
feature-extraction
dense
Generated from Trainer
dataset_size:2665
loss:OnlineContrastiveLoss
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use DungHugging/bge-m3-banking-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use DungHugging/bge-m3-banking-v2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("DungHugging/bge-m3-banking-v2")
    
    sentences = [
        "giao dịch DCC (như Uber, Agoda) được phép đổi điểm",
        "các giao dịch chuyển đổi tiền tệ dynamic (DCC) như Uber, Agoda nằm trong danh sách loại trừ",
        "các khuyến mãi dành cho chủ thẻ MultiPass sẽ hết hiệu lực sau ngày 30.06.2025",
        "Hoán đổi tiền tệ (CCS) - hoán đổi dòng tiền của hai đồng tiền khác nhau."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
bge-m3-banking-v2
34.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
DungHugging's picture
DungHugging
Update BGE-M3 with 3000 banking samples using LoRA
1535d76 verified 4 months ago
  • 1_Pooling
    Update BGE-M3 with 3000 banking samples using LoRA 4 months ago
  • .gitattributes
    1.57 kB
    Update BGE-M3 with 3000 banking samples using LoRA 4 months ago
  • README.md
    20.3 kB
    Update BGE-M3 with 3000 banking samples using LoRA 4 months ago
  • adapter_config.json
    852 Bytes
    Update BGE-M3 with 3000 banking samples using LoRA 4 months ago
  • adapter_model.safetensors
    12.6 MB
    xet
    Update BGE-M3 with 3000 banking samples using LoRA 4 months ago
  • config_sentence_transformers.json
    283 Bytes
    Update BGE-M3 with 3000 banking samples using LoRA 4 months ago
  • modules.json
    349 Bytes
    Update BGE-M3 with 3000 banking samples using LoRA 4 months ago
  • sentence_bert_config.json
    57 Bytes
    Update BGE-M3 with 3000 banking samples using LoRA 4 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Update BGE-M3 with 3000 banking samples using LoRA 4 months ago
  • special_tokens_map.json
    964 Bytes
    Update BGE-M3 with 3000 banking samples using LoRA 4 months ago
  • tokenizer.json
    17.1 MB
    xet
    Update BGE-M3 with 3000 banking samples using LoRA 4 months ago
  • tokenizer_config.json
    1.2 kB
    Update BGE-M3 with 3000 banking samples using LoRA 4 months ago