adrianf12 commited on
Commit
0480e5b
·
verified ·
1 Parent(s): 520d3e0

Update dataset README - removed instruction column, kept input and output

Browse files
Files changed (1) hide show
  1. README.md +3 -22
README.md CHANGED
@@ -1,34 +1,15 @@
1
- ---
2
- configs:
3
- - config_name: default
4
- data_files:
5
- - split: train
6
- path: data/train-*
7
- dataset_info:
8
- features:
9
- - name: input
10
- dtype: string
11
- - name: output
12
- dtype: string
13
- splits:
14
- - name: train
15
- num_bytes: 1073371
16
- num_examples: 1000
17
- download_size: 654066
18
- dataset_size: 1073371
19
- ---
20
  # HealthCareMagic-1k-input-only
21
 
22
  This dataset is a modified version of [wangrongsheng/HealthCareMagic-100k-en](https://huggingface.co/datasets/wangrongsheng/HealthCareMagic-100k-en).
23
 
24
  ## Modifications Made:
25
- - **Removed 'output' column**: Only input/instruction columns are retained
26
  - **Limited to 1,000 rows**: First 1k entries from the original dataset
27
- - **Created**: 2025-07-31 16:58:58
28
 
29
  ## Dataset Structure:
30
  - **Rows**: 1,000
31
- - **Columns**: instruction, input
32
 
33
  ## Usage:
34
  ```python
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # HealthCareMagic-1k-input-only
2
 
3
  This dataset is a modified version of [wangrongsheng/HealthCareMagic-100k-en](https://huggingface.co/datasets/wangrongsheng/HealthCareMagic-100k-en).
4
 
5
  ## Modifications Made:
6
+ - **Removed 'instruction' column**: Only input and output columns are retained
7
  - **Limited to 1,000 rows**: First 1k entries from the original dataset
8
+ - **Updated**: 2025-07-31 17:04:18
9
 
10
  ## Dataset Structure:
11
  - **Rows**: 1,000
12
+ - **Columns**: input, output
13
 
14
  ## Usage:
15
  ```python