CNEC1_1_CONLL_ext / README.md
stulcrad's picture
Upload dataset
f27e6e3 verified
metadata
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-*