--- dataset_info: features: - name: function_name dtype: string - name: function_code dtype: string - name: documentation dtype: string - name: language dtype: string - name: file_path dtype: string - name: line_number dtype: int32 - name: parameters list: string - name: return_type dtype: string - name: has_type_hints dtype: bool - name: complexity dtype: int32 - name: quality_score dtype: float32 - name: repo_name dtype: string - name: repo_stars dtype: int32 - name: docstring_style dtype: string - name: is_async dtype: bool splits: - name: train num_bytes: 14568245 num_examples: 10684 - name: val num_bytes: 1852301 num_examples: 1334 - name: test num_bytes: 1867302 num_examples: 1340 download_size: 8227994 dataset_size: 18287848 configs: - config_name: default data_files: - split: train path: data/train-* - split: val path: data/val-* - split: test path: data/test-* ---