Text Classification
Transformers
TensorBoard
Safetensors
PEFT
English
sentiment-analysis
llama-2
lora
trl
Eval Results (legacy)
Instructions to use harshinde/Llama-2-7b-sentiment-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use harshinde/Llama-2-7b-sentiment-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="harshinde/Llama-2-7b-sentiment-finetuned")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("harshinde/Llama-2-7b-sentiment-finetuned", dtype="auto") - PEFT
How to use harshinde/Llama-2-7b-sentiment-finetuned with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Ctrl+K