NanoZephyr / tokenizer.json
QuantaSparkLabs's picture
Upload folder using huggingface_hub
bd8297e verified
Raw
History Blame Contribute Delete
2.13 kB
{
"version": "1.0",
"truncation": {
"direction": "Right",
"max_length": 16,
"strategy": "LongestFirst",
"stride": 0
},
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<|endoftext|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "<|pad|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": null,
"pre_tokenizer": {
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": true,
"use_regex": true
},
"post_processor": {
"type": "TemplateProcessing",
"single": [
{
"Sequence": {
"id": "A",
"type_id": 0
}
}
],
"pair": [
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"Sequence": {
"id": "B",
"type_id": 1
}
}
],
"special_tokens": {}
},
"decoder": {
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": true,
"use_regex": true
},
"model": {
"type": "BPE",
"dropout": null,
"unk_token": null,
"continuing_subword_prefix": null,
"end_of_word_suffix": null,
"fuse_unk": false,
"byte_fallback": false,
"ignore_merges": false,
"vocab": {
"<|endoftext|>": 0,
"<|pad|>": 1,
"a": 2,
"b": 3,
"c": 4,
"d": 5,
"e": 6,
"f": 7,
"g": 8,
"h": 9,
"i": 10,
"j": 11,
"k": 12,
"l": 13,
"m": 14,
"n": 15,
"o": 16,
"p": 17,
"q": 18,
"r": 19,
"s": 20,
"t": 21,
"u": 22,
"v": 23,
"w": 24,
"x": 25,
"y": 26,
"z": 27,
"Ġ": 28,
"Ġz": 29,
"Ġx": 30,
"Ġi": 31
},
"merges": [
[
"Ġ",
"z"
],
[
"Ġ",
"x"
],
[
"Ġ",
"i"
]
]
}
}