dpo-gpt2-dolly-rag / tokenizer_config.json
medric49's picture
Training in progress, epoch 1
ad16636 verified
raw
history blame contribute delete
No virus
1.1 kB
{
"add_prefix_space": false,
"added_tokens_decoder": {
"50256": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"50257": {
"content": "### End",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": true
},
"50258": {
"content": "### Instruction:",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": true
},
"50259": {
"content": "### Response:\n",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [
"<|endoftext|>",
"### End",
"### Instruction:",
"### Response:\n"
],
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}