ericrisco commited on
Commit
d1a3a99
·
verified ·
1 Parent(s): 00c4e0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 (`<s>`)
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 (`</s>`)
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