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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

kttt294
/
english-sbert-finetuned

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

Instructions to use kttt294/english-sbert-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use kttt294/english-sbert-finetuned with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("kttt294/english-sbert-finetuned")
    
    sentences = [
        "The country's president and his deputies urged security forces to intensify their efforts to secure the country.",
        "Since January he has been on loan with his first club, Fluminense .",
        "Plan is to eventually simulate an entire Neanderthal sentence .",
        "Parked car bomb in same area of Baghdad kills at least 9 people on Tuesday ."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
english-sbert-finetuned
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kttt294's picture
kttt294
Add new SentenceTransformer model
674f299 verified 10 days ago
  • 1_Pooling
    Add new SentenceTransformer model 10 days ago
  • .gitattributes
    1.52 kB
    initial commit 10 days ago
  • README.md
    13.6 kB
    Add new SentenceTransformer model 10 days ago
  • config.json
    576 Bytes
    Add new SentenceTransformer model 10 days ago
  • config_sentence_transformers.json
    284 Bytes
    Add new SentenceTransformer model 10 days ago
  • model.safetensors
    438 MB
    xet
    Add new SentenceTransformer model 10 days ago
  • modules.json
    429 Bytes
    Add new SentenceTransformer model 10 days ago
  • sentence_bert_config.json
    241 Bytes
    Add new SentenceTransformer model 10 days ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model 10 days ago
  • tokenizer_config.json
    584 Bytes
    Add new SentenceTransformer model 10 days ago