Text Generation
PEFT
English
Spanish
qwen2
finops
aws
terraform
cloud-governance
qlora
conversational
4-bit precision
bitsandbytes
Instructions to use ccortezb/FinOptix-14B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ccortezb/FinOptix-14B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-14B-Instruct") model = PeftModel.from_pretrained(base_model, "ccortezb/FinOptix-14B") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b04d464 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:68f866f6e861dfd19f710d470e68d767305ea578ea3be334fffe80e0126fbcde
size 275494090
|