Choere AI Model with Multiple prompts #197
abdelkareemkobo
started this conversation in
General
Replies: 1 comment 1 reply
-
Thanks @abdelkareemkobo for doing research into Co:here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, i have been working with cohere AI model and there is the summary of what i reached:
There is multiple models we can use :
Command Vs Base
I found that the base is week than the command and the answer are very short and he is not created as the Command
I have tried Choere AI with multiple solutions:
3.Give it only the keyword description and a good prompt and he gives me some pharses that i should add in to my resume and the result is normal
only the keyword description from the job description
prompt = f"""Suggest keywords or phrases from the following {selected_jd["clean_data"]} that should be added into a resume to increase the cosine similiarty and be able to pass the ATS resume Checking process and use both long-form and acronym vesion of keywords
"""
Here is an example of using only the key_word description from the job descirption Here is what to do to increase the similiarty of your resume Here are some keywords and phrases that you may want to consider including in the job description for a Java Developer with 3 years of experience:
Here are some additional keywords and phrases that you may want to consider including to increase the cosine similarity and improve the chances of the resume passing the ATS resume checking process:
It's also important to include both the long-form and acronym versions of keywords and phrases, as some ATS systems may not recognize the acronym version. In addition, including a brief explanation of the candidate's relevant experience can help to further demonstrate their qualifications for the role
Extracted keywords from job description only and the clean data from resume file
prompt = f"""Suggest keywords or phrases from the following {selected_jd["extracted_keywords"]} that should be added into my resume {selected_file["clean_data"]} to increase the cosine similiarty and be able to pass the ATS resume Checking process and use both long-form and acronym vesion of keywords
"""
I have tried to give the model the clean data from both the resume and job_description and asked him to the update the resume, but the result wasn't the wanted and bad! he seems gives me the resume without any real updates and he seems to start get hallucinations
Beta Was this translation helpful? Give feedback.
All reactions