Instructions to use Gaurav8HF/Fintech-Fine-Tune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Gaurav8HF/Fintech-Fine-Tune with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("models/qwen3-0.6b") model = PeftModel.from_pretrained(base_model, "Gaurav8HF/Fintech-Fine-Tune") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
610bc49 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:be75606093db2094d7cd20f3c2f385c212750648bd6ea4fb2bf507a6a4c55506
size 11422650
|