Skip to content
Snippets Groups Projects
Commit 4e1ca0d1 authored by Franck Dary's avatar Franck Dary
Browse files

updated tagger

parent b17524f7
No related branches found
No related tags found
No related merge requests found
...@@ -2,15 +2,21 @@ Name : Tagger Machine ...@@ -2,15 +2,21 @@ Name : Tagger Machine
Classifier : tagger Classifier : tagger
{ {
Transitions : {tagger,data/tagger.ts} Transitions : {tagger,data/tagger.ts}
LossMultiplier : {}
Network type : Modular Network type : Modular
Context : Buffer{-3 -2 -1 0 1 2} Stack{} Columns{FORM UPOS} GRU{1 3 0.1 0} In{128} Out{512} Context : Buffer{-3 -2 -1 0 1 2} Stack{} Columns{FORM} LSTM{1 1 0 1} In{64} Out{64}
Focused : Column{ID} NbElem{1} Buffer{-1 0} Stack{} GRU{1 3 0.1 1} In{128} Out{256} Context : Buffer{-3 -2 -1} Stack{} Columns{UPOS} LSTM{1 1 0 1} In{64} Out{64}
Focused : Column{FORM} NbElem{10} Buffer{-1 0} Stack{} GRU{1 3 0.1 1} In{128} Out{256} Focused : Column{ID} NbElem{1} Buffer{-1 0 1 2} Stack{} LSTM{1 1 0 1} In{64} Out{64}
InputDropout : 0.3 Focused : Column{FORM} NbElem{13} Buffer{-1 0 1 2} Stack{} LSTM{1 1 0 1} In{64} Out{64}
MLP : {2048 0.3} Focused : Column{EOS} NbElem{1} Buffer{-1} Stack{} LSTM{1 1 0 1} In{64} Out{64}
InputDropout : 0.5
MLP : {2048 0.3 2048 0.3}
End End
Optimizer : Adam {0.0005 0.9 0.999 0.00000001 0.00001 true} Optimizer : Adam {0.0002 0.9 0.999 0.00000001 0.00001 true}
} }
Predictions : UPOS Predictions : UPOS
Strategy : sequential Strategy
tagger tagger 1 {
Block : End{cannotMove}
tagger tagger * 1
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment