pravsels commited on
Commit
a0527c9
·
verified ·
1 Parent(s): 83435e5

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. train_config.json +12 -2
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: rewact
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - robotics
10
  - rewact
 
11
  ---
12
 
13
  # Model Card for rewact
 
5
  model_name: rewact
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - rewact
10
+ - lerobot
11
  ---
12
 
13
  # Model Card for rewact
config.json CHANGED
@@ -38,7 +38,7 @@
38
  ]
39
  }
40
  },
41
- "device": "cuda",
42
  "use_amp": false,
43
  "push_to_hub": true,
44
  "repo_id": "pravsels/so100_rewact_resnet",
 
38
  ]
39
  }
40
  },
41
+ "device": null,
42
  "use_amp": false,
43
  "push_to_hub": true,
44
  "repo_id": "pravsels/so100_rewact_resnet",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:220781b78e263b266575db9a5b9bffadc11bdd66e8034d8e0bcd613a938d8628
3
  size 207362500
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4161ef1b353d1b9e54242eb78c915afcc6917c899c721421db63f26aa19647e
3
  size 207362500
train_config.json CHANGED
@@ -12,7 +12,17 @@
12
  6,
13
  7,
14
  8,
15
- 9
 
 
 
 
 
 
 
 
 
 
16
  ],
17
  "image_transforms": {
18
  "enable": false,
@@ -116,7 +126,7 @@
116
  ]
117
  }
118
  },
119
- "device": "cuda",
120
  "use_amp": false,
121
  "push_to_hub": true,
122
  "repo_id": "pravsels/so100_rewact_resnet",
 
12
  6,
13
  7,
14
  8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19
26
  ],
27
  "image_transforms": {
28
  "enable": false,
 
126
  ]
127
  }
128
  },
129
+ "device": null,
130
  "use_amp": false,
131
  "push_to_hub": true,
132
  "repo_id": "pravsels/so100_rewact_resnet",