iantc104 commited on
Commit
34530d5
·
verified ·
1 Parent(s): 2a2e118

Push model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. README.md +12 -0
  2. config.json +71 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: lerobot
3
+ tags:
4
+ - act
5
+ - model_hub_mixin
6
+ - pytorch_model_hub_mixin
7
+ - robotics
8
+ ---
9
+
10
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
11
+ - Library: https://github.com/huggingface/lerobot
12
+ - Docs: [More Information Needed]
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "act_attn_layers": null,
3
+ "act_attn_loss_weights": null,
4
+ "act_attn_sigma": 25.0,
5
+ "chunk_size": 33,
6
+ "dim_feedforward": 3200,
7
+ "dim_gaze_decoder": 512,
8
+ "dim_gaze_decoder_feedforward": 3200,
9
+ "dim_model": 512,
10
+ "dinov2_attn_layers": null,
11
+ "dinov2_attn_loss_weights": null,
12
+ "dinov2_attn_sigma": 25.0,
13
+ "dropout": 0.1,
14
+ "eyes": {
15
+ "observation.left_eye": "observation.images.zed_cam_left"
16
+ },
17
+ "feedforward_activation": "relu",
18
+ "freeze_backbone": false,
19
+ "gaze_loss_weight": 1.0,
20
+ "gaze_sigma": 50.0,
21
+ "image_size": [
22
+ 480,
23
+ 640
24
+ ],
25
+ "input_normalization_modes": {
26
+ "observation.images.left_eye_cam": "mean_std",
27
+ "observation.images.right_eye_cam": "mean_std",
28
+ "observation.state": "mean_std"
29
+ },
30
+ "input_shapes": {
31
+ "observation.images.left_eye_cam": [
32
+ 3,
33
+ 480,
34
+ 640
35
+ ],
36
+ "observation.images.right_eye_cam": [
37
+ 3,
38
+ 480,
39
+ 640
40
+ ],
41
+ "observation.state": [
42
+ 21
43
+ ]
44
+ },
45
+ "kl_weight": 10.0,
46
+ "latent_dim": 32,
47
+ "n_action_steps": 33,
48
+ "n_decoder_layers": 1,
49
+ "n_encoder_layers": 4,
50
+ "n_gaze_decoder_layers": 1,
51
+ "n_heads": 8,
52
+ "n_obs_steps": 1,
53
+ "n_vae_encoder_layers": 4,
54
+ "output_normalization_modes": {
55
+ "action": "mean_std"
56
+ },
57
+ "output_shapes": {
58
+ "action": [
59
+ 21
60
+ ]
61
+ },
62
+ "pre_norm": false,
63
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
64
+ "replace_final_stride_with_dilation": false,
65
+ "temporal_ensemble_coeff": null,
66
+ "use_act_attn": false,
67
+ "use_dinov2_attn": false,
68
+ "use_gaze": false,
69
+ "use_vae": true,
70
+ "vision_backbone": "resnet18"
71
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef4cb273393af2ae17975f2dc005748255885c843ad5ef06a9ba9be05c357aca
3
+ size 206549972