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

Snorkeler
/
BGE-Finetuned-FinBench

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

Instructions to use Snorkeler/BGE-Finetuned-FinBench with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Snorkeler/BGE-Finetuned-FinBench with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Snorkeler/BGE-Finetuned-FinBench")
    
    sentences = [
        "Worldwide Sales Change By Business SegmentOrganic salesAcquisitionsDivestituresTranslationTotal sales changeSafety and Industrial1.0 % % %(4.2) %(3.2) %Transportation and Electronics1.2 (0.5)(4.6)(3.9)Health Care3.2 (1.4)(3.8)(2.0)Consumer(0.9) (0.4)(2.6)(3.9)Total Company1.2 (0.5)(3.9)(3.2)",
        "Has MGM Resorts paid dividends to common shareholders in FY2022?",
        "If we exclude the impact of M&A, which segment has dragged down 3M's overall growth in 2022?",
        "In 2022 Q2, which of JPM's business segments had the highest net income?"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
BGE-Finetuned-FinBench
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Snorkeler's picture
Snorkeler
Add new SentenceTransformer model
cb607f7 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
    50.2 kB
    Add new SentenceTransformer model over 1 year ago
  • config.json
    740 Bytes
    Add new SentenceTransformer model over 1 year ago
  • config_sentence_transformers.json
    201 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