Roadmap¶
Where Olaverse is heading. Shipped items are marked โ; everything else is planned and subject to change. Follow progress on GitHub.
v0.2 โ shipped โ¶
- โ
MISTTitleGeneratorโ chat titles from a user's first message (mist-tg-0.3b) - โ
MISTQuestionGeneratorโ question generation across 25 languages (mist-qg-1.5b) - โ
diacnet-1.0sentence segmentation โ long text no longer truncated - โ Documented model claims re-verified against the real checkpoints
v0.1.5 โ shipped โ¶
- โ 25-language identification (
LIDLite25,LIDNeural25,LIDNeural5_1) - โ
diacnet-1.0โ multilingual diacritization across 10 languages - โ OTK-BPE multilingual tokenizers (Swahili, Kinyarwanda, merged)
- โ Retrieval toolkit (
Reranker,Embedder) - โ Vision module (
PrismUpscaler,PrismDenoiser,PrismSteganography) - โ Datasets API (
load_dataset, DiacBench)
v0.3 โ shipped โ¶
- โ
diactag-1.0โ diacritization as per-character tagging: the output is guaranteed to be the input with marks added, per-character calibrated confidence, built-in language detection, and a 38 MB int8 CPU backend. Yoruba 0.2006 โ 0.0836 DER, Hausa 0.0593 โ 0.0041 - โ
diacnet-1.1โ the ByT5 line retrained on a larger corpus; large gains on Vietnamese, Turkish, Polish and Italian, a regression on Yoruba - โ Private/gated Hugging Face repos authenticate via the
huggingface-cli logintoken store, not justHF_TOKEN
v0.4 โ planned¶
- CLI โ command-line access to the core models:
- Pipeline API โ chain detection โ normalization โ diacritization in one call:
- REST inference API โ
olaverse serve diacnetโPOST /diacritize - More African languages across LID, DiacNet and DiacTag
v0.4 โ planned¶
- Custom fine-tuning API
- Streaming inference
- More speech tools โ progress toward trained acoustic models for the TTS pipeline
v1.0 โ planned¶
- Production deployment toolkit โ Docker images, cloud inference recipes, edge deployment guides
Not on the roadmap (deliberately)¶
More model families. The current focus is depth over breadth: making the existing models โ DiacTag, DiacNet, LID, OTK-BPE, retrieval, MIST, Prism โ easier to adopt, deploy, and trust in production.