PanosP99 commited on
Commit
7a4840b
·
verified ·
1 Parent(s): 10affbf

Create READ.me

Browse files
Files changed (1) hide show
  1. READ.me +29 -0
READ.me ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - chatbot
5
+ - ecommerce
6
+ - product-recommendation
7
+ - instruction-tuned
8
+ license: mit
9
+ pipeline_tag: text-generation
10
+ model_type: gpt_neox
11
+ ---
12
+
13
+ # My Ecommerce Chatbot
14
+
15
+ This model uses a wrapped instruction prompt to help customers choose products based on their needs.
16
+ It behaves like a chatbot and returns JSON when asked.
17
+
18
+ ## Instruction Behavior
19
+
20
+ The chatbot must:
21
+
22
+ - Ask clarifying questions when needed.
23
+ - Recommend products **only** from provided product lists.
24
+ - Answer using clean, helpful language.
25
+ - Return JSON when explicitly requested.
26
+
27
+ ### Example Instruction
28
+
29
+ > "Given the customer's message and the list of products, return JSON: `{ \"selected_product_ids\": [...] }`"