You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,10 @@ The Model Card Toolkit is hosted on [PyPI](https://pypi.org/project/model-card-t
32
32
33
33
## Automatic Model Card Generation
34
34
35
-
If your machine learning pipeline uses the [TensorFlow Extended (TFX)](https://www.tensorflow.org/tfx) platform or [ML Metadata](https://www.tensorflow.org/tfx/guide/mlmd), you can automate model card generation. See `documentation/examples/MLMD_Model_Card_Toolkit_Demo.ipynb` for a demonstration of how to integrate the MCT into your pipeline.
35
+
If your machine learning pipeline uses the [TensorFlow Extended (TFX)](https://www.tensorflow.org/tfx) platform or [ML
36
+
Metadata](https://www.tensorflow.org/tfx/guide/mlmd), you can automate model card generation. See [this demo
37
+
notebook](documentation/examples/MLMD_Model_Card_Toolkit_Demo.ipynb) for a demonstration of how to integrate the MCT
0 commit comments