stefan-it commited on
Commit
d36a72c
·
verified ·
1 Parent(s): 8962aeb

fix: also use `add_prefix_space = True` in tokenizer config

Browse files
Files changed (1) hide show
  1. 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]",