willwade commited on
Commit
e810180
1 Parent(s): 8431c4d

new trained data

Browse files

This is freshly trained on C4 subset as well as Daily Dialog and AAC text and more..

Files changed (1) hide show
  1. tokenizer_config.json +2 -0
tokenizer_config.json CHANGED
@@ -930,8 +930,10 @@
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
 
933
  "model_max_length": 512,
934
  "pad_token": "<pad>",
 
935
  "tokenizer_class": "T5Tokenizer",
936
  "unk_token": "<unk>"
937
  }
 
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
+ "legacy": false,
934
  "model_max_length": 512,
935
  "pad_token": "<pad>",
936
+ "sp_model_kwargs": {},
937
  "tokenizer_class": "T5Tokenizer",
938
  "unk_token": "<unk>"
939
  }