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

  • Log In
  • Sign Up

SeppeV
/
roberta_TSDAE

Sentence Similarity
sentence-transformers
Safetensors
roberta
feature-extraction
Generated from Trainer
dataset_size:8522
loss:DenoisingAutoEncoderLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use SeppeV/roberta_TSDAE with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("SeppeV/roberta_TSDAE")
    
    sentences = [
        "This . A engineer and go a trip walking the when a The physicist the distance of the the drop bullet his rifle fires the deer to . engineer his . to account for he rifle licks finger the speed and of fires deer 5 right . statistician \"got!\"",
        "This is a mean joke.\nA physicist, an engineer, and a statistician go on a hunting trip, they are walking through the woods when they spot a deer in a clearing. The physicist calculates the distance of the target, the velocity and drop of the bullet, adjusts his rifle and fires, missing the deer 5 feet to the left. The engineer rolls his eyes. 'You forgot to account for wind. Give it here', he snatches the rifle, licks his finger and estimates the speed and direction of the wind and fires, missing the deer 5 feet to the right. Suddenly, the statistician claps his hands and yells \"We got him!\"",
        "While driving to work, robbers jumped into my car and stole everything.\nThey were pirates of the car I be in.",
        "Driving and trying to read twitter, I just ran over a poodle. Unfortunately I drive a Yaris. My car got a dent and the poodle got annoyed."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
roberta_TSDAE
1.43 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
SeppeV's picture
SeppeV
Add new SentenceTransformer model
ee983f9 verified about 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    14.4 kB
    Add new SentenceTransformer model about 1 year ago
  • config.json
    732 Bytes
    Add new SentenceTransformer model about 1 year ago
  • config_sentence_transformers.json
    199 Bytes
    Add new SentenceTransformer model about 1 year ago
  • merges.txt
    456 kB
    Add new SentenceTransformer model about 1 year ago
  • model.safetensors
    1.42 GB
    xet
    Add new SentenceTransformer model about 1 year ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model about 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model about 1 year ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model about 1 year ago
  • tokenizer.json
    3.56 MB
    Add new SentenceTransformer model about 1 year ago
  • tokenizer_config.json
    1.44 kB
    Add new SentenceTransformer model about 1 year ago
  • vocab.json
    798 kB
    Add new SentenceTransformer model about 1 year ago