ermu2001 commited on
Commit
26544b4
1 Parent(s): dd16702

Upload MODELS/3D_Animation_Diffusion/tokenizer/special_tokens_map.json with huggingface_hub

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