mickeykang commited on
Commit
0431b1c
·
verified ·
1 Parent(s): 396050c

Refresh root to latest checkpoint (~epoch 18, batch624988)

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. config.json +1 -1
  3. model.safetensors +1 -1
README.md CHANGED
@@ -18,12 +18,12 @@ datasets:
18
  A [DynamicVLA](https://github.com/hzxie/DynamicVLA) policy trained on the **DOM** dataset
19
  ([hzxie/DOM](https://huggingface.co/datasets/hzxie/DOM)) for dynamic-object manipulation.
20
 
21
- > ⚠️ **Mid-training checkpoint** (~epoch 16, train loss ≈ 0.0007–0.002). Self-contained and
22
  > eval-ready (includes normalization buffers), but optimizer/scheduler state is **not** included
23
  > (cannot resume optimizer momentum from this file).
24
 
25
  ## Files in this repo
26
- - `model.safetensors` + `config.json` (root) — **latest** checkpoint (~epoch 16, a mid-epoch step
27
  snapshot, refreshed as training proceeds).
28
  - `epoch0005/`, `epoch0010/` — clean **epoch-milestone** checkpoints (saved at the end of those
29
  epochs; load with `subfolder="epoch0005"` etc.). Note the folder name uses the internal
@@ -51,7 +51,7 @@ A [DynamicVLA](https://github.com/hzxie/DynamicVLA) policy trained on the **DOM*
51
 
52
  ```python
53
  from policies.dynamicvla.modeling_dynamicvla import DynamicVLAPolicy
54
- policy = DynamicVLAPolicy.from_pretrained("mickeykang/dynamic-vla-DOM") # latest (~epoch 16)
55
  # policy = DynamicVLAPolicy.from_pretrained("mickeykang/dynamic-vla-DOM", subfolder="epoch0010")
56
  policy.eval().cuda()
57
  ```
 
18
  A [DynamicVLA](https://github.com/hzxie/DynamicVLA) policy trained on the **DOM** dataset
19
  ([hzxie/DOM](https://huggingface.co/datasets/hzxie/DOM)) for dynamic-object manipulation.
20
 
21
+ > ⚠️ **Mid-training checkpoint** (~epoch 18, train loss ≈ 0.0007–0.003). Self-contained and
22
  > eval-ready (includes normalization buffers), but optimizer/scheduler state is **not** included
23
  > (cannot resume optimizer momentum from this file).
24
 
25
  ## Files in this repo
26
+ - `model.safetensors` + `config.json` (root) — **latest** checkpoint (~epoch 18, a mid-epoch step
27
  snapshot, refreshed as training proceeds).
28
  - `epoch0005/`, `epoch0010/` — clean **epoch-milestone** checkpoints (saved at the end of those
29
  epochs; load with `subfolder="epoch0005"` etc.). Note the folder name uses the internal
 
51
 
52
  ```python
53
  from policies.dynamicvla.modeling_dynamicvla import DynamicVLAPolicy
54
+ policy = DynamicVLAPolicy.from_pretrained("mickeykang/dynamic-vla-DOM") # latest (~epoch 18)
55
  # policy = DynamicVLAPolicy.from_pretrained("mickeykang/dynamic-vla-DOM", subfolder="epoch0010")
56
  policy.eval().cuda()
57
  ```
config.json CHANGED
@@ -101,5 +101,5 @@
101
  0
102
  ]
103
  },
104
- "epoch": 16
105
  }
 
101
  0
102
  ]
103
  },
104
+ "epoch": 18
105
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea79a737b14b4aee3985ba37230bafea0a61d64251cb2b83fc90bf7fa2e0211e
3
  size 1118678424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30703059d646d6e1892bb2a8a3586b469e7d5d4032de6afd04d9dfb8e3f014f6
3
  size 1118678424