Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Added data types
Browse files
README.md
CHANGED
@@ -16,6 +16,22 @@ configs:
|
|
16 |
path: guidelines.jsonl
|
17 |
tags:
|
18 |
- medical
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# Clinical Guidelines
|
|
|
16 |
path: guidelines.jsonl
|
17 |
tags:
|
18 |
- medical
|
19 |
+
dataset_info:
|
20 |
+
features:
|
21 |
+
- name: id
|
22 |
+
dtype: string
|
23 |
+
- name: source
|
24 |
+
dtype: string
|
25 |
+
- name: title
|
26 |
+
dtype: string
|
27 |
+
- name: url
|
28 |
+
dtype: string
|
29 |
+
- name: raw_text
|
30 |
+
dtype: string
|
31 |
+
- name: clean_text
|
32 |
+
dtype: string
|
33 |
+
- name: overview
|
34 |
+
dtype: string
|
35 |
---
|
36 |
|
37 |
# Clinical Guidelines
|