--- dataset_info: features: - name: code dtype: string - name: label dtype: class_label: names: '0': non-compliant '1': compliant - name: rule dtype: string splits: - name: test num_examples: 120 dataset_size: 600 configs: - config_name: default data_files: - split: test path: data/test-* --- # Dataset Name This dataset contains Python code samples and their compliance with PEP-8 E111 rule ("indentation is not a multiple of four") generated with DFA. ## Dataset Structure **Features:** - `code`: Python code snippet. - `label`: A binary label indicating compliance (0 for 'non-compliant' and 1 for 'compliant'). ## Usage This dataset can be used for training machine learning models for code compliance and style enforcement tasks.