Upload folder using huggingface_hub
Browse files- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +2 -2
config.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
| 48 |
"license": null,
|
| 49 |
"vision_backbone": "resnet18",
|
| 50 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 51 |
-
"freeze_vision_backbone":
|
| 52 |
"dim_model": 512,
|
| 53 |
"n_heads": 8,
|
| 54 |
"n_encoder_layers": 10,
|
|
|
|
| 48 |
"license": null,
|
| 49 |
"vision_backbone": "resnet18",
|
| 50 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 51 |
+
"freeze_vision_backbone": false,
|
| 52 |
"dim_model": 512,
|
| 53 |
"n_heads": 8,
|
| 54 |
"n_encoder_layers": 10,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 173940356
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b222b6cd66702a54c743669e5cab48627b8f2e6931a2ac071d1bce2dc1131b2
|
| 3 |
size 173940356
|
train_config.json
CHANGED
|
@@ -115,7 +115,7 @@
|
|
| 115 |
"license": null,
|
| 116 |
"vision_backbone": "resnet18",
|
| 117 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 118 |
-
"freeze_vision_backbone":
|
| 119 |
"dim_model": 512,
|
| 120 |
"n_heads": 8,
|
| 121 |
"n_encoder_layers": 10,
|
|
@@ -160,7 +160,7 @@
|
|
| 160 |
"project": "lerobot",
|
| 161 |
"entity": null,
|
| 162 |
"notes": null,
|
| 163 |
-
"run_id": "
|
| 164 |
"mode": null
|
| 165 |
}
|
| 166 |
}
|
|
|
|
| 115 |
"license": null,
|
| 116 |
"vision_backbone": "resnet18",
|
| 117 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 118 |
+
"freeze_vision_backbone": false,
|
| 119 |
"dim_model": 512,
|
| 120 |
"n_heads": 8,
|
| 121 |
"n_encoder_layers": 10,
|
|
|
|
| 160 |
"project": "lerobot",
|
| 161 |
"entity": null,
|
| 162 |
"notes": null,
|
| 163 |
+
"run_id": "2ywpnpvt",
|
| 164 |
"mode": null
|
| 165 |
}
|
| 166 |
}
|