File size: 1,067 Bytes
438394c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# MANUS-HaGRID Release Structure

This release is organized as one Hugging Face dataset repository for **MANUS-HaGRID**, the HaGRID/HaGRIDv2-derived subset of the MANUS dataset family.

```text
MANUS-HaGRID
|-- README.md
|-- LICENSE
|-- LICENSE_HaGRID.md
|-- data
|   |-- hagrid_v1
|   |   |-- train/*.tar
|   |   `-- test/*.tar
|   `-- hagrid_v2
|       |-- train/*.tar
|       `-- test/*.tar
|-- metadata
|   |-- hagrid_v1_manifest.parquet
|   |-- hagrid_v2_manifest.parquet
|   |-- hagrid_all_manifest.parquet
|   |-- source_licenses.csv
|   |-- release_schema.json
|   |-- release_report.json
|   |-- source_package_audit.csv
|   `-- checksums.sha256
|-- docs
`-- scripts
```

## WebDataset Naming

Tar shards are stored under `data/<config>/<split>/`. Within each tar, files belonging to the same sample share a common prefix such as `v2_test_grabbing_00000001`.

## Public Metadata

Public manifests do not contain local absolute source paths. They record portable sample metadata, source dataset/license fields, available modalities, and relative shard paths.