File size: 300 Bytes
e6c9142 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"errors": "replace",
"is_local": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}
|