File size: 3,081 Bytes
fdacc72 7bcdcd5 db992db eeec092 db992db eeec092 db992db 7bcdcd5 80f989d 7bcdcd5 80f989d 656ae66 90196d2 656ae66 90196d2 656ae66 90196d2 656ae66 90196d2 335a560 15da142 f0dcb67 7bcdcd5 db992db 7bcdcd5 656ae66 335a560 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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 |
---
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: 62682553.0
num_examples: 128
download_size: 19391513
dataset_size: 62682553.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: 25082487.0
num_examples: 128
download_size: 8931620
dataset_size: 25082487.0
- config_name: graph_maxflow
features:
- name: image
dtype: image
- name: source_node
dtype: int64
- name: source_node_color
dtype: string
- name: sink_node
dtype: int64
- name: sink_node_color
dtype: string
- name: adjacency_matrix
dtype: string
- name: label
dtype: int64
- name: id
dtype: string
splits:
- name: validation
num_bytes: 44530168.0
num_examples: 128
download_size: 16112025
dataset_size: 44530168.0
- config_name: math_breakpoint
features:
- name: image
dtype: image
- name: xlim
dtype: float64
- name: latex
dtype: string
- name: code
dtype: string
- name: label
dtype: int64
- name: id
dtype: string
splits:
- name: validation
num_bytes: 6904764.0
num_examples: 256
download_size: 6832182
dataset_size: 6904764.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_breakpoint
data_files:
- split: validation
path: math_breakpoint/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-*
---
|