Upload multitask_prompts.yaml
Browse files- multitask_prompts.yaml +7 -0
multitask_prompts.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cls: >
|
2 |
+
Predict the matched intent name for the user utterance. Format the output as JSON with the following keys:
|
3 |
+
intent_name as string
|
4 |
+
ner: >
|
5 |
+
Extract the specified entities from the user message. Output JSON list of dictionaries with keys "text" and "entity_type".
|
6 |
+
nsp: >
|
7 |
+
Generate a user response or query which would follow logically from the conversational context on personal finance. Limit to 10 words or less.
|