ModelData
class mint.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.
Referenced by¶
- mint.types.GetInfoResponse