llama2_tokenizer / special_tokens_map.json
rpowalski's picture
copied from hf-internal-testing/llama-tokenizer
bca45fa
raw
history blame contribute delete
330 Bytes
{"bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}}