Instructions to use amiiin/methodFT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use amiiin/methodFT 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/methodFT") - Notebooks
- Google Colab
- Kaggle
Commit ·
ea22911
1
Parent(s): 09c1cbf
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (72b7a9dd496db7865424c116a4015f01ca47d258)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>