File size: 224 Bytes
32143f5
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
  "vocab_size": 154,
  "tokenizer_class": "CustomTokenizer",
  "model_max_length": 14,
  "padding_side": "right",
  "truncation_side": "right",
  "special_tokens": {
    "pad_token": "[PAD]",
    "unk_token": "[UNK]"
  }
}