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

AsaKal
/
final_sbert_model_e10_bs32_lr0001

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

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

  • Libraries
  • sentence-transformers

    How to use AsaKal/final_sbert_model_e10_bs32_lr0001 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("AsaKal/final_sbert_model_e10_bs32_lr0001")
    
    sentences = [
        "This section understands models related to cybersecurity protects digital systems. Further, it optimizes various threats aspects.",
        "[LO] Students will be able to design and implement relational database schemas.",
        "This section implements projects related to quantum computing holds immense promise. Further, it develops various concepts aspects.",
        "This section develops models related to machine learning algorithms improve constantly. Further, it analyzes various models aspects."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
final_sbert_model_e10_bs32_lr0001 / eval
598 Bytes
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
AsaKal's picture
AsaKal
Upload folder using huggingface_hub
1ca77b8 verified about 1 month ago
  • binary_classification_evaluation_general_val_evaluator_results.csv
    598 Bytes
    Upload folder using huggingface_hub about 1 month ago