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

updated machines

parent 9e74c404
No related branches found
No related tags found
No related merge requests found
Name : Feats Machine
Classifier : tokenizer LSTM(-1,{-3,-2,-1,0,1,2},{},{FORM,UPOS},{-1,0},{},{ID,FORM,FEATS},{1,10,10},-1,-1) {data/morpho_parts.ts}
Classifier : morpho
{
Transitions : {data/morpho_parts.ts}
Network type : LSTM
Unknown value threshold : -1
Buffer context : {-3 -2 -1 0 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 : -1
Raw input right window : -1
Embeddings size : 256
Hidden size : 8192
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
}
Predictions : FEATS
Strategy : sequential
morpho morpho NOTHING 1
......
Name : Parser Machine
Classifier : tagger RLT(15,15,4) data/parser.ts
Classifier : parser
{
Transitions : {data/parser.ts}
Network type : LSTM
Unknown value threshold : -1
Buffer context : {-3 -2 -1 0 1 2}
Stack context : {}
Columns : {FORM UPOS}
Focused buffer : {-1 0}
Focused stack : {-1 0}
Focused columns : {ID FORM FEATS}
Max nb elements : {1 10 10}
Raw input left window : -1
Raw input right window : -1
Embeddings size : 256
Hidden size : 8192
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
}
Predictions : HEAD DEPREL EOS
Strategy : sequential
parser parser SHIFT 1
......
Name : Tagger Machine
Classifier : tagger LSTM(-1,{-3,-2,-1,0,1,2},{},{FORM,UPOS},{-1,0},{},{ID,FORM},{1,10},-1,-1) {data/tagger.ts}
Classifier : tagger
{
Transitions : {data/tagger.ts}
Network type : LSTM
Unknown value threshold : -1
Buffer context : {-3 -2 -1 0 1 2}
Stack context : {}
Columns : {FORM UPOS}
Focused buffer : {-1 0}
Focused stack : {}
Focused columns : {ID FORM}
Max nb elements : {1 10}
Raw input left window : -1
Raw input right window : -1
Embeddings size : 256
Hidden size : 8192
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
}
Predictions : UPOS
Strategy : sequential
tagger tagger 1
Name : Tokenizer, Tagger and Morpho Machine
Classifier : toketagger LSTM(-1,{-3,-2,-1},{},{FORM,UPOS},{-1,0},{},{ID,FORM,FEATS},{1,10,10},5,5) {data/tokenizer.ts data/tagger.ts data/morpho_parts.ts}
Classifier : tokemorpho
{
Transitions : {data/tokenizer.ts data/tagger.ts data/morpho_parts}
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 : 256
Hidden size : 8192
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 : incremental
......
Name : Tokenizer, Tagger and Morpho Machine
Classifier : toketagger LSTM(-1,{-3,-2,-1,1,2},{},{FORM,UPOS},{-1,0},{},{ID,FORM,FEATS},{1,10,10},5,5) {data/tokenizer.ts data/tagger.ts data/morpho_parts.ts}
Classifier : tokemorpho
{
Transitions : {data/tokenizer.ts data/tagger.ts data/morpho_parts}
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
Hidden size : 8192
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
......
Name : Tokenizer Machine
Classifier : tokenizer LSTM(-1,{-3,-2,-1},{},{FORM},{-1,0},{},{ID,FORM},{1,10},5,5) {data/tokenizer.ts}
Classifier : tokenizer
{
Transitions : {data/tokenizer.ts}
Network type : LSTM
Unknown value threshold : -1
Buffer context : {-3 -2 -1}
Stack context : {}
Columns : {FORM}
Focused buffer : {-1 0}
Focused stack : {}
Focused columns : {ID FORM}
Max nb elements : {1 10}
Raw input left window : 5
Raw input right window : 5
Embeddings size : 256
Hidden size : 8192
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 EOS
Strategy : sequential
......
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