File size: 710 Bytes
62a63b7
 
 
 
 
 
 
 
 
 
 
 
b38aed7
 
 
 
 
 
 
 
 
 
62a63b7
 
b38aed7
 
62a63b7
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
language: en
tags:
  - chatbot
  - ecommerce
  - product-recommendation
  - instruction-tuned
license: mit
pipeline_tag: text-generation
model_type: gpt_neox
---

# My Ecommerce Chatbot

This model uses a wrapped instruction prompt to help customers choose products based on their needs.  
It behaves like a chatbot and returns JSON when asked.

## Instruction Behavior

The chatbot must:

- Ask clarifying questions when needed.
- Recommend products **only** from provided product lists.
- Answer using clean, helpful language.
- Return JSON when explicitly requested.

### Example Instruction

> "Given the customer's message and the list of products, return JSON: `{ \"selected_product_ids\": [...] }`"