Question_Answering_on_SQuAD icon indicating copy to clipboard operation
Question_Answering_on_SQuAD copied to clipboard

Pytorch Implementation of Dynamic Co-attention Networks(DCN+) for Question Answering on SQuAD2.0

Results 3 Question_Answering_on_SQuAD issues
Sort by recently updated
recently updated
newest added

What is the dimension of embedding? Is it 100?

First thanks for your contribution of this implement of DCN+ by pytorch, and it's really useful for me to understand this task. However, during running the model, i met some...

i cannot find dcn model in the leaderboard of squad2.0, could you show the f1 and em to compare?