Instructions to use renyulin/llama-7b-se-rm-merged with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use renyulin/llama-7b-se-rm-merged with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="renyulin/llama-7b-se-rm-merged")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("renyulin/llama-7b-se-rm-merged") model = AutoModelForSequenceClassification.from_pretrained("renyulin/llama-7b-se-rm-merged", device_map="auto") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 3