OxxoCodes AshtonIsNotHere commited on
Commit
e1910dc
1 Parent(s): 761e0f7

Fix: Update model_max_length to 4096 (#2)

Browse files

- Fix: Update model_max_length to 4096 (461689d6c66b78591f7f2c98141569e813c0d01e)


Co-authored-by: Ashton Williamson <AshtonIsNotHere@users.noreply.huggingface.co>

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": true, "remove_space": true, "keep_accents": false, "bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "<unk>", "sep_token": "[SEP]", "pad_token": "<pad>", "cls_token": "[CLS]", "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false, "__type": "AddedToken"}, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "albert-base-v1", "tokenizer_class": "AlbertTokenizer"}
 
1
+ {"do_lower_case": true, "remove_space": true, "keep_accents": false, "bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "<unk>", "sep_token": "[SEP]", "pad_token": "<pad>", "cls_token": "[CLS]", "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false, "__type": "AddedToken"}, "model_max_length": 4096, "special_tokens_map_file": null, "name_or_path": "albert-base-v1", "tokenizer_class": "AlbertTokenizer"}