Instructions to use zhouhongyi/beast with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zhouhongyi/beast with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zhouhongyi/beast", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "processor_class": "BeastTokenizer", | |
| "auto_map":{ | |
| "AutoProcessor": "beast.BeastTokenizer" | |
| }, | |
| "device": "cuda", | |
| "end_cond_order": 0, | |
| "enforce_init_pos": false, | |
| "gripper_dof": 0, | |
| "init_cond_order": 0, | |
| "num_basis": 10, | |
| "num_dof": 7, | |
| "seq_len": 50, | |
| "degree_p": 4, | |
| "vocab_size": 256 | |
| } | |