Push model using huggingface_hub.
Browse files- README.md +12 -0
- config.json +58 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: lerobot
|
3 |
+
tags:
|
4 |
+
- diffusion-policy
|
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,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"beta_end": 0.02,
|
3 |
+
"beta_schedule": "squaredcos_cap_v2",
|
4 |
+
"beta_start": 0.0001,
|
5 |
+
"clip_sample": true,
|
6 |
+
"clip_sample_range": 1.0,
|
7 |
+
"crop_is_random": true,
|
8 |
+
"crop_shape": null,
|
9 |
+
"diffusion_step_embed_dim": 128,
|
10 |
+
"do_mask_loss_for_padding": false,
|
11 |
+
"down_dims": [
|
12 |
+
512,
|
13 |
+
1024,
|
14 |
+
2048
|
15 |
+
],
|
16 |
+
"horizon": 16,
|
17 |
+
"input_normalization_modes": {
|
18 |
+
"observation.images.elp0": "mean_std",
|
19 |
+
"observation.images.elp1": "mean_std",
|
20 |
+
"observation.state": "mean_std"
|
21 |
+
},
|
22 |
+
"input_shapes": {
|
23 |
+
"observation.images.elp0": [
|
24 |
+
3,
|
25 |
+
600,
|
26 |
+
800
|
27 |
+
],
|
28 |
+
"observation.images.elp1": [
|
29 |
+
3,
|
30 |
+
600,
|
31 |
+
800
|
32 |
+
],
|
33 |
+
"observation.state": [
|
34 |
+
6
|
35 |
+
]
|
36 |
+
},
|
37 |
+
"kernel_size": 5,
|
38 |
+
"n_action_steps": 8,
|
39 |
+
"n_groups": 8,
|
40 |
+
"n_obs_steps": 2,
|
41 |
+
"noise_scheduler_type": "DDPM",
|
42 |
+
"num_inference_steps": null,
|
43 |
+
"num_train_timesteps": 100,
|
44 |
+
"output_normalization_modes": {
|
45 |
+
"action": "min_max"
|
46 |
+
},
|
47 |
+
"output_shapes": {
|
48 |
+
"action": [
|
49 |
+
6
|
50 |
+
]
|
51 |
+
},
|
52 |
+
"prediction_type": "epsilon",
|
53 |
+
"pretrained_backbone_weights": null,
|
54 |
+
"spatial_softmax_num_keypoints": 32,
|
55 |
+
"use_film_scale_modulation": true,
|
56 |
+
"use_group_norm": true,
|
57 |
+
"vision_backbone": "resnet18"
|
58 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e5cf23491f5c615247b6164fc473b2a1807fa51130114d01cfd12a911e92152
|
3 |
+
size 1066521464
|