Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
license: apache-2.0
|
| 11 |
task_categories:
|
| 12 |
- text-generation
|
|
@@ -15,6 +15,8 @@ language:
|
|
| 15 |
- en
|
| 16 |
size_categories:
|
| 17 |
- 10K<n<100K
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
This dataset is a subset of https://github.com/pubmedqa/pubmedqa.
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
+
- name: instruction
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: input
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: output
|
| 9 |
+
dtype: string
|
| 10 |
license: apache-2.0
|
| 11 |
task_categories:
|
| 12 |
- text-generation
|
|
|
|
| 15 |
- en
|
| 16 |
size_categories:
|
| 17 |
- 10K<n<100K
|
| 18 |
+
tags:
|
| 19 |
+
- medical
|
| 20 |
---
|
| 21 |
|
| 22 |
This dataset is a subset of https://github.com/pubmedqa/pubmedqa.
|