Instructions to use johngreendr1/7a2f5656-bfae-421b-9d7b-ef597b38a467 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use johngreendr1/7a2f5656-bfae-421b-9d7b-ef597b38a467 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("rayonlabs/d7d12b52-16da-4c8f-be18-36f07eea1f2f") model = PeftModel.from_pretrained(base_model, "johngreendr1/7a2f5656-bfae-421b-9d7b-ef597b38a467") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!