Eladio commited on
Commit
30ca2cd
1 Parent(s): 9a05ef3

Update README.md

Browse files

EmrQA-msquad is a dataset which is made up of the medical information of the EmrQA dataset and the structure of the SQuAD V2.0 dataset. So each "context" is a structured summary of the medical reports from the EmrQA dataset.

Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -29,4 +29,10 @@ configs:
29
  path: data/train-*
30
  - split: validation
31
  path: data/validation-*
32
- ---
 
 
 
 
 
 
 
29
  path: data/train-*
30
  - split: validation
31
  path: data/validation-*
32
+ task_categories:
33
+ - question-answering
34
+ language:
35
+ - en
36
+ tags:
37
+ - medical
38
+ ---