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

farihashifa
/
s-bn-bert_new_data-vf

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

Instructions to use farihashifa/s-bn-bert_new_data-vf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use farihashifa/s-bn-bert_new_data-vf with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("farihashifa/s-bn-bert_new_data-vf")
    
    sentences = [
        "নির্মাতারা রাহুলের বিপরীতে দীপিকা বা ঐশ্বর্য রায়কে বেছে নিতে আগ্রহী।",
        "চলচ্চিত্র নির্মাতারা সালমানের বিপরীতে অনুষ্কা বা সোনাক্ষী সিনহাকে বেছে নিতে আগ্রহী।",
        "এরপর ঢাকা বিশ্ববিদ্যালয়ের উপাচার্য প্রফেসর এ.এ.এম. স. আরেফিন সিদ্দিকের নেতৃত্বে ফুলটি",
        "বৃহস্পতিবার বিকেলে মুন্না বিবিসি নিউজকে জানায় যে আমি ম্যাচ রেফারির রিপোর্ট পেয়েছি।"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
s-bn-bert_new_data-vf
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
farihashifa's picture
farihashifa
Add new SentenceTransformer model
47e17b0 verified 12 months ago
  • 1_Pooling
    Add new SentenceTransformer model 12 months ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model 12 months ago
  • README.md
    23.3 kB
    Add new SentenceTransformer model 12 months ago
  • config.json
    662 Bytes
    Add new SentenceTransformer model 12 months ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model 12 months ago
  • model.safetensors
    1.11 GB
    xet
    Add new SentenceTransformer model 12 months ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model 12 months ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model 12 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add new SentenceTransformer model 12 months ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model 12 months ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model 12 months ago
  • tokenizer_config.json
    1.37 kB
    Add new SentenceTransformer model 12 months ago