-
Notifications
You must be signed in to change notification settings - Fork 12
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
Use human readable name vs underscore name #135
Conversation
* Use human readable name vs underscore name for sut display name
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
I think we probably need some feedback from the users before we settle on a real solution here, but I'd probably be more inclined to add a display value than try to compute one. @wpietri , what are your thoughts? |
Sounds great. I'm not sure which of the options is best outside of the underscores is obviously incorrect. Outside of that it starts to bikeshed a bit for me so happy with anything else. Thank you. |
If the |
Perfect, I wasn't sure if there was some hidden other use case for the |
Thank you for all this additional info. I did not realize the name was already there as |
I have some opinions about this, having had to model this exact situation a 100 times over 15 years. I usually avoid the "name" field. Instead, there should be two fields:
One can generate one of these fields from the other, but often is is better to do them separately (e.g. You might have multiple Display Names in different languages) I am trying to stay out of most technical design decisions, but IDs are something I know and care a lot about. |
Just following up from the discussion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to me!
I wasn't fully sure this was the correct value to use. While "Meta Llama 2, 7b parameters" feels better than "LLAMA_2_7B" for a human readable title, I almost feel like maybe we add one more value to the tuple that is something like "Llama 2 7B" as it feels a little long. "Llama 2 7B" is the key with the underscores removed so another option is a computed value that just title cases and removes underscores. All are good to me. Just want something without underscores for the general public.