Instructions to use johngreendr1/f4ecb00c-34b8-4c43-afe6-072627caa28d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use johngreendr1/f4ecb00c-34b8-4c43-afe6-072627caa28d with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("rayonlabs/10e5f17e-a2a3-4811-af1a-92e5c46ab2aa") model = PeftModel.from_pretrained(base_model, "johngreendr1/f4ecb00c-34b8-4c43-afe6-072627caa28d") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!