Orellius commited on
Commit
7e1433c
·
verified ·
1 Parent(s): 04b60b9

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +3 -3
  2. config.json +2 -2
  3. model.safetensors +2 -2
  4. train_config.json +5 -5
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: hubnemo/so101_matchbox_reward_dataset_fpv
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: reward_classifier
6
  pipeline_tag: robotics
7
  tags:
8
- - reward_classifier
9
- - robotics
10
  - lerobot
 
 
11
  ---
12
 
13
  # Model Card for reward_classifier
 
1
  ---
2
+ datasets: hubnemo/so101_matchbox_reward_fpv_less_bias
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: reward_classifier
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - lerobot
9
+ - robotics
10
+ - reward_classifier
11
  ---
12
 
13
  # Model Card for reward_classifier
config.json CHANGED
@@ -44,8 +44,8 @@
44
  "latent_dim": 256,
45
  "image_embedding_pooling_dim": 8,
46
  "dropout_rate": 0.1,
47
- "model_name": "openai/clip-vit-base-patch32",
48
- "model_type": "transformer",
49
  "num_cameras": 1,
50
  "learning_rate": 0.0003,
51
  "weight_decay": 0.01,
 
44
  "latent_dim": 256,
45
  "image_embedding_pooling_dim": 8,
46
  "dropout_rate": 0.1,
47
+ "model_name": "helper2424/resnet10",
48
+ "model_type": "cnn",
49
  "num_cameras": 1,
50
  "learning_rate": 0.0003,
51
  "weight_decay": 0.01,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88c0f47606910515a40d3c8dfb342999438ef1a4401763c8be5afa8e20bb453b
3
- size 350638652
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63621a93614c5fdcb807eff9912a183e064746dcf0a8c533c83d5b8279aa2aff
3
+ size 24358564
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "hubnemo/so101_matchbox_reward_dataset_fpv",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -71,14 +71,14 @@
71
  "latent_dim": 256,
72
  "image_embedding_pooling_dim": 8,
73
  "dropout_rate": 0.1,
74
- "model_name": "openai/clip-vit-base-patch32",
75
- "model_type": "transformer",
76
  "num_cameras": 1,
77
  "learning_rate": 0.0003,
78
  "weight_decay": 0.01,
79
  "grad_clip_norm": 1.0
80
  },
81
- "output_dir": "outputs/train/2025-09-05/17-33-41_reward-classifier",
82
  "job_name": "reward-classifier",
83
  "resume": false,
84
  "seed": 2,
@@ -117,7 +117,7 @@
117
  "project": "reward-classifier",
118
  "entity": null,
119
  "notes": null,
120
- "run_id": "nj7zu5xs",
121
  "mode": null
122
  },
123
  "use_peft": false,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "hubnemo/so101_matchbox_reward_fpv_less_bias",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
71
  "latent_dim": 256,
72
  "image_embedding_pooling_dim": 8,
73
  "dropout_rate": 0.1,
74
+ "model_name": "helper2424/resnet10",
75
+ "model_type": "cnn",
76
  "num_cameras": 1,
77
  "learning_rate": 0.0003,
78
  "weight_decay": 0.01,
79
  "grad_clip_norm": 1.0
80
  },
81
+ "output_dir": "outputs/train/2025-09-12/18-52-09_reward-classifier",
82
  "job_name": "reward-classifier",
83
  "resume": false,
84
  "seed": 2,
 
117
  "project": "reward-classifier",
118
  "entity": null,
119
  "notes": null,
120
+ "run_id": "c62unon8",
121
  "mode": null
122
  },
123
  "use_peft": false,