Set discrete action tokenizer repo
Browse filesReplace the discrete action tokenizer placeholder with allenai/MolmoAct2-FAST-Tokenizer.
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 |
-
"
|
| 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 |
|