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