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

  • Log In
  • Sign Up

StyleDistance
/
styledistance_synthetic_only

Sentence Similarity
sentence-transformers
Safetensors
English
roberta
datadreamer
datadreamer-0.35.0
Synthetic
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use StyleDistance/styledistance_synthetic_only with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("StyleDistance/styledistance_synthetic_only")
    
    sentences = [
        "Did you hear about the Wales wing? He'll h8 2 withdraw due 2 injuries from future competitions.",
        "We're raising funds 2 improve our school's storage facilities and add new playground equipment!",
        "Did you hear about the Wales wing? He'll hate to withdraw due to injuries from future competitions."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
styledistance_synthetic_only
253 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 127 commits
AjayP13's picture
AjayP13
Update README.md
7921463 verified over 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model. almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    4.08 kB
    Update README.md over 1 year ago
  • config.json
    678 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • config_sentence_transformers.json
    171 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • datadreamer.json
    3.45 kB
    Pushed by DataDreamer almost 2 years ago
  • merges.txt
    456 kB
    Add new SentenceTransformer model. almost 2 years ago
  • model.safetensors
    249 MB
    xet
    Add new SentenceTransformer model. almost 2 years ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • special_tokens_map.json
    280 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer.json
    2.11 MB
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer_config.json
    1.22 kB
    Add new SentenceTransformer model. almost 2 years ago
  • training_args.json
    4.45 kB
    Pushed by DataDreamer almost 2 years ago
  • vocab.json
    798 kB
    Add new SentenceTransformer model. almost 2 years ago