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
91.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AsaKal's picture
AsaKal
Upload folder using huggingface_hub
1ca77b8 verified about 1 month ago
  • 1_Pooling
    Upload folder using huggingface_hub about 1 month ago
  • eval
    Upload folder using huggingface_hub about 1 month ago
  • .DS_Store
    6.15 kB
    Upload folder using huggingface_hub about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    16.9 kB
    Upload folder using huggingface_hub about 1 month ago
  • added_tokens.json
    116 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • config.json
    611 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • config_sentence_transformers.json
    283 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    90.9 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • sentence_bert_config.json
    57 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    713 kB
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    2.5 kB
    Upload folder using huggingface_hub about 1 month ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub about 1 month ago