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

updated machines

parent fce851ca
Branches
Tags
No related merge requests found
...@@ -5,12 +5,12 @@ Classifier : tokemorpho ...@@ -5,12 +5,12 @@ Classifier : tokemorpho
Network type : LSTM Network type : LSTM
Unknown value threshold : -1 Unknown value threshold : -1
Buffer context : {-5 -4 -3 -2 -1} Buffer context : {-5 -4 -3 -2 -1}
Stack context : {} Stack context : {3 2 1 0}
Columns : {FORM UPOS} Columns : {FORM UPOS}
Focused buffer : {-1 0} Focused buffer : {-1 0}
Focused stack : {} Focused stack : {1 0}
Focused columns : {ID FORM FEATS} Focused columns : {ID EOS FORM FEATS}
Max nb elements : {1 10 10} Max nb elements : {1 1 10 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 : 256
...@@ -22,10 +22,10 @@ Classifier : tokemorpho ...@@ -22,10 +22,10 @@ Classifier : tokemorpho
Num layers : 3 Num layers : 3
BiLSTM : true BiLSTM : true
LSTM dropout : 0.3 LSTM dropout : 0.3
Tree embedding columns : {DEPREL} Tree embedding columns : {FORM POS DEPREL}
Tree embedding buffer : {-1} Tree embedding buffer : {-1}
Tree embedding stack : {0} Tree embedding stack : {0 1}
Tree embedding nb : {5 10} Tree embedding nb : {6 10}
Tree embedding size : 128 Tree embedding size : 128
} }
Splitwords : data/splitwords.ts Splitwords : data/splitwords.ts
......
...@@ -5,12 +5,12 @@ Classifier : tokemorpho ...@@ -5,12 +5,12 @@ Classifier : tokemorpho
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 : {-5 -4 -3 -2 -1 1 2}
Stack context : {} Stack context : {3 2 1 0}
Columns : {FORM UPOS} Columns : {FORM UPOS}
Focused buffer : {-1 0} Focused buffer : {-1 0}
Focused stack : {} Focused stack : {1 0}
Focused columns : {ID FORM FEATS} Focused columns : {ID EOS FORM FEATS}
Max nb elements : {1 10 10} Max nb elements : {1 1 10 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 : 256
...@@ -22,10 +22,10 @@ Classifier : tokemorpho ...@@ -22,10 +22,10 @@ Classifier : tokemorpho
Num layers : 3 Num layers : 3
BiLSTM : true BiLSTM : true
LSTM dropout : 0.3 LSTM dropout : 0.3
Tree embedding columns : {DEPREL} Tree embedding columns : {FORM POS DEPREL}
Tree embedding buffer : {-1} Tree embedding buffer : {-1}
Tree embedding stack : {0} Tree embedding stack : {0 1}
Tree embedding nb : {5 10} Tree embedding nb : {6 10}
Tree embedding size : 128 Tree embedding size : 128
} }
Splitwords : data/splitwords.ts Splitwords : data/splitwords.ts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment