File size: 2,513 Bytes
087200b a901153 087200b a901153 087200b a901153 087200b a901153 087200b a901153 087200b a901153 |
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 121 122 123 124 125 126 127 |
---
language:
- cs
dataset_info:
features:
- name: tokens
sequence: string
- name: ner_tags
sequence:
class_label:
names:
'0': O
'1': B-ah
'2': I-ah
'3': B-at
'4': I-at
'5': B-az
'6': I-az
'7': B-g_
'8': I-g_
'9': B-gc
'10': I-gc
'11': B-gh
'12': I-gh
'13': B-gl
'14': I-gl
'15': B-gq
'16': I-gq
'17': B-gr
'18': I-gr
'19': B-gs
'20': I-gs
'21': B-gt
'22': I-gt
'23': B-gu
'24': I-gu
'25': B-i_
'26': I-i_
'27': B-ia
'28': I-ia
'29': B-ic
'30': I-ic
'31': B-if
'32': I-if
'33': B-io
'34': I-io
'35': B-me
'36': I-me
'37': B-mi
'38': I-mi
'39': B-mn
'40': I-mn
'41': B-ms
'42': I-ms
'43': B-n_
'44': I-n_
'45': B-na
'46': I-na
'47': B-nb
'48': I-nb
'49': B-nc
'50': I-nc
'51': B-ni
'52': I-ni
'53': B-no
'54': I-no
'55': B-ns
'56': I-ns
'57': B-o_
'58': I-o_
'59': B-oa
'60': I-oa
'61': B-oe
'62': I-oe
'63': B-om
'64': I-om
'65': B-op
'66': I-op
'67': B-or
'68': I-or
'69': B-p_
'70': I-p_
'71': B-pc
'72': I-pc
'73': B-pd
'74': I-pd
'75': B-pf
'76': I-pf
'77': B-pm
'78': I-pm
'79': B-pp
'80': I-pp
'81': B-ps
'82': I-ps
'83': B-td
'84': I-td
'85': B-tf
'86': I-tf
'87': B-th
'88': I-th
'89': B-tm
'90': I-tm
'91': B-ty
'92': I-ty
splits:
- name: train
num_bytes: 2798586
num_examples: 7193
- name: validation
num_bytes: 350253
num_examples: 900
- name: test
num_bytes: 352146
num_examples: 899
download_size: 1219405
dataset_size: 3500985
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|