AuriAetherwiing commited on
Commit
0c7c2a0
1 Parent(s): f43ef9e

Fix tokenizer bug

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -9,5 +9,5 @@
9
  "sp_model_kwargs": {},
10
  "clean_up_tokenization_spaces": false,
11
  "legacy": true,
12
- "tokenizer_class": "LlamaTokenizer"
13
  }
 
9
  "sp_model_kwargs": {},
10
  "clean_up_tokenization_spaces": false,
11
  "legacy": true,
12
+ "tokenizer_class": "PreTrainedTokenizerFast"
13
  }