CoolFace
Datasetpublic

hungnm/vietnamese-medical-qa

Dataset Summary Vietnamese-Medical-QA is a question-answering dataset in the healthcare domain, collected from edoctor and vinmec. Size: After merging data from these two sources, obtained 9335 QA pairs. Language: Vietnamese Load with Datasets from datasets import load_dataset # Load dataset from huggingface qa_dataset = load_dataset("hungnm/vietnamese-medical-qa") # print a QA example print(qa_dataset['train'][0]) { "question": "Chào bác sĩ,\nRăng cháu… See the full description on the dataset page: https://huggingface.co/datasets/hungnm/vietnamese-medical-qa.

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
5likes175downloads
5 commits on main
62013153y ago

Update README.md

hungnm
f65ee9a3y ago

Update README.md

hungnm
0eb55313y ago

Update README.md

hungnm
0ff951f3y ago

Upload dataset

hungnm
2d94d383y ago

initial commit

hungnm