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
File size: 253 Bytes
28505ef c61e92b 28505ef cc0bbab 28505ef e1ac134 28505ef 15817e5 28505ef | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"action_dim": 22,
"auto_map": {
"AutoProcessor": "processing_action_tokenizer.UniversalActionProcessor"
},
"min_token": -128,
"processor_class": "UniversalActionProcessor",
"scale": 10.0,
"time_horizon": null,
"vocab_size": 1024
}
|