Upload custom tokenizer
Browse files- config.json +1 -0
- custom_tokenizer.json +0 -0
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"tokenizer_file": "custom_tokenizer.json", "model": {"type": "BPE"}, "normalizer": {"type": "Sequence", "normalizers": [{"type": "NFD"}, {"type": "Lowercase"}, {"type": "StripAccents"}]}, "pre_tokenizer": {"type": "Sequence", "pre_tokenizers": [{"type": "Whitespace"}, {"type": "Punctuation"}, {"type": "Digits", "individual_digits": "false"}]}, "do_lower_case": "true"}
|
custom_tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|