package_version string | visibility string | archive string | archive_bytes int64 | archive_sha256 string | archive_root string | source_uncompressed_file_bytes int64 | source_file_count int64 | source_directory_count_excluding_root int64 | source_symlink_count int64 | indexed_environment_count int64 | dataset_repository string | dataset_revision string | compatible_runtime dict | archive_reproducibility dict |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0.1.0 | private | scalewob-env-v0.1.0.tar.zst | 272,236,186 | 5bfde38b0c9c83ff43edf82fe5cc01af43befa5ccb86e2dc662f4d069f4d2a7a | scalewob-env/ | 339,798,561 | 10,339 | 2,524 | 0 | 101 | hysi-lab/scalewob-verl | v0.1.0 | {
"verl": "0.7.1",
"scalewob": "0.12.1",
"playwright": "1.62.0",
"chromium": "151.0.7922.34"
} | {
"format": "tar+zstd",
"sort": "name",
"mtime": "2026-08-14T00:00:00",
"owner": 0,
"group": 0,
"numeric_owner": true
} |
ScaleWoB Environments
Private, versioned browser-runtime assets corresponding to the scalewob-verl dataset package.
Contents
scalewob-env-v0.1.0.tar.zst: deterministic archive containing thescalewob-env/directory.manifest.json: archive checksum, file counts, indexed environment count, and compatible runtime versions.THIRD_PARTY_NOTICES.md: preliminary redistribution audit notes; not a complete license inventory.
The source tree is approximately 355 MB and contains 101 environments indexed by environments.json. The archive is used instead of uploading thousands of small HTML, JavaScript, CSS, font, image, and metadata files individually.
Download and verify
hf download hysi-lab/scalewob-environments \
--repo-type dataset \
--revision v0.1.0 \
--local-dir /data/scalewob-environments
sha256sum -c SHA256SUMS
Extract
mkdir -p /data/scalewob-runtime
tar --zstd -xf scalewob-env-v0.1.0.tar.zst -C /data/scalewob-runtime
The extracted path is:
/data/scalewob-runtime/scalewob-env
Serve
From the VERL repository containing scripts/serve_scalewob.py:
python3 scripts/serve_scalewob.py \
--root /data/scalewob-runtime/scalewob-env \
--host 127.0.0.1 \
--port 8000
Configure training with:
export SCALEWOB_BASE_URL=http://127.0.0.1:8000/scalewob-env
Compatibility
scalewob==0.12.1playwright==1.62.0- Chromium
151.0.7922.34 - dataset package
hysi-lab/scalewob-verl@v0.1.0
Pin the Hub revision. Do not train against a mutable main revision when reproducibility matters.
Access and licensing
This package is prepared for a private Hugging Face repository. It contains simulated interfaces, brand references, fonts, icons, images, generated artifacts, and third-party frontend code. No public redistribution license is asserted. Keep access private unless every included asset has passed provenance, privacy, trademark, attribution, and redistribution review.
- Downloads last month
- 331