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