Upload processor with 128 tokens
Browse files- tokenizer_config.json +2 -1
- 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":
|
| 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
|
|
|