Instructions to use amiiin/methodFTs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use amiiin/methodFTs with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ybelkada/falcon-7b-sharded-bf16") model = PeftModel.from_pretrained(base_model, "amiiin/methodFTs") - Notebooks
- Google Colab
- Kaggle
Commit ·
c472c79
1
Parent(s): ac4c23c
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (74bac2d057994e71df6f3cbdea269fecc525388e)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>