You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the model pages to include model cards (similar to huggingface) that shows both how to install and how to run with scivision
Install could be based on the contents on an install.md in the model repo (maybe .scivison/install.md)
One difficulty with this approach is that people with non-write access to a scivision model GitHub repo, you can't get a raw link for the markdown. Could we give scivision maintainers write access for all model repos? Would this even work with the production version?
Generate Python commands needed for chosen model or dataset
Implement the matching idea as a new UI view as in the screenshots below
Filter such that users only see datasets compatible with a model and vice versa
Also enable filtering on a task (or domain, or other tag) in both table/grid view and in the new matching view to narrow the models (or datasets) in the page
Issues/PRs to look at/finish before this one
PR for the below
TODO 27th Jan '23:
install.mdin the model repo (maybe.scivison/install.md)