add config
Browse files- config.json +6 -0
- tokenizer_config.json +1 -1
config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "sentencepiece_ja",
|
3 |
+
"auto_map": {
|
4 |
+
"AutoTokenizer": "sentencepiece_ja.SentencePieceJA"
|
5 |
+
}
|
6 |
+
}
|
tokenizer_config.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
-
"tokenizer_class": "
|
4 |
}
|
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
+
"tokenizer_class": "SentencePieceJA"
|
4 |
}
|