-
Notifications
You must be signed in to change notification settings - Fork 27k
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 to load checkpoint? #27
Comments
Converting TensorFlow checkpoint from ../dataset/bert/uncased_L-12_H-768_A-12/bert_model |
* update kd-quac runner to support ensemble evaluation * update kd-quac runner to support ensemble evaluation (cont.) * fix kd issues in kd-quac runner * update codalab submission pipeline to support single model & ensemble * update codalab submission pipeline to support single model & ensemble (cont.) * update codalab submission pipeline to support single model & ensemble (cont.) * update codalab submission pipeline to support single model & ensemble (cont.) (huggingface#27) * update codalab submission pipeline to support single model & ensemble (cont.)
@susht3 what was your fix? |
I encountered a similar issue and didn't find a solution with ALBERT. I tried using the |
@dan-hu-spring do you mind opening a new issue with your issue, so that we may take a look? |
* initial attempt to add phi 3 (may need unfuse) * fix Phi3GPTQ base_modules --------- Co-authored-by: David Xue <xuegdxw@gmail.com>
i download the model from bert, it only has model.ckpt.data,model.ckpt.meta and model.ckpt.index, i donnot which to load, what is checkpoint file for convert.py?
The text was updated successfully, but these errors were encountered: