Instructions to use OpenRLHF/Llama-3-8b-rm-mixture with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenRLHF/Llama-3-8b-rm-mixture with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("OpenRLHF/Llama-3-8b-rm-mixture") model = AutoModel.from_pretrained("OpenRLHF/Llama-3-8b-rm-mixture") - Notebooks
- Google Colab
- Kaggle
How is this model supposed to be used
#1 opened about 1 year ago
by
recaky