Polaris is a family of large language models developed by StarfleetAI, intended for use in autonomous AI agent scenarios.
It comes in several sizes:
- Small
- ... and some others one day :)
- Good at code (Python, in a first place)
- Decent context window (8k+)
- Low hallucination rate ("it's better to give up, instead of making up")
- Ability to call functions
- Good with relative dates ("Schedule a meeting at 6PM tomorrow")
- Pretty formatted outputs (nice typography, correct markdown)
- Multimodality
- Works well when quantized to 8bit (4bit is a target as well, but not for the
smallversion)
There is a long way to go before we achieve all of these, but when we eventually do, the models can become solid foundations for building autonomous AI agents.
To get more information about specific model refer to corresponding directories.