monologg commited on
Commit
baa355e
1 Parent(s): 41b3d9b

fix: model_max_length to 512

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -11,5 +11,5 @@
11
  "eos_token": "[SEP]",
12
  "tokenize_chinese_chars": true,
13
  "strip_accents": null,
14
- "model_max_length": 514
15
  }
 
11
  "eos_token": "[SEP]",
12
  "tokenize_chinese_chars": true,
13
  "strip_accents": null,
14
+ "model_max_length": 512
15
  }