Transformers
Safetensors
English
ocbyram commited on
Commit
36bb52d
·
verified ·
1 Parent(s): 38286a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -104,13 +104,11 @@ interview practice by answering realistic and complex questions. The model is ab
104
  on said description. The model will also use the user's input profile with information such as education, experience, and skills to formulate an optimal answer to the interview question.
105
  This answer will allow the user to see how their profile can be optimized to answer questions and give them the best chance at moving to the next round of the
106
  job hiring process. Specifically, this model is intended for user's who are have little-to-none interview experience and need more intense preparation, or users that want to enhance their
107
- answers to complex interview questions. For example, if I was applying for the role of a teacher, but had little experience teaching, this model would find a way to
108
- use my other education and experience to supplement my answer to teacher-specific interview questions.
109
 
110
  # Prompt Format
111
 
112
- This section should briefly describe how your prompt is formatted and include a general code chunk (denoted by ```YOUR TEXT```) showing an example formatted prompt.
113
-
114
  The prompt is formatted by entering the job title and description that the user is applying for, then entering the user's profile (experience, skills, education,
115
  special awards, etc) and "Interview Question and Optimal Answer" followed by a blank space. The user must designate 'Job Description:' and
116
  'User Profile:' in their formatted prompt. The user must use the pipeline shown below in conjunction with a formatted prompt to recieve an output.
@@ -132,12 +130,13 @@ data visualization, SQL, Microsoft Office, and Tableau. Interview Question and O
132
 
133
  ```
134
 
135
-
136
  # Expected Output Format
137
 
138
- This section should
139
- briefly describe the expected output format for your model and include a
140
- general code chunk showing an example model response.
 
 
141
 
142
  # Limitations
143
 
 
104
  on said description. The model will also use the user's input profile with information such as education, experience, and skills to formulate an optimal answer to the interview question.
105
  This answer will allow the user to see how their profile can be optimized to answer questions and give them the best chance at moving to the next round of the
106
  job hiring process. Specifically, this model is intended for user's who are have little-to-none interview experience and need more intense preparation, or users that want to enhance their
107
+ answers to complex interview questions. For example, if I was applying for a data scientist position, but had little experience with data science, this model would find a way to
108
+ use my other education and experience to supplement my answer to data science-specific interview questions.
109
 
110
  # Prompt Format
111
 
 
 
112
  The prompt is formatted by entering the job title and description that the user is applying for, then entering the user's profile (experience, skills, education,
113
  special awards, etc) and "Interview Question and Optimal Answer" followed by a blank space. The user must designate 'Job Description:' and
114
  'User Profile:' in their formatted prompt. The user must use the pipeline shown below in conjunction with a formatted prompt to recieve an output.
 
130
 
131
  ```
132
 
 
133
  # Expected Output Format
134
 
135
+ The expected output format for this model is a generated interview question followed by an optimal answer based on the user profile. There is an example of
136
+ the expected output format below.
137
+
138
+ ```
139
+ ```
140
 
141
  # Limitations
142