Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ pipeline_tag: text-generation
|
|
12 |
widget:
|
13 |
- messages:
|
14 |
- role: user
|
15 |
-
content:
|
16 |
---
|
17 |
|
18 |
# Mistral-7B-Restaurants
|
@@ -41,7 +41,7 @@ tokenizer = AutoTokenizer.from_pretrained("bitext/Mistral-7B-Restaurants")
|
|
41 |
|
42 |
messages = [
|
43 |
{"role": "system", "content": "You are an expert in customer support for Restaurants."},
|
44 |
-
{"role": "user", "content": "
|
45 |
]
|
46 |
|
47 |
encoded = tokenizer.apply_chat_template(messages, return_tensors="pt")
|
|
|
12 |
widget:
|
13 |
- messages:
|
14 |
- role: user
|
15 |
+
content: id like to check ur menu
|
16 |
---
|
17 |
|
18 |
# Mistral-7B-Restaurants
|
|
|
41 |
|
42 |
messages = [
|
43 |
{"role": "system", "content": "You are an expert in customer support for Restaurants."},
|
44 |
+
{"role": "user", "content": "id like to check ur menu"},
|
45 |
]
|
46 |
|
47 |
encoded = tokenizer.apply_chat_template(messages, return_tensors="pt")
|