File size: 3,953 Bytes
22de547 5ea0666 90fcc30 7454b33 1a20177 22de547 1a20177 8486170 085b8e9 22de547 5ea0666 7454b33 22de547 1a20177 8a46dc4 22de547 |
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 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 |
---
dataset_info:
- config_name: IQ
features:
- name: file_name
dtype: string
- name: initial_svg
dtype: string
- name: destination_svg
dtype: string
- name: movement_vector
struct:
- name: blue
struct:
- name: angle_degrees
dtype: int64
- name: clockwise
dtype: bool
- name: rotation_center
sequence: int64
- name: cyan
struct:
- name: angle_degrees
dtype: int64
- name: clockwise
dtype: bool
- name: rotation_center
sequence: int64
- name: green
struct:
- name: angle_degrees
dtype: int64
- name: clockwise
dtype: bool
- name: rotation_center
sequence: int64
- name: magenta
struct:
- name: angle_degrees
dtype: int64
- name: clockwise
dtype: bool
- name: rotation_center
sequence: int64
- name: orange
struct:
- name: angle_degrees
dtype: int64
- name: clockwise
dtype: bool
- name: rotation_center
sequence: int64
- name: red
struct:
- name: angle_degrees
dtype: int64
- name: clockwise
dtype: bool
- name: rotation_center
sequence: int64
- name: yellow
struct:
- name: angle_degrees
dtype: int64
- name: clockwise
dtype: bool
- name: rotation_center
sequence: int64
- name: movement_description
struct:
- name: blue
dtype: string
- name: cyan
dtype: string
- name: green
dtype: string
- name: magenta
dtype: string
- name: orange
dtype: string
- name: red
dtype: string
- name: yellow
dtype: string
- name: movement_full_descriptions
dtype: string
splits:
- name: rotation
num_bytes: 2534089719
num_examples: 300000
download_size: 257189848
dataset_size: 2534089719
- config_name: chessboard
features:
- name: file_name
dtype: string
- name: svg
dtype: string
splits:
- name: space
num_bytes: 764131437
num_examples: 300000
- name: color
num_bytes: 764140390
num_examples: 300000
download_size: 144994214
dataset_size: 1528271827
- config_name: default
features:
- name: file_name
dtype: string
- name: svg
dtype: string
splits:
- name: space
num_bytes: 25451287
num_examples: 10000
- name: color
num_bytes: 25451854
num_examples: 10000
download_size: 4833700
dataset_size: 50903141
- config_name: physics
features:
- name: file_name
dtype: string
- name: initial_svg
dtype: string
- name: destination_svg
dtype: string
- name: movement_vector
struct:
- name: blue
sequence: int64
- name: cyan
sequence: int64
- name: green
sequence: int64
- name: magenta
sequence: int64
- name: orange
sequence: int64
- name: red
sequence: int64
- name: yellow
sequence: int64
- name: movement_description
struct:
- name: blue
dtype: string
- name: cyan
dtype: string
- name: green
dtype: string
- name: magenta
dtype: string
- name: orange
dtype: string
- name: red
dtype: string
- name: yellow
dtype: string
- name: movement_full_descriptions
dtype: string
splits:
- name: movement
num_bytes: 2442590237
num_examples: 300000
download_size: 246277256
dataset_size: 2442590237
configs:
- config_name: IQ
data_files:
- split: rotation
path: IQ/rotation-*
- config_name: chessboard
data_files:
- split: space
path: chessboard/space-*
- split: color
path: chessboard/color-*
- config_name: default
data_files:
- split: space
path: data/space-*
- split: color
path: data/color-*
- config_name: physics
data_files:
- split: movement
path: physics/movement-*
---
|