File size: 182 Bytes
eeecd10
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{
  "tokenizer_type": "char",
  "vocab_file": "vocab.json",
  "do_lower_case": false,
  "unk_token": "<UNK>",
  "pad_token": "<PAD>",
  "bos_token": "<BOS>",
  "eos_token": "<EOS>"
}