AlphaRandy commited on
Commit
c1b87d4
1 Parent(s): 90fd835

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -1
tokenizer_config.json CHANGED
@@ -3,7 +3,6 @@
3
  "bos_token": "<|startoftext|>",
4
  "eos_token": "<|endoftext|>",
5
  "unk_token": "<|unk|>",
6
- "pad_token": "<|pad|>",
7
  "additional_special_tokens": ["<|user|>", "<|bot|>", "<|system|>"],
8
  "chat_template": "<|user|>:<|bot|>:<|system|>"
9
  }
 
3
  "bos_token": "<|startoftext|>",
4
  "eos_token": "<|endoftext|>",
5
  "unk_token": "<|unk|>",
 
6
  "additional_special_tokens": ["<|user|>", "<|bot|>", "<|system|>"],
7
  "chat_template": "<|user|>:<|bot|>:<|system|>"
8
  }