sm1rk/diagnosis-matching-project-data
Diagnosis Matching Dataset Dataset for matching pairs of free-text Russian medical diagnoses. Part of the kilimanj4r0/diagnosis-matching-project. Files File Size Description final-test.csv 55 MB Raw diagnosis pairs (272K rows) final-test-preprocessed.csv 77 MB Cleaned diagnosis pairs rag-diagnosis2icd.json 2.2 MB Diagnosis → ICD-10 mapping (~16K entries) rag-bergamot-index.faiss 51 MB FAISS embedding index for RAG rag-bergamot-index.pkl 3.5 MB… See the full description on the dataset page: https://huggingface.co/datasets/sm1rk/diagnosis-matching-project-data.
0112
Diagnosis Matching Dataset
Dataset for matching pairs of free-text Russian medical diagnoses. Part of the kilimanj4r0/diagnosis-matching-project.
Files
Usage
from huggingface_hub import snapshot_download
path = snapshot_download("sm1rk/diagnosis-matching-project-data", repo_type="dataset")
# Access files: path + "/final-test.csv", etc.