Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
Tags:
biology
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,17 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
task_categories:
|
3 |
- text2text-generation
|
4 |
language:
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: unannotated_ncbi_summary
|
4 |
+
data_files:
|
5 |
+
- path: unannotated_ncbi_summary/*.json
|
6 |
+
split: train
|
7 |
+
- config_name: ncbi_qa
|
8 |
+
data_files:
|
9 |
+
- path: ncbi_qa/*.json
|
10 |
+
split: train
|
11 |
+
- config_name: ncbi_nli
|
12 |
+
data_files:
|
13 |
+
- path: ncbi_nli/*.json
|
14 |
+
split: train
|
15 |
task_categories:
|
16 |
- text2text-generation
|
17 |
language:
|