--- dataset_info: - config_name: JCoLA features: - name: uid dtype: int64 - name: source dtype: string - name: label dtype: class_label: names: '0': unacceptable '1': acceptable - name: diacritic dtype: string - name: sentence dtype: string - name: original dtype: string - name: translation dtype: string - name: gloss dtype: bool - name: linguistic_phenomenon struct: - name: argument_structure dtype: bool - name: binding dtype: bool - name: control_raising dtype: bool - name: ellipsis dtype: bool - name: filler_gap dtype: bool - name: island_effects dtype: bool - name: morphology dtype: bool - name: nominal_structure dtype: bool - name: negative_polarity_concord_items dtype: bool - name: quantifier dtype: bool - name: verbal_agreement dtype: bool - name: simple dtype: bool splits: - name: train num_bytes: 1056540 num_examples: 6919 - name: validation num_bytes: 131791 num_examples: 865 - name: validation_out_of_domain num_bytes: 104486 num_examples: 685 - name: validation_out_of_domain_annotated num_bytes: 133174 num_examples: 685 download_size: 669712 dataset_size: 1425991 - config_name: MARC-ja features: - name: sentence dtype: string - name: label dtype: class_label: names: '0': positive '1': negative '2': neutral - name: review_id dtype: string splits: - name: train num_bytes: 104295173 num_examples: 187528 - name: validation num_bytes: 3105789 num_examples: 5654 download_size: 66965045 dataset_size: 107400962 configs: - config_name: JCoLA data_files: - split: train path: JCoLA/train-* - split: validation path: JCoLA/validation-* - split: validation_out_of_domain path: JCoLA/validation_out_of_domain-* - split: validation_out_of_domain_annotated path: JCoLA/validation_out_of_domain_annotated-* - config_name: MARC-ja data_files: - split: train path: MARC-ja/train-* - split: validation path: MARC-ja/validation-* ---