PanosP99 commited on
Commit
62a63b7
·
verified ·
1 Parent(s): 7a4840b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # My Ecommerce Chatbot
2
 
3
  This model uses a wrapped instruction prompt to help customers choose products based on their needs.
@@ -8,9 +20,10 @@ It behaves like a chatbot and returns JSON when asked.
8
  The chatbot must:
9
 
10
  - Ask clarifying questions when needed.
11
- - Recommend products ONLY from provided product lists.
12
- - Answer using clean language.
13
  - Return JSON when explicitly requested.
14
 
15
- Example instruction:
16
- "Given the customer's message and the list of products, return JSON: {\"selected_product_ids\": [...]}"
 
 
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.
 
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\": [...] }`"