mugezhang/superglue_copa_eval_multirepr
收藏资源简介:
--- dataset_info: config_name: copa features: - name: premise dtype: string - name: choice1 dtype: string - name: choice2 dtype: string - name: question dtype: string - name: idx dtype: int32 - name: label dtype: class_label: names: '0': choice1 '1': choice2 - name: premise_phonemes dtype: string - name: premise_ipa_stripped dtype: string - name: premise_romanized dtype: string - name: choice1_phonemes dtype: string - name: choice1_ipa_stripped dtype: string - name: choice1_romanized dtype: string - name: choice2_phonemes dtype: string - name: choice2_ipa_stripped dtype: string - name: choice2_romanized dtype: string splits: - name: train num_bytes: 203362 num_examples: 400 - name: validation num_bytes: 51736 num_examples: 100 - name: test num_bytes: 245950 num_examples: 500 download_size: 332236 dataset_size: 501048 configs: - config_name: copa data_files: - split: train path: copa/train-* - split: validation path: copa/validation-* - split: test path: copa/test-* ---



