--- dataset_info: features: - name: id dtype: int32 - name: func dtype: string - name: target dtype: bool - name: project dtype: string - name: commit_id dtype: string splits: - name: train num_bytes: 45723451 num_examples: 21854 - name: validation num_bytes: 5582533 num_examples: 2732 - name: test num_bytes: 5646740 num_examples: 2732 download_size: 22289899 dataset_size: 56952724 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---