Polish README wording for ZIP-first dataset release
Browse files
README.md
CHANGED
|
@@ -41,7 +41,16 @@ This Hugging Face repository currently contains:
|
|
| 41 |
- **`data/`** — JSON sequence files kept in the repository for lightweight preview and inspection
|
| 42 |
- **`README.md`** — dataset documentation
|
| 43 |
|
| 44 |
-
To keep the repository lightweight and easier to browse, the full `images_unique/` image tree is **not**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
## Dataset Description
|
| 47 |
|
|
|
|
| 41 |
- **`data/`** — JSON sequence files kept in the repository for lightweight preview and inspection
|
| 42 |
- **`README.md`** — dataset documentation
|
| 43 |
|
| 44 |
+
To keep the repository lightweight and easier to browse, the full `images_unique/` image tree is **not** retained in the repository. Users who need the full multimodal dataset should download and extract `Manhattan_2000.zip`.
|
| 45 |
+
|
| 46 |
+
## Important Note on Repository vs. Full Dataset
|
| 47 |
+
|
| 48 |
+
The Hugging Face repository is designed for:
|
| 49 |
+
- dataset discovery
|
| 50 |
+
- documentation
|
| 51 |
+
- direct inspection of JSON event sequences
|
| 52 |
+
|
| 53 |
+
The repository is **not** intended to host the full expanded image tree for browsing. The authoritative full release is the ZIP archive. If you want to reproduce multimodal experiments that require map images, please download and extract `Manhattan_2000.zip` first.
|
| 54 |
|
| 55 |
## Dataset Description
|
| 56 |
|