Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
- unsloth/Llama-3.2-1B
|
4 |
-
language:
|
5 |
-
- en
|
6 |
-
license: apache-2.0
|
7 |
-
tags:
|
8 |
-
- text-generation-inference
|
9 |
-
- transformers
|
10 |
-
- unsloth
|
11 |
-
- llama
|
12 |
-
- trl
|
13 |
-
datasets:
|
14 |
-
- bitext/Bitext-customer-support-llm-chatbot-training-dataset
|
15 |
-
|
|
|
16 |
|
17 |
# Uploaded model
|
18 |
|
@@ -57,4 +58,21 @@ The Llama model is trained using Bitext-customer-support-llm-chatbot-training-da
|
|
57 |
from transformers import TextStreamer
|
58 |
text_streamer = TextStreamer(tokenizer)
|
59 |
_ = model.generate(**inputs, streamer = text_streamer, max_new_tokens = 512)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
```
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- unsloth/Llama-3.2-1B
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
license: apache-2.0
|
7 |
+
tags:
|
8 |
+
- text-generation-inference
|
9 |
+
- transformers
|
10 |
+
- unsloth
|
11 |
+
- llama
|
12 |
+
- trl
|
13 |
+
datasets:
|
14 |
+
- bitext/Bitext-customer-support-llm-chatbot-training-dataset
|
15 |
+
pipeline_tag: text-generation
|
16 |
+
---
|
17 |
|
18 |
# Uploaded model
|
19 |
|
|
|
58 |
from transformers import TextStreamer
|
59 |
text_streamer = TextStreamer(tokenizer)
|
60 |
_ = model.generate(**inputs, streamer = text_streamer, max_new_tokens = 512)
|
61 |
+
|
62 |
+
Model Response:
|
63 |
+
<|begin_of_text|>Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
64 |
+
|
65 |
+
### Instruction:
|
66 |
+
I want assistance to cancel order
|
67 |
+
|
68 |
+
### Response:
|
69 |
+
I understand that you need assistance in canceling your order. I'm here to guide you through the process. To cancel your order, you can follow these steps:
|
70 |
+
|
71 |
+
1. Log in to your account on our website.
|
72 |
+
2. Navigate to the "Orders" or "My Account" section.
|
73 |
+
3. Locate your order and click on it.
|
74 |
+
4. On the order details page, locate the "Cancel Order" or "Cancel Order" option.
|
75 |
+
5. Click on it to initiate the cancellation process.
|
76 |
+
|
77 |
+
If you encounter any difficulties or have any questions during the cancellation process, please don't hesitate to reach out to us. We're here to assist you every step of the way.<|end_of_text|>
|
78 |
```
|