CliniRC icon indicating copy to clipboard operation
CliniRC copied to clipboard

Code for the paper "Clinical Reading Comprehension: A Thorough Analysis of the emrQA Dataset" (ACL 2020)

Results 1 CliniRC issues
Sort by recently updated
recently updated
newest added

Error when I tried to run the code as per given instructions Code: !CUDA_VISIBLE_DEVICES=0 python ./BERT/run_squad.py \ --vocab_file=./pretrained_bert_models/clinicalbert/vocab.txt \ --bert_config_file=./pretrained_bert_models/clinicalbert/bert_config.json \ --init_checkpoint=./pretrained_bert_models/clinicalbert/model.ckpt-100000 \ --do_train=True \ --train_file=./data/datasets/relation-train-sampled-0.05.json \ --do_predict=True \ --do_lower_case=False...