conll2002 / README.md
maximedb's picture
Upload README.md with huggingface_hub
f8bd5a9
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: tokens
      sequence: string
    - name: pos_tags
      sequence:
        class_label:
          names:
            '0': Adj
            '1': Adv
            '2': Art
            '3': Conj
            '4': Int
            '5': Misc
            '6': 'N'
            '7': Num
            '8': Prep
            '9': Pron
            '10': Punc
            '11': V
    - name: ner_tags
      sequence:
        class_label:
          names:
            '0': O
            '1': B-PER
            '2': I-PER
            '3': B-ORG
            '4': I-ORG
            '5': B-LOC
            '6': I-LOC
            '7': B-MISC
            '8': I-MISC
    - name: s2s_target
      dtype: string
    - name: s2s_input
      dtype: string
  splits:
    - name: train
      num_bytes: 6897645
      num_examples: 15807
    - name: validation
      num_bytes: 1301994
      num_examples: 2896
    - name: test
      num_bytes: 2347146
      num_examples: 5196
  download_size: 3023155
  dataset_size: 10546785

Dataset Card for "conll2002"

More Information needed