Open bhi5hmaraj opened 2 years ago
I was trying to replicate the baseline, by following this notebook but looks like AutoCrfModelforKpExtraction not defined in this __init__.py. Replacing it with BertCrfModelForKpExtraction seem to work, but is that intended?
AutoCrfModelforKpExtraction
__init__.py
BertCrfModelForKpExtraction
I was trying to replicate the baseline, by following this notebook but looks like
AutoCrfModelforKpExtraction
not defined in this__init__.py
. Replacing it withBertCrfModelForKpExtraction
seem to work, but is that intended?