namisan / mt-dnn

Multi-Task Deep Neural Networks for Natural Language Understanding
MIT License
2.22k stars 412 forks source link

A issue about score_mask #209

Closed sfzhou5678 closed 2 years ago

sfzhou5678 commented 3 years ago

Hi, If I unserstand correctly, the code in link below should be "score_mask[i][j] = 1.0"? https://github.com/namisan/mt-dnn/blob/471f717a25ab744e710591274c3ec098f5f4d0ad/experiments/squad/squad_utils.py#L480

Thanks

namisan commented 2 years ago

I have an updated version for QA. Please refer the new version in readme: Question Answer Task.