| { |
| "version": "1.0", |
| "truncation": { |
| "direction": "Right", |
| "max_length": 12, |
| "strategy": "LongestFirst", |
| "stride": 0 |
| }, |
| "padding": null, |
| "added_tokens": [ |
| { |
| "id": 0, |
| "content": "<pad>", |
| "single_word": false, |
| "lstrip": false, |
| "rstrip": false, |
| "normalized": false, |
| "special": true |
| }, |
| { |
| "id": 1, |
| "content": "<eos>", |
| "single_word": false, |
| "lstrip": false, |
| "rstrip": false, |
| "normalized": false, |
| "special": true |
| }, |
| { |
| "id": 2, |
| "content": "<unk>", |
| "single_word": false, |
| "lstrip": false, |
| "rstrip": false, |
| "normalized": false, |
| "special": true |
| } |
| ], |
| "normalizer": null, |
| "pre_tokenizer": { |
| "type": "WhitespaceSplit" |
| }, |
| "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": "WordLevel", |
| "vocab": { |
| "<pad>": 0, |
| "<eos>": 1, |
| "<unk>": 2, |
| ".": 3, |
| "X": 4, |
| "O": 5, |
| "0": 6, |
| "1": 7, |
| "2": 8, |
| "3": 9, |
| "4": 10, |
| "5": 11, |
| "6": 12, |
| "7": 13, |
| "8": 14, |
| "9": 15 |
| }, |
| "unk_token": "<unk>" |
| } |
| } |