mjm4dl commited on
Commit
dacdc4c
·
verified ·
1 Parent(s): 0ef6479

Create prompt_input_structure

Browse files
Files changed (1) hide show
  1. 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"]