Skip to content

tinker.types.ModelData

class tinker.types.ModelData(BaseModel)

Metadata about a model's architecture and configuration.

Fields:

  • arch – The model architecture identifier.
  • model_name – The human-readable model name.
  • tokenizer_id – The identifier of the tokenizer used by this model.