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

Updated machines

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