Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 924 Bytes

open-source-llm.md

File metadata and controls

20 lines (12 loc) · 924 Bytes

Open-source language models

There are an increasing number of capable large language models available, including:

  • Open Language Model (OLMo)
  • Mixtral
  • Large Language Model Meta AI (LLaMA / Lllama)

OLMo may be the most open, given that it is one of the few models where the underlying training data set is also available for researchers to use.

Llama, in contrast, is an open-source model without the training dataset included, making it more difficult for researchers to understand how the model responses are generated.


Additional information