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

ivanleomk
/
finetuned-bge-bai

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:208
loss:BatchSemiHardTripletLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ivanleomk/finetuned-bge-bai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use ivanleomk/finetuned-bge-bai with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("ivanleomk/finetuned-bge-bai")
    
    sentences = [
        "\nName : Nordiska Hosting Collective\nCategory: Cloud Storage Solutions, Data Security Services\nDepartment: IT Operations\nLocation: Helsinki, Finland\nAmount: 1439.57\nCard: Annual Data Management Plan\nTrip Name: unknown\n",
        "\nName : Allegro Integrations\nCategory: Payment Processing Solutions, Financial Technology Services\nDepartment: Finance\nLocation: Dublin, Ireland\nAmount: 1298.75\nCard: Bi-annual Financial Systems Audit\nTrip Name: unknown\n",
        "\nName : FastLane Transport\nCategory: Logistics & Transport, Vehicle Services\nDepartment: Sales\nLocation: Miami, FL\nAmount: 158.25\nCard: Sales Travel Expenses\nTrip Name: unknown\n",
        "\nName : Aperio Global Insights\nCategory: Strategic Business Consulting, Data Analytics Services\nDepartment: Finance\nLocation: Chicago, IL\nAmount: 3456.78\nCard: Global Market Expansion Evaluation\nTrip Name: unknown\n"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
finetuned-bge-bai
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ivanleomk's picture
ivanleomk
Add new SentenceTransformer model
2d58d2d verified almost 2 years ago
  • 1_Pooling
    Add new SentenceTransformer model almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    25.8 kB
    Add new SentenceTransformer model almost 2 years ago
  • config.json
    740 Bytes
    Add new SentenceTransformer model almost 2 years ago
  • config_sentence_transformers.json
    201 Bytes
    Add new SentenceTransformer model almost 2 years ago
  • model.safetensors
    438 MB
    xet
    Add new SentenceTransformer model almost 2 years ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model almost 2 years ago
  • sentence_bert_config.json
    52 Bytes
    Add new SentenceTransformer model almost 2 years ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model almost 2 years ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model almost 2 years ago
  • tokenizer_config.json
    1.24 kB
    Add new SentenceTransformer model almost 2 years ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model almost 2 years ago