Buckets:
| """Run only the CTM+ACT configs (fine, coarse) against /data/processed and append to results.json.""" | |
| from __future__ import annotations | |
| import sys | |
| sys.path.insert(0, "/workspace") | |
| from run_ablation_20k import CONFIGS, main | |
| if __name__ == "__main__": | |
| CONFIGS[:] = [c for c in CONFIGS if c["name"] in ("ctm_act", "ctm_act_coarse")] | |
| raise SystemExit(main()) | |
Xet Storage Details
- Size:
- 367 Bytes
- Xet hash:
- 40a27b9ade460506fd7638ea1f99d79f4211af4fecbfbe1884a565ab7632572d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.