hh_rlhf_rm_open_llama_3b / tokenizer_config.json
weqweasdas's picture
upload models
dcd09c3
{
"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": 2048,
"pad_token": null,
"special_tokens_map_file": "/home/xiongwei/.cache/huggingface/hub/models--openlm-research--open_llama_3b/snapshots/141067009124b9c0aea62c76b3eb952174864057/special_tokens_map.json",
"tokenizer_class": "LlamaTokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}