Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ALAM CALVIN NPZ dataset
|
| 2 |
+
|
| 3 |
+
Repository ID: `Mark-ZJTang/CALVIN_task_ABC_D`.
|
| 4 |
+
|
| 5 |
+
Converted CALVIN RGB-static frames used by ALAM tokenizer training. The payload
|
| 6 |
+
is published as uncompressed `data-*.tar` shards plus
|
| 7 |
+
`ARCHIVE_MANIFEST.sha256` and `DATASET_LAYOUT.json`; it is not meant to be read
|
| 8 |
+
directly from the tar files. The ALAM downloader verifies and reconstructs this
|
| 9 |
+
runtime layout:
|
| 10 |
+
|
| 11 |
+
```text
|
| 12 |
+
data/alam/calvin/{training,validation}/
|
| 13 |
+
```
|
| 14 |
+
|
| 15 |
+
Each split contains its `npz_metadata.json` and referenced NPZ files. Training
|
| 16 |
+
has 1,795,045 entries, validation has 99,022, and this snapshot has no separate
|
| 17 |
+
test split.
|
| 18 |
+
|
| 19 |
+
```bash
|
| 20 |
+
.venvs/publish/bin/python workflows/publishing/download_huggingface.py \
|
| 21 |
+
--artifact calvin_task_abc_d
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
Before making this dataset public, the publisher must verify CALVIN source-data
|
| 25 |
+
redistribution terms and add the appropriate license and upstream attribution.
|