├── LICENSE ├── README.md ├── data ├── 2017-2021nurse.json ├── 2017-2021pharmacist.json └── 2017-2021physician.json └── image └── logo.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jingnant/Medical-LLMs-Chinese-Exam/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jingnant/Medical-LLMs-Chinese-Exam/HEAD/README.md -------------------------------------------------------------------------------- /data/2017-2021nurse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jingnant/Medical-LLMs-Chinese-Exam/HEAD/data/2017-2021nurse.json -------------------------------------------------------------------------------- /data/2017-2021pharmacist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jingnant/Medical-LLMs-Chinese-Exam/HEAD/data/2017-2021pharmacist.json -------------------------------------------------------------------------------- /data/2017-2021physician.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jingnant/Medical-LLMs-Chinese-Exam/HEAD/data/2017-2021physician.json -------------------------------------------------------------------------------- /image/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jingnant/Medical-LLMs-Chinese-Exam/HEAD/image/logo.png --------------------------------------------------------------------------------