jaketae commited on
Commit
68ac767
1 Parent(s): bb84c23

chore: add tokenizer config

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "tokenizer_class": "FastSpeech2Tokenizer"}