Beyond Keywords (Abad & Sabillano, 2025)
Collection
Models used for a CS Undergraduate Study. SegmentClassifier & Date Extractor trained by Abad. Skill Quality trained by Sabillano. • 5 items • Updated
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ejqs/BK_ResumeSkillQualityClassifier", dtype="auto")
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ejqs/BK_ResumeSkillQualityClassifier")