Instructions to use FutureMa/my_awesome_peft_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use FutureMa/my_awesome_peft_model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-1_5") model = PeftModel.from_pretrained(base_model, "FutureMa/my_awesome_peft_model") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ed3ddca | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:14414b5b5c958f41182877067baf415d391eb6c3646ab0774b3e5ce23b8178e8
size 4600
|