Tinkex.Types.LoraConfig (Tinkex v0.3.4)

View Source

LoRA configuration for model fine-tuning.

Mirrors Python tinker.types.LoraConfig.

Summary

Types

t()

@type t() :: %Tinkex.Types.LoraConfig{
  rank: pos_integer(),
  seed: integer() | nil,
  train_attn: boolean(),
  train_mlp: boolean(),
  train_unembed: boolean()
}