Aye10032 commited on
Commit
84972a2
1 Parent(s): 13b002d

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +1 -1
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -42,5 +42,5 @@
42
  "pad_token": "|<PAD>|",
43
  "pad_token_type_id": 0,
44
  "padding_side": "right",
45
- "tokenizer_class": "T2GeniusTokenizer"
46
  }
 
42
  "pad_token": "|<PAD>|",
43
  "pad_token_type_id": 0,
44
  "padding_side": "right",
45
+ "tokenizer_class": "PreTrainedTokenizerFast"
46
  }