gallifantjack
commited on
Commit
•
6aafeb1
1
Parent(s):
e8cbde1
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
language: en
|
3 |
license: mit
|
|
|
4 |
size_categories:
|
5 |
- n<1K
|
6 |
task_categories:
|
@@ -9,62 +10,6 @@ task_categories:
|
|
9 |
task_ids:
|
10 |
- text-classification
|
11 |
- medical-diagnosis
|
12 |
-
pretty_name: Demographic Variations Oncology AMIE Dataset
|
13 |
-
configs:
|
14 |
-
- config_name: default
|
15 |
-
data_files:
|
16 |
-
- split: train
|
17 |
-
path: data/train-*
|
18 |
-
dataset_info:
|
19 |
-
features:
|
20 |
-
- name: case_id
|
21 |
-
dtype: int64
|
22 |
-
- name: variation
|
23 |
-
dtype: string
|
24 |
-
- name: age
|
25 |
-
dtype: int64
|
26 |
-
- name: sex
|
27 |
-
dtype: string
|
28 |
-
- name: race
|
29 |
-
dtype: string
|
30 |
-
- name: income
|
31 |
-
dtype: string
|
32 |
-
- name: zipcode
|
33 |
-
dtype: string
|
34 |
-
- name: description
|
35 |
-
dtype: string
|
36 |
-
- name: type
|
37 |
-
dtype: string
|
38 |
-
- name: molecular_phenotype
|
39 |
-
dtype: string
|
40 |
-
- name: treatment_status
|
41 |
-
dtype: string
|
42 |
-
- name: special_considerations
|
43 |
-
dtype: string
|
44 |
-
- name: ground_truth
|
45 |
-
dtype: string
|
46 |
-
- name: system_prompt
|
47 |
-
dtype: string
|
48 |
-
- name: question_all
|
49 |
-
dtype: string
|
50 |
-
- name: question_neoadjuvant
|
51 |
-
dtype: string
|
52 |
-
- name: question_surgery
|
53 |
-
dtype: string
|
54 |
-
- name: question_adjuvant
|
55 |
-
dtype: string
|
56 |
-
- name: question_genetic
|
57 |
-
dtype: string
|
58 |
-
- name: question_support
|
59 |
-
dtype: string
|
60 |
-
- name: id
|
61 |
-
dtype: int64
|
62 |
-
splits:
|
63 |
-
- name: train
|
64 |
-
num_bytes: 18499257
|
65 |
-
num_examples: 3800
|
66 |
-
download_size: 1284034
|
67 |
-
dataset_size: 18499257
|
68 |
---
|
69 |
|
70 |
# Demographic Variations Oncology AMIE Dataset
|
@@ -92,7 +37,8 @@ The dataset includes systematic variations across:
|
|
92 |
### Features
|
93 |
|
94 |
The dataset includes:
|
95 |
-
- id:
|
|
|
96 |
- variation: Demographic variation identifier
|
97 |
- age: Patient age
|
98 |
- sex: Patient sex
|
|
|
1 |
---
|
2 |
language: en
|
3 |
license: mit
|
4 |
+
pretty_name: Demographic Variations Oncology AMIE Dataset
|
5 |
size_categories:
|
6 |
- n<1K
|
7 |
task_categories:
|
|
|
10 |
task_ids:
|
11 |
- text-classification
|
12 |
- medical-diagnosis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Demographic Variations Oncology AMIE Dataset
|
|
|
37 |
### Features
|
38 |
|
39 |
The dataset includes:
|
40 |
+
- id: Unique identifier for the demographic variation version of the case
|
41 |
+
- case_id: Original case identifier
|
42 |
- variation: Demographic variation identifier
|
43 |
- age: Patient age
|
44 |
- sex: Patient sex
|