-
Notifications
You must be signed in to change notification settings - Fork 0
/
context_protein.pbtxt
160 lines (160 loc) · 4.38 KB
/
context_protein.pbtxt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
Parameter {
name: 'brain_parser_embedding_dims'
value: '64;32;32'
}
Parameter {
name: 'brain_parser_features'
value: 'input.word input(1).word input(2).word input(3).word stack.word stack(1).word stack(2).word stack(3).word stack.child(1).word stack.child(1).sibling(-1).word stack.child(-1).word stack.child(-1).sibling(1).word stack(1).child(1).word stack(1).child(1).sibling(-1).word stack(1).child(-1).word stack(1).child(-1).sibling(1).word stack.child(2).word stack.child(-2).word stack(1).child(2).word stack(1).child(-2).word;input.tag input(1).tag input(2).tag input(3).tag stack.tag stack(1).tag stack(2).tag stack(3).tag stack.child(1).tag stack.child(1).sibling(-1).tag stack.child(-1).tag stack.child(-1).sibling(1).tag stack(1).child(1).tag stack(1).child(1).sibling(-1).tag stack(1).child(-1).tag stack(1).child(-1).sibling(1).tag stack.child(2).tag stack.child(-2).tag stack(1).child(2).tag stack(1).child(-2).tag;stack.child(1).label stack.child(1).sibling(-1).label stack.child(-1).label stack.child(-1).sibling(1).label stack(1).child(1).label stack(1).child(1).sibling(-1).label stack(1).child(-1).label stack(1).child(-1).sibling(1).label stack.child(2).label stack.child(-2).label stack(1).child(2).label stack(1).child(-2).label'
}
Parameter {
name: 'brain_parser_embedding_names'
value: 'words;tags;labels'
}
Parameter {
name: 'brain_parser_scoring'
value: 'default'
}
Parameter {
name: 'brain_pos_transition_system'
value: 'tagger'
}
Parameter {
name: 'brain_pos_embedding_dims'
value: '64;4;8;8'
}
Parameter {
name: 'brain_pos_features'
value: 'stack(3).word stack(2).word stack(1).word stack.word input.word input(1).word input(2).word input(3).word;input.digit input.hyphen;stack.suffix(length=2) input.suffix(length=2) input(1).suffix(length=2);stack.prefix(length=2) input.prefix(length=2) input(1).prefix(length=2)'
}
Parameter {
name: 'brain_pos_embedding_names'
value: 'words;other;suffix;prefix'
}
input {
name: 'training-corpus'
record_format: 'conll-sentence'
Part {
file_pattern: '/media/thomas/5849-28A2/rnndir_3/preprocessed/protein-train-ground-truth-annotations.txt'
}
}
input {
name: 'tuning-corpus'
record_format: 'conll-sentence'
Part {
file_pattern: '/media/thomas/5849-28A2/rnndir_3/preprocessed/protein-validation-ground-truth-annotations.txt'
}
}
input {
name: 'dev-corpus'
record_format: 'conll-sentence'
Part {
file_pattern: '/media/thomas/5849-28A2/rnndir_3/preprocessed/protein-test-ground-truth-annotations.txt'
}
}
input {
name: 'tagged-training-corpus'
creator: 'brain_pos/greedy'
record_format: 'conll-sentence'
}
input {
name: 'tagged-tuning-corpus'
creator: 'brain_pos/greedy'
record_format: 'conll-sentence'
}
input {
name: 'tagged-dev-corpus'
creator: 'brain_pos/greedy'
record_format: 'conll-sentence'
}
input {
name: 'label-map'
creator: 'brain_pos/greedy'
}
input {
name: 'word-map'
creator: 'brain_pos/greedy'
}
input {
name: 'lcword-map'
creator: 'brain_pos/greedy'
}
input {
name: 'tag-map'
creator: 'brain_pos/greedy'
}
input {
name: 'category-map'
creator: 'brain_pos/greedy'
}
input {
name: 'char-map'
creator: 'brain_pos/greedy'
}
input {
name: 'prefix-table'
creator: 'brain_pos/greedy'
}
input {
name: 'suffix-table'
creator: 'brain_pos/greedy'
}
input {
name: 'tag-to-category'
creator: 'brain_pos/greedy'
}
input {
name: 'projectivized-training-corpus'
creator: 'brain_parser/greedy'
record_format: 'conll-sentence'
}
input {
name: 'parsed-training-corpus'
creator: 'brain_parser/greedy'
record_format: 'conll-sentence'
}
input {
name: 'parsed-tuning-corpus'
creator: 'brain_parser/greedy'
record_format: 'conll-sentence'
}
input {
name: 'parsed-dev-corpus'
creator: 'brain_parser/greedy'
record_format: 'conll-sentence'
}
input {
name: 'beam-parsed-training-corpus'
creator: 'brain_parser/structured'
record_format: 'conll-sentence'
}
input {
name: 'beam-parsed-tuning-corpus'
creator: 'brain_parser/structured'
record_format: 'conll-sentence'
}
input {
name: 'beam-parsed-dev-corpus'
creator: 'brain_parser/structured'
record_format: 'conll-sentence'
}
input {
name: 'stdin'
record_format: 'english-text'
Part {
file_pattern: '-'
}
}
input {
name: 'stdin-conll'
record_format: 'conll-sentence'
Part {
file_pattern: '-'
}
}
input {
name: 'stdout-conll'
record_format: 'conll-sentence'
Part {
file_pattern: '-'
}
}