monologg / JointBERT

Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"
Apache License 2.0
662 stars 186 forks source link

Maybe a bug, when a model with crf predicting #16

Closed bianximo closed 4 years ago

bianximo commented 4 years ago

the lines of output is not equals to the lines of input. i check the predict.py, and i think the 188 line should be removed.

monologg commented 4 years ago

@bianximo Thank you for noticing the issue:) I've update the code!