TynClause commited on
Commit
2c92ad9
·
verified ·
1 Parent(s): 9c39a4b

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +3 -3
  3. model.safetensors +1 -1
  4. train_config.json +6 -6
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: TynClause/record-medical-tools-dataset
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: groot
6
  pipeline_tag: robotics
7
  tags:
 
8
  - lerobot
9
  - robotics
10
- - groot
11
  ---
12
 
13
  # Model Card for groot
 
1
  ---
2
+ datasets: TynClause/playground-medical-tools
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: groot
6
  pipeline_tag: robotics
7
  tags:
8
+ - groot
9
  - lerobot
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for groot
config.json CHANGED
@@ -8,7 +8,7 @@
8
  6
9
  ]
10
  },
11
- "observation.images.front": {
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
@@ -16,7 +16,7 @@
16
  640
17
  ]
18
  },
19
- "observation.images.left": {
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
@@ -36,7 +36,7 @@
36
  "device": "cuda",
37
  "use_amp": false,
38
  "push_to_hub": true,
39
- "repo_id": "TynClause/Gr00t-medical-tools",
40
  "private": null,
41
  "tags": null,
42
  "license": null,
 
8
  6
9
  ]
10
  },
11
+ "observation.images.grapper": {
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
 
16
  640
17
  ]
18
  },
19
+ "observation.images.front": {
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
 
36
  "device": "cuda",
37
  "use_amp": false,
38
  "push_to_hub": true,
39
+ "repo_id": "TynClause/gr00t-medical-tools",
40
  "private": null,
41
  "tags": null,
42
  "license": null,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53d0ccf4040747dde1447456415b3a156c0d16fe721086a5c904b43625ea0fa1
3
  size 6964802952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a50c83963a1cc23a749c17eec060f1ddb9b849e6da771e0c47933e638fb61933
3
  size 6964802952
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "TynClause/record-medical-tools-dataset",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -90,7 +90,7 @@
90
  6
91
  ]
92
  },
93
- "observation.images.front": {
94
  "type": "VISUAL",
95
  "shape": [
96
  3,
@@ -98,7 +98,7 @@
98
  640
99
  ]
100
  },
101
- "observation.images.left": {
102
  "type": "VISUAL",
103
  "shape": [
104
  3,
@@ -118,7 +118,7 @@
118
  "device": "cuda",
119
  "use_amp": false,
120
  "push_to_hub": true,
121
- "repo_id": "TynClause/Gr00t-medical-tools",
122
  "private": null,
123
  "tags": null,
124
  "license": null,
@@ -174,7 +174,7 @@
174
  "seed": 1000,
175
  "num_workers": 4,
176
  "batch_size": 2,
177
- "steps": 10000,
178
  "eval_freq": 20000,
179
  "log_freq": 100,
180
  "save_checkpoint": false,
@@ -209,7 +209,7 @@
209
  "project": "lerobot",
210
  "entity": null,
211
  "notes": null,
212
- "run_id": "jlxm0uyt",
213
  "mode": null
214
  },
215
  "checkpoint_path": null,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "TynClause/playground-medical-tools",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
90
  6
91
  ]
92
  },
93
+ "observation.images.grapper": {
94
  "type": "VISUAL",
95
  "shape": [
96
  3,
 
98
  640
99
  ]
100
  },
101
+ "observation.images.front": {
102
  "type": "VISUAL",
103
  "shape": [
104
  3,
 
118
  "device": "cuda",
119
  "use_amp": false,
120
  "push_to_hub": true,
121
+ "repo_id": "TynClause/gr00t-medical-tools",
122
  "private": null,
123
  "tags": null,
124
  "license": null,
 
174
  "seed": 1000,
175
  "num_workers": 4,
176
  "batch_size": 2,
177
+ "steps": 5000,
178
  "eval_freq": 20000,
179
  "log_freq": 100,
180
  "save_checkpoint": false,
 
209
  "project": "lerobot",
210
  "entity": null,
211
  "notes": null,
212
+ "run_id": "frhx54ur",
213
  "mode": null
214
  },
215
  "checkpoint_path": null,