File size: 499 Bytes
eaf0c14
 
 
 
 
818382f
 
 
 
 
 
 
 
 
 
eaf0c14
 
 
818382f
eaf0c14
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "add_prefix_space": true,
  "bos_token": "<s>",
  "cls_token": "<s>",
  "eos_token": "</s>",
  "mask_token": {
    "__type": "AddedToken",
    "content": "<mask>",
    "lstrip": true,
    "normalized": true,
    "rstrip": false,
    "single_word": false
  },
  "model_max_length": 512,
  "name_or_path": "./results/checkpoint-final-20-langs/",
  "pad_token": "<pad>",
  "sep_token": "</s>",
  "special_tokens_map_file": null,
  "tokenizer_class": "XLMRobertaTokenizer",
  "unk_token": "<unk>"
}