--- dataset_info: features: - name: file_name dtype: string - name: method_name dtype: string - name: code_before dtype: string - name: code_after dtype: string - name: func_before dtype: string - name: func_after dtype: string - name: diff dtype: string - name: num_lines_added dtype: float64 - name: num_lines_deleted dtype: float64 - name: num_lines_in_file dtype: float64 - name: num_tokens_in_file dtype: float64 - name: repo dtype: string - name: cve_id dtype: string - name: cwe_id dtype: string splits: - name: c num_bytes: 376249635 num_examples: 2621 - name: go num_bytes: 16673352 num_examples: 145 - name: java num_bytes: 26747914 num_examples: 573 - name: python num_bytes: 78001734 num_examples: 587 - name: ruby num_bytes: 16026947 num_examples: 453 download_size: 97738307 dataset_size: 513699582 configs: - config_name: default data_files: - split: c path: data/c-* - split: go path: data/go-* - split: java path: data/java-* - split: python path: data/python-* - split: ruby path: data/ruby-* ---