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

updated tagmorpho

parent 897b5943
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@ Classifier : tagmorpho
{
Transitions : {tagger,data/tagger.ts morpho,data/morpho_parts.ts}
Network type : Modular
Context : Buffer{-3 -2 -1 0 1 2} Stack{} Columns{FORM UPOS} LSTM{1 3 0.1 0} In{128} Out{512}
Focused : Column{ID} NbElem{1} Buffer{-1 0} Stack{} LSTM{1 3 0.1 1} In{128} Out{256}
Focused : Column{FORM} NbElem{10} Buffer{-1 0} Stack{} LSTM{1 3 0.1 1} In{128} Out{256}
Focused : Column{FEATS} NbElem{10} Buffer{-1 0} Stack{} LSTM{1 3 0.1 1} In{128} Out{256}
Context : Buffer{-3 -2 -1 0 1 2} Stack{} Columns{FORM UPOS} GRU{1 1 0 1} In{128} Out{512}
Focused : Column{ID} NbElem{1} Buffer{-1 0} Stack{} GRU{1 1 0 1} In{128} Out{256}
Focused : Column{FORM} NbElem{10} Buffer{-1 0} Stack{} GRU{1 1 0 1} In{128} Out{256}
Focused : Column{FEATS} NbElem{10} Buffer{-1 0} Stack{} GRU{1 1 0 1} In{128} Out{256}
InputDropout : 0.3
MLP : {2048 0.3}
End
......
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