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

updated tokeparser machines

parent 3e1ff307
No related branches found
No related tags found
No related merge requests found
Name : Tokenizer, Tagger, Morpho and Parser Machine
Classifier : tokeparser
{
Transitions : {data/tokenizer.ts data/tagger.ts data/morpho_parts.ts data/parser.ts}
Network type : LSTM
Unknown value threshold : 1
Buffer context : {-3 -2 -1}
Stack context : {2 1 0}
Columns : {FORM UPOS}
Focused buffer : {-1 0}
Focused stack : {2 1 0}
Focused columns : {ID EOS FORM FEATS DEPREL}
Max nb elements : {1 1 10 10 1}
Raw input left window : 5
Raw input right window : 5
Embeddings size : 128
MLP : {2048 0.3}
Context LSTM size : 512
Focused LSTM size : 256
Rawinput LSTM size : 32
Split trans LSTM size : 256
Num layers : 3
BiLSTM : true
LSTM dropout : 0.1
Total input dropout : 0.3
Embeddings dropout : 0.3
Dropout 2d : false
Tree embedding columns : {DEPREL}
Tree embedding buffer : {-1}
Tree embedding stack : {0 1 2}
Tree embedding nb : {6}
Tree embedding size : 128
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
Name : Tokenizer, Tagger and Morpho Machine Name : Tokenizer, Tagger, Morpho and Parser Machine
Classifier : tokemorpho Classifier : tokeparser
{ {
Transitions : {data/tokenizer.ts data/tagger.ts data/morpho_parts.ts data/parser.ts} Transitions : {data/tokenizer.ts data/tagger.ts data/morpho_parts.ts data/parser.ts}
Network type : LSTM Network type : LSTM
Unknown value threshold : -1 Unknown value threshold : 1
Buffer context : {-5 -4 -3 -2 -1} Buffer context : {-3 -2 -1}
Stack context : {3 2 1 0} Stack context : {2 1 0}
Columns : {FORM UPOS} Columns : {FORM UPOS}
Focused buffer : {-1 0} Focused buffer : {-1 0}
Focused stack : {1 0} Focused stack : {2 1 0}
Focused columns : {ID EOS FORM FEATS} Focused columns : {ID EOS FORM FEATS DEPREL}
Max nb elements : {1 1 10 10} Max nb elements : {1 1 10 10 1}
Raw input left window : 5 Raw input left window : 5
Raw input right window : 5 Raw input right window : 5
Embeddings size : 256 Embeddings size : 128
MLP : {2048 0.3 2048 0.3} MLP : {2048 0.3}
Context LSTM size : 512 Context LSTM size : 512
Focused LSTM size : 256 Focused LSTM size : 256
Rawinput LSTM size : 64 Rawinput LSTM size : 32
Split trans LSTM size : 256 Split trans LSTM size : 256
Num layers : 3 Num layers : 3
BiLSTM : true BiLSTM : true
LSTM dropout : 0.3 LSTM dropout : 0.1
Tree embedding columns : {FORM POS DEPREL} Total input dropout : 0.3
Embeddings dropout : 0.3
Dropout 2d : false
Tree embedding columns : {DEPREL}
Tree embedding buffer : {-1} Tree embedding buffer : {-1}
Tree embedding stack : {0 1} Tree embedding stack : {0 1 2}
Tree embedding nb : {6 10} Tree embedding nb : {6}
Tree embedding size : 128 Tree embedding size : 128
Optimizer : Adam {0.0005 0.9 0.999 0.00000001 0.00001 true}
} }
Splitwords : data/splitwords.ts Splitwords : data/splitwords.ts
Predictions : ID FORM UPOS FEATS HEAD DEPREL EOS Predictions : ID FORM UPOS FEATS HEAD DEPREL EOS
......
Name : Tokenizer, Tagger and Morpho Machine Name : Tokenizer, Tagger, Morpho and Parser Machine
Classifier : tokemorpho Classifier : tokeparser
{ {
Transitions : {data/tokenizer.ts data/tagger.ts data/morpho_parts.ts data/parser.ts} Transitions : {data/tokenizer.ts data/tagger.ts data/morpho_parts.ts data/parser.ts}
Network type : LSTM Network type : LSTM
Unknown value threshold : -1 Unknown value threshold : 1
Buffer context : {-5 -4 -3 -2 -1 1 2} Buffer context : {-3 -2 -1 1 2 3}
Stack context : {3 2 1 0} Stack context : {2 1 0}
Columns : {FORM UPOS} Columns : {FORM UPOS}
Focused buffer : {-1 0} Focused buffer : {-1 0 1 2}
Focused stack : {1 0} Focused stack : {2 1 0}
Focused columns : {ID EOS FORM FEATS} Focused columns : {ID EOS FORM FEATS DEPREL}
Max nb elements : {1 1 10 10} Max nb elements : {1 1 10 10 1}
Raw input left window : 5 Raw input left window : 5
Raw input right window : 5 Raw input right window : 5
Embeddings size : 256 Embeddings size : 128
MLP : {2048 0.3 2048 0.3} MLP : {2048 0.3}
Context LSTM size : 512 Context LSTM size : 512
Focused LSTM size : 256 Focused LSTM size : 256
Rawinput LSTM size : 64 Rawinput LSTM size : 32
Split trans LSTM size : 256 Split trans LSTM size : 256
Num layers : 3 Num layers : 3
BiLSTM : true BiLSTM : true
LSTM dropout : 0.3 LSTM dropout : 0.1
Tree embedding columns : {FORM POS DEPREL} Total input dropout : 0.3
Embeddings dropout : 0.3
Dropout 2d : false
Tree embedding columns : {DEPREL}
Tree embedding buffer : {-1} Tree embedding buffer : {-1}
Tree embedding stack : {0 1} Tree embedding stack : {0 1 2}
Tree embedding nb : {6 10} Tree embedding nb : {6}
Tree embedding size : 128 Tree embedding size : 128
Optimizer : Adam {0.0005 0.9 0.999 0.00000001 0.00001 true}
} }
Splitwords : data/splitwords.ts Splitwords : data/splitwords.ts
Predictions : ID FORM UPOS FEATS HEAD DEPREL EOS Predictions : ID FORM UPOS FEATS HEAD DEPREL EOS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment