Instructions to use reciprocate/mistral-7b-rm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use reciprocate/mistral-7b-rm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="reciprocate/mistral-7b-rm")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("reciprocate/mistral-7b-rm") model = AutoModelForSequenceClassification.from_pretrained("reciprocate/mistral-7b-rm") - Notebooks
- Google Colab
- Kaggle
Commit History
Create README.md e301d78
Upload tokenizer e476087
Upload tokenizer 8c49e87
Upload MistralForSequenceClassification 6ea6efb
initial commit ff4e1f6
Max commited on