Update tokenizer/tokenizer_config.json
Browse files
tokenizer/tokenizer_config.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
"single_word": false
|
| 20 |
},
|
| 21 |
"errors": "replace",
|
| 22 |
-
"model_max_length":
|
| 23 |
"pad_token": "<|endoftext|>",
|
| 24 |
"tokenizer_class": "CLIPTokenizer",
|
| 25 |
"unk_token": {
|
|
|
|
| 19 |
"single_word": false
|
| 20 |
},
|
| 21 |
"errors": "replace",
|
| 22 |
+
"model_max_length": 77,
|
| 23 |
"pad_token": "<|endoftext|>",
|
| 24 |
"tokenizer_class": "CLIPTokenizer",
|
| 25 |
"unk_token": {
|