Port to dynet 2.0#17
Open
Cocophotos wants to merge 4 commits into
Open
Conversation
|
Hi do you have model files for bestarchybrid to run on dynet 2 ? it looks like the one we downloaded is for the old version of model. |
|
Hi, can I get the bestmodel for the MST & Transition-Based? What are the hyperparameters to train this, and how many iterations? Thank you for the help in advance! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I've made some changes to port the parser to DyNet 2.0 (+ some other changes to make it more robust when finding the right directory for evaluation).
I've tested this version (MST & Transition-Based) on the PTB with gold & predicted PoS. I have the following results with predicted PoS:
MST:
Dev
LAS = 91.51 %
UAS = 93.97 %
Test
LAS = 91.74 %
UAS = 93.87 %
TB:
Dev
LAS = 91.52 %
UAS = 93.91 %
Test
LAS = 91.61 %
UAS = 93.78 %
Best
--
Corentin