File size: 1,135 Bytes
ffa4ccd |
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
---
dataset_info:
features:
- name: id
dtype: int64
- name: subj
dtype: string
- name: prop
dtype: string
- name: obj
dtype: string
- name: subj_id
dtype: int64
- name: prop_id
dtype: int64
- name: obj_id
dtype: int64
- name: s_aliases
sequence: string
- name: o_aliases
sequence: string
- name: s_uri
dtype: string
- name: o_uri
dtype: string
- name: s_wiki_title
dtype: string
- name: o_wiki_title
dtype: string
- name: s_pop
dtype: int64
- name: o_pop
dtype: int64
- name: question
dtype: string
- name: possible_answers
sequence: string
- name: subject_chunks
sequence: int64
- name: subject_num_chunks
dtype: int64
- name: answer_chunks
sequence: int64
- name: answer_num_chunks
dtype: int64
- name: shared_chunks
sequence: int64
- name: num_shared_chunks
dtype: int64
splits:
- name: train
num_bytes: 4346358295
num_examples: 14267
download_size: 2506350537
dataset_size: 4346358295
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|