--- language: - ja dataset_info: - config_name: commonsenseqa-format features: - name: q_id dtype: int64 - name: question dtype: string - name: choices struct: - name: label sequence: string - name: text sequence: string - name: answerKey dtype: string splits: - name: train num_bytes: 1451999 num_examples: 8939 - name: test num_bytes: 181863 num_examples: 1119 download_size: 767534 dataset_size: 1633862 - config_name: default features: - name: q_id dtype: int64 - name: question dtype: large_string - name: choice0 dtype: large_string - name: choice1 dtype: large_string - name: choice2 dtype: large_string - name: choice3 dtype: large_string - name: choice4 dtype: large_string - name: label dtype: class_label: names: '0': choice0 '1': choice1 '2': choice2 '3': choice3 '4': choice4 splits: - name: train num_bytes: 1398365 num_examples: 8939 - name: test num_bytes: 175149 num_examples: 1119 download_size: 888312 dataset_size: 1573514 configs: - config_name: commonsenseqa-format data_files: - split: train path: commonsenseqa-format/train-* - split: test path: commonsenseqa-format/test-* - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---