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
Ctrl+K