--- dataset_info: features: - name: question dtype: string - name: choices sequence: string - name: date dtype: string - name: country dtype: string - name: answer dtype: float64 - name: task_id dtype: string - name: type dtype: string splits: - name: valid num_bytes: 27065 num_examples: 108 - name: test num_bytes: 3861 num_examples: 16 download_size: 14061 dataset_size: 30926 configs: - config_name: default data_files: - split: valid path: data/valid-* - split: test path: data/test-* ---