Lancelot53's picture
Upload dataset
a249451 verified
|
raw
history blame
580 Bytes
metadata
dataset_info:
  features:
    - name: question
      dtype: string
    - name: options
      sequence: string
    - name: answer
      dtype: string
    - name: category
      dtype: string
    - name: id
      dtype: int64
    - name: file_name
      dtype: string
    - name: source
      dtype: string
  splits:
    - name: train
      num_bytes: 1402
      num_examples: 4
    - name: test
      num_bytes: 168986
      num_examples: 435
  download_size: 78285
  dataset_size: 170388
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*