Duanj1 commited on
Commit
66c098a
·
verified ·
1 Parent(s): 15f591d

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
@@ -142,7 +142,7 @@ Discrete action inference requires a caller-provided action tokenizer. It is not
142
 
143
  ```python
144
  action_tokenizer = AutoProcessor.from_pretrained(
145
- "YOUR_ACTION_TOKENIZER_REPO",
146
  trust_remote_code=True,
147
  )
148
 
 
142
 
143
  ```python
144
  action_tokenizer = AutoProcessor.from_pretrained(
145
+ "allenai/MolmoAct2-FAST-Tokenizer",
146
  trust_remote_code=True,
147
  )
148