Fubukii commited on
Commit
672537f
·
verified ·
1 Parent(s): c9a7c01

Upload chapter05/sft_model/special_tokens_map.json with huggingface_hub

Browse files
chapter05/sft_model/special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }