Spaces:
Paused
Paused
Tao Wu
commited on
Commit
·
dc9b128
1
Parent(s):
fc746ea
update exp prompt
Browse files- app/embedding_setup.py +1 -1
app/embedding_setup.py
CHANGED
@@ -157,7 +157,7 @@ exp_adapter.config.eos_token_id = 2
|
|
157 |
def generate_prompt_exp(input_text):
|
158 |
return f"""
|
159 |
### Instruction:
|
160 |
-
As an education expert, you have been provided with target occupations and recommended course
|
161 |
|
162 |
### Input:
|
163 |
{input_text}
|
|
|
157 |
def generate_prompt_exp(input_text):
|
158 |
return f"""
|
159 |
### Instruction:
|
160 |
+
As an education expert, you have been provided with information on target occupations and skills gaps, along with recommended course details. Your task is to explain the recommendation in German, focusing on how the course's learning outcomes and target skills relate to the identified skills gaps.
|
161 |
|
162 |
### Input:
|
163 |
{input_text}
|