t1 / tokenizer_config.json
psychopenguin's picture
Training in progress, step 64
7234082 verified
raw
history blame contribute delete
519 Bytes
{
"backend": "tokenizers",
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"extra_special_tokens": [
"<|user|>",
"<|assistant|>",
"<|end|>"
],
"is_local": false,
"max_length": 512,
"model_max_length": 1000000000000000019884624838656,
"pad_to_multiple_of": null,
"pad_token": "[PAD]",
"pad_token_type_id": 0,
"padding_side": "right",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "[UNK]"
}