Text Generation
Transformers
PyTorch
llama
conversational
text-generation-inference
yapeichang commited on
Commit
d2fd410
·
verified ·
1 Parent(s): 310cf6e

Upload special_tokens_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +11 -0
special_tokens_map.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin_of_text|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": "<|eot_id|>",
10
+ "pad_token": "[PAD]"
11
+ }