Instructions to use laquythang/bcce19f9-f20e-41ae-899e-0b40799e490a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/bcce19f9-f20e-41ae-899e-0b40799e490a with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("katuni4ka/tiny-random-falcon-40b") model = PeftModel.from_pretrained(base_model, "laquythang/bcce19f9-f20e-41ae-899e-0b40799e490a") - Notebooks
- Google Colab
- Kaggle
Ctrl+K