File size: 447 Bytes
64570f2
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "cls_token": "[CLS]",
  "do_lower_case": false,
  "encoding": "utf8",
  "mask_token": "[MASK]",
  "model_max_length": 512,
  "pad_token": "[PAD]",
  "sep_token": "[SEP]",
  "sp_model_kwargs": {},
  "special_tokens_map_file": "/home/laurerm/.cache/huggingface/hub/models--susnato--ernie-m-base_pytorch/snapshots/dc3909120bc2c81f9e527b758df2b3ba79b63720/special_tokens_map.json",
  "tokenizer_class": "ErnieMTokenizer",
  "unk_token": "[UNK]"
}