modelcards icon indicating copy to clipboard operation
modelcards copied to clipboard

📝 Utility to create, edit, and publish model cards on the Hugging Face Hub. [**Now lives in huggingface_hub**]

Results 15 modelcards issues
Sort by recently updated
recently updated
newest added

The package source on PyPI does not have any `requirements.txt`. This leads to installation failure while trying to install from the source (`*.tar.gz` file).

I wanted to know if this would be something that could be added: Add a new class method `from_string` (or similar name) to initialize a `ModelCard` when the template is...

As a user, it is surprising to me that I can add any argument to `ModelCard.from_template` only to have them silently being ignored if they don't match the template. To...

- Template for NLP models with corresponding auto-fill texts for different variables: [NLP_modelcard_new_spec.md](https://github.com/nateraw/modelcards/files/9115718/NLP_modelcard_new_spec.md) - Explanation of template variables and expected values: [nlp_modelcard_template_vars.md](https://github.com/nateraw/modelcards/files/9115723/nlp_modelcard_template_vars.md) - Examples of generating model cards using the...

This is just an idea for now...and perhaps a messy one. Not sure I like all the OOP going on here, it makes it harder to read than the current...

Right now, if `model-index` is not formatted correctly in the remote repo when using `ModelCard.load(repo_id)`, it will tell you the model-index is invalid and that we're not loading eval results....

How should a library integration developer extend the modelcard here to fit their usecase? It would be nice to start with a documentation to explain how the workflow works for...

Right now, in a couple places there are model specific items in the `RepoCard` object. If we want to support Data Cards, we should decouple these things from `RepoCard` and...