jimmymeister commited on
Commit
aa66ee2
1 Parent(s): aafb8e3

add clean_up_tokenization_spaces=True

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +6 -1
tokenizer_config.json CHANGED
@@ -1 +1,6 @@
1
- {"model_max_length": 512, "special_tokens_map_file": "input_models/johngiorgi-declutr-small-all-paraphrase-multilingual/0_Transformer/special_tokens_map.json", "full_tokenizer_file": null}
 
 
 
 
 
 
1
+ {
2
+ "model_max_length": 512,
3
+ "special_tokens_map_file": "input_models/johngiorgi-declutr-small-all-paraphrase-multilingual/0_Transformer/special_tokens_map.json",
4
+ "full_tokenizer_file": null,
5
+ "clean_up_tokenization_spaces": true
6
+ }