fix: also use `add_prefix_space = True` in tokenizer config
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
|
@@ -929,6 +929,7 @@
|
|
| 929 |
"special": false
|
| 930 |
}
|
| 931 |
},
|
|
|
|
| 932 |
"clean_up_tokenization_spaces": true,
|
| 933 |
"cls_token": "[CLS]",
|
| 934 |
"mask_token": "[MASK]",
|
|
|
|
| 929 |
"special": false
|
| 930 |
}
|
| 931 |
},
|
| 932 |
+
"add_prefix_space": true,
|
| 933 |
"clean_up_tokenization_spaces": true,
|
| 934 |
"cls_token": "[CLS]",
|
| 935 |
"mask_token": "[MASK]",
|