iantc104 commited on
Commit
9a4e918
·
verified ·
1 Parent(s): 2551647

Push model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. README.md +12 -0
  2. config.json +67 -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,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attn_layers": null,
3
+ "attn_loss_weights": null,
4
+ "attn_sigma": 50.0,
5
+ "chunk_size": 50,
6
+ "dim_feedforward": 3200,
7
+ "dim_gaze_decoder": 512,
8
+ "dim_gaze_decoder_feedforward": 3200,
9
+ "dim_model": 512,
10
+ "dropout": 0.1,
11
+ "eyes": {
12
+ "observation.left_eye": "observation.images.zed_cam_left"
13
+ },
14
+ "feedforward_activation": "relu",
15
+ "freeze_backbone": true,
16
+ "gaze_loss_weight": 1.0,
17
+ "gaze_sigma": 50.0,
18
+ "image_size": [
19
+ 336,
20
+ 448
21
+ ],
22
+ "input_normalization_modes": {
23
+ "observation.images.left_eye_cam": "mean_std",
24
+ "observation.images.right_eye_cam": "mean_std",
25
+ "observation.state": "mean_std"
26
+ },
27
+ "input_shapes": {
28
+ "observation.images.left_eye_cam": [
29
+ 3,
30
+ 480,
31
+ 640
32
+ ],
33
+ "observation.images.right_eye_cam": [
34
+ 3,
35
+ 480,
36
+ 640
37
+ ],
38
+ "observation.state": [
39
+ 21
40
+ ]
41
+ },
42
+ "kl_weight": 10.0,
43
+ "latent_dim": 32,
44
+ "n_action_steps": 50,
45
+ "n_decoder_layers": 1,
46
+ "n_encoder_layers": 4,
47
+ "n_gaze_decoder_layers": 1,
48
+ "n_heads": 8,
49
+ "n_obs_steps": 1,
50
+ "n_vae_encoder_layers": 4,
51
+ "output_normalization_modes": {
52
+ "action": "mean_std"
53
+ },
54
+ "output_shapes": {
55
+ "action": [
56
+ 21
57
+ ]
58
+ },
59
+ "pre_norm": false,
60
+ "pretrained_backbone_weights": "dinov2_vits14_reg",
61
+ "replace_final_stride_with_dilation": false,
62
+ "temporal_ensemble_coeff": null,
63
+ "use_attn": false,
64
+ "use_gaze": false,
65
+ "use_vae": true,
66
+ "vision_backbone": "dinov2"
67
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a25f6e890ff198c975cbd99bebc5a2c2b39238660a6c5b678f8d95ea8b80c6
3
+ size 250648356