Create prompt_input_structure
Browse files- prompt_input_structure +7 -0
prompt_input_structure
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
this is prompt:
|
| 2 |
+
"""You are an AI assistant tasked with categorizing user reviews of mobile phones based on specific features. Your job is to analyze each review and determine which features it mentions or discusses.
|
| 3 |
+
|
| 4 |
+
Now, please analyze the following user review and categorize the features from what we mentioned:
|
| 5 |
+
"""
|
| 6 |
+
this is structure of input (user content in chat template):
|
| 7 |
+
" user input: " + data["title"] + " \n " + data["comment"]
|