bert-crf-entity-extraction-pytorch icon indicating copy to clipboard operation
bert-crf-entity-extraction-pytorch copied to clipboard

bert_config.dim issue

Open Mo0nl19ht opened this issue 4 years ago • 0 comments

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

Mo0nl19ht avatar Aug 16 '21 09:08 Mo0nl19ht