Datasets:
File size: 634 Bytes
763fb6e |
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 |
---
dataset_info:
features:
- name: annotation_id
dtype: string
- name: line_id
dtype: uint16
- name: start
dtype: uint16
- name: end
dtype: uint16
- name: label
dtype:
class_label:
names:
'0': EVENT
'1': LOC
'2': MISC
'3': ORG
'4': PER
'5': TIME
- name: label_text
dtype: string
- name: merged
dtype: bool
splits:
- name: train
num_bytes: 702091
num_examples: 15938
download_size: 474444
dataset_size: 702091
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|