Instructions to use tobiges/behavior_fast with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tobiges/behavior_fast with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tobiges/behavior_fast", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload processor
Browse files- processor_config.json +1 -1
- tokenizer.json +0 -0
processor_config.json
CHANGED
|
@@ -7,5 +7,5 @@
|
|
| 7 |
"processor_class": "UniversalActionProcessor",
|
| 8 |
"scale": 10.0,
|
| 9 |
"time_horizon": null,
|
| 10 |
-
"vocab_size":
|
| 11 |
}
|
|
|
|
| 7 |
"processor_class": "UniversalActionProcessor",
|
| 8 |
"scale": 10.0,
|
| 9 |
"time_horizon": null,
|
| 10 |
+
"vocab_size": 1024
|
| 11 |
}
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|