social_i_qa / README.md
SaylorTwift's picture
SaylorTwift HF Staff
Convert dataset to Parquet
df8cdf8 verified
|
raw
history blame
573 Bytes
metadata
dataset_info:
  features:
    - name: context
      dtype: string
    - name: question
      dtype: string
    - name: answerA
      dtype: string
    - name: answerB
      dtype: string
    - name: answerC
      dtype: string
    - name: label
      dtype: string
  splits:
    - name: train
      num_bytes: 6327209
      num_examples: 33410
    - name: validation
      num_bytes: 372815
      num_examples: 1954
  download_size: 3653462
  dataset_size: 6700024
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*