Skip to content

MathAndMagic/polaris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StarfleetAI Polaris LLM

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 :)

Target models characteristics

  1. Good at code (Python, in a first place)
  2. Decent context window (8k+)
  3. Low hallucination rate ("it's better to give up, instead of making up")
  4. Ability to call functions
  5. Good with relative dates ("Schedule a meeting at 6PM tomorrow")
  6. Pretty formatted outputs (nice typography, correct markdown)
  7. Multimodality
  8. Works well when quantized to 8bit (4bit is a target as well, but not for the small version)

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.