keerthanshetty/resume-skill-extractor-dataset
Viewer • Updated • 3.05k • 178
How to use keerthanshetty/resume-skill-extractor-lora with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("keerthanshetty/resume-skill-extractor-lora", dtype="auto")This model is a fine-tuned version of meta-llama/Meta-Llama-3-8B-Instruct. It is specifically trained to act as an expert technical recruiter, analyzing job descriptions to extract concise summaries and bulleted lists of required skills.
q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_projThe model was fine-tuned on a custom dataset of 3,050 Data Science and AI job descriptions.
bfloat16This is a PEFT LoRA adapter. To use it, you must load the base model in 4-bit and merge these adapters using the peft library.