problem while loading fintuned startcoder2 model with base model #1377
Unanswered
suyashhchougule
asked this question in
Q&A
Replies: 1 comment
-
You'll need to make sure to resize the base_model to the correct embed_size. You may use the same config for training to perform merge following readme. |
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.
-
I have finetuned bigcode/starcoder2-15b and generated adapter weights. Now while trying to load adapter model with base model I'm getting the following error.
I have put the following params in .yml while finetuning
using the following code to load the model:
Beta Was this translation helpful? Give feedback.
All reactions