asofiaoliveira / srl_bert_pt

Portuguese BERT and XLM-R models fine-tuned in semantic role labeling.
Apache License 2.0
22 stars 3 forks source link

Parser class file #2

Closed ArijRB closed 3 years ago

ArijRB commented 3 years ago

Hi, Thank you for sharing your code.

I couldn't find the code for your model when you fine-tune on dependency parsing. I looked in the branch for the training. You used a biaffine parser on top of Bert-like architecture? Thanks in advance.

asofiaoliveira commented 3 years ago

Hi I used the biaffine parsing model from allennlp_models with the BERT-like architecture as the text field embedder.

ArijRB commented 3 years ago

Thank you for your response.