summaryrefslogtreecommitdiff
path: root/convert-starcoder-hf-to-gguf.py
AgeCommit message (Expand)Author
2023-10-23Update special token handling in conversion scripts for gpt2 derived tokenize...Galunid
2023-10-22llama : validate special token ids are in range when loading GGUF model (#3635)Kerfuffle
2023-10-03Work on the BPE tokenizer (#3252)goerch
2023-10-02convert : fix vocab size when not defined in hparams (#3421)cebtenzzre
2023-09-28gguf : make token scores and types optional (#3347)Cebtenzzre
2023-09-15llama : add support for StarCoder model architectures (#3187)Meng Zhang