pravsels commited on
Commit
d9bbc8f
·
verified ·
1 Parent(s): 8ad8958

Update model card

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -30,6 +30,23 @@ Fine-tuned [MolmoAct2](https://huggingface.co/allenai/MolmoAct2) (action-expert-
30
 
31
  The checkpoint (local step `025000`, 25k training steps) lives at the **repository root** for direct loading.
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ## Usage
34
 
35
  ```python
 
30
 
31
  The checkpoint (local step `025000`, 25k training steps) lives at the **repository root** for direct loading.
32
 
33
+
34
+ ## Verification
35
+
36
+ | **Checkpoint step** | `025000` |
37
+ | **Source path** | `checkpoints/025000/pretrained_model/` |
38
+ | **model.safetensors** | 10,884,573,720 bytes, sha256 `e4f71871567b158cecdc5762dc90f0fff98aa79087141754e7cb6d87bc928ea3` |
39
+ | **policy_preprocessor.json** | 2,495 bytes, sha256 `e7c8b8293cb0265a01f83278033272efcb21b4c7bfb031cfbd683ed74ee7b139` |
40
+ | **policy_postprocessor.json** | 757 bytes, sha256 `6dbed1e1ec69e8c50f3a04c1f144a54231e3ef508f15fd7896ead43ea645b033` |
41
+ | **train_config.json** | 8,257 bytes, sha256 `3373d72a00976be8d2faf88869a84d67ba0852287d9305dc0f008419b65788c2` |
42
+
43
+ Verify after download:
44
+
45
+ ```bash
46
+ sha256sum model.safetensors
47
+ # expected: e4f71871567b158cecdc5762dc90f0fff98aa79087141754e7cb6d87bc928ea3
48
+ ```
49
+
50
  ## Usage
51
 
52
  ```python