Spaces:
Sleeping
Sleeping
Update utils/mistral.py
Browse files- utils/mistral.py +2 -3
utils/mistral.py
CHANGED
@@ -59,9 +59,8 @@ def Model_ProfessionalDetails_Output(resume, client):
|
|
59 |
"certifications": ["Extract and list all certifications obtained as stated in the resume."],
|
60 |
"roles": ["Include the names of all job titles or roles held as indicated in the resume."],
|
61 |
"qualifications": ["List and Extract all educational qualifications, including degrees (e.g., BBA, MBA), their full forms, and associated levels (e.g., undergraduate, postgraduate) from resume. If none are found, return []."],
|
62 |
-
"university": ["
|
63 |
-
"courses": ["Extract the names of completed courses or based on the resume. If none are found, return []."]
|
64 |
-
"year_of_graduation": ["Extract the year of graduation from the resume. If not found, return []."]
|
65 |
}}
|
66 |
}}
|
67 |
output:
|
|
|
59 |
"certifications": ["Extract and list all certifications obtained as stated in the resume."],
|
60 |
"roles": ["Include the names of all job titles or roles held as indicated in the resume."],
|
61 |
"qualifications": ["List and Extract all educational qualifications, including degrees (e.g., BBA, MBA), their full forms, and associated levels (e.g., undergraduate, postgraduate) from resume. If none are found, return []."],
|
62 |
+
"university": ["List and Extract the name of the University, College, or Institute attended, based on the resume. If not found, return []."],
|
63 |
+
"courses": ["Extract the names of completed courses or based on the resume. If none are found, return []."]
|
|
|
64 |
}}
|
65 |
}}
|
66 |
output:
|