--- license: mit configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: validation path: data/validation-* dataset_info: features: - name: Context dtype: string - name: Question dtype: string - name: Answer dtype: string - name: Ground_truths struct: - name: answer dtype: string - name: decimal dtype: float64 - name: type dtype: string - name: Explanation dtype: string splits: - name: train num_bytes: 26210438 num_examples: 6203 - name: test num_bytes: 4679980 num_examples: 1133 - name: validation num_bytes: 3629081 num_examples: 871 download_size: 11547423 dataset_size: 34519499 ---