Skip to content
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

Updated description for Step 4 for README.md for Decoding #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added ParaphrasingTIR.pdf
Binary file not shown.
6 changes: 5 additions & 1 deletion decoding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ Once the above settings are set as desired, we can start training a model. This
import train
train.trainer(X, C, skmodel)

Where skmodel is the skip-thoughts model loaded from Step 3. As training progresses the model will periodically generate samples and compare them to the ground truth. For the decoding task, you might start seeing results like this:
Where skmodel is the skip-thoughts model loaded from Step 3.

`skmodel=skipthoughts.load_model()`

As training progresses the model will periodically generate samples and compare them to the ground truth. For the decoding task, you might start seeing results like this:

Truth 0 : UNK in hand , I opened my door .
Sample ( 0 ) 0 : Saber , I opened my door in .
Expand Down