Add `"add_prefix_space": true,`; this allows for much stronger token-level performance (e.g. NER, ColBERT) (#48)
Browse files- Add `"add_prefix_space": true,`; this allows for much stronger token-level performance (e.g. NER, ColBERT) (f6df40d17e86f214aa10ebba19c5f847a27a2f99)
Co-authored-by: Tom Aarsen <tomaarsen@users.noreply.huggingface.co>
- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"added_tokens_decoder": {
|
3 |
"0": {
|
4 |
"content": "|||IP_ADDRESS|||",
|
|
|
1 |
{
|
2 |
+
"add_prefix_space": true,
|
3 |
"added_tokens_decoder": {
|
4 |
"0": {
|
5 |
"content": "|||IP_ADDRESS|||",
|