Text Generation
Transformers
PyTorch
4 languages
xglm
Inference Endpoints
wangchanglm / tokenizer_config.json
nutkung1's picture
Upload 9 files
74cf9a6
raw
history blame contribute delete
No virus
519 Bytes
{
"additional_special_tokens": [
"<madeupword0>",
"<madeupword1>",
"<madeupword2>",
"<madeupword3>",
"<madeupword4>",
"<madeupword5>",
"<madeupword6>"
],
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": "hf_models/xglm-564M/special_tokens_map.json",
"tokenizer_class": "XGLMTokenizer",
"unk_token": "<unk>"
}