File size: 2,516 Bytes
fdacc72 7bcdcd5 db992db 7bcdcd5 656ae66 15da142 f0dcb67 7bcdcd5 db992db 7bcdcd5 656ae66 15da142 f0dcb67 fdacc72 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 |
---
license: apache-2.0
dataset_info:
- config_name: graph_connectivity
features:
- name: image
dtype: image
- name: query_nodes_color
dtype: string
- name: adjacency_matrix
dtype: string
- name: query_node_1
dtype: int64
- name: query_node_2
dtype: int64
- name: label
dtype: bool
- name: id
dtype: string
splits:
- name: validation
num_bytes: 43976675.0
num_examples: 128
download_size: 34010999
dataset_size: 43976675.0
- config_name: graph_isomorphism
features:
- name: image
dtype: image
- name: adjacency_matrix_G
dtype: string
- name: adjacency_matrix_H
dtype: string
- name: label
dtype: bool
- name: id
dtype: string
splits:
- name: validation
num_bytes: 22539752.0
num_examples: 128
download_size: 20581420
dataset_size: 22539752.0
- config_name: graph_maxflow
features:
- name: image
dtype: image
- name: source_node
dtype: int64
- name: sink_node
dtype: int64
- name: adjacency_matrix
dtype: string
- name: label
dtype: int64
- name: id
dtype: string
splits:
- name: validation
num_bytes: 41542275.0
num_examples: 128
download_size: 35885243
dataset_size: 41542275.0
- config_name: math_convexity
features:
- name: image
dtype: image
- name: xlim
dtype: string
- name: latex
dtype: string
- name: code
dtype: string
- name: label
dtype: string
- name: id
dtype: string
splits:
- name: validation
num_bytes: 5103674.0
num_examples: 256
download_size: 5063724
dataset_size: 5103674.0
- config_name: math_parity
features:
- name: image
dtype: image
- name: xlim
dtype: float64
- name: latex
dtype: string
- name: code
dtype: string
- name: label
dtype: string
- name: id
dtype: string
splits:
- name: validation
num_bytes: 7703810.0
num_examples: 378
download_size: 7670876
dataset_size: 7703810.0
configs:
- config_name: graph_connectivity
data_files:
- split: validation
path: graph_connectivity/validation-*
- config_name: graph_isomorphism
data_files:
- split: validation
path: graph_isomorphism/validation-*
- config_name: graph_maxflow
data_files:
- split: validation
path: graph_maxflow/validation-*
- config_name: math_convexity
data_files:
- split: validation
path: math_convexity/validation-*
- config_name: math_parity
data_files:
- split: validation
path: math_parity/validation-*
---
|