Instructions to use ramankrishna10/npc-fin-32b-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ramankrishna10/npc-fin-32b-sft with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen2.5-32b-instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "ramankrishna10/npc-fin-32b-sft") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
b0f1218 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:80957d9bb337c35016aae8b4afa1f1b7787e3454bbf2889eacaebb42e594a5d7
size 2147605960
|