Files
polish-gpt2-small-v2/tokenizer_config.json

15 lines
322 B
JSON
Raw Permalink Normal View History

{
"add_prefix_space": false,
"additional_special_tokens": [
"bos_token",
"eos_token",
"unk_token"
],
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}