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

Place to add citation information to the model card #40

Open
swsachith opened this issue Jan 28, 2025 · 1 comment
Open

Place to add citation information to the model card #40

swsachith opened this issue Jan 28, 2025 · 1 comment
Assignees

Comments

@swsachith
Copy link
Contributor

There should be a placeholder for citation in the model card.

@nee1k
Copy link
Collaborator

nee1k commented Feb 20, 2025

Including citation as a parameter of type str

Example:

model = AIModel(
            name="Model",
            version="1.0",
            description="Model",
            owner="user",
            location=self.location,
            license="Apache-2.0",
            framework="pytorch",
            model_type="cnn",
            test_accuracy=0.76,
            citation="https://doi.org/10.48550"
        )

@nee1k nee1k self-assigned this Feb 20, 2025
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

2 participants