ModelData - Tinker Documentation
tinker.types.ModelData
class tinker.types.ModelData( BaseModel)
Metadata about a model's architecture and configuration.
Fields:
- arch ( Optional[str]) – The model architecture identifier.
- model_name ( Optional[str]) – The human-readable model name.
- tokenizer_id ( Optional[str]) – The identifier of the tokenizer used by this model.