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

Aju360
/
ats-mpnet

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

Instructions to use Aju360/ats-mpnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Aju360/ats-mpnet with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Aju360/ats-mpnet")
    
    sentences = [
        "Healthcare Analyst with 8 years of experience. Skilled in Healthcare Data, SQL, Reporting, Analytics. Delivered projects and collaborated across teams.",
        "Data Scientist position. Required skills include Python, Machine Learning, B2B Sales, CRM. Looking for a candidate with strong communication and execution skills.",
        "Sales Manager position. Required skills include B2B Sales, CRM, Negotiation, Leadership. Looking for a candidate with strong communication and execution skills.",
        "DevOps Engineer position. Required skills include AWS, Kubernetes, Docker, CI/CD. Looking for a candidate with strong communication and execution skills."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
ats-mpnet / eval
959 Bytes
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Aju360's picture
Aju360
Upload folder using huggingface_hub
94f2ca4 verified about 1 month ago
  • similarity_evaluation_ats-val_results.csv
    959 Bytes
    Upload folder using huggingface_hub about 1 month ago