--- dataset_info: features: - name: func dtype: string - name: target dtype: string - name: cwe sequence: string - name: project dtype: string - name: commit_id dtype: string - name: hash dtype: string - name: size dtype: int64 - name: message dtype: string - name: vul dtype: int64 splits: - name: train num_bytes: 475660156 num_examples: 231344 - name: validation num_bytes: 101137378 num_examples: 49573 - name: test num_bytes: 102678525 num_examples: 49575 download_size: 311157797 dataset_size: 679476059 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---