GST Resume Scorer
A fine-tuned DistilBERT model for screening resumes for GST High Speed positions.
Labels
- FORWARD: Strong candidate, schedule interview
- HOLD: Partial match, keep in talent pool
- DECLINE: Not a fit at this time
Usage
from transformers import pipeline
classifier = pipeline("text-classification", model="bigrollo/resume-scorer")
result = classifier("Position: NOC Engineer. Candidate: CCNA certified, 4 years NOC experience")
print(result)
- Downloads last month
- -