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

sobamchan
/
roberta-base-no-mrl

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

Instructions to use sobamchan/roberta-base-no-mrl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use sobamchan/roberta-base-no-mrl with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("sobamchan/roberta-base-no-mrl")
    
    sentences = [
        "A man is jumping unto his filthy bed.",
        "A young male is looking at a newspaper while 2 females walks past him.",
        "The bed is dirty.",
        "The man is on the moon."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-no-mrl
503 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sobamchan's picture
sobamchan
Upload folder using huggingface_hub
befa455 verified 5 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    75.1 kB
    Upload folder using huggingface_hub 5 months ago
  • config.json
    625 Bytes
    Upload folder using huggingface_hub 5 months ago
  • config_sentence_transformers.json
    283 Bytes
    Upload folder using huggingface_hub 5 months ago
  • merges.txt
    456 kB
    Upload folder using huggingface_hub 5 months ago
  • model.safetensors
    499 MB
    xet
    Upload folder using huggingface_hub 5 months ago
  • modules.json
    229 Bytes
    Upload folder using huggingface_hub 5 months ago
  • sentence_bert_config.json
    57 Bytes
    Upload folder using huggingface_hub 5 months ago
  • special_tokens_map.json
    280 Bytes
    Upload folder using huggingface_hub 5 months ago
  • tokenizer.json
    3.56 MB
    Upload folder using huggingface_hub 5 months ago
  • tokenizer_config.json
    1.25 kB
    Upload folder using huggingface_hub 5 months ago
  • vocab.json
    798 kB
    Upload folder using huggingface_hub 5 months ago