mdomina commited on
Commit
613f5e8
·
verified ·
1 Parent(s): 3190603

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -8,6 +8,6 @@
8
  "model_max_length": 16384,
9
  "pad_token": "<|end▁of▁sentence|>",
10
  "sp_model_kwargs": {},
11
- "tokenizer_class": "TokenizersBackend",
12
  "unk_token": null
13
  }
 
8
  "model_max_length": 16384,
9
  "pad_token": "<|end▁of▁sentence|>",
10
  "sp_model_kwargs": {},
11
+ "tokenizer_class": "LlamaTokenizerFast",
12
  "unk_token": null
13
  }