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
File size: 129 Bytes
fd2e107 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:eb24dc5385c380809935eb341fb39c56e56ff89b961916be3780acd42a6c07f2
size 1465
|