WebashalarForML commited on
Commit
c87ed5a
·
verified ·
1 Parent(s): df2e9bf

Update utils/mistral.py

Browse files
Files changed (1) hide show
  1. utils/mistral.py +6 -6
utils/mistral.py CHANGED
@@ -51,13 +51,13 @@ def Model_ProfessionalDetails_Output(resume, client):
51
  {{
52
  "professional": {{
53
  "technical_skills": ["List all technical skills, programming languages, frameworks, and technologies mentioned in the resume, ensuring they are not mixed with other skill types. If not found, return []"],
54
- "non_technical_skills": ["Identify and list non-technical skills such as leadership, teamwork, and communication skills, ensuring they are not mixed with technical skills. If not found, return []"],
55
- "tools": ["Enumerate and extract all software tools, platforms, and applications referenced in the resume, distinctly separate from skills. If not found, return []"],
56
- "companies_worked_at": ["List the names of all companies where employment is mentioned in the resume. If not found, return []"],
57
  "projects": ["Extract all projects names or titles mentioned in the resume. If not found, return []"],
58
- "projects_experience": ["Summarize overall project experiences, providing a brief description of each project as detailed in the resume. If not found, return []"],
59
- "experience": ["Calculate total professional work experience in years and months based on the resume. If not found, return []"],
60
- "roles": ["List and Extract the names of all job titles or roles mentioned in the resume. If not found, return []"]
61
  }}
62
  }}
63
  output:
 
51
  {{
52
  "professional": {{
53
  "technical_skills": ["List all technical skills, programming languages, frameworks, and technologies mentioned in the resume, ensuring they are not mixed with other skill types. If not found, return []"],
54
+ "non_technical_skills": ["List all non-technical skills such as leadership, teamwork, and communication skills, ensuring they are not mixed with technical skills. If not found, return []"],
55
+ "tools": ["List and extract all software tools, platforms, and applications referenced in the resume, distinctly separate from skills. If not found, return []"],
56
+ "companies_worked_at": ["List and Extract all companies where the person has worked, as mentioned in the resume. If not found, return []"],
57
  "projects": ["Extract all projects names or titles mentioned in the resume. If not found, return []"],
58
+ "projects_experience": ["Summarize overall project experiences in a list, providing a brief description of each project as detailed in the resume. If not found, return []"],
59
+ "experience": ["Calculate the total work experience in years and months, even if overlapping as mentioned in the resume. If not found, return []"],
60
+ "roles": ["List and Extract all job titles or roles of the person, as mentioned in the resume. If not found, return []"]
61
  }}
62
  }}
63
  output: