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
File size: 163 Bytes
f3550bd | 1 2 3 4 5 6 7 8 9 10 11 | {
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": [
2
],
"pad_token_id": 2,
"transformers_version": "5.5.4",
"use_cache": false
}
|