geonmin-kim commited on
Commit
2663b92
·
verified ·
1 Parent(s): ad803c3

Portable tokenizer resolution: processor_name -> repo id, add preprocessor_config.json

Browse files
config.json CHANGED
@@ -43,7 +43,7 @@
43
  "license": null,
44
  "pretrained_path": null,
45
  "pretrained_revision": null,
46
- "text_processor_name_or_path": "/NHNHOME/WORKSPACE/26-AD010033_A/gmkim/xpu-lerobot/checkpoints/Cosmos3-Edge-Policy-SO101-init",
47
  "transformer_config": {
48
  "action_dim": 64,
49
  "action_gen": true,
@@ -246,7 +246,7 @@
246
  },
247
  "freeze_vae": true,
248
  "dtype": "bfloat16",
249
- "local_files_only": true,
250
  "chunk_size": 32,
251
  "n_action_steps": 32,
252
  "raw_action_dim": 6,
 
43
  "license": null,
44
  "pretrained_path": null,
45
  "pretrained_revision": null,
46
+ "text_processor_name_or_path": "geonmin-kim/Cosmos3-Edge-Policy-SO101-init",
47
  "transformer_config": {
48
  "action_dim": 64,
49
  "action_gen": true,
 
246
  },
247
  "freeze_vae": true,
248
  "dtype": "bfloat16",
249
+ "local_files_only": false,
250
  "chunk_size": 32,
251
  "n_action_steps": 32,
252
  "raw_action_dim": 6,
policy_preprocessor.json CHANGED
@@ -81,8 +81,8 @@
81
  {
82
  "registry_name": "cosmos3_qwen_prompt_tokenizer",
83
  "config": {
84
- "processor_name": "/NHNHOME/WORKSPACE/26-AD010033_A/gmkim/xpu-lerobot/checkpoints/Cosmos3-Edge-Policy-SO101-init",
85
- "local_files_only": true
86
  }
87
  },
88
  {
 
81
  {
82
  "registry_name": "cosmos3_qwen_prompt_tokenizer",
83
  "config": {
84
+ "processor_name": "geonmin-kim/Cosmos3-Edge-Policy-SO101-init",
85
+ "local_files_only": false
86
  }
87
  },
88
  {
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_processor_type": "Qwen2VLImageProcessor",
3
+ "processor_class": "Qwen3VLProcessor",
4
+ "do_resize": true,
5
+ "patch_size": 16,
6
+ "merge_size": 2,
7
+ "temporal_patch_size": 1,
8
+ "image_mean": [
9
+ 0.5,
10
+ 0.5,
11
+ 0.5
12
+ ],
13
+ "image_std": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ]
18
+ }