PARARULE-Plus / README.md
MorishT's picture
Upload README.md with huggingface_hub
d81a346 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: context
      dtype: string
    - name: question
      dtype: string
    - name: label
      dtype: int64
    - name: meta
      struct:
        - name: QDep
          dtype: string
        - name: QCat
          dtype: string
  splits:
    - name: train
      num_bytes: 336923078
      num_examples: 360000
    - name: validation
      num_bytes: 60476453
      num_examples: 64658
    - name: test
      num_bytes: 10101275
      num_examples: 10798
  download_size: 112989623
  dataset_size: 407500806

Dataset Card for "PARARULE-Plus"

More Information needed