Instructions to use aleegis/6f8afefd-880f-4260-b7a0-4e58be65e4c7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use aleegis/6f8afefd-880f-4260-b7a0-4e58be65e4c7 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("samoline/d80ea002-37f0-476e-8bc7-fd26cb8bd805") model = PeftModel.from_pretrained(base_model, "aleegis/6f8afefd-880f-4260-b7a0-4e58be65e4c7") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!