File size: 842 Bytes
c01b5b4
9cdd930
2d92119
 
 
 
0cee037
9cdd930
 
 
0cee037
9cdd930
 
 
0cee037
615449b
 
 
0cee037
1489163
 
 
0cee037
 
 
 
 
 
 
 
c01b5b4
 
 
 
 
 
9a57b0e
0fdeb5c
 
c01b5b4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
configs:
- config_name: unannotated_ncbi
  data_files:
  - path: unannotated_ncbi_summary/*.json
    split: train
- config_name: question_answering_without_choices
  data_files:
  - path: ncbi_qa/*.json
    split: train
- config_name: natural_language_inference
  data_files:
  - path: ncbi_nli/*.json
    split: train
- config_name: coreference_resolution
  data_files:
  - path: ncbi_cr/*.json
    split: train
- config_name: multiple_choice_question_answering
  data_files:
  - path: ncbi_mcqa/*.json
    split: train
- config_name: extractive_question_answering
  data_files:
  - path: ncbi_exqa/*.json
    split: train
- config_name: textual_entailment
  data_files:
  - path: ncbi_te/*.json
    split: train
task_categories:
- text2text-generation
language:
- en
tags:
- biology
license: apache-2.0
size_categories:
- 10K<n<100K
---