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
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"auto_map": {
|
| 4 |
"AutoProcessor": "processing_action_tokenizer.UniversalActionProcessor"
|
| 5 |
},
|
| 6 |
-
"min_token": -
|
| 7 |
"processor_class": "UniversalActionProcessor",
|
| 8 |
"scale": 10,
|
| 9 |
"time_horizon": null,
|
|
|
|
| 3 |
"auto_map": {
|
| 4 |
"AutoProcessor": "processing_action_tokenizer.UniversalActionProcessor"
|
| 5 |
},
|
| 6 |
+
"min_token": -519,
|
| 7 |
"processor_class": "UniversalActionProcessor",
|
| 8 |
"scale": 10,
|
| 9 |
"time_horizon": null,
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|