abhinav-2k23
commited on
Commit
•
e2a8056
1
Parent(s):
c3789f2
Create README.md
Browse filesFinetuned LLM on GPT4 data to parse relevant fields from CVs
You can use the following prompts to run the LLM -
ins1 = "Extract all given details from the Input CV"
ins2 = "Extract only name, gender, email_id, phone_no, skills, location, current_title, certificates from the Input CV"
ins3 = "Extract only employment history from the Input CV"
ins4 = "Extract only education details from the Input CV"
prompt = f"""### Instruction:
{ins1}
### Input:
{parsed_CV}
### Output:
"""