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

RomainDarous
/
monoSts_meanPooling_mistranslationModel

Sentence Similarity
sentence-transformers
Safetensors
English
distilbert
feature-extraction
Generated from Trainer
dataset_size:5749
loss:CoSENTLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use RomainDarous/monoSts_meanPooling_mistranslationModel with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("RomainDarous/monoSts_meanPooling_mistranslationModel")
    
    sentences = [
        "The man talked to a girl over the internet camera.",
        "A group of elderly people pose around a dining table.",
        "A teenager talks to a girl over a webcam.",
        "There is no 'still' that is not relative to some other object."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
monoSts_meanPooling_mistranslationModel
544 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
RomainDarous's picture
RomainDarous
Add new SentenceTransformer model
6a4e4bb verified over 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model over 1 year ago
  • 2_Dense
    Add new SentenceTransformer model over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    19.3 kB
    Add new SentenceTransformer model over 1 year ago
  • config.json
    619 Bytes
    Add new SentenceTransformer model over 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model over 1 year ago
  • model.safetensors
    539 MB
    xet
    Add new SentenceTransformer model over 1 year ago
  • modules.json
    341 Bytes
    Add new SentenceTransformer model over 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model over 1 year ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model over 1 year ago
  • tokenizer.json
    2.92 MB
    Add new SentenceTransformer model over 1 year ago
  • tokenizer_config.json
    1.52 kB
    Add new SentenceTransformer model over 1 year ago
  • vocab.txt
    996 kB
    Add new SentenceTransformer model over 1 year ago