https://github.com/google-research/mozolm
MozoLM: A language model (LM) serving library
https://github.com/google-research/mozolm
assistive-technology augmentative-communication language-modeling
Last synced: 6 months ago
JSON representation
MozoLM: A language model (LM) serving library
- Host: GitHub
- URL: https://github.com/google-research/mozolm
- Owner: google-research
- License: apache-2.0
- Created: 2020-10-30T04:16:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T13:27:16.000Z (8 months ago)
- Last Synced: 2025-04-03T00:51:55.514Z (6 months ago)
- Topics: assistive-technology, augmentative-communication, language-modeling
- Language: C++
- Homepage:
- Size: 10.4 MB
- Stars: 44
- Watchers: 7
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/google-research/mozolm/blob/main/LICENSE)
[](https://en.cppreference.com/w/cpp/17)
[](https://github.com/google-research/mozolm/actions?query=workflow%3A%22linux%22)
[](https://github.com/google-research/mozolm/actions?query=workflow%3A%22macos%22)
[](https://github.com/google-research/mozolm/actions?query=workflow%3A%22windows%22)
[](https://github.com/google-research/mozolm/actions?query=workflow%3A%22android%22)
[](https://github.com/google-research/mozolm/actions?query=workflow%3A%22ios%22)# MozoLM
[
](https://openaac.slack.com/)
A language model serving library, with middleware functionality including mixing
of probabilities from disparate base language model types and tokenizations
along with RPC client/server interactions.## License
MozoLM is licensed under the terms of the Apache license. See [LICENSE](LICENSE)
for more information.## Citation
If you use this software in a publication, please cite the accompanying
[paper](https://aclanthology.org/2022.slpat-1.1.pdf) from
[SLPAT 2022](http://www.slpat.org/slpat2022/):```bibtex
@inproceedings{roark-gutkin-2022-design,
title = "Design principles of an open-source language modeling microservice package for {AAC} text-entry applications",
author = "Roark, Brian and Gutkin, Alexander",
booktitle = "Ninth Workshop on Speech and Language Processing for Assistive Technologies (SLPAT-2022)",
month = may,
year = "2022",
address = "Dublin, Ireland",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2022.slpat-1.1",
doi = "10.18653/v1/2022.slpat-1.1",
pages = "1--16",
}
```## Mandatory Disclaimer
This is not an officially supported Google product.