File size: 665 Bytes
bb0a409 |
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: tokens
sequence: string
- name: ner_tags
sequence: string
- name: spans
list:
- name: end
dtype: int64
- name: label
dtype: string
- name: start
dtype: int64
splits:
- name: easy
num_bytes: 223404014
num_examples: 441541
- name: medium
num_bytes: 51111218
num_examples: 98719
- name: hard
num_bytes: 3120176
num_examples: 5598
download_size: 74799545
dataset_size: 277635408
configs:
- config_name: default
data_files:
- split: easy
path: data/easy-*
- split: medium
path: data/medium-*
- split: hard
path: data/hard-*
---
|