update ch05
This commit is contained in:
10
docs/chapter5/code/tokenizer_k/special_tokens_map.json
Normal file
10
docs/chapter5/code/tokenizer_k/special_tokens_map.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"bos_token": "<|im_start|>",
|
||||
"eos_token": "<|im_end|>",
|
||||
"unk_token": "<unk>",
|
||||
"pad_token": "<|im_end|>",
|
||||
"additional_special_tokens": [
|
||||
"<s>",
|
||||
"</s>"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user