Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

shankerram3
/
resumator

Sentence Similarity
sentence-transformers
Safetensors
English
mpnet
feature-extraction
resume-matching
job-matching
matryoshka
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use shankerram3/resumator with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("shankerram3/resumator")
    
    sentences = [
        "Name: Jane Doe\nTitles: Software Developer, Software Engineer\nSkills: Python, React, PostgreSQL, TypeScript\nExperience: 4 years\nResume: Full-stack engineer with 4 years building web applications using Python and React. Experience with PostgreSQL, REST APIs, and cloud deployment.",
        "Title: Senior Software Engineer\nCompany: TechCorp\nDescription: Looking for full-stack engineer with Python and React experience. Must have 3+ years building web applications.",
        "Title: Data Scientist\nCompany: DataCo\nDescription: Seeking data scientist with deep learning experience. PhD preferred. Must have publications in top ML conferences.",
        "Title: Truck Driver\nCompany: FreightCo\nDescription: CDL required, long-haul routes across the Midwest. Clean driving record mandatory."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
resumator
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
shankerram3's picture
shankerram3
Upload folder using huggingface_hub
d5c5749 verified 2 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 2 months ago
  • eval
    Upload folder using huggingface_hub 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    10.1 kB
    Upload folder using huggingface_hub 2 months ago
  • config.json
    575 Bytes
    Upload folder using huggingface_hub 2 months ago
  • config_sentence_transformers.json
    284 Bytes
    Upload folder using huggingface_hub 2 months ago
  • model.safetensors
    438 MB
    xet
    Upload folder using huggingface_hub 2 months ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub 2 months ago
  • sentence_bert_config.json
    57 Bytes
    Upload folder using huggingface_hub 2 months ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub 2 months ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub 2 months ago
  • tokenizer_config.json
    556 Bytes
    Upload folder using huggingface_hub 2 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 2 months ago