Instructions to use berkeley-nest/Starling-RM-7B-alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use berkeley-nest/Starling-RM-7B-alpha with Transformers:
# Load model directly from transformers import AutoTokenizer, LLMForSequenceRegression tokenizer = AutoTokenizer.from_pretrained("berkeley-nest/Starling-RM-7B-alpha") model = LLMForSequenceRegression.from_pretrained("berkeley-nest/Starling-RM-7B-alpha") - Notebooks
- Google Colab
- Kaggle
Model usage
#2
by onix135 - opened
Hi!
Is it possible to use a pytorch_model.bin which is stored in a "Files and versions" folder?
Sorry I don't quite get it. Do you want to just move the pytorch bin file into the Files and Versions folder? May I ask why that's better? Thx!
It was my misunderstanding, I will close it.
onix135 changed discussion status to closed