jafermarq commited on
Commit
1f85392
·
verified ·
1 Parent(s): b3eb053

Push model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. README.md +12 -0
  2. config.json +56 -0
  3. 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,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": [
9
+ 84,
10
+ 84
11
+ ],
12
+ "diffusion_step_embed_dim": 128,
13
+ "do_mask_loss_for_padding": false,
14
+ "down_dims": [
15
+ 256,
16
+ 512,
17
+ 1024
18
+ ],
19
+ "horizon": 16,
20
+ "input_normalization_modes": {
21
+ "observation.image": "mean_std",
22
+ "observation.state": "min_max"
23
+ },
24
+ "input_shapes": {
25
+ "observation.image": [
26
+ 3,
27
+ 96,
28
+ 96
29
+ ],
30
+ "observation.state": [
31
+ 2
32
+ ]
33
+ },
34
+ "kernel_size": 5,
35
+ "n_action_steps": 8,
36
+ "n_groups": 8,
37
+ "n_obs_steps": 2,
38
+ "noise_scheduler_type": "DDPM",
39
+ "num_inference_steps": null,
40
+ "num_train_timesteps": 100,
41
+ "output_normalization_modes": {
42
+ "action": "min_max"
43
+ },
44
+ "output_shapes": {
45
+ "action": [
46
+ 2
47
+ ]
48
+ },
49
+ "prediction_type": "epsilon",
50
+ "pretrained_backbone_weights": null,
51
+ "spatial_softmax_num_keypoints": 32,
52
+ "use_film_scale_modulation": true,
53
+ "use_group_norm": true,
54
+ "use_separate_rgb_encoder_per_camera": false,
55
+ "vision_backbone": "resnet18"
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29fc172e04b9219751312a822971647f34f9fb74af337cd32f2117aeed04469a
3
+ size 304307872