Tunedmodel

Opinionated, end-to-end framework for shipping fine-tuned language models.

tunedmodel.com

GitHub starsHex versionHexDocsMIT License

What is Tunedmodel?

Tunedmodel is an Elixir-first framework for building, evaluating, and shipping fine-tuned language models.

It provides a consistent project shape and tooling so a “model” is more than weights:

What is a Tunedmodel Project?

A Tunedmodel project is the unit you build and ship.

It’s a repository that bundles everything required to go from:

In practice, a project typically includes:

Key capabilities (planned)

Typical workflow (planned)

Tech stack (Elixir)

Tunedmodel is centered on Elixir/OTP, with likely integrations across:

Installation

If/when Tunedmodel is published to Hex, install by adding tunedmodel to mix.exs:

def deps do
  [
    {:tunedmodel, "~> 0.1.1"}
  ]
end

HexDocs: https://hexdocs.pm/tunedmodel/