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