Instructions to use error577/d2bca387-8b5c-47ce-a10d-daeeccbe614e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use error577/d2bca387-8b5c-47ce-a10d-daeeccbe614e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("samoline/a64f7ee1-d7b7-4315-9a6a-c81bb03d2778") model = PeftModel.from_pretrained(base_model, "error577/d2bca387-8b5c-47ce-a10d-daeeccbe614e") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!