bert-crf-entity-extraction-pytorch
bert-crf-entity-extraction-pytorch copied to clipboard
bert_config.dim issue
Hi!
in Main.py
self.config['hidden_size'] = bert_config.dim is not working
so I change like this self.config['hidden_size'] = bert_config.hidden_size