mishig HF staff commited on
Commit
5c84115
1 Parent(s): b07f64c

Update tokenizer_config.json

Browse files

As an intermediary fix, update `"model_max_length": 512` until [this github issue](https://github.com/xenova/transformers.js/issues/355#issuecomment-1760625908) gets resolved

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -5,7 +5,7 @@
5
  "do_lower_case": true,
6
  "mask_token": "[MASK]",
7
  "max_length": 128,
8
- "model_max_length": 1000000000000000019884624838656,
9
  "never_split": null,
10
  "pad_to_multiple_of": null,
11
  "pad_token": "[PAD]",
 
5
  "do_lower_case": true,
6
  "mask_token": "[MASK]",
7
  "max_length": 128,
8
+ "model_max_length": 512,
9
  "never_split": null,
10
  "pad_to_multiple_of": null,
11
  "pad_token": "[PAD]",