File size: 227 Bytes
9c9ee7b | 1 2 3 4 5 | #!/usr/bin/env bash
set -euo pipefail
python asterizer.py --vocab 8K --gb 1 --yes --allow-license-review
python hf_space_bridge.py upload-runs --repo-id ASTERIZER/tokeniser --repo-type space --path-in-repo artifacts/runs/smoke
|