ggml : implement a spellcheck model (xfspell, t5-spellchecker, etc)
#233 aberto em 6 de jun. de 2023
Métricas do repositório
- Stars
- (14.741 stars)
- Métricas de merge de PR
- (Mesclagem média 33m) (12 fundiu PRs em 30d)
Description
Apple had recently announced a new transformer-based keyboard auto-correct and prediction.
xfspell seems to be an existing model that tried doing it, so why not investigate if it can be ported to GGML. If anyone know other models for predictive keyboard or auto correct, please drop your suggestions here.
Perhaps this may even be a good test case for on-device QLoRA fine-tuning.
High quality predictive keyboards and auto-correct in pure C++ can be a useful thing for open-source mobile operating systems like Ubuntu Touch and privacy-focused Android ROMs, because traditionally, such proposals got rejected because of excessive dependencies for ML inference.