File size: 2,212 Bytes
dc2ea16 19668df 142b21e 19668df 716838c dc2ea16 a2e94a3 2d5c046 a2e94a3 064d90c 2d5c046 064d90c fba367f 2d5c046 fba367f 689b9a7 2d5c046 716838c 4e6444e dc2ea16 19668df dc2ea16 803b680 e0fac3f 716838c 4e6444e dc2ea16 |
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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
---
dataset_info:
- config_name: closure
features:
- name: doc
dtype: string
- name: text
dtype: string
- name: entities
list:
- name: id
dtype: string
- name: offsets
sequence: int64
- name: text
dtype: string
- name: relations
list:
- name: relation
dtype: string
- name: source
dtype: string
- name: target
dtype: string
splits:
- name: train
num_bytes: 6426627
num_examples: 204
- name: valid
num_bytes: 1119055
num_examples: 51
- name: test
num_bytes: 666290
num_examples: 20
download_size: 1318577
dataset_size: 8211972
- config_name: default
features:
- name: doc
dtype: string
- name: text
dtype: string
- name: entities
list:
- name: id
dtype: string
- name: offsets
sequence: int64
- name: text
dtype: string
- name: relations
list:
- name: relation
dtype: string
- name: source
dtype: string
- name: target
dtype: string
splits:
- name: train
num_bytes: 2019477
num_examples: 204
- name: valid
num_bytes: 405138
num_examples: 51
- name: test
num_bytes: 185343
num_examples: 20
download_size: 755240
dataset_size: 2609958
- config_name: level_3
features:
- name: doc
dtype: string
- name: text
dtype: string
- name: entities
list:
- name: id
dtype: string
- name: offsets
sequence: int64
- name: text
dtype: string
- name: relations
sequence: 'null'
splits:
- name: valid
num_bytes: 10736488661
num_examples: 2319166
- name: test
num_bytes: 1279166641
num_examples: 475342
download_size: 54746374
dataset_size: 12015655302
configs:
- config_name: closure
data_files:
- split: train
path: closure/train-*
- split: valid
path: closure/valid-*
- split: test
path: closure/test-*
- config_name: default
data_files:
- split: train
path: data/train-*
- split: valid
path: data/valid-*
- split: test
path: data/test-*
- config_name: level_3
data_files:
- split: valid
path: level_3/valid-*
- split: test
path: level_3/test-*
---
|