Instructions to use sshahriyar/EssentialAI-rnj-1-instruct-trl-grpo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sshahriyar/EssentialAI-rnj-1-instruct-trl-grpo with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sshahriyar/EssentialAI-rnj-1-instruct-trl-grpo", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "backend": "tokenizers", | |
| "bos_token": "<|begin_of_text|>", | |
| "clean_up_tokenization_spaces": true, | |
| "eos_token": "<|end_of_text|>", | |
| "is_local": false, | |
| "model_input_names": [ | |
| "input_ids", | |
| "attention_mask" | |
| ], | |
| "model_max_length": 1000000000000000019884624838656, | |
| "model_specific_special_tokens": {}, | |
| "pad_token": "<|end_of_text|>", | |
| "padding_side": "left", | |
| "tokenizer_class": "TokenizersBackend", | |
| "truncation_side": "left" | |
| } | |