Text Classification
PEFT
Safetensors
English
sentiment-analysis
financial-nlp
llama
lora
qlora
4-bit precision
bitsandbytes
Eval Results (legacy)
Instructions to use NunoMotaRicardo/llama-3.1-8b-financial-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use NunoMotaRicardo/llama-3.1-8b-financial-sentiment with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "NunoMotaRicardo/llama-3.1-8b-financial-sentiment") - Notebooks
- Google Colab
- Kaggle