Text Generation
PEFT
Safetensors
finance
financial-news
sentiment-analysis
information-extraction
gemma-4
lora
unsloth
trl
conversational
Instructions to use makiisthebes/financial-article-extractor-gemma4-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use makiisthebes/financial-article-extractor-gemma4-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-4-12B-it") model = PeftModel.from_pretrained(base_model, "makiisthebes/financial-article-extractor-gemma4-qlora") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Ctrl+K