Something went wrong on our end
Select Git revision
-
Franck Dary authoredFranck Dary authored
machine.rm 1.42 KiB
Name : Tokenizer, Tagger, Morpho and Parser Machine
Classifier : tokeparser
{
Transitions : {tokenizer,data/tokenizer.ts tagger,data/tagger.ts morpho,data/morpho_parts.ts parser,data/parser.ts}
Network type : Modular
StateName : States{tokenizer tagger morpho parser} Out{128}
Context : Buffer{-3 -2 -1} Stack{2 1 0} Columns{FORM UPOS} GRU{1 1 0.0 1} In{128} Out{128}
Focused : Column{ID} NbElem{1} Buffer{0} Stack{0} GRU{1 1 0.0 1} In{128} Out{128}
Focused : Column{EOS} NbElem{1} Buffer{-1} Stack{} GRU{1 1 0.0 1} In{128} Out{128}
Focused : Column{FORM} NbElem{10} Buffer{-1 0} Stack{2 1 0} GRU{1 1 0.0 1} In{128} Out{128}
Focused : Column{FEATS} NbElem{10} Buffer{-1 0} Stack{2 1 0} GRU{1 1 0.0 1} In{128} Out{128}
Focused : Column{DEPREL} NbElem{1} Buffer{} Stack{2 1 0} GRU{1 1 0.0 1} In{128} Out{128}
RawInput : Left{5} Right{5} GRU{1 1 0.0 1} In{64} Out{64}
SplitTrans : GRU{1 1 0.0 1} In{128} Out{128}
DepthLayerTree : Columns{DEPREL} Buffer{} Stack{2 1 0} LayerSizes{3} GRU{1 1 0.0 1} In{128} Out{128}
InputDropout : 0.4
MLP : {2048 0.3 512 0.1}
End
Optimizer : Adam {0.0005 0.9 0.999 0.00000001 0.00001 true}
}
Splitwords : data/splitwords.ts
Predictions : ID FORM UPOS FEATS HEAD DEPREL EOS
Strategy : sequential
tokenizer tagger ENDWORD 1
tokenizer tagger SPLIT 1
tokenizer tagger 0
tagger morpho 1
morpho parser NOTHING 1
morpho parser 0
parser tokenizer SHIFT 1
parser tokenizer RIGHT 1
parser tokenizer 0