maanaar commited on
Commit
02988d0
·
verified ·
1 Parent(s): 34c229b

Upload processor with 128 tokens

Browse files
Files changed (2) hide show
  1. tokenizer_config.json +2 -1
  2. vocab.json +0 -0
tokenizer_config.json CHANGED
@@ -24,8 +24,9 @@
24
  "eos_token": "<|endoftext|>",
25
  "errors": "replace",
26
  "extra_special_tokens": {},
27
- "model_max_length": 77,
28
  "pad_token": "<|endoftext|>",
 
29
  "tokenizer_class": "CLIPTokenizer",
30
  "unk_token": "<|endoftext|>"
31
  }
 
24
  "eos_token": "<|endoftext|>",
25
  "errors": "replace",
26
  "extra_special_tokens": {},
27
+ "model_max_length": 128,
28
  "pad_token": "<|endoftext|>",
29
+ "processor_class": "CLIPProcessor",
30
  "tokenizer_class": "CLIPTokenizer",
31
  "unk_token": "<|endoftext|>"
32
  }
vocab.json CHANGED
The diff for this file is too large to render. See raw diff