Instructions to use therajmaurya/Falcon-40B-Instruct-QLoRA-Ecommerce with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use therajmaurya/Falcon-40B-Instruct-QLoRA-Ecommerce with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-40b-instruct") model = PeftModel.from_pretrained(base_model, "therajmaurya/Falcon-40B-Instruct-QLoRA-Ecommerce") - Notebooks
- Google Colab
- Kaggle
Ctrl+K