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

swathibp
/
BGE-base_finetuned

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dense
Generated from Trainer
dataset_size:289
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use swathibp/BGE-base_finetuned with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("swathibp/BGE-base_finetuned")
    
    sentences = [
        "What is Manipal Tata Medical College (MTMC), Jamshedpur, and under what initiative was it established?",
        "Authored by Dr. Sucheta Kolekar, the article explores strategies that universities can adopt to nurture entrepreneurship among students.",
        "The Innovation Centre was founded in 2007 during the Golden Jubilee celebrations of MIT, Manipal.",
        "Manipal Tata Medical College (MTMC), located at Baridih in Jamshedpur, East Singhbhum District of Jharkhand, is a premier institution for medical education and training. It was established as part of a consortium initiative between Tata Steel and Manipal Academy of Higher Education (MAHE), Manipal."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
BGE-base_finetuned
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
swathibp's picture
swathibp
Add new SentenceTransformer model
7162bf5 verified 1 day ago
  • 1_Pooling
    Add new SentenceTransformer model 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    19.8 kB
    Add new SentenceTransformer model 1 day ago
  • config.json
    823 Bytes
    Add new SentenceTransformer model 1 day ago
  • config_sentence_transformers.json
    283 Bytes
    Add new SentenceTransformer model 1 day ago
  • model.safetensors
    438 MB
    xet
    Add new SentenceTransformer model 1 day ago
  • modules.json
    429 Bytes
    Add new SentenceTransformer model 1 day ago
  • sentence_bert_config.json
    241 Bytes
    Add new SentenceTransformer model 1 day ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model 1 day ago
  • tokenizer_config.json
    452 Bytes
    Add new SentenceTransformer model 1 day ago