|
| 1 | +{ |
| 2 | + "@context": { |
| 3 | + "@language": "en", |
| 4 | + "@vocab": "https://schema.org/", |
| 5 | + "citeAs": "cr:citeAs", |
| 6 | + "column": "cr:column", |
| 7 | + "conformsTo": "dct:conformsTo", |
| 8 | + "cr": "http://mlcommons.org/croissant/", |
| 9 | + "data": { |
| 10 | + "@id": "cr:data", |
| 11 | + "@type": "@json" |
| 12 | + }, |
| 13 | + "dataBiases": "cr:dataBiases", |
| 14 | + "dataCollection": "cr:dataCollection", |
| 15 | + "dataType": { |
| 16 | + "@id": "cr:dataType", |
| 17 | + "@type": "@vocab" |
| 18 | + }, |
| 19 | + "dct": "http://purl.org/dc/terms/", |
| 20 | + "extract": "cr:extract", |
| 21 | + "field": "cr:field", |
| 22 | + "fileProperty": "cr:fileProperty", |
| 23 | + "fileObject": "cr:fileObject", |
| 24 | + "fileSet": "cr:fileSet", |
| 25 | + "format": "cr:format", |
| 26 | + "includes": "cr:includes", |
| 27 | + "isLiveDataset": "cr:isLiveDataset", |
| 28 | + "jsonPath": "cr:jsonPath", |
| 29 | + "key": "cr:key", |
| 30 | + "md5": "cr:md5", |
| 31 | + "parentField": "cr:parentField", |
| 32 | + "path": "cr:path", |
| 33 | + "personalSensitiveInformation": "cr:personalSensitiveInformation", |
| 34 | + "recordSet": "cr:recordSet", |
| 35 | + "references": "cr:references", |
| 36 | + "regex": "cr:regex", |
| 37 | + "repeated": "cr:repeated", |
| 38 | + "replace": "cr:replace", |
| 39 | + "sc": "https://schema.org/", |
| 40 | + "separator": "cr:separator", |
| 41 | + "source": "cr:source", |
| 42 | + "subField": "cr:subField", |
| 43 | + "transform": "cr:transform" |
| 44 | + }, |
| 45 | + "@type": "sc:Dataset", |
| 46 | + "distribution": [ |
| 47 | + { |
| 48 | + "@type": "cr:FileObject", |
| 49 | + "@id": "repo", |
| 50 | + "name": "repo", |
| 51 | + "description": "The Hugging Face git repository.", |
| 52 | + "contentUrl": "https://huggingface.co/datasets/pollen-robotics/apple_storage/tree/refs%2Fconvert%2Fparquet", |
| 53 | + "encodingFormat": "git+https", |
| 54 | + "sha256": "https://github.com/mlcommons/croissant/issues/80" |
| 55 | + }, |
| 56 | + { |
| 57 | + "@type": "cr:FileSet", |
| 58 | + "@id": "parquet-files-for-config-default", |
| 59 | + "name": "parquet-files-for-config-default", |
| 60 | + "description": "The underlying Parquet files as converted by Hugging Face (see: https://huggingface.co/docs/dataset-viewer/parquet).", |
| 61 | + "containedIn": { |
| 62 | + "@id": "repo" |
| 63 | + }, |
| 64 | + "encodingFormat": "application/x-parquet", |
| 65 | + "includes": "default/*/*.parquet" |
| 66 | + } |
| 67 | + ], |
| 68 | + "recordSet": [ |
| 69 | + { |
| 70 | + "@type": "cr:RecordSet", |
| 71 | + "dataType": "cr:Split", |
| 72 | + "key": { |
| 73 | + "@id": "default_splits/split_name" |
| 74 | + }, |
| 75 | + "@id": "default_splits", |
| 76 | + "name": "default_splits", |
| 77 | + "description": "Splits for the default config.", |
| 78 | + "field": [ |
| 79 | + { |
| 80 | + "@type": "cr:Field", |
| 81 | + "@id": "default_splits/split_name", |
| 82 | + "name": "split_name", |
| 83 | + "description": "The name of the split.", |
| 84 | + "dataType": "sc:Text" |
| 85 | + } |
| 86 | + ], |
| 87 | + "data": { |
| 88 | + "default_splits/split_name": "train" |
| 89 | + } |
| 90 | + }, |
| 91 | + { |
| 92 | + "@type": "cr:RecordSet", |
| 93 | + "@id": "default", |
| 94 | + "name": "default", |
| 95 | + "description": "pollen-robotics/apple_storage - 'default' subset", |
| 96 | + "field": [ |
| 97 | + { |
| 98 | + "@type": "cr:Field", |
| 99 | + "@id": "default/split", |
| 100 | + "name": "default/split", |
| 101 | + "description": "Split to which the example belongs to.", |
| 102 | + "dataType": "sc:Text", |
| 103 | + "source": { |
| 104 | + "fileSet": { |
| 105 | + "@id": "parquet-files-for-config-default" |
| 106 | + }, |
| 107 | + "extract": { |
| 108 | + "fileProperty": "fullpath" |
| 109 | + }, |
| 110 | + "transform": { |
| 111 | + "regex": "default/(?:partial-)?(train)/.+parquet$" |
| 112 | + } |
| 113 | + }, |
| 114 | + "references": { |
| 115 | + "field": { |
| 116 | + "@id": "default_splits/split_name" |
| 117 | + } |
| 118 | + } |
| 119 | + }, |
| 120 | + { |
| 121 | + "@type": "cr:Field", |
| 122 | + "@id": "default/observation.state", |
| 123 | + "name": "default/observation.state", |
| 124 | + "description": "Column 'observation.state' from the Hugging Face parquet file.", |
| 125 | + "dataType": "sc:Float", |
| 126 | + "source": { |
| 127 | + "fileSet": { |
| 128 | + "@id": "parquet-files-for-config-default" |
| 129 | + }, |
| 130 | + "extract": { |
| 131 | + "column": "observation.state" |
| 132 | + } |
| 133 | + }, |
| 134 | + "repeated": true |
| 135 | + }, |
| 136 | + { |
| 137 | + "@type": "cr:Field", |
| 138 | + "@id": "default/action", |
| 139 | + "name": "default/action", |
| 140 | + "description": "Column 'action' from the Hugging Face parquet file.", |
| 141 | + "dataType": "sc:Float", |
| 142 | + "source": { |
| 143 | + "fileSet": { |
| 144 | + "@id": "parquet-files-for-config-default" |
| 145 | + }, |
| 146 | + "extract": { |
| 147 | + "column": "action" |
| 148 | + } |
| 149 | + }, |
| 150 | + "repeated": true |
| 151 | + }, |
| 152 | + { |
| 153 | + "@type": "cr:Field", |
| 154 | + "@id": "default/timestamp", |
| 155 | + "name": "default/timestamp", |
| 156 | + "description": "Column 'timestamp' from the Hugging Face parquet file.", |
| 157 | + "dataType": "sc:Float", |
| 158 | + "source": { |
| 159 | + "fileSet": { |
| 160 | + "@id": "parquet-files-for-config-default" |
| 161 | + }, |
| 162 | + "extract": { |
| 163 | + "column": "timestamp" |
| 164 | + } |
| 165 | + } |
| 166 | + }, |
| 167 | + { |
| 168 | + "@type": "cr:Field", |
| 169 | + "@id": "default/frame_index", |
| 170 | + "name": "default/frame_index", |
| 171 | + "description": "Column 'frame_index' from the Hugging Face parquet file.", |
| 172 | + "dataType": "sc:Integer", |
| 173 | + "source": { |
| 174 | + "fileSet": { |
| 175 | + "@id": "parquet-files-for-config-default" |
| 176 | + }, |
| 177 | + "extract": { |
| 178 | + "column": "frame_index" |
| 179 | + } |
| 180 | + } |
| 181 | + }, |
| 182 | + { |
| 183 | + "@type": "cr:Field", |
| 184 | + "@id": "default/episode_index", |
| 185 | + "name": "default/episode_index", |
| 186 | + "description": "Column 'episode_index' from the Hugging Face parquet file.", |
| 187 | + "dataType": "sc:Integer", |
| 188 | + "source": { |
| 189 | + "fileSet": { |
| 190 | + "@id": "parquet-files-for-config-default" |
| 191 | + }, |
| 192 | + "extract": { |
| 193 | + "column": "episode_index" |
| 194 | + } |
| 195 | + } |
| 196 | + }, |
| 197 | + { |
| 198 | + "@type": "cr:Field", |
| 199 | + "@id": "default/index", |
| 200 | + "name": "default/index", |
| 201 | + "description": "Column 'index' from the Hugging Face parquet file.", |
| 202 | + "dataType": "sc:Integer", |
| 203 | + "source": { |
| 204 | + "fileSet": { |
| 205 | + "@id": "parquet-files-for-config-default" |
| 206 | + }, |
| 207 | + "extract": { |
| 208 | + "column": "index" |
| 209 | + } |
| 210 | + } |
| 211 | + }, |
| 212 | + { |
| 213 | + "@type": "cr:Field", |
| 214 | + "@id": "default/task_index", |
| 215 | + "name": "default/task_index", |
| 216 | + "description": "Column 'task_index' from the Hugging Face parquet file.", |
| 217 | + "dataType": "sc:Integer", |
| 218 | + "source": { |
| 219 | + "fileSet": { |
| 220 | + "@id": "parquet-files-for-config-default" |
| 221 | + }, |
| 222 | + "extract": { |
| 223 | + "column": "task_index" |
| 224 | + } |
| 225 | + } |
| 226 | + } |
| 227 | + ] |
| 228 | + } |
| 229 | + ], |
| 230 | + "conformsTo": "http://mlcommons.org/croissant/1.0", |
| 231 | + "name": "apple_storage", |
| 232 | + "description": "This dataset was created using LeRobot.\n\n\t\n\t\t\n\t\n\t\n\t\tDataset Structure\n\t\n\nmeta/info.json:\n{\n \"codebase_version\": \"v2.0\",\n \"robot_type\": \"reachy2\",\n \"total_episodes\": 50,\n \"total_frames\": 14983,\n \"total_tasks\": 1,\n \"total_videos\": 50,\n \"total_chunks\": 1,\n \"chunks_size\": 1000,\n \"fps\": 30,\n \"splits\": {\n \"train\": \"0:50\"\n },\n \"data_path\": \"data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet\",\n \"video_path\":… See the full description on the dataset page: https://huggingface.co/datasets/pollen-robotics/apple_storage.", |
| 233 | + "keywords": [ |
| 234 | + "robotics", |
| 235 | + "apache-2.0", |
| 236 | + "10K - 100K", |
| 237 | + "parquet", |
| 238 | + "Tabular", |
| 239 | + "Time-series", |
| 240 | + "Video", |
| 241 | + "Datasets", |
| 242 | + "Dask", |
| 243 | + "Croissant", |
| 244 | + "Polars", |
| 245 | + "🇺🇸 Region: US", |
| 246 | + "LeRobot" |
| 247 | + ], |
| 248 | + "license": "https://choosealicense.com/licenses/apache-2.0/", |
| 249 | + "url": "https://huggingface.co/datasets/pollen-robotics/apple_storage" |
| 250 | +} |
0 commit comments