The information about verions of a model.
model_card_toolkit.Version(
name: Optional[Text] = None,
date: Optional[Text] = None,
diff: Optional[Text] = None
)
If there are multiple versions of the model, or there may be in the future,
it’s useful for your audience to know which version of the model is discussed
in the Model Card. If there are previous versions of this model, briefly
describe how this version is different. If no more than one version of the
model will be released, this field may be omitted.
Attributes |
name
|
The name of the version.
|
date
|
The date this version was released.
|
diff
|
The changes from the previous version.
|
Methods
__eq__
__eq__(
other
)
Class Variables |
date
|
None
|
diff
|
None
|
name
|
None
|