alpaca-7b / tokenizer_config.json
NHWP25179
init
92dac67
{
"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": 512,
"pad_token": null,
"padding_side": "right",
"special_tokens_map_file": "/home/nhwpziet/.cache/huggingface/hub/models--huggyllama--llama-7b/snapshots/08637d38e9bb252ab07374f32c401b70c3066f27/special_tokens_map.json",
"tokenizer_class": "LlamaTokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}