From 917a5795bc4e62b8e6b6aaa4c8af642c4c34c4ac Mon Sep 17 00:00:00 2001 From: Franck Dary <franck.dary@lis-lab.fr> Date: Thu, 30 Apr 2020 19:35:32 +0200 Subject: [PATCH] updated tagmorpho --- UD_any/tagmorpho/machine.rm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UD_any/tagmorpho/machine.rm b/UD_any/tagmorpho/machine.rm index 5558e54..116e6c4 100644 --- a/UD_any/tagmorpho/machine.rm +++ b/UD_any/tagmorpho/machine.rm @@ -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 -- GitLab