Text Generation
Transformers
Safetensors
English
gpt2
causal-lm
chat
conversational
text-generation-inference
Fu01978 commited on
Commit
5b110ba
·
verified ·
1 Parent(s): d2dfe69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,10 +37,10 @@ A 50 million parameter causal language model trained for conversational chat, bu
37
 
38
  | Token | Purpose |
39
  |---|---|
40
- | `<\\\|startoftext\\\|>` | Beginning of conversation |
41
  | `<user>` / `</user>` | Wraps user message |
42
  | `<assistant>` / `</assistant>` | Wraps assistant response |
43
- | `<\\\|endoftext\\\|>` | End of conversation |
44
 
45
  ## Training Data
46
 
 
37
 
38
  | Token | Purpose |
39
  |---|---|
40
+ | `<\|startoftext\|>` | Beginning of conversation |
41
  | `<user>` / `</user>` | Wraps user message |
42
  | `<assistant>` / `</assistant>` | Wraps assistant response |
43
+ | `<\|endoftext\|>` | End of conversation |
44
 
45
  ## Training Data
46