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

Borsa356
/
bert_mnr_7

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

Instructions to use Borsa356/bert_mnr_7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Borsa356/bert_mnr_7 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Borsa356/bert_mnr_7")
    
    sentences = [
        "Two boys are playing in pool filled with sparkling blue water.",
        "A boy plays in the pool.",
        "Woman holds her purse.",
        "The child is very brave to hold onto that tail."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
bert_mnr_7
134 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Borsa356's picture
Borsa356
Add new SentenceTransformer model
292ff74 verified 10 months ago
  • 1_Pooling
    Add new SentenceTransformer model 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    12.6 kB
    Add new SentenceTransformer model 10 months ago
  • config.json
    607 Bytes
    Add new SentenceTransformer model 10 months ago
  • config_sentence_transformers.json
    294 Bytes
    Add new SentenceTransformer model 10 months ago
  • model.safetensors
    133 MB
    xet
    Add new SentenceTransformer model 10 months ago
  • modules.json
    242 Bytes
    Add new SentenceTransformer model 10 months ago
  • sentence_bert_config.json
    60 Bytes
    Add new SentenceTransformer model 10 months ago
  • special_tokens_map.json
    132 Bytes
    Add new SentenceTransformer model 10 months ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model 10 months ago
  • tokenizer_config.json
    1.36 kB
    Add new SentenceTransformer model 10 months ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model 10 months ago