| { | |
| "version": "1.0", | |
| "truncation": null, | |
| "padding": null, | |
| "added_tokens": [ | |
| { | |
| "id": 0, | |
| "content": "<unk>", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| }, | |
| { | |
| "id": 1, | |
| "content": "<s>", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| }, | |
| { | |
| "id": 2, | |
| "content": "</s>", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| }, | |
| { | |
| "id": 60, | |
| "content": "<pad>", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| } | |
| ], | |
| "normalizer": null, | |
| "pre_tokenizer": { | |
| "type": "Metaspace", | |
| "replacement": "▁", | |
| "prepend_scheme": "first", | |
| "split": false | |
| }, | |
| "post_processor": { | |
| "type": "TemplateProcessing", | |
| "single": [ | |
| { | |
| "SpecialToken": { | |
| "id": "<s>", | |
| "type_id": 0 | |
| } | |
| }, | |
| { | |
| "Sequence": { | |
| "id": "A", | |
| "type_id": 0 | |
| } | |
| } | |
| ], | |
| "pair": [ | |
| { | |
| "SpecialToken": { | |
| "id": "<s>", | |
| "type_id": 0 | |
| } | |
| }, | |
| { | |
| "Sequence": { | |
| "id": "A", | |
| "type_id": 0 | |
| } | |
| }, | |
| { | |
| "SpecialToken": { | |
| "id": "<s>", | |
| "type_id": 1 | |
| } | |
| }, | |
| { | |
| "Sequence": { | |
| "id": "B", | |
| "type_id": 1 | |
| } | |
| } | |
| ], | |
| "special_tokens": { | |
| "<s>": { | |
| "id": "<s>", | |
| "ids": [ | |
| 1 | |
| ], | |
| "tokens": [ | |
| "<s>" | |
| ] | |
| } | |
| } | |
| }, | |
| "decoder": { | |
| "type": "Sequence", | |
| "decoders": [ | |
| { | |
| "type": "Replace", | |
| "pattern": { | |
| "String": "▁" | |
| }, | |
| "content": " " | |
| }, | |
| { | |
| "type": "ByteFallback" | |
| }, | |
| { | |
| "type": "Fuse" | |
| }, | |
| { | |
| "type": "Strip", | |
| "content": " ", | |
| "start": 1, | |
| "stop": 0 | |
| } | |
| ] | |
| }, | |
| "model": { | |
| "type": "BPE", | |
| "dropout": null, | |
| "unk_token": "<unk>", | |
| "continuing_subword_prefix": null, | |
| "end_of_word_suffix": null, | |
| "fuse_unk": true, | |
| "byte_fallback": true, | |
| "ignore_merges": false, | |
| "vocab": { | |
| "<unk>": 0, | |
| "<s>": 1, | |
| "</s>": 2, | |
| "#": 3, | |
| "%": 4, | |
| "(": 5, | |
| ")": 6, | |
| "+": 7, | |
| "-": 8, | |
| "/": 9, | |
| "0": 10, | |
| "1": 11, | |
| "2": 12, | |
| "3": 13, | |
| "4": 14, | |
| "5": 15, | |
| "6": 16, | |
| "7": 17, | |
| "8": 18, | |
| "9": 19, | |
| "=": 20, | |
| "@": 21, | |
| "B": 22, | |
| "C": 23, | |
| "F": 24, | |
| "H": 25, | |
| "I": 26, | |
| "N": 27, | |
| "O": 28, | |
| "P": 29, | |
| "S": 30, | |
| "[": 31, | |
| "\\": 32, | |
| "]": 33, | |
| "c": 34, | |
| "i": 35, | |
| "l": 36, | |
| "n": 37, | |
| "o": 38, | |
| "p": 39, | |
| "r": 40, | |
| "s": 41, | |
| "▁": 42, | |
| "cc": 43, | |
| "CC": 44, | |
| "O)": 45, | |
| "c1": 46, | |
| "=O)": 47, | |
| "(=O)": 48, | |
| "(C": 49, | |
| "c2": 50, | |
| "H]": 51, | |
| "[C": 52, | |
| "[C@": 53, | |
| "c1cc": 54, | |
| "c(": 55, | |
| "(C)": 56, | |
| "C(=O)": 57, | |
| "▁C": 58, | |
| "[C@@": 59 | |
| }, | |
| "merges": [ | |
| [ | |
| "c", | |
| "c" | |
| ], | |
| [ | |
| "C", | |
| "C" | |
| ], | |
| [ | |
| "O", | |
| ")" | |
| ], | |
| [ | |
| "c", | |
| "1" | |
| ], | |
| [ | |
| "=", | |
| "O)" | |
| ], | |
| [ | |
| "(", | |
| "=O)" | |
| ], | |
| [ | |
| "(", | |
| "C" | |
| ], | |
| [ | |
| "c", | |
| "2" | |
| ], | |
| [ | |
| "H", | |
| "]" | |
| ], | |
| [ | |
| "[", | |
| "C" | |
| ], | |
| [ | |
| "[C", | |
| "@" | |
| ], | |
| [ | |
| "c1", | |
| "cc" | |
| ], | |
| [ | |
| "c", | |
| "(" | |
| ], | |
| [ | |
| "(C", | |
| ")" | |
| ], | |
| [ | |
| "C", | |
| "(=O)" | |
| ], | |
| [ | |
| "▁", | |
| "C" | |
| ], | |
| [ | |
| "[C@", | |
| "@" | |
| ] | |
| ] | |
| } | |
| } |