-
Notifications
You must be signed in to change notification settings - Fork 117
Rename the tab model to Code Completion and add a description. #9
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
Conversation
✅ Deploy Preview for hilarious-sprinkles-40dcc6 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@TyDunn
TyDunn
left a comment
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.
Thank you for this PR, @benedict-lee!
I think that it is more beautiful for this component to be a single word, but I agree that "tab" is not the best one. I tried out "autocomplete" in my suggestions and then moved "code completion" to how we describe this component. We will need to rename the file from code-completion.md to autocomplete.md before we merge if we go this route. I also think we should link to research papers / blog posts for the models instead of enumerating all of the different model sizes.
Let me know what you think. Looking forward to the next iteration!
Co-authored-by: Ty Dunn <ty@tydunn.com>
Co-authored-by: Ty Dunn <ty@tydunn.com>
Co-authored-by: Ty Dunn <ty@tydunn.com>
Co-authored-by: Ty Dunn <ty@tydunn.com>
benedict-lee
commented
Apr 22, 2024
@TyDunn Thanks for the review.
I agree with you, autocomplete is better than code-completion.
I've added all your suggestions, and renamed the file again.
@TyDunn
TyDunn
left a comment
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.
Thank you for your contribution, @benedict-lee!
Uh oh!
There was an error while loading. Please reload this page.
change tab model name
I think code completion is a more abstract and generic representation than the tab model.
Because tab is a way to accept code completion, it doesn't seem appropriate to call it by a formal name.
update code completion model description
Added information about FIM(Fill in the Middle) and the newest model, codegemma, to the code completion description, as well as the parameter sizes for each model.
Added llama3 as an example chat model.
It's not a �code-specific LLM, but it has the highest human eval score of any open-source model.