tiny-random-XGLMForCausalLM / tokenizer_config.json
hf-transformers-bot's picture
Upload tiny models for XGLMForCausalLM
8cc3ef8
raw
history blame contribute delete
No virus
557 Bytes
{
"additional_special_tokens": [
"<madeupword0>",
"<madeupword1>",
"<madeupword2>",
"<madeupword3>",
"<madeupword4>",
"<madeupword5>",
"<madeupword6>"
],
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "</s>",
"model_max_length": 512,
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": "hf_models/xglm-564M/special_tokens_map.json",
"tokenizer_class": "XGLMTokenizer",
"tokenizer_file": null,
"unk_token": "<unk>"
}