Instructions to use max-rl/maze_17x17_sft_bs256_checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use max-rl/maze_17x17_sft_bs256_checkpoints with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("max-rl/maze_17x17_sft_bs256_checkpoints", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bos_token": "<bos>", | |
| "eos_token": "<eos>", | |
| "unk_token": "<unk>", | |
| "pad_token": "<pad>", | |
| "tokenizer_class": "PreTrainedTokenizerFast", | |
| "model_max_length": 512 | |
| } |