Upload dataset
Browse files- README.md +62 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: int64
|
6 |
+
- name: consult_input
|
7 |
+
dtype: string
|
8 |
+
- name: turing_output
|
9 |
+
dtype: string
|
10 |
+
- name: patient_info
|
11 |
+
dtype: string
|
12 |
+
- name: hospital_info
|
13 |
+
dtype: string
|
14 |
+
- name: case_info
|
15 |
+
dtype: string
|
16 |
+
- name: text_question
|
17 |
+
dtype: string
|
18 |
+
- name: difficulty_tags
|
19 |
+
dtype: string
|
20 |
+
- name: question_tag
|
21 |
+
dtype: string
|
22 |
+
- name: signals_present
|
23 |
+
dtype: string
|
24 |
+
- name: signals_not_present
|
25 |
+
dtype: string
|
26 |
+
- name: signals_present_id
|
27 |
+
dtype: string
|
28 |
+
- name: signals_not_present_id
|
29 |
+
dtype: string
|
30 |
+
- name: diagnosis_present
|
31 |
+
dtype: string
|
32 |
+
- name: diagnosis_not_present
|
33 |
+
dtype: string
|
34 |
+
- name: diagnosis_present_id
|
35 |
+
dtype: string
|
36 |
+
- name: diagnosis_not_present_id
|
37 |
+
dtype: string
|
38 |
+
- name: recommendations_present
|
39 |
+
dtype: string
|
40 |
+
- name: recommendations_not_present
|
41 |
+
dtype: string
|
42 |
+
- name: recommendations_present_id
|
43 |
+
dtype: string
|
44 |
+
- name: recommendations_not_present_id
|
45 |
+
dtype: string
|
46 |
+
splits:
|
47 |
+
- name: train
|
48 |
+
num_bytes: 199892236.5
|
49 |
+
num_examples: 9000
|
50 |
+
- name: test
|
51 |
+
num_bytes: 22210248.5
|
52 |
+
num_examples: 1000
|
53 |
+
download_size: 46835312
|
54 |
+
dataset_size: 222102485.0
|
55 |
+
configs:
|
56 |
+
- config_name: default
|
57 |
+
data_files:
|
58 |
+
- split: train
|
59 |
+
path: data/train-*
|
60 |
+
- split: test
|
61 |
+
path: data/test-*
|
62 |
+
---
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a19eb6c2055abeebed0630b93d9b6332c5fb3dd84ce1bf4cbeee2970d6d5a13a
|
3 |
+
size 4715266
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd73824869904f2090b8075a36971bb72912ea714ee49f5046d4b40ff049fc9a
|
3 |
+
size 42120046
|