--- dataset_info: features: - name: graph dtype: string - name: source dtype: int64 - name: destination dtype: int64 - name: path dtype: string splits: - name: train num_bytes: 620250 num_examples: 10000 - name: test num_bytes: 62043 num_examples: 1000 download_size: 423213 dataset_size: 682293 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---