ideasbyjin
commited on
Commit
·
78f9161
1
Parent(s):
cfd7b92
Tokenizer config
Browse files- tokenizer_config.json +2 -2
tokenizer_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
"do_lower_case": false,
|
3 |
-
"special_tokens_map_file":
|
4 |
"full_tokenizer_file": null
|
5 |
-
}
|
|
|
1 |
{
|
2 |
"do_lower_case": false,
|
3 |
+
"special_tokens_map_file": "special_tokens_map.json",
|
4 |
"full_tokenizer_file": null
|
5 |
+
}
|