--- dataset_info: features: - name: id dtype: int64 - name: prompt dtype: string - name: answer dtype: string - name: pythoncode dtype: string - name: num_nodes dtype: int64 - name: num_edges dtype: int64 - name: avg_node_edge dtype: float64 - name: graph_density dtype: float64 - name: num_classes dtype: int64 - name: avg_node_class dtype: float64 - name: max_num_field dtype: int64 - name: min_num_field dtype: int64 - name: avg_num_field dtype: float64 - name: path_length dtype: int64 - name: max_node_visits dtype: int64 - name: max_edge_visits dtype: int64 - name: unique_node_number dtype: int64 - name: path_node_coverage dtype: float64 - name: unique_edge_number dtype: int64 - name: path_edge_coverage dtype: float64 - name: num_cycle dtype: int64 - name: shortest_cycle dtype: int64 - name: longest_cycle dtype: int64 - name: average_cycle dtype: float64 - name: unique_edge_label dtype: int64 - name: max_label_occurrences dtype: int64 - name: max_label_consecutive dtype: int64 - name: max_node_outdegree dtype: int64 splits: - name: train num_bytes: 714202 num_examples: 400 download_size: 188272 dataset_size: 714202 configs: - config_name: default data_files: - split: train path: data/train-* ---