Text Generation
Transformers
PyTorch
llama
guannaco
alpaca
conversational
text-generation-inference
JosephusCheung commited on
Commit
da299b0
1 Parent(s): 083a022

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -30,14 +30,14 @@ The Guanaco model has not been filtered for harmful, biased, or explicit content
30
  The format is as follows:
31
 
32
  ```
33
- ### Instruction:
34
- User: History User Input
35
- Assistant: History Assistant Answer
36
- ### Input:
37
- System: Knowledge
38
- User: New User Input
39
- ### Response:
40
- New Assistant Answer
41
  ```
42
 
43
  This structured format allows for easier tracking of the conversation history and maintaining context throughout a multi-turn dialogue.
 
30
  The format is as follows:
31
 
32
  ```
33
+ ### Instruction:
34
+ User: History User Input
35
+ Assistant: History Assistant Answer
36
+ ### Input:
37
+ System: Knowledge
38
+ User: New User Input
39
+ ### Response:
40
+ New Assistant Answer
41
  ```
42
 
43
  This structured format allows for easier tracking of the conversation history and maintaining context throughout a multi-turn dialogue.