Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
macaon_data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Franck Dary
macaon_data
Commits
6951ccfc
Commit
6951ccfc
authored
5 years ago
by
Franck Dary
Browse files
Options
Downloads
Patches
Plain Diff
Updated tokeparsers
parent
e858bf64
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
UD_any/tokeparser_base/machine.rm
+16
-30
16 additions, 30 deletions
UD_any/tokeparser_base/machine.rm
UD_any/tokeparser_incr/machine.rm
+16
-30
16 additions, 30 deletions
UD_any/tokeparser_incr/machine.rm
UD_any/tokeparser_seq/machine.rm
+16
-30
16 additions, 30 deletions
UD_any/tokeparser_seq/machine.rm
with
48 additions
and
90 deletions
UD_any/tokeparser_base/machine.rm
+
16
−
30
View file @
6951ccfc
Name : Tokenizer, Tagger, Morpho and Parser Machine
Name : Tokenizer, Tagger, Morpho and Parser Machine
Classifier : tokeparser
Classifier : tokeparser
{
{
Transitions : {tokenizer,data/tokenizer.ts tagger,data/tagger.ts morpho,data/morpho_parts.ts parser,data/parser.ts}
Transitions : {tokenizer,data/tokenizer.ts tagger,data/tagger.ts morpho,data/morpho_parts.ts parser,data/parser.ts}
Network type : LSTM
Network type : Modular
Unknown value threshold : 1
StateName : States{tokenizer tagger morpho parser} Out{128}
Buffer context : {-3 -2 -1}
Context : Buffer{-3 -2 -1} Stack{2 1 0} Columns{FORM UPOS} GRU{1 1 0.0 1} In{128} Out{128}
Stack context : {2 1 0}
Focused : Column{ID} NbElem{1} Buffer{0} Stack{0} GRU{1 1 0.0 1} In{128} Out{128}
Columns : {FORM UPOS}
Focused : Column{EOS} NbElem{1} Buffer{-1} Stack{} GRU{1 1 0.0 1} In{128} Out{128}
Focused buffer : {-1 0}
Focused : Column{FORM} NbElem{10} Buffer{-1 0} Stack{2 1 0} GRU{1 1 0.0 1} In{128} Out{128}
Focused stack : {2 1 0}
Focused : Column{FEATS} NbElem{10} Buffer{-1 0} Stack{2 1 0} GRU{1 1 0.0 1} In{128} Out{128}
Focused columns : {ID EOS FORM FEATS DEPREL}
Focused : Column{DEPREL} NbElem{1} Buffer{} Stack{2 1 0} GRU{1 1 0.0 1} In{128} Out{128}
Max nb elements : {1 1 10 10 1}
RawInput : Left{5} Right{5} GRU{1 1 0.0 1} In{64} Out{64}
Raw input left window : 5
SplitTrans : GRU{1 1 0.0 1} In{128} Out{128}
Raw input right window : 5
DepthLayerTree : Columns{DEPREL} Buffer{} Stack{2 1 0} LayerSizes{3} GRU{1 1 0.0 1} In{128} Out{128}
Embeddings size : 128
InputDropout : 0.4
MLP : {2048 0.3}
MLP : {2048 0.3 512 0.1}
Context LSTM size : 512
End
Focused LSTM size : 256
Optimizer : Adam {0.0005 0.9 0.999 0.00000001 0.00001 true}
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
Splitwords : data/splitwords.ts
Predictions : ID FORM UPOS FEATS HEAD DEPREL EOS
Predictions : ID FORM UPOS FEATS HEAD DEPREL EOS
...
...
This diff is collapsed.
Click to expand it.
UD_any/tokeparser_incr/machine.rm
+
16
−
30
View file @
6951ccfc
Name : Tokenizer, Tagger, Morpho and Parser Machine
Name : Tokenizer, Tagger, Morpho and Parser Machine
Classifier : tokeparser
Classifier : tokeparser
{
{
Transitions : {tokenizer,data/tokenizer.ts tagger,data/tagger.ts morpho,data/morpho_parts.ts parser,data/parser.ts}
Transitions : {tokenizer,data/tokenizer.ts tagger,data/tagger.ts morpho,data/morpho_parts.ts parser,data/parser.ts}
Network type : LSTM
Network type : Modular
Unknown value threshold : 1
StateName : States{tokenizer tagger morpho parser} Out{128}
Buffer context : {-3 -2 -1}
Context : Buffer{-3 -2 -1} Stack{2 1 0} Columns{FORM UPOS} GRU{1 1 0.0 1} In{128} Out{128}
Stack context : {2 1 0}
Focused : Column{ID} NbElem{1} Buffer{0} Stack{0} GRU{1 1 0.0 1} In{128} Out{128}
Columns : {FORM UPOS}
Focused : Column{EOS} NbElem{1} Buffer{-1} Stack{} GRU{1 1 0.0 1} In{128} Out{128}
Focused buffer : {-1 0}
Focused : Column{FORM} NbElem{10} Buffer{-1 0} Stack{2 1 0} GRU{1 1 0.0 1} In{128} Out{128}
Focused stack : {2 1 0}
Focused : Column{FEATS} NbElem{10} Buffer{-1 0} Stack{2 1 0} GRU{1 1 0.0 1} In{128} Out{128}
Focused columns : {ID EOS FORM FEATS DEPREL}
Focused : Column{DEPREL} NbElem{1} Buffer{} Stack{2 1 0} GRU{1 1 0.0 1} In{128} Out{128}
Max nb elements : {1 1 10 10 1}
RawInput : Left{5} Right{5} GRU{1 1 0.0 1} In{64} Out{64}
Raw input left window : 5
SplitTrans : GRU{1 1 0.0 1} In{128} Out{128}
Raw input right window : 5
DepthLayerTree : Columns{DEPREL} Buffer{} Stack{2 1 0} LayerSizes{3} GRU{1 1 0.0 1} In{128} Out{128}
Embeddings size : 128
InputDropout : 0.4
MLP : {2048 0.3}
MLP : {2048 0.3 512 0.1}
Context LSTM size : 512
End
Focused LSTM size : 256
Optimizer : Adam {0.0005 0.9 0.999 0.00000001 0.00001 true}
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
Splitwords : data/splitwords.ts
Predictions : ID FORM UPOS FEATS HEAD DEPREL EOS
Predictions : ID FORM UPOS FEATS HEAD DEPREL EOS
...
...
This diff is collapsed.
Click to expand it.
UD_any/tokeparser_seq/machine.rm
+
16
−
30
View file @
6951ccfc
Name : Tokenizer, Tagger, Morpho and Parser Machine
Name : Tokenizer, Tagger, Morpho and Parser Machine
Classifier : tokeparser
Classifier : tokeparser
{
{
Transitions : {tokenizer,data/tokenizer.ts tagger,data/tagger.ts morpho,data/morpho_parts.ts parser,data/parser.ts}
Transitions : {tokenizer,data/tokenizer.ts tagger,data/tagger.ts morpho,data/morpho_parts.ts parser,data/parser.ts}
Network type : LSTM
Network type : Modular
Unknown value threshold : 1
StateName : States{tokenizer tagger morpho parser} Out{128}
Buffer context : {-3 -2 -1 1 2 3}
Context : Buffer{-3 -2 -1 1 2} Stack{2 1 0} Columns{FORM UPOS} GRU{1 1 0.0 1} In{128} Out{128}
Stack context : {2 1 0}
Focused : Column{ID} NbElem{1} Buffer{0} Stack{0} GRU{1 1 0.0 1} In{128} Out{128}
Columns : {FORM UPOS}
Focused : Column{EOS} NbElem{1} Buffer{-1} Stack{} GRU{1 1 0.0 1} In{128} Out{128}
Focused buffer : {-1 0 1 2}
Focused : Column{FORM} NbElem{10} Buffer{-1 0 1} Stack{2 1 0} GRU{1 1 0.0 1} In{128} Out{128}
Focused stack : {2 1 0}
Focused : Column{FEATS} NbElem{10} Buffer{-1 0 1} Stack{2 1 0} GRU{1 1 0.0 1} In{128} Out{128}
Focused columns : {ID EOS FORM FEATS DEPREL}
Focused : Column{DEPREL} NbElem{1} Buffer{} Stack{2 1 0} GRU{1 1 0.0 1} In{128} Out{128}
Max nb elements : {1 1 10 10 1}
RawInput : Left{5} Right{5} GRU{1 1 0.0 1} In{64} Out{64}
Raw input left window : 5
SplitTrans : GRU{1 1 0.0 1} In{128} Out{128}
Raw input right window : 5
DepthLayerTree : Columns{DEPREL} Buffer{} Stack{2 1 0} LayerSizes{3} GRU{1 1 0.0 1} In{128} Out{128}
Embeddings size : 128
InputDropout : 0.4
MLP : {2048 0.3}
MLP : {2048 0.3 512 0.1}
Context LSTM size : 512
End
Focused LSTM size : 256
Optimizer : Adam {0.0005 0.9 0.999 0.00000001 0.00001 true}
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
Splitwords : data/splitwords.ts
Predictions : ID FORM UPOS FEATS HEAD DEPREL EOS
Predictions : ID FORM UPOS FEATS HEAD DEPREL EOS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment