Duanj1 commited on
Commit
423daa9
·
verified ·
1 Parent(s): 5e3eb40

Set discrete action tokenizer repo

Browse files

Replace the discrete action tokenizer placeholder with allenai/MolmoAct2-FAST-Tokenizer.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -149,7 +149,7 @@ Discrete action inference requires a caller-provided action tokenizer. It is not
149
 
150
  ```python
151
  action_tokenizer = AutoProcessor.from_pretrained(
152
- "YOUR_ACTION_TOKENIZER_REPO",
153
  trust_remote_code=True,
154
  )
155
 
 
149
 
150
  ```python
151
  action_tokenizer = AutoProcessor.from_pretrained(
152
+ "allenai/MolmoAct2-FAST-Tokenizer",
153
  trust_remote_code=True,
154
  )
155