kaushikb11 commited on
Commit
6d40142
·
verified ·
1 Parent(s): 2e13f06

Upload model_cards/dagger.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_cards/dagger.md +14 -0
model_cards/dagger.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # dagger
2
+
3
+ zero2robot live-demo policy. Loaded by the site at `/models/dagger.onnx` and provisioned at build time by `site/scripts/fetch_models.py` (sha256-verified).
4
+
5
+ | field | value |
6
+ |---|---|
7
+ | chapter | `ch4.2-corrections` |
8
+ | contract | `v1` |
9
+ | seed | `0` |
10
+ | tier | `cpu-laptop` |
11
+ | exporter | `curriculum/phase4_capstone/ch4.2_corrections/export_dagger_onnx.py` |
12
+ | sha256 | `e898ee4d28286220f142040023cf09dc62a923da03a0d852a56c3439ccbb868d` |
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.