conll2003 / README.md
ola-specific's picture
Upload folder using huggingface_hub
95d9623 verified
metadata
dataset_info:
  features:
    - name: text
      dtype: string
    - name: entities
      list:
        - name: content
          dtype: string
        - name: label
          dtype: string
        - name: start_index
          dtype: int64
  splits:
    - name: train
      num_bytes: 1840916
      num_examples: 14041
    - name: test
      num_bytes: 426173
      num_examples: 3453
  download_size: 1221176
  dataset_size: 2267089
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*