Minsang yjoonjang commited on
Commit
9708f9c
·
verified ·
1 Parent(s): b5c71f3

Set tokenizer "model_max_length" property to 16384 (#1)

Browse files

- Set tokenizer "model_max_length" property to 16384 (c0288a3ea4b5d17d24e819a32cf45c9bbf9da7c3)


Co-authored-by: Youngjoon Jang <yjoonjang@users.noreply.huggingface.co>

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -312,7 +312,7 @@
312
  "eos_token": "<\\s>",
313
  "extra_special_tokens": {},
314
  "mask_token": "<mask>",
315
- "model_max_length": 1024,
316
  "pad_token": "<pad>",
317
  "sep_token": "<sep>",
318
  "strip_accents": null,
 
312
  "eos_token": "<\\s>",
313
  "extra_special_tokens": {},
314
  "mask_token": "<mask>",
315
+ "model_max_length": 16384,
316
  "pad_token": "<pad>",
317
  "sep_token": "<sep>",
318
  "strip_accents": null,