open-weight model

A machine learning model whose weights (learned parameters) are publicly accessible, enabling local deployment, auditing, and customization without proprietary restrictions. Differs from closed-weight models (e.g., most commercial LLMs) where weights are withheld.

Key characteristics:

  • Weights available for download (e.g., via public repositories)
  • May not include full training code/data (only weights)
  • Enables offline use, customization, and transparency
  • Often distributed under permissive licenses

Recent examples:

References: