all_04_24_june / tokenizer /special_tokens_map.json
jordiclive's picture
Upload tokenizer with huggingface_hub
e98d408
raw
history blame
No virus
467 Bytes
{
"additional_special_tokens": [
{
"content": "<ENTITY_CHAIN>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": " </ENTITY_CHAIN> ",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|endoftext|>",
"unk_token": "<|endoftext|>"
}