Text Classification
PEFT
Safetensors
English
llama
economics
finance
inflation
inflation-expectations
reddit
lora
dora
qdora
Eval Results (legacy)
Instructions to use andreadm/reddit-pulse-llama3.2_3b-qdora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use andreadm/reddit-pulse-llama3.2_3b-qdora with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Llama-3.2-3B") model = PeftModel.from_pretrained(base_model, "andreadm/reddit-pulse-llama3.2_3b-qdora") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!