File size: 1,107 Bytes
c6812ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7c9a22c
 
 
 
 
0480e5b
7c9a22c
0480e5b
7c9a22c
 
 
0480e5b
7c9a22c
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: completion
    dtype: string
  splits:
  - name: train
    num_bytes: 1073371
    num_examples: 1000
  download_size: 654093
  dataset_size: 1073371
---
# HealthCareMagic-1k-input-only

This dataset is a modified version of [wangrongsheng/HealthCareMagic-100k-en](https://huggingface.co/datasets/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:
```python
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.