ydl1y17 commited on
Commit
da9707a
1 Parent(s): 2c90ab6

Upload custom tokenizer

Browse files
Files changed (2) hide show
  1. config.json +1 -0
  2. 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