Instructions to use sergioalves/c48d228b-aac7-4107-b3ce-d45c0a677e9e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sergioalves/c48d228b-aac7-4107-b3ce-d45c0a677e9e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("jingyeom/seal3.1.6n_7b") model = PeftModel.from_pretrained(base_model, "sergioalves/c48d228b-aac7-4107-b3ce-d45c0a677e9e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K