File size: 691 Bytes
1c1c644
 
 
 
6af9e9b
1c1c644
6af9e9b
1c1c644
 
 
 
 
 
 
 
6af9e9b
1c1c644
6af9e9b
1c1c644
6af9e9b
 
1c1c644
6af9e9b
 
1c1c644
 
6af9e9b
1c1c644
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "bos_token": "<s>",
  "clean_up_tokenization_spaces": true,
  "cls_token": "<s>",
  "do_lower_case": false,
  "eos_token": "</s>",
  "full_tokenizer_file": null,
  "mask_token": {
    "__type": "AddedToken",
    "content": "<mask>",
    "lstrip": true,
    "normalized": true,
    "rstrip": false,
    "single_word": false
  },
  "max_length": 256,
  "model_max_length": 512,
  "pad_to_multiple_of": null,
  "pad_token": "<pad>",
  "pad_token_type_id": 0,
  "padding_side": "right",
  "sep_token": "</s>",
  "sp_model_kwargs": {},
  "stride": 128,
  "tokenizer_class": "XLMRobertaTokenizer",
  "truncation_side": "right",
  "truncation_strategy": "only_second",
  "unk_token": "<unk>"
}