Skip to content
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

How does StarCoder-15b generates concept, instruction, and responses? #14

Open
wasiahmad opened this issue Nov 5, 2024 · 3 comments
Open

Comments

@wasiahmad
Copy link

Is StarCoder-15b an instruct model itself? If not, how does it is utilized in concept, instruction, and response generation?

@UniverseFly
Copy link
Collaborator

Hi, StarCoder-15b is a base model, and we use it to generate data and create starcoder2-instruct. The main pipeline code is here: https://github.com/bigcode-project/selfcodealign/blob/46749cceeb84cf1773deb5c157b04930acebc5cd/src/star_align/self_ossinstruct.py.

@wasiahmad
Copy link
Author

Thank you for getting back to me. I saw the code. Given a code snippet, isn't it hard to generate concepts/instructions for a base model? I saw the code and realized the prompt was quite simple and straight-forward. Did you evaluate how well the base model in generating concepts/instructions? Any analysis or findings from earlier experiments?

@UniverseFly
Copy link
Collaborator

You can find the instructions from an earlier selfcodealign, starcoder2-instruct. Sorry the instructions for the new version has not been updated yet. It's mostly compatible with the old one, but we will release an updated README soon.

Regarding the analysis, the section 4.1 (Self-Alignment with Different Models) in our paper might be of your interest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants