spitfire4794 commited on
Commit
dab7200
·
verified ·
1 Parent(s): feceaf6

Update tokenizer_class to PreTrainedTokenizerFast for GGUF compatibility

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -18,6 +18,6 @@
18
  "local_files_only": false,
19
  "model_max_length": 1000000000000000019884624838656,
20
  "pad_token": "<|endoftext|>",
21
- "tokenizer_class": "LlamaTokenizerFast",
22
  "unk_token": "<|endoftext|>"
23
  }
 
18
  "local_files_only": false,
19
  "model_max_length": 1000000000000000019884624838656,
20
  "pad_token": "<|endoftext|>",
21
+ "tokenizer_class": "PreTrainedTokenizerFast",
22
  "unk_token": "<|endoftext|>"
23
  }