File size: 917 Bytes
1a2b4ed |
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 41 |
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: eval
path: data/eval-*
- split: eval_zero_shot
path: data/eval_zero_shot-*
- split: eval_normal
path: data/eval_normal-*
dataset_info:
features:
- name: input
dtype: string
- name: label
sequence: int64
- name: input_ids
sequence: int32
- name: attention_mask
sequence: int8
splits:
- name: train
num_bytes: 137430914
num_examples: 177638
- name: eval
num_bytes: 1529607
num_examples: 7830
- name: eval_zero_shot
num_bytes: 562161
num_examples: 2859
- name: eval_normal
num_bytes: 967446
num_examples: 4971
download_size: 61636683
dataset_size: 140490128
---
# Dataset Card for "nci_nq_t5_naive"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |