fix config
Browse files- special_tokens_map.json +1 -1
- tokenizer.json +0 -0
- tokenizer_config.json +2 -3
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 |
-
"
|
4 |
-
"tokenizer_class": "SentencePieceJA"
|
5 |
}
|
|
|
1 |
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"tokenizer_class": "sentencepiece_ja.SentencePieceJA"
|
|
|
4 |
}
|