-
Notifications
You must be signed in to change notification settings - Fork 40
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
Incorrect identify system prompt while generate SDG #406
Comments
@alfandindarahmawan also found the likely place in the code causing this: https://github.com/instructlab/instructlab/blob/main/src%2Finstructlab%2Fcommon.py |
I think, generally, that sys prompt is for any granite 3.0 architecture model. If there is a specific one per-model in the granite 3 family, this won't scale well in adding support for new models, but @jaideepr97 can comment more here. |
what @cdoern said |
Should the prompt then not have a specific granite 3.0 model baked into it?
…On Fri, Nov 22, 2024 at 8:58 AM Jaideep Rao ***@***.***> wrote:
I think, generally, that sys prompt is for any granite 3.0 architecture
model.
If there is a specific one per-model in the granite 3 family, this won't
scale well in adding support for new models, but @jaideepr97
<https://github.com/jaideepr97> can comment more here.
what @cdoern <https://github.com/cdoern> said
currently we only have 1 sys prompt for all granite based models
—
Reply to this email directly, view it on GitHub
<#406 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGDHQZ2H67SGF6PQ5YRX4L2B42B3AVCNFSM6AAAAABSIOROQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJTHAZTCNJQGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yes, this is what we wanted to do for earlier versions, but had run into some initial push back. This will definitely be revisited soon. |
Hi team,
While i running SDG used mixtral-8x7b as the teacher and the model for student i used granint-3.0-2b-instruct. the system prompt on sdg result like this .
Which is incorrect because i used granint-3.0-2b-instruct but the data result form sdg set the system prompt is
granite-3.0-8b-base
.The text was updated successfully, but these errors were encountered: