alita01's picture
Upload dataset
659d151 verified
metadata
dataset_info:
  features:
    - name: subject
      dtype: string
    - name: model
      dtype: string
    - name: conversation
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: annotations
      list:
        - name: index
          dtype: int64
        - name: label
          dtype: string
        - name: span
          dtype: string
        - name: verification_note
          dtype: string
    - name: canary
      dtype: string
  splits:
    - name: train
      num_bytes: 10140367
      num_examples: 1786
    - name: test
      num_bytes: 2589372
      num_examples: 447
  download_size: 5113804
  dataset_size: 12729739
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*