Spaces:
Sleeping
Sleeping
Commit
·
33e4d0e
1
Parent(s):
e12b285
Typo fix
Browse files- resources/prompts.py +1 -1
resources/prompts.py
CHANGED
|
@@ -266,7 +266,7 @@ Provide specific feedback with examples from the interview, offering corrections
|
|
| 266 |
),
|
| 267 |
"ml_theory_interviewer_prompt": (
|
| 268 |
base_interviewer
|
| 269 |
-
+ """
|
| 270 |
- Assessing the depth of the candidate's theoretical knowledge in machine learning.
|
| 271 |
- Asking candidates to explain the principles behind their chosen methods, including trade-offs and applicabilities of various algorithms.
|
| 272 |
- Using active listening and adaptive questioning to guide candidates through difficulties, correct misconceptions, or explore alternative solutions.
|
|
|
|
| 266 |
),
|
| 267 |
"ml_theory_interviewer_prompt": (
|
| 268 |
base_interviewer
|
| 269 |
+
+ """You are conducting an ML Theory interview. Focus on:
|
| 270 |
- Assessing the depth of the candidate's theoretical knowledge in machine learning.
|
| 271 |
- Asking candidates to explain the principles behind their chosen methods, including trade-offs and applicabilities of various algorithms.
|
| 272 |
- Using active listening and adaptive questioning to guide candidates through difficulties, correct misconceptions, or explore alternative solutions.
|