futurewei-test-1 / last-checkpoint /tokenizer_config.json
hemanth-kj's picture
Training in progress, step 1875
72cacfc
raw
history blame contribute delete
No virus
358 Bytes
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"device_map": "cuda",
"eos_token": "</s>",
"max_length": 256,
"model_max_length": 1000000000000000019884624838656,
"pad_token": null,
"padding": "max_length",
"sp_model_kwargs": {},
"tokenizer_class": "LlamaTokenizer",
"truncation": "longest_first",
"unk_token": "<unk>"
}