Replies: 2 comments 2 replies
-
|
I agree with you here. Less is better. We should only capture what we need to evaluate a model; link to the github/ hf repo if the user wants to see more. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I am supportive of anything that reduces the lift and gets more accurate data into the MOT. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The Evaluate and Edit model forms prompt for a lot of information that is not actually pertinent to the MOF. Namely:
In practice all this information can be found on GitHub and/or HuggingFace and to be entered in the MOT requires copy/pasting info from one site to another even though they are of actual no use to the MOF evaluation.
Because the 'Description' wasn't saved in the model YAML file we are now hiding that field (see issue #173) but I think we should get rid of the above fields as well and only keep the following ones:
This is enough to fully identify a model and we want users to focus on entering the important data: what components are included and under what license.
To be clear: thanks to an earlier change, none of the fields I suggest we drop are required - users can just skip them - but I think they distract from what's important. We should make it as easy as possible for people to use the MOT and entering more info than we need goes against that.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions