iantc104 commited on
Commit
f52d507
·
verified ·
1 Parent(s): 1138777

Push model using huggingface_hub.

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