mickeykang commited on
Commit
f10c52e
·
verified ·
1 Parent(s): 33907b9

Add epoch-5 milestone checkpoint under epoch0005/ (keeps latest at root)

Browse files
epoch0005/config.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "dynamicvla",
3
+ "n_obs_steps": 2,
4
+ "normalization_mapping": {
5
+ "VISUAL": "IDENTITY",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 6
14
+ ]
15
+ },
16
+ "observation.images.wrist_cam": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 360,
21
+ 480
22
+ ]
23
+ },
24
+ "observation.images.opst_cam": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 360,
29
+ 480
30
+ ]
31
+ }
32
+ },
33
+ "output_features": {
34
+ "action": {
35
+ "type": "ACTION",
36
+ "shape": [
37
+ 7
38
+ ]
39
+ }
40
+ },
41
+ "device": "cuda",
42
+ "use_amp": false,
43
+ "push_to_hub": true,
44
+ "repo_id": null,
45
+ "private": null,
46
+ "tags": null,
47
+ "license": null,
48
+ "chunk_size": 20,
49
+ "n_action_steps": 20,
50
+ "max_state_dim": 32,
51
+ "max_action_dim": 32,
52
+ "resize_imgs_with_padding": [
53
+ 384,
54
+ 384
55
+ ],
56
+ "empty_cameras": 0,
57
+ "adapt_to_pi_aloha": false,
58
+ "use_delta_joint_actions_aloha": false,
59
+ "use_delta_action": true,
60
+ "enable_streaming": false,
61
+ "temporal_fusion": "attn",
62
+ "tokenizer_max_length": 48,
63
+ "num_steps": 10,
64
+ "use_cache": true,
65
+ "freeze_vision_model": false,
66
+ "freeze_connector": false,
67
+ "freeze_text_model": false,
68
+ "train_state_proj": true,
69
+ "optimizer_lr": 0.0001,
70
+ "optimizer_betas": [
71
+ 0.9,
72
+ 0.95
73
+ ],
74
+ "optimizer_eps": 1e-08,
75
+ "optimizer_weight_decay": 1e-10,
76
+ "optimizer_grad_clip_norm": 10,
77
+ "scheduler_warmup_steps": 1000,
78
+ "scheduler_decay_steps": 30000,
79
+ "scheduler_decay_lr": 2.5e-06,
80
+ "attention_mode": "cross_attn",
81
+ "prefix_length": -1,
82
+ "pad_language_to": "longest",
83
+ "num_expert_layers": -1,
84
+ "num_expert_skip_layers": 0,
85
+ "vlm_model_name": "HuggingFaceTB/SmolLM2-360M",
86
+ "num_vlm_layers": 16,
87
+ "smolvlm_patch_size": 16,
88
+ "smolvlm_attention_heads": 12,
89
+ "smolvlm_hidden_size": 768,
90
+ "smolvlm_intermediate_size": 3072,
91
+ "fastvlm_inference_mode": true,
92
+ "load_pretrained_backbone": true,
93
+ "pretrained_vision_repo": "apple/FastVLM-0.5B",
94
+ "self_attn_every_n_layers": 2,
95
+ "expert_width_multiplier": 0.75,
96
+ "min_period": 0.004,
97
+ "max_period": 4.0,
98
+ "delta_timestamps": {
99
+ "observation": [
100
+ -2,
101
+ 0
102
+ ]
103
+ },
104
+ "epoch": 5
105
+ }
epoch0005/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7fee55d8eb0eca18edfee41464af82b279791707ffa2728522cdaa31ea8e3a0
3
+ size 1118678424