--- dataset_info: features: - name: processed_func dtype: string - name: target dtype: int64 - name: flaw_line dtype: string - name: flaw_line_index dtype: int64 - name: commit_url dtype: string - name: language dtype: class_label: names: '0': CCPP '1': CS '2': Java '3': JavaScript '4': Python '5': TypeScript splits: - name: train num_bytes: 12698440.509200197 num_examples: 15663 - name: test num_bytes: 806674.8583703119 num_examples: 995 download_size: 88405613 dataset_size: 13505115.367570505 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* --- Number of training examples: 15663 Number of test examples: 995 Target distribution in train dataset: - Target 0: 7832 (50.0%) - Target 1: 7831 (50.0%) Target distribution in test dataset: - Target 0: 497 (49.9%) - Target 1: 498 (50.1%) Language distribution in train dataset: - CCPP: 9424 - CS: 389 - Java: 1153 - JavaScript: 3378 - Python: 1093 - TypeScript: 226 Language distribution in test dataset: - CCPP: 601 - CS: 24 - Java: 72 - JavaScript: 215 - Python: 69 - TypeScript: 14