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

jesse-adanac
/
sykes-embedder

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

Instructions to use jesse-adanac/sykes-embedder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use jesse-adanac/sykes-embedder with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("jesse-adanac/sykes-embedder")
    
    sentences = [
        "\"romantic countryside retreat in North Norfolk with views and nearby dining\"",
        "The cottage at 27 Sea Lane in Old Hunstanton is not pet-friendly, as it is specified to be false for pets; however, it does allow two well-behaved dogs with a small additional charge. It also offers off-road parking for one car.",
        "Miller's Loft is a romantic countryside retreat in North Norfolk that offers stunning views of unspoilt countryside. It is situated on the Weavers Way footpath, making it an ideal location for relaxing, walking, cycling, and exploring the North Norfolk countryside and coast. Nearby dining options include the acclaimed Saracens Head and the award-winning Gunton Arms, which are a short drive away. Additionally, the local pub, The Spread Eagle, is within easy walking distance and offers food and drinks from Wednesday to Sunday.",
        "The \"Sea View\" property in Hunstanton is a luxury seaside cottage with a heated outdoor swimming pool available all year round."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
sykes-embedder
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
jesse-adanac's picture
jesse-adanac
Add new SentenceTransformer model
599aea9 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
    17.5 kB
    Add new SentenceTransformer model about 1 year ago
  • config.json
    740 Bytes
    Add new SentenceTransformer model about 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model about 1 year ago
  • model.safetensors
    438 MB
    xet
    Add new SentenceTransformer model about 1 year ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model about 1 year ago
  • sentence_bert_config.json
    52 Bytes
    Add new SentenceTransformer model about 1 year ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model about 1 year ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model about 1 year ago
  • tokenizer_config.json
    1.27 kB
    Add new SentenceTransformer model about 1 year ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model about 1 year ago