--- dataset_info: - config_name: default features: - name: clf_label dtype: class_label: names: '0': ' NEGATIVE' '1': ' POSITIVE' - name: instructions dtype: string - name: content sequence: string - name: answer_prompt dtype: string - name: proxy_clf_label dtype: class_label: names: '0': ' NEGATIVE' '1': ' POSITIVE' - name: gen_target dtype: string - name: proxy_gen_target dtype: string splits: - name: train num_bytes: 36534806.0 num_examples: 24365 - name: validation num_bytes: 35973979.0 num_examples: 24401 download_size: 39238216 dataset_size: 72508785.0 - config_name: neg features: - name: clf_label dtype: class_label: names: '0': ' NEGATIVE' '1': ' POSITIVE' - name: instructions dtype: string - name: content sequence: string - name: answer_prompt dtype: string - name: proxy_clf_label dtype: class_label: names: '0': ' NEGATIVE' '1': ' POSITIVE' - name: gen_target dtype: string - name: proxy_gen_target dtype: string splits: - name: train num_bytes: 18293643.88261851 num_examples: 12200 - name: validation num_bytes: 18017212.30109422 num_examples: 12221 download_size: 19465113 dataset_size: 36310856.18371273 - config_name: pos features: - name: clf_label dtype: class_label: names: '0': ' NEGATIVE' '1': ' POSITIVE' - name: instructions dtype: string - name: content sequence: string - name: answer_prompt dtype: string - name: proxy_clf_label dtype: class_label: names: '0': ' NEGATIVE' '1': ' POSITIVE' - name: gen_target dtype: string - name: proxy_gen_target dtype: string splits: - name: train num_bytes: 18241162.11738149 num_examples: 12165 - name: validation num_bytes: 17956766.69890578 num_examples: 12180 download_size: 19669565 dataset_size: 36197928.81628727 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - config_name: neg data_files: - split: train path: neg/train-* - split: validation path: neg/validation-* - config_name: pos data_files: - split: train path: pos/train-* - split: validation path: pos/validation-* ---