sharegpt-binary / README.md
atmallen's picture
Upload README.md with huggingface_hub
b8698ac
|
Raw
History Blame Contribute Delete
583 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: statement
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: model
      dtype: string
  splits:
    - name: test
      num_bytes: 1090167
      num_examples: 243
  download_size: 188810
  dataset_size: 1090167

Dataset Card for "sharegpt-binary"

More Information needed