Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
3 months ago | |
---|---|---|
README.md | 3 months ago | |
inference.py | 3 months ago | |
model.py | 3 months ago | |
predict.py | 3 months ago | |
preprocess.py | 3 months ago | |
train.py | 3 months ago | |
utils.py | 3 months ago |
BIBM2021 - A Knowledge-aware Machine Reading Comprehension Framework for Dialogue Symptom Diagnosis
The dataset used in this work can be obtained from CMDD
cd data
python preprocess.py
python train.py
python test.py
python call_f1.py
# MRC for DSD BIBM2021 - A Knowledge-aware Machine Reading Comprehension Framework for Dialogue Symptom Diagnosis # Qiuck Start ## 0. Requirements - python>=3.7 - torch==1.8.1 - transformers - pandas - sklearn - numpy ## 1. Data Preprocess The datas
Python