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

fix(get_model_data): Parse model_card instead of spec #107

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gaiborjosue
Copy link
Contributor

Hello,

This pull request updates the workflow "get_model_data", where now it parses the "model_card.yaml" instead of "spec.yaml".

A live version of this update can be found on my fork's page: https://gaiborjosue.github.io/trained-models-fork/

In the URL above, the only model card showing up is DeepCSR, this is because DeepCSR is the only model with a "model_card.yaml". Thus, we first need to add model_card.yaml to every model before merging this pull request, so the website displays the correct values.

The major updates go towards the javascript file, but I also updated the extraction of the clone directory in the workflow.

This Pull request will close #106

@gaiborjosue gaiborjosue linked an issue Nov 15, 2023 that may be closed by this pull request
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.

Fix(modelData): Fix the get model data workflow
1 participant