Method__init__(self, params, lr=1e-3, betas=(0.9, 0.999), eps=1e-8, weight_decay=0, degenerated_to_sgd=True)
hanlp/components/amr/seq2seq/optim.py:10
Method__init__(self, vocab_file, merges_file, errors="replace", bos_token="<s>", eos_token="</s>", sep_token="</s>", cls_tok
hanlp/components/amr/amrbart/model_interface/tokenization_bart.py:36
Method__init__(self, filters, num_tags, embed, dropout, kernels, **kwargs)
hanlp/components/taggers/cnn_tagger_tf.py:64