spitfire4794 commited on
Commit
5d34c66
·
verified ·
1 Parent(s): f15cc49

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
@@ -16,6 +16,6 @@
16
  ],
17
  "model_max_length": 1000000000000000019884624838656,
18
  "pad_token": "<|endoftext|>",
19
- "tokenizer_class": "LlamaTokenizerFast",
20
  "unk_token": "<|endoftext|>"
21
  }
 
16
  ],
17
  "model_max_length": 1000000000000000019884624838656,
18
  "pad_token": "<|endoftext|>",
19
+ "tokenizer_class": "PreTrainedTokenizerFast",
20
  "unk_token": "<|endoftext|>"
21
  }