File size: 284 Bytes
54ba542
 
 
 
 
 
24b1bc5
54ba542
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{

  "cls_token": "[CLS]",
  "mask_token": "[MASK]",
  "unk_token": "[UNK]",
  "tokenizer_class": "CLIPTokenizerRoberta",
  "model_max_length": 77,
  "use_fast": true,
  "auto_map": {
    "AutoTokenizer": [
      "clip_tokenizer_roberta.CLIPTokenizerRoberta",
      null
      ]
  }
}