gpt4all/gpt4all-backend/tokenizer
Aaron Miller bbcee1ced5 New tokenizer implementation for MPT and GPT-J
Improves output quality by making these tokenizers more closely
match the behavior of the huggingface `tokenizers` based BPE
tokenizers these models were trained with.

Featuring:
 * Fixed unicode handling (via ICU)
 * Fixed BPE token merge handling
 * Complete added vocabulary handling
2023-05-30 12:05:57 -04:00
..
bpe.cpp New tokenizer implementation for MPT and GPT-J 2023-05-30 12:05:57 -04:00
bpe.h New tokenizer implementation for MPT and GPT-J 2023-05-30 12:05:57 -04:00
gptj_tokenizer_config.h New tokenizer implementation for MPT and GPT-J 2023-05-30 12:05:57 -04:00
mpt_tokenizer_config.h New tokenizer implementation for MPT and GPT-J 2023-05-30 12:05:57 -04:00