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

dakini
/
finetuned-bge-base-en

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

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

  • Libraries
  • sentence-transformers

    How to use dakini/finetuned-bge-base-en with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("dakini/finetuned-bge-base-en")
    
    sentences = [
        "\nName : E27\nCategory: Event Management Services, Business Conference Coordination\nDepartment: Sales\nLocation: Berlin, Germany\nAmount: 1225.45\nCard: Sales Innovation Fund\nTrip Name: unknown\n",
        "\nName : BüroComfort\nCategory: Workspace Solutions, Interior Design Services\nDepartment: Office Administration\nLocation: Zurich, Switzerland\nAmount: 1203.52\nCard: Flexible Working Spaces Remodel\nTrip Name: unknown\n",
        "\nName : NexusGuard Solutions\nCategory: Data Protection Tools, IT Support Services\nDepartment: Information Security\nLocation: New York, USA\nAmount: 1957.85\nCard: Enterprise Security Revamp\nTrip Name: unknown\n",
        "\nName : Pacific Union Services\nCategory: Financial Consulting, Subscription Management\nDepartment: Finance\nLocation: Singapore\nAmount: 129.58\nCard: Quarterly Financial Account Review\nTrip Name: unknown\n"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
finetuned-bge-base-en
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
dakini's picture
dakini
Add new SentenceTransformer model.
5d89595 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
    25 kB
    Add new SentenceTransformer model. over 1 year ago
  • config.json
    735 Bytes
    Add new SentenceTransformer model. over 1 year ago
  • config_sentence_transformers.json
    195 Bytes
    Add new SentenceTransformer model. over 1 year ago
  • model.safetensors
    438 MB
    xet
    Add new SentenceTransformer model. over 1 year ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model. over 1 year ago
  • sentence_bert_config.json
    52 Bytes
    Add new SentenceTransformer model. over 1 year ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model. over 1 year ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model. over 1 year ago
  • tokenizer_config.json
    1.24 kB
    Add new SentenceTransformer model. over 1 year ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model. over 1 year ago