Upload folder using huggingface_hub
Browse files- README.md +12 -0
- config.json +49 -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,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chunk_size": 100,
|
| 3 |
+
"dim_feedforward": 3200,
|
| 4 |
+
"dim_model": 512,
|
| 5 |
+
"dropout": 0.1,
|
| 6 |
+
"feedforward_activation": "relu",
|
| 7 |
+
"input_normalization_modes": {
|
| 8 |
+
"observation.images.laptop": "mean_std",
|
| 9 |
+
"observation.images.phone": "mean_std",
|
| 10 |
+
"observation.state": "mean_std"
|
| 11 |
+
},
|
| 12 |
+
"input_shapes": {
|
| 13 |
+
"observation.images.laptop": [
|
| 14 |
+
3,
|
| 15 |
+
480,
|
| 16 |
+
640
|
| 17 |
+
],
|
| 18 |
+
"observation.images.phone": [
|
| 19 |
+
3,
|
| 20 |
+
480,
|
| 21 |
+
640
|
| 22 |
+
],
|
| 23 |
+
"observation.state": [
|
| 24 |
+
6
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
"kl_weight": 10.0,
|
| 28 |
+
"latent_dim": 32,
|
| 29 |
+
"n_action_steps": 100,
|
| 30 |
+
"n_decoder_layers": 1,
|
| 31 |
+
"n_encoder_layers": 4,
|
| 32 |
+
"n_heads": 8,
|
| 33 |
+
"n_obs_steps": 1,
|
| 34 |
+
"n_vae_encoder_layers": 4,
|
| 35 |
+
"output_normalization_modes": {
|
| 36 |
+
"action": "mean_std"
|
| 37 |
+
},
|
| 38 |
+
"output_shapes": {
|
| 39 |
+
"action": [
|
| 40 |
+
6
|
| 41 |
+
]
|
| 42 |
+
},
|
| 43 |
+
"pre_norm": false,
|
| 44 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 45 |
+
"replace_final_stride_with_dilation": false,
|
| 46 |
+
"temporal_ensemble_coeff": null,
|
| 47 |
+
"use_vae": true,
|
| 48 |
+
"vision_backbone": "resnet18"
|
| 49 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eff677b752c03c4cee484cf250ae536b198f0f35b11d38bed74479f665528805
|
| 3 |
+
size 206701072
|