mwxely commited on
Commit
1728be3
·
1 Parent(s): 34a1478

card: disable HF dataset viewer (zip media archives, not row data); point sanitize link to paravt-full where it now lives

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -13,6 +13,7 @@ tags:
13
  - multimodal
14
  size_categories:
15
  - 100K<n<1M
 
16
  ---
17
 
18
  # ParaVT-Source
@@ -25,7 +26,7 @@ ParaVT is a multi-agent agentic framework for long-video understanding, post-tra
25
 
26
  ## Layout
27
 
28
- Files are grouped by sentinel bucket (matching the path scheme used by [`paravt.data.sanitize`](https://github.com/mwxely/ParaVT/blob/paravt-release/paravt/data/sanitize.py)). Each archive's members are stored under their full sentinel-form path, so extracting every zip into a single root produces a unified tree that [`paravt.data.materialize`](https://github.com/mwxely/ParaVT/blob/paravt-release/paravt/data/materialize.py) can re-link in one call.
29
 
30
  | Bucket | Contents | Archive convention |
31
  |---|---|---|
 
13
  - multimodal
14
  size_categories:
15
  - 100K<n<1M
16
+ viewer: false
17
  ---
18
 
19
  # ParaVT-Source
 
26
 
27
  ## Layout
28
 
29
+ Files are grouped by sentinel bucket (matching the path scheme used by [`paravt.data.sanitize`](https://github.com/mwxely/ParaVT/blob/paravt-full/paravt/data/sanitize.py)). Each archive's members are stored under their full sentinel-form path, so extracting every zip into a single root produces a unified tree that [`paravt.data.materialize`](https://github.com/mwxely/ParaVT/blob/paravt-release/paravt/data/materialize.py) can re-link in one call.
30
 
31
  | Bucket | Contents | Archive convention |
32
  |---|---|---|