HealthCareMagic-1k-input-only
This dataset is a modified version of wangrongsheng/HealthCareMagic-100k-en.
Modifications Made:
- Removed 'instruction' column: Only input and output columns are retained
- Limited to 1,000 rows: First 1k entries from the original dataset
- Updated: 2025-07-31 17:04:18
Dataset Structure:
- Rows: 1,000
- Columns: input, output
Usage:
from datasets import load_dataset
dataset = load_dataset("adrianf12/HealthCareMagic-1k-input-only")
print(dataset['train'][0])
Original Dataset:
This is derived from the HealthCareMagic-100k dataset which contains medical Q&A pairs.
License:
Please refer to the original dataset's license terms.