Checklist for Model Hub
See original GitHub issue🚀 Feature request
I want to propose a checklist for model hub. Model hub is increasingly being used by transformers
users. It is imperative that users exactly know what model they are downloading and importing for transparency and research-related reasons. It should be mandatory for users to upload a REAME.md
while uploading model on model hub. Additionally, it will reduce the need to send a seperate PR for model cards.
Checklist should contain the following elements:
- Details of training and validation set used. Specify the split if not using default.
- A table with results on the validation set
- Model name (can be inferred from
config.json
) - Objective used for training
- Hyperparameter configurations if default ones are not being used
- Link to implemented code (if available, and is different from default examples)
- For how many epochs the model was trained for ?
- Associated paper (if published)
These are just the general ones. Happy to hear about other suggestions. This is just a suggestion which would help many users. Thanks for this feature.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Content Modeling Checklist for Headless CMS
Content modeling involves a lot of things (content strategy, metadata, audits, etc). This list will help you pick the tasks important for your...
Read more >Deploying Machine Learning Models: A Checklist
Deploying Machine Learning Models: A Checklist · 1. What problem are you trying to solve? · 2. Do you have the data? ·...
Read more >Tesla Delivery Day Checklist 2022: IMPORTANT THINGS TO ...
Download your FREE Tesla Delivery Checklist here: ... Tesla USB Hub https://amzn.to/3gI4FV9 Tesla Screen Swivel Mount ...
Read more >3D printing checklist – Help Center
Your model must fit within at least one of our printers. The specific minimum and maximum bounding box requirements vary by material and...
Read more >Checklist for applications integrating VRoid Hub
In order to prevent the use of models from going against the intentions of model creators and to ensure smooth use of models...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes! This is something we’ll build, step by step. I’ll post more about our roadmap for this in the coming weeks.
Maybe you can create a web-based interface with input fields/drop downs that can generate the model card automatically. Just a thought.