File size: 1,211 Bytes
56580d0 605d623 6282782 605d623 56580d0 f145089 56580d0 605d623 6282782 56580d0 f145089 56580d0 |
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 |
---
dataset_info:
- config_name: three
features:
- name: id
dtype: string
- name: context
dtype: string
- name: entities
sequence: string
- name: tlinks
list:
- name: relation
dtype: string
- name: source
dtype: string
- name: target
dtype: string
splits:
- name: train
num_bytes: 8024992128
num_examples: 2087701
- name: test
num_bytes: 15699567
num_examples: 10846
download_size: 1034767022
dataset_size: 8040691695
- config_name: two
features:
- name: id
dtype: string
- name: context
dtype: string
- name: entities
sequence: string
- name: timeline
list:
- name: relation
dtype: string
- name: source
dtype: string
- name: target
dtype: string
splits:
- name: train
num_bytes: 144422156
num_examples: 96718
- name: test
num_bytes: 2417910
num_examples: 2700
download_size: 16647838
dataset_size: 146840066
configs:
- config_name: three
data_files:
- split: train
path: three/train-*
- split: test
path: three/test-*
- config_name: two
data_files:
- split: train
path: two/train-*
- split: test
path: two/test-*
---
|