Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[model_card] Keep the model card readable even with many datasets #3088

Merged

Conversation

tomaarsen
Copy link
Collaborator

Hello!

Pull Request overview

  • Keep the model card readable even with many datasets
  • Avoid 2 empty consecutive newlines in the model card

Details

This PR implements 2 new rules for the model cards:

  1. If the ", "-joined string of dataset names exceeds 200 characters, then we just use trained on X datasets. with X as the number of datasets, instead of just trained on the aaa, bbb, ccc, and ddd datasets.
  2. If we have more than 3 training or evaluation datasets, we add <details><summary>AllNLI</summary> and </details> around the dataset details.

cc @avsolatorio You don't have to do anything here, but you might be interesting in knowing that this will change soon.

  • Tom Aarsen

@tomaarsen tomaarsen merged commit e6a3dca into UKPLab:master Nov 26, 2024
9 checks passed
@tomaarsen tomaarsen deleted the model_card/keep_readable_with_many_datasets branch November 26, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant