serial2023 / README.md
Dnsibu's picture
Upload README.md with huggingface_hub
ea17755
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: 'Sentence #'
      dtype: string
    - name: Word
      dtype: string
    - name: POS
      dtype: string
    - name: Tag
      dtype:
        class_label:
          names:
            '0': O
            '1': B-serial
  splits:
    - name: train
      num_bytes: 24256517
      num_examples: 836762
    - name: test
      num_bytes: 6076775
      num_examples: 209191
  download_size: 6868292
  dataset_size: 30333292

Dataset Card for "serial2023"

More Information needed