WordLength-test / README.md
tomtseng's picture
Upload dataset
891cc72 verified
|
raw
history blame
807 Bytes
metadata
dataset_info:
  features:
    - name: instructions
      dtype: string
    - name: content
      sequence: string
    - name: answer_prompt
      dtype: string
    - name: clf_label
      dtype:
        class_label:
          names:
            '0': ' FIRST'
            '1': ' SECOND'
    - name: proxy_clf_label
      dtype:
        class_label:
          names:
            '0': ' FIRST'
            '1': ' SECOND'
    - name: gen_target
      dtype: string
    - name: proxy_gen_target
      dtype: string
  splits:
    - name: train
      num_bytes: 9185667
      num_examples: 25000
    - name: validation
      num_bytes: 9186699
      num_examples: 25000
  download_size: 1386514
  dataset_size: 18372366
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*