| { | |
| "tokenizer_type": "char", | |
| "vocab_file": "vocab.json", | |
| "do_lower_case": false, | |
| "unk_token": "<UNK>", | |
| "pad_token": "<PAD>", | |
| "bos_token": "<BOS>", | |
| "eos_token": "<EOS>" | |
| } |
| { | |
| "tokenizer_type": "char", | |
| "vocab_file": "vocab.json", | |
| "do_lower_case": false, | |
| "unk_token": "<UNK>", | |
| "pad_token": "<PAD>", | |
| "bos_token": "<BOS>", | |
| "eos_token": "<EOS>" | |
| } |