Text Generation
PEFT
Safetensors
English
Text2Text Generation
conversational
finance
qlora
financial-advice
lora
adapter
causal-lm
Eval Results (legacy)
Instructions to use zahemen9900/finsight-ai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use zahemen9900/finsight-ai with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolLM2-1.7B-Instruct") model = PeftModel.from_pretrained(base_model, "zahemen9900/finsight-ai") - Notebooks
- Google Colab
- Kaggle