Transformers
English
trl
rlhf
llama-7b-se-rm-peft / tokenizer_config.json
kashif's picture
kashif HF staff
Upload tokenizer
0e4c11e
raw
history blame contribute delete
No virus
838 Bytes
{
"bos_token": {
"__type": "AddedToken",
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"clean_up_tokenization_spaces": false,
"eos_token": {
"__type": "AddedToken",
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 1000000000000000019884624838656,
"pad_token": null,
"special_tokens_map_file": "/home/lewis_huggingface_co/.cache/huggingface/hub/models--huggingface--llama-7b/snapshots/44ca77542b4c10805b72a96fe51eee1a119d149f/special_tokens_map.json",
"tokenizer_class": "LlamaTokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}