We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this example, we would like to show how to use NCE in PaddlePaddle, which is useful when training language model with a large vocabulary.
The example must include a training and a predicting process.
Please consider to use the following data for training and add these datasets into paddle.dataset package.
paddle.dataset
Note that the dataset is also used in this task, please consider to share the data processing work.
Please pull your codes and docs into the nce_cost directory.
The text was updated successfully, but these errors were encountered:
Merge pull request #6 from PaddlePaddle/develop
f275f93
merge to local
pakchoi
Successfully merging a pull request may close this issue.
In this example, we would like to show how to use NCE in PaddlePaddle, which is useful when training language model with a large vocabulary.
The example must include a training and a predicting process.
Please consider to use the following data for training and add these datasets into
paddle.dataset
package.Note that the dataset is also used in this task, please consider to share the data processing work.
Please pull your codes and docs into the nce_cost directory.
The text was updated successfully, but these errors were encountered: