Instructions to use SumanthRH/OpenRLHF-smol-rm-mixture with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SumanthRH/OpenRLHF-smol-rm-mixture with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SumanthRH/OpenRLHF-smol-rm-mixture") model = AutoModel.from_pretrained("SumanthRH/OpenRLHF-smol-rm-mixture") - Notebooks
- Google Colab
- Kaggle
Ctrl+K