doubledrive

Results 3 issues of doubledrive

I think 'skip' answer type is actually answerable (but no span exist). why is skip type skipped in training time? is there any performance gain? I'm afraid that skipped conversation...

When the code runs, the maximum passage length becomes the smaller of the two variables, `self.opt.text_maxlength` and `gpu_embedder_batch_size`. By default, `gpu_embedder_batch_size` is set to 512, and if you run the...

## Abstract(요약) 🔥 MRC 평가에서 **텍스트 내의 구두점들을 제거하기 위해서 쓰여진 정규 표현식**이 적절치 않습니다. 아래 코드에서 정규표현식 r"[\'\"《》〈〉]\(\)\‘\’"는 의미상 '"《》〈〉 중 하나로 시작하고 ()\‘\’ 로 끝나는 텍스트 인데 정답...