Instructions to use havinash-ai/e52fc7d3-1856-41d4-9d3c-f64cfa94b40e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use havinash-ai/e52fc7d3-1856-41d4-9d3c-f64cfa94b40e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-rw-1b") model = PeftModel.from_pretrained(base_model, "havinash-ai/e52fc7d3-1856-41d4-9d3c-f64cfa94b40e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K