go76dof commited on
Commit
dc39318
·
verified ·
1 Parent(s): fcdbc8e

feat: upload custom trained BPE tokenizer from scratch

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -6,5 +6,5 @@
6
  "pad_token": "[PAD]",
7
  "sep_token": "[SEP]",
8
  "tokenizer_class": "TokenizersBackend",
9
- "unk_toke": "[UNK]"
10
  }
 
6
  "pad_token": "[PAD]",
7
  "sep_token": "[SEP]",
8
  "tokenizer_class": "TokenizersBackend",
9
+ "unk_token": "[UNK]"
10
  }