File size: 674 Bytes
f210348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "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": "manirai91/enlm-r",
  "pad_token": "<pad>",
  "sep_token": "</s>",
  "sp_model_kwargs": {
    "alpha": 0.1,
    "enable_sampling": true,
    "nbest_size": 64
  },
  "special_tokens_map_file": "/root/.cache/huggingface/hub/models--manirai91--enlm-r/snapshots/a9603d1c75834cf742a25ac90a6aac21cd5600cc/special_tokens_map.json",
  "tokenizer_class": "XLMRobertaTokenizer",
  "unk_token": "<unk>"
}