PyLoomer_CodeParrot / tokenizer_config.json
anujsahani01's picture
Training in progress, step 500
72201cc
raw
history blame
No virus
380 Bytes
{
"add_prefix_space": false,
"additional_special_tokens": [
"<SYSTEM_TASK:>",
"<USER_TASK:>",
"<ASSISTANT_TASK:>",
"<END_TASK>"
],
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"pad_token": "<PAD>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}