Riccorl / transformer-srl

Reimplementation of a BERT based model (Shi et al, 2019), currently the state-of-the-art for English SRL. This model implements also predicate disambiguation.
69 stars 9 forks source link

Hi , What should I do if I want to train the model myself on conll2012 dataset? #12

Open sev777 opened 3 years ago

Riccorl commented 3 years ago

Do you have the conll-2012?

sev777 commented 3 years ago

yes, I got it using "https://github.com/iesl/conll2012-preprocess-parsing", but the format is different from transformer-srl

sev777 commented 3 years ago

Hi, could provide a example format file for "conll-formatted-ontonotes-5.0-subset", which is used in "train_test.sh".

sev777 commented 3 years ago

Hi, could provide a example format file for "conll-formatted-ontonotes-5.0-subset", which is used in "train_test.sh".