ggml-org/ggml

ggml : implement a spellcheck model (xfspell, t5-spellchecker, etc)

Open

#233 建立於 2023年6月6日

在 GitHub 查看
 (12 留言) (10 反應) (0 負責人)C++ (1,646 fork)auto 404
good first issuehelp wantedmodelroadmap

倉庫指標

Star
 (14,741 star)
PR 合併指標
 (平均合併 33分鐘) (30 天內合併 12 個 PR)

描述

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.

貢獻者指南