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

Entity extraction using BERT + CRF for single-tun / multi-turn setting in dialogues

Results 2 bert-crf-entity-extraction-pytorch issues
Sort by recently updated
recently updated
newest added

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

Hi Jaewoo Song Thank you for make this, but I got problem for using this In some sample datas(flights, hotels,...) If any sentence get 415$ comes with $$flight_search(415$$$flight_search.price_range), **data_process.py** recognize...