Instructions to use Maynx/Rex-Instruct-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Maynx/Rex-Instruct-v0.1 with Transformers:
# Load model directly from transformers import REX model = REX.from_pretrained("Maynx/Rex-Instruct-v0.1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| {% for message in messages %}{{ '<|im_start|>' + message['role'] + ' | |
| ' + message['content'] + '<|im_end|> | |
| ' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant | |
| ' }}{% endif %} |