File size: 2,344 Bytes
17d7323
f27e6e3
 
17d7323
 
 
 
 
 
 
 
 
f27e6e3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17d7323
 
f27e6e3
 
17d7323
f27e6e3
 
17d7323
f27e6e3
 
 
 
17d7323
 
 
 
 
 
 
 
 
f27e6e3
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
---
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-gp
          '16': I-gp
          '17': B-gq
          '18': I-gq
          '19': B-gr
          '20': I-gr
          '21': B-gs
          '22': I-gs
          '23': B-gt
          '24': I-gt
          '25': B-gu
          '26': I-gu
          '27': B-i_
          '28': I-i_
          '29': B-ia
          '30': I-ia
          '31': B-ic
          '32': I-ic
          '33': B-if
          '34': I-if
          '35': B-io
          '36': I-io
          '37': B-mn
          '38': I-mn
          '39': B-mt
          '40': I-mt
          '41': B-mr
          '42': I-mr
          '43': B-o_
          '44': I-o_
          '45': B-oa
          '46': I-oa
          '47': B-oc
          '48': I-oc
          '49': B-oe
          '50': I-oe
          '51': B-om
          '52': I-om
          '53': B-op
          '54': I-op
          '55': B-or
          '56': I-or
          '57': B-p_
          '58': I-p_
          '59': B-pb
          '60': I-pb
          '61': B-pc
          '62': I-pc
          '63': B-pd
          '64': I-pd
          '65': B-pf
          '66': I-pf
          '67': B-pm
          '68': I-pm
          '69': B-pp
          '70': I-pp
          '71': B-ps
          '72': I-ps
          '73': B-td
          '74': I-td
          '75': B-tf
          '76': I-tf
          '77': B-th
          '78': I-th
          '79': B-ti
          '80': I-ti
          '81': B-tm
          '82': I-tm
          '83': B-ty
          '84': I-ty
  splits:
  - name: train
    num_bytes: 2089783
    num_examples: 4695
  - name: validation
    num_bytes: 260957
    num_examples: 587
  - name: test
    num_bytes: 263473
    num_examples: 586
  download_size: 904587
  dataset_size: 2614213
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---