DWIE / README.md
ola-specific's picture
Upload folder using huggingface_hub
d692884 verified
metadata
dataset_info:
  features:
    - name: example
      dtype: string
    - name: entities
      list:
        - name: content
          dtype: string
        - name: is_validated
          dtype: bool
        - name: label
          dtype: string
        - name: start_index
          dtype: int64
    - name: relations
      sequence: 'null'
    - name: is_document_reviewed
      dtype: bool
  splits:
    - name: train
      num_bytes: 3175873
      num_examples: 702
    - name: test
      num_bytes: 464516
      num_examples: 100
  download_size: 1862942
  dataset_size: 3640389
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*