Instructions to use thaffggg/215de2ca-52f2-485e-8781-927ab0d93042 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thaffggg/215de2ca-52f2-485e-8781-927ab0d93042 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, "thaffggg/215de2ca-52f2-485e-8781-927ab0d93042") - Notebooks
- Google Colab
- Kaggle