Method__init__(self, hidden_size, n_mlp_arc, n_mlp_rel, mlp_dropout, n_rels, projeciton=None)
hanlp/components/parsers/biaffine/structual_attention.py:23
Method__init__(self, n_in, n_out=1, bias_x=True, bias_y=True, trainable=True, name=None, dtype=None, dynamic=False,
hanlp/components/parsers/biaffine_tf/layers.py:10
Method__init__(self, config: SerializableDict = None, map_x=False, map_y=True, x_columns=None,
y_column=-1,
hanlp/components/classifiers/transformer_classifier_tf.py:19
Method__init__(self, input_size, hidden_size, num_layers=1, batch_first=False, \
bidirectional=False, dropo
hanlp/components/srl/span_rank/highway_variational_lstm.py:123
Method__init__(self, input_size, hidden_size, num_layers=1, batch_first=False, \
bidirectional=False, dropo
hanlp/components/srl/span_rank/layer.py:256
Method__init__(self, trn: str = None, dev: str = None, tst: str = None, sampler_builder: SamplerBuilder = None,
hanlp/components/mtl/tasks/dep_2nd.py:40
Method__init__(self, tag_vocab: VocabTF, from_logits=True, name='f1', dtype=None, **kwargs)
hanlp/metrics/chunking/iobes_tf.py:12
Method__init__(self, tag_vocab: VocabTF, from_logits=True, suffix=False, name='f1', dtype=None, **kwargs)
hanlp/metrics/chunking/bmes_tf.py:12
Method__init__(self, tag_vocab: VocabTF, from_logits=True, name='f1', dtype=None, **kwargs)
hanlp/metrics/chunking/chunking_f1_tf.py:13
Method__init__(self, input_dim: int, num_layers: int, hidden_dims: Union[int, List[int]],
activations: Unio
hanlp/layers/feed_forward.py:12