THU-KEG / MAVEN-ERE

Source code and dataset for EMNLP 2022 paper "MAVEN-ERE: A Unified Large-scale Dataset for Event Coreference, Temporal, Causal, and Subevent Relation Extraction".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transformers Version

shohrehhd opened this issue · comments

Hello,

What version of transformers was used for this project?
RobertaConfig is not an instance of BertConfig in the version of transformers I am running and the isinstance(config, BertConfig): leads to False and thus throws NotImplementedError exception.
I managed to start training with removing this check.