English
legal
umarbutler commited on
Commit
f213a8b
·
verified ·
1 Parent(s): e458fa8

feat: increase context window

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -44,7 +44,7 @@
44
  },
45
  "clean_up_tokenization_spaces": false,
46
  "extra_special_tokens": {},
47
- "model_max_length": 8192,
48
  "use_fast": true,
49
  "tokenizer_class": "GPT2TokenizerFast",
50
  "bos_token": "<|startoftext|>",
 
44
  },
45
  "clean_up_tokenization_spaces": false,
46
  "extra_special_tokens": {},
47
+ "model_max_length": 16384,
48
  "use_fast": true,
49
  "tokenizer_class": "GPT2TokenizerFast",
50
  "bos_token": "<|startoftext|>",