Update README.md
Browse files
README.md
CHANGED
@@ -86,11 +86,11 @@ Com puc accedir a la meva factura?
|
|
86 |
|
87 |
- Custom prompts are created to structure the input and output in a way that is beneficial for a customer service chatbot.
|
88 |
- Each prompt includes:
|
89 |
-
- Beginning of the sequence token (
|
90 |
- Instruction text (defining the role and language of the model)
|
91 |
- Input text (customer's message)
|
92 |
- Expected response text
|
93 |
-
- End of the sequence token (
|
94 |
|
95 |
### Training Process
|
96 |
|
|
|
86 |
|
87 |
- Custom prompts are created to structure the input and output in a way that is beneficial for a customer service chatbot.
|
88 |
- Each prompt includes:
|
89 |
+
- Beginning of the sequence token (`<|startoftext|>`)
|
90 |
- Instruction text (defining the role and language of the model)
|
91 |
- Input text (customer's message)
|
92 |
- Expected response text
|
93 |
+
- End of the sequence token (`<|endoftext|>`)
|
94 |
|
95 |
### Training Process
|
96 |
|