spitfire4794 commited on
Commit
db101bf
·
verified ·
1 Parent(s): c2b3af0

Update tokenizer_class to LlamaTokenizerFast for GGUF compatibility

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -16,6 +16,6 @@
16
  ],
17
  "model_max_length": 1000000000000000019884624838656,
18
  "pad_token": "<|endoftext|>",
19
- "tokenizer_class": "TokenizersBackend",
20
  "unk_token": "<|endoftext|>"
21
- }
 
16
  ],
17
  "model_max_length": 1000000000000000019884624838656,
18
  "pad_token": "<|endoftext|>",
19
+ "tokenizer_class": "LlamaTokenizerFast",
20
  "unk_token": "<|endoftext|>"
21
+ }