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

Improve OAI consistency when generating model cards #15

Closed
2 tasks done
j2whiting opened this issue Feb 6, 2024 · 0 comments
Closed
2 tasks done

Improve OAI consistency when generating model cards #15

j2whiting opened this issue Feb 6, 2024 · 0 comments
Assignees

Comments

@j2whiting
Copy link
Contributor

j2whiting commented Feb 6, 2024

We are seeing inconsistent output formats for model cards:

"ModelCardAuthors": [
                "Giulia Giordano",
                "Franco Blanchini",
                "Raffaele Bruno",
                "Patrizio Colaneri",
                "Alessandro Di Filippo",
                "Angela Di Matteo",
                "Marta Colaneri"
            ],

and

"ModelCardAuthors": [
                {
                    "Giulia Giordano": "Department of Industrial Engineering, University of Trento, Trento, Italy"
                },
                {
                    "Franco Blanchini": "Dipartimento di Scienze Matematiche, Informatiche e Fisiche, University of Udine, Udine, Italy"
                },
                {
                    "Raffaele Bruno": "Division of Infectious Diseases I, Fondazione IRCCS Policlinico San Matteo, Pavia, Italy"
                },
                {
                    "Patrizio Colaneri": "Dipartimento di Elettronica, Informazione e Bioingegneria, Politecnico di Milano, Milano, Italy"
                }
            ]

TODO:

  • use deterministic generation params
  • add more detailed schema information to the model card prompt
@j2whiting j2whiting self-assigned this Feb 6, 2024
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

No branches or pull requests

1 participant