if001 commited on
Commit
004c3d7
1 Parent(s): 87bd0bc

fix config

Browse files
special_tokens_map.json CHANGED
@@ -1 +1 @@
1
- {}
 
1
+ {"eos_token": "<EOS>", "unk_token": "<UNK>", "pad_token": "<PAD>", "bos_token": "<BOS>", "additional_special_tokens": []}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "clean_up_tokenization_spaces": true,
3
- "model_max_length": 1000000000000000019884624838656,
4
- "tokenizer_class": "SentencePieceJA"
5
  }
 
1
  {
2
+ "clean_up_tokenization_spaces": true,
3
+ "tokenizer_class": "sentencepiece_ja.SentencePieceJA"
 
4
  }