Upload model_cards/diffusion_denoiser.md with huggingface_hub
Browse files
model_cards/diffusion_denoiser.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# diffusion_denoiser
|
| 2 |
+
|
| 3 |
+
zero2robot live-demo policy. Loaded by the site at `/models/diffusion_denoiser.onnx` and provisioned at build time by `site/scripts/fetch_models.py` (sha256-verified).
|
| 4 |
+
|
| 5 |
+
| field | value |
|
| 6 |
+
|---|---|
|
| 7 |
+
| chapter | `ch1.4-diffusion` |
|
| 8 |
+
| contract | `v2` |
|
| 9 |
+
| seed | `0` |
|
| 10 |
+
| tier | `cpu-laptop` |
|
| 11 |
+
| exporter | `curriculum/phase1_imitation/ch1.4_diffusion/export_diffusion_onnx.py` |
|
| 12 |
+
| sha256 | `259cc0ec2f439abe35cf9d744be33320a5b61ca8cb874c4c4441e0f1820b9d31` |
|
| 13 |
+
|
| 14 |
+
Reproduce: run the exporter above at the recorded seed on the recorded tier; the export is CPU-deterministic, so the bytes (and this sha256) reproduce exactly.
|