-
Notifications
You must be signed in to change notification settings - Fork 130
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
For the error of running the command 'bash ./scripts/local/job.sh ./projects/PLATO-2/pretrain/24L_infer.conf' #138
Comments
You need to download the models from this url. |
Sorry, I just found that the model file I used is from PaddleNLP
This problem is solved, thanks a lot. But there has another question. Could you provide me a script to transform the model file "./24L/Plato" to dygraph format? |
Dygraph branch cannot support PLATO-2 now. |
I found that I can use the following code to transform the model file "./24L/Plato" to dygraph format.
Adding the line 287 to the file of https://github.com/PaddlePaddle/Knover/blob/develop/knover/core/model.py. Then we can have three files saved in 'outputs/PLATO':
|
For the following parameters in the config of https://github.com/PaddlePaddle/Knover/blob/develop/projects/PLATO-2/pretrain/24L_infer.conf:
How can I get these two models? Do I need transform from the model https://dialogue.bj.bcebos.com/Knover/projects/PLATO-2/24L.tar to get them by myself.
The text was updated successfully, but these errors were encountered: