Dharil's picture
Upload README.md with huggingface_hub
3c3f2a0
metadata
license: mit
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: Judgements
      dtype: string
    - name: Summary
      dtype: string
    - name: input_ids
      sequence: int32
    - name: attention_mask
      sequence: int8
    - name: labels
      sequence: int64
  splits:
    - name: train
      num_bytes: 107337439
      num_examples: 693
    - name: test
      num_bytes: 14119400
      num_examples: 100
  download_size: 50443476
  dataset_size: 121456839