model-card-toolkit icon indicating copy to clipboard operation
model-card-toolkit copied to clipboard

A toolkit that streamlines and automates the generation of model cards

Results 8 model-card-toolkit issues
Sort by recently updated
recently updated
newest added

### What happened? When trying to pip install "model-card-toolkit>=1.0.0" in a Python 3.10 terminal, I ran into dependency conflicts even in a brand new virtual environment. I cannot find anywhere...

### What happened? Now that Model Card Toolkit is a community project, guides and API documentation will be removed from tensorflow.org and hosted elsewhere. There will still be an overview...

documentation
contributions welcome
maintenance

### What happened? When attempting to render a model card featuring a histogram with very long text (label) and numerous items, I'm facing challenges in effectively visualizing the data. For...

bug
contributions welcome

## Expected Behavior Model card generation fails due to the histogram to large. ## Actual Behavior `_draw_histogram` calls `figure_to_base64str`. The method calls `fig.savefig(buf, bbox_inches='tight', format='png')` The save fails with ```...

bug
needs more info

## Expected Behavior First cell of both example notebooks: https://colab.research.google.com/github/tensorflow/model-card-toolkit/blob/main/model_card_toolkit/documentation/examples/Standalone_Model_Card_Toolkit_Demo.ipynb https://colab.research.google.com/github/tensorflow/model-card-toolkit/blob/master/model_card_toolkit/documentation/examples/Scikit_Learn_Model_Card_Toolkit_Demo.ipynb fails to install the model-card-toolkit package. ## Actual Behavior fails to install the toolkit. ## Steps to Reproduce the...

installation

Currently, model-card-toolkit uses both single quotes and double quotes for strings. Update the codebase to use single quote strings so that we have consistent style across the project. Update yapf...

good first issue
contributions welcome
maintenance

Hi @shuklak13, following up on our call last year :) What would be the best way for us to manage our own schema that is built on Google's model card...

enhancement

I tried to install `model-card-toolkit` with python 3.10 and the following packages on my m1 max MBP. ```requirements.txt tensorflow-macos==2.11.0 tensorflow-metal==0.7.1 pandas==1.5.3 scikit-learn==1.2.2 model-card-toolkit ``` got the following error ```console The...

installation