Raj-Sanjay-Shah
commited on
Commit
•
aaa29ea
1
Parent(s):
cb76d2a
Update tokenizer_config.json
Browse files- tokenizer_config.json +2 -1
tokenizer_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"add_prefix_space": true,
|
3 |
"added_tokens_decoder": {
|
4 |
"0": {
|
@@ -61,4 +62,4 @@
|
|
61 |
"truncation_side": "right",
|
62 |
"truncation_strategy": "longest_first",
|
63 |
"unk_token": "<unk>"
|
64 |
-
}
|
|
|
1 |
{
|
2 |
+
"errors": "replace",
|
3 |
"add_prefix_space": true,
|
4 |
"added_tokens_decoder": {
|
5 |
"0": {
|
|
|
62 |
"truncation_side": "right",
|
63 |
"truncation_strategy": "longest_first",
|
64 |
"unk_token": "<unk>"
|
65 |
+
}
|