metadata
language:
- cs
dataset_info:
features:
- name: tokens
sequence: string
- name: ner_tags
sequence:
sequence: int32
- name: langs
sequence: string
- name: spans
sequence: string
splits:
- name: train
num_bytes: 4492448
num_examples: 7193
- name: validation
num_bytes: 562567
num_examples: 900
- name: test
num_bytes: 566006
num_examples: 899
download_size: 1278410
dataset_size: 5621021
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
label_names = [
'O',
'B-P', 'I-P', 'B-T', 'I-T', 'B-A', 'I-A', 'B-C', 'I-C',
'B-ah', 'I-ah', 'B-at', 'I-at', 'B-az', 'I-az',
'B-g_', 'I-g_', 'B-gc', 'I-gc', 'B-gh', 'I-gh',
'B-gl', 'I-gl', 'B-gq', 'I-gq', 'B-gr', 'I-gr',
'B-gs', 'I-gs', 'B-gt', 'I-gt', 'B-gu', 'I-gu',
'B-i_', 'I-i_', 'B-ia', 'I-ia', 'B-ic', 'I-ic',
'B-if', 'I-if', 'B-io', 'I-io', 'B-me', 'I-me',
'B-mi', 'I-mi', 'B-mn', 'I-mn', 'B-ms', 'I-ms',
'B-n_', 'I-n_', 'B-na', 'I-na', 'B-nb', 'I-nb',
'B-nc', 'I-nc', 'B-ni', 'I-ni', 'B-no', 'I-no',
'B-ns', 'I-ns', 'B-o_', 'I-o_', 'B-oa', 'I-oa',
'B-oe', 'I-oe', 'B-om', 'I-om', 'B-op', 'I-op',
'B-or', 'I-or', 'B-p_', 'I-p_', 'B-pc', 'I-pc',
'B-pd', 'I-pd', 'B-pf', 'I-pf', 'B-pm', 'I-pm',
'B-pp', 'I-pp', 'B-ps', 'I-ps', 'B-td', 'I-td',
'B-tf', 'I-tf', 'B-th', 'I-th', 'B-tm', 'I-tm', 'B-ty', 'I-ty']