Instructions to use deepanshu30699/wizard-python-financial_6_gptq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use deepanshu30699/wizard-python-financial_6_gptq with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/WizardCoder-Python-13B-V1.0-GPTQ") model = PeftModel.from_pretrained(base_model, "deepanshu30699/wizard-python-financial_6_gptq") - Notebooks
- Google Colab
- Kaggle