Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

RK-1235
/
bge-base-FIR-matryoshka-BASELINE-10ep

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

Instructions to use RK-1235/bge-base-FIR-matryoshka-BASELINE-10ep with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use RK-1235/bge-base-FIR-matryoshka-BASELINE-10ep with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("RK-1235/bge-base-FIR-matryoshka-BASELINE-10ep")
    
    sentences = [
        "that the person coming ahead with a plastic bottle in hand was the same person about whom he had informed us. After the informant left, we conducted a body search among ourselves to ensure no one had any incriminating items. Acting promptly without wasting time, we stopped the person coming ahead, but he did not stop and started running backward. Upon realizing this, we surrounded him according to the instructed tactics and caught him approximately 100 meters away from the road near Gara River. Upon questioning his name and address and conducting a body search, he identified himself as Bimlesh, son of Ramchandra, aged around 35 years, residing in Khada Mohalla, Shahabadnagar, Sadar Bazaar Thana, Shahjahanpur district. During the body search, we found a plastic bottle in his right hand, opened it, smelled it ourselves, and showed it to the witness, and there was a strong smell of raw liquor. When asked for a license to carry raw liquor, he could not show it. A sample was prepared by",
        "Where does Sabina Khatoon's father, Mustakim, reside?",
        "On what date was the daughter Priyanka taken away by Rahul according to the report?",
        "What was the name and age of the person caught with the plastic bottle of raw liquor?"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
bge-base-FIR-matryoshka-BASELINE-10ep
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
RK-1235's picture
RK-1235
Add new SentenceTransformer model
93cd36b verified 11 months ago
  • 1_Pooling
    Add new SentenceTransformer model 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    23.6 kB
    Add new SentenceTransformer model 11 months ago
  • config.json
    696 Bytes
    Add new SentenceTransformer model 11 months ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model 11 months ago
  • model.safetensors
    438 MB
    xet
    Add new SentenceTransformer model 11 months ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model 11 months ago
  • sentence_bert_config.json
    52 Bytes
    Add new SentenceTransformer model 11 months ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model 11 months ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model 11 months ago
  • tokenizer_config.json
    1.27 kB
    Add new SentenceTransformer model 11 months ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model 11 months ago