File size: 374 Bytes
754157f 65765ee 754157f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"add_bos_token": false,
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"errors": "replace",
"model_max_length": 1024,
"no_timestamps": true,
"pad_token": "<|endoftext|>",
"return_attention_mask": false,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}
|